- Keras Deep Learning Cookbook
- Rajdeep Dua Manpreet Singh Ghotra
- 41字
- 2021-06-10 19:38:55
Model training
In model training, we call model.fit, where in the following steps are executed:
Data validation:
When passing validation_data to the Keras model, it must contain two parameters (x_val, y_val) or three parameters (x_val, y_val, and val_sample_weights).
推薦閱讀
- Hadoop 2.x Administration Cookbook
- Mastering Salesforce CRM Administration
- Hands-On Machine Learning with TensorFlow.js
- Zabbix Network Monitoring(Second Edition)
- 觸控顯示技術
- Storm應用實踐:實時事務處理之策略
- Excel 2007技巧大全
- 大數據技術基礎:基于Hadoop與Spark
- Excel 2010函數與公式速查手冊
- 從零開始學SQL Server
- Linux Shell編程從初學到精通
- Mastering Exploratory Analysis with pandas
- 生成對抗網絡項目實戰
- 實戰Windows Azure
- Learning iOS 8 for Enterprise