- Deep Learning Quick Reference
- Mike Bernico
- 168字
- 2021-06-24 18:40:12
Introducing Keras callbacks
Callbacks in Keras are functions that can be run during the training process. They can do all kinds of great things, such as saving your model weights after an epoch, logging things, changing your hyperparameters, or conveniently writing TensorBoard log files. You can even create your own custom callbacks.
We will be using the TensorBoard callback in the next section; however, I'd encourage you to take a look at all the callbacks available in Keras at https://keras.io/callbacks.
TensorBoard callbacks are objects that can be configured and instantiated before model training. We will be creating a list of these callbacks. Once we have created a list of callbacks that we want to use with our deep neural network, we can simply pass that list as an argument to the model's .fit() method. These callbacks will then be used at each epoch, or as appropriate by Keras. This will make more sense as we walk through the next example.
- 32位嵌入式系統與SoC設計導論
- Seven NoSQL Databases in a Week
- 空間機器人遙操作系統及控制
- Hands-On Linux for Architects
- Implementing Oracle API Platform Cloud Service
- Apache Superset Quick Start Guide
- 人工智能趣味入門:光環板程序設計
- 網站入侵與腳本攻防修煉
- INSTANT Heat Maps in R:How-to
- SMS 2003部署與操作深入指南
- Excel 2010函數與公式速查手冊
- Machine Learning Algorithms(Second Edition)
- 經典Java EE企業應用實戰
- PowerMill 2020五軸數控加工編程應用實例
- 網頁設計與制作