- Practical Convolutional Neural Networks
- Mohit Sewak Md. Rezaul Karim Pradeep Pujari
- 27字
- 2021-06-24 18:58:52
Training the network
Now that we've constructed the network, we feed it with data and train it, as follows:
# Training model.fit(X_train, y_train, batch_size=128, nb_epoch=4, verbose=1,validation_data=(X_test, y_test))
推薦閱讀
- 達夢數據庫編程指南
- 算法競賽入門經典:習題與解答
- Google Visualization API Essentials
- SQL Server入門經典
- Learning Spring Boot
- 圖解機器學習算法
- 大數據導論
- R數據科學實戰(zhàn):工具詳解與案例分析(鮮讀版)
- Learn Unity ML-Agents:Fundamentals of Unity Machine Learning
- Ceph源碼分析
- 深度剖析Hadoop HDFS
- The Game Jam Survival Guide
- Swift Functional Programming(Second Edition)
- 大數據技術體系詳解:原理、架構與實踐
- NoSQL數據庫原理(第2版·微課版)