- Mastering TensorFlow 1.x
- Armando Fandango
- 76字
- 2021-06-25 22:51:02
Workflow for building models in Keras
The simple workflow in Keras is as follows:
- Create the model
- Create and add layers to the model
- Compile the model
- Train the model
- Use the model for prediction or evaluation
Let's check out each of these steps.
You can follow the code examples in this chapter with the Jupyter Notebook ch-03_Keras_101 included in the code bundle. Try modifying the code in the notebook to explore various options.
推薦閱讀
- 24小時學會電腦組裝與維護
- Intel FPGA/CPLD設計(基礎篇)
- Python GUI Programming:A Complete Reference Guide
- 辦公通信設備維修
- 嵌入式技術基礎與實踐(第5版)
- 深入淺出SSD:固態存儲核心技術、原理與實戰
- 基于ARM的嵌入式系統和物聯網開發
- 平衡掌控者:游戲數值經濟設計
- 單片機原理及應用系統設計
- 筆記本電腦使用、維護與故障排除從入門到精通(第5版)
- OpenGL Game Development By Example
- Neural Network Programming with Java(Second Edition)
- 單片機原理及應用:基于C51+Proteus仿真
- 電腦橫機使用與維修
- The Deep Learning with PyTorch Workshop