- 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.
推薦閱讀
- Intel FPGA/CPLD設(shè)計(jì)(基礎(chǔ)篇)
- Cortex-M3 + μC/OS-II嵌入式系統(tǒng)開發(fā)入門與應(yīng)用
- 計(jì)算機(jī)組裝與系統(tǒng)配置
- 嵌入式技術(shù)基礎(chǔ)與實(shí)踐(第5版)
- 精選單片機(jī)設(shè)計(jì)與制作30例(第2版)
- Camtasia Studio 8:Advanced Editing and Publishing Techniques
- 單片機(jī)系統(tǒng)設(shè)計(jì)與開發(fā)教程
- Arduino BLINK Blueprints
- 筆記本電腦應(yīng)用技巧
- 筆記本電腦維修實(shí)踐教程
- 數(shù)字媒體專業(yè)英語(第2版)
- 單片微機(jī)原理及應(yīng)用
- Spring Security 3.x Cookbook
- 嵌入式系統(tǒng)原理及應(yīng)用:基于ARM Cortex-M4體系結(jié)構(gòu)
- 可編程邏輯器件項(xiàng)目開發(fā)設(shè)計(jì)