How to work trained Neural network?
3 ビュー (過去 30 日間)
古いコメントを表示
I'm working in image texture classification. When I run my code I train my NN the features I use in the code. If I close matlab and re-open it I don't understand how to run the code without train the NN again. Please help me.
0 件のコメント
採用された回答
Shashank Prasanna
2013 年 6 月 28 日
Save the trained network in a MAT file. When you re-open matlab, load the trained network from the MAT file and use it.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
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!