- Mastering TensorFlow 1.x
- Armando Fandango
- 19字
- 2021-06-25 22:51:01
Training the TFLearn Model
After creating, train the model with the model.fit() method:
model.fit(X_train,
Y_train,
n_epoch=n_epochs,
batch_size=batch_size,
show_metric=True,
run_id='dense_model')
推薦閱讀
- Linux KVM虛擬化架構實戰指南
- 網絡服務器配置與管理(第3版)
- Effective STL中文版:50條有效使用STL的經驗(雙色)
- 計算機應用與維護基礎教程
- 嵌入式系統中的模擬電路設計
- Hands-On Machine Learning with C#
- Internet of Things Projects with ESP32
- Blender Game Engine:Beginner's Guide
- 計算機組裝與維護(慕課版)
- Instant Website Touch Integration
- 嵌入式系統設計大學教程(第2版)
- 筆記本電腦的結構、原理與維修
- 從企業級開發到云原生微服務:Spring Boot實戰
- Exceptional C++:47個C++工程難題、編程問題和解決方案(中文版)
- 計算機組裝與維護項目化教程(第二版)