How can I save my trained neural network?
8 ビュー (過去 30 日間)
古いコメントを表示
how can i save my trained neural network???
0 件のコメント
回答 (1 件)
Chirag Gupta
2011 年 7 月 13 日
You can save it to a MAT file.
save('filename','VariableName(trained nnet object)')
You can then use this object again by loading the saved MATFile.
load filename
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!