- 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))
推薦閱讀
- 企業(yè)數(shù)字化創(chuàng)新引擎:企業(yè)級PaaS平臺HZERO
- 數(shù)據(jù)可視化:從小白到數(shù)據(jù)工程師的成長之路
- 數(shù)據(jù)分析實(shí)戰(zhàn):基于EXCEL和SPSS系列工具的實(shí)踐
- Python金融大數(shù)據(jù)分析(第2版)
- 正則表達(dá)式必知必會
- Oracle RAC 11g實(shí)戰(zhàn)指南
- 圖解機(jī)器學(xué)習(xí)算法
- Hadoop大數(shù)據(jù)實(shí)戰(zhàn)權(quán)威指南(第2版)
- 基于OPAC日志的高校圖書館用戶信息需求與檢索行為研究
- 視覺大數(shù)據(jù)智能分析算法實(shí)戰(zhàn)
- 從實(shí)踐中學(xué)習(xí)sqlmap數(shù)據(jù)庫注入測試
- Internet of Things with Python
- Google Cloud Platform for Architects
- 數(shù)據(jù)挖掘算法實(shí)踐與案例詳解
- Oracle 內(nèi)核技術(shù)揭密