How to save the network crated as .mat file ?
6 ビュー (過去 30 日間)
古いコメントを表示
afef
2017 年 5 月 30 日
編集済み: PRAVEEN REDDY KANTHALA
2017 年 5 月 31 日
I created a neural network using nnstart and i want to know to save it as.mat so i can directly open the network in matlab software?
0 件のコメント
採用された回答
PRAVEEN REDDY KANTHALA
2017 年 5 月 31 日
編集済み: PRAVEEN REDDY KANTHALA
2017 年 5 月 31 日
Suppose you want to save your network as kpnn1 after getting optimal network.then use the following code: kpnn1=net; save kpnn1;
then whenever you want to load the network, then type the following command: load kpnn1
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!