- Deep Learning with R for Beginners
- Mark Hodnett Joshua F. Wiley Yuxi (Hayden) Liu Pablo Maldonado
- 111字
- 2021-06-24 14:30:42
The epoch.end.callback parameter
This is a callback function that allows you to register another function that is called after n epochs. Deep learning models take a long time to train, so you need some feedback to know they are working correctly! You can write a custom callback function to do whatever you need, but usually it outputs to the screen or log after n epochs. This is equivalent to the code in our neural network that printed a diagnostic message every 500 epochs. The callback function can also be used to save the model to disk, for example, if you wanted to save the model before it begins to overfit.
推薦閱讀
- 數據化網站運營深度剖析
- Neural Network Programming with TensorFlow
- 深度剖析Hadoop HDFS
- Microsoft Power BI數據可視化與數據分析
- 數字媒體交互設計(初級):Web產品交互設計方法與案例
- LabVIEW 完全自學手冊
- Solaris操作系統原理實驗教程
- 計算機組裝與維護(微課版)
- 大數據技術原理與應用:概念、存儲、處理、分析與應用
- Hands-On Deep Learning for Games
- 區塊鏈應用開發指南:業務場景剖析與實戰
- 數據挖掘算法實踐與案例詳解
- 成功之路:ORACLE 11g學習筆記
- 掌中寶:電腦綜合應用技巧
- 推薦系統全鏈路設計:原理解讀與業務實踐