- Hands-On Neural Networks with Keras
- Niloy Purkait
- 141字
- 2021-06-24 15:45:13
Fitting the model
In our previous MNIST example, we went over the least number of architectural decisions to get our code running. This lets us cover a deep learning workflow quite quickly, but at the expense of efficiency. You will recall that we simply used the fit parameter on our model and passed it our training features and labels, along with two integers denoting the epochs to train the model for, and the batch size per training iteration. The former simply defines how many times our data runs through the model, while the latter defines how many learning examples our model will see at a time before updating its weights. These are the two paramount architectural considerations that must be defined and adapted to the case at hand. However, there are several other useful arguments that the fit parameter may take.
- 大数据管理系统
- 控制与决策系统仿真
- Windows程序设计与架构
- CorelDRAW X4中文版平面设计50例
- Apache Spark Deep Learning Cookbook
- Arduino &乐高创意机器人制作教程
- 运动控制器与交流伺服系统的调试和应用
- 悟透AutoCAD 2009完全自学手册
- Google SketchUp for Game Design:Beginner's Guide
- OpenStack Cloud Computing Cookbook
- 机器人人工智能
- 学练一本通:51单片机应用技术
- The DevOps 2.1 Toolkit:Docker Swarm
- 数字多媒体技术基础
- QTP自动化测试实践