- 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.
推薦閱讀
- 算法競賽入門經(jīng)典:習題與解答
- Visual Studio 2015 Cookbook(Second Edition)
- 虛擬化與云計算
- SQL Server 2008數(shù)據(jù)庫應(yīng)用技術(shù)(第二版)
- 文本挖掘:基于R語言的整潔工具
- Mastering Machine Learning with R(Second Edition)
- 數(shù)據(jù)革命:大數(shù)據(jù)價值實現(xiàn)方法、技術(shù)與案例
- 中國數(shù)字流域
- Hadoop 3.x大數(shù)據(jù)開發(fā)實戰(zhàn)
- 云原生數(shù)據(jù)中臺:架構(gòu)、方法論與實踐
- HikariCP連接池實戰(zhàn)
- 數(shù)據(jù)庫技術(shù)及應(yīng)用
- SQL Server深入詳解
- Oracle高性能SQL引擎剖析:SQL優(yōu)化與調(diào)優(yōu)機制詳解
- 機器學習:實用案例解析