- Keras Deep Learning Cookbook
- Rajdeep Dua Manpreet Singh Ghotra
- 51字
- 2021-06-10 19:38:54
Train the model
This method is used to train the model for a given number of epochs (iterations on a dataset):
fit(x=None, y=None, batch_size=None, epochs=1, verbose=1, callbacks=None, validation_split=0.0, validation_data=None, shuffle=True, class_weight=None, sample_weight=None, initial_epoch=0, steps_per_epoch=None, validation_steps=None)
Please refer to the docs for details on what each parameter means: https://keras.io/models/sequential/#the-sequential-model-api.
推薦閱讀
- Dreamweaver 8中文版商業案例精粹
- MicroPython Projects
- JBoss ESB Beginner’s Guide
- 21天學通Visual Basic
- 我也能做CTO之程序員職業規劃
- Statistics for Data Science
- 網絡存儲·數據備份與還原
- The DevOps 2.1 Toolkit:Docker Swarm
- JRuby語言實戰技術
- 網絡安全概論
- Microsoft System Center Data Protection Manager Cookbook
- 玩轉PowerPoint
- 工程地質地學信息遙感自動提取技術
- Modern Big Data Processing with Hadoop
- Cassandra Design Patterns