- R Deep Learning Essentials
- Mark Hodnett Joshua F. Wiley
- 111字
- 2021-08-13 15:34:33
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.
推薦閱讀
- Linux運維之道(第2版)
- 精選單片機設計與制作30例(第2版)
- Unity 5.x Game Development Blueprints
- CC2530單片機技術與應用
- 計算機組裝與維護(第3版)
- Spring Cloud微服務架構實戰
- 固態存儲:原理、架構與數據安全
- Creating Flat Design Websites
- 微型計算機系統原理及應用:國產龍芯處理器的軟件和硬件集成(基礎篇)
- Java Deep Learning Cookbook
- 微服務實戰(Dubbox +Spring Boot+Docker)
- The Deep Learning with PyTorch Workshop
- 筆記本電腦維修技能實訓
- 計算機組成技術教程
- 創客電子:Arduino和Raspberry Pi智能制作項目精選