How to retrain neural network from a script command?
3 ビュー (過去 30 日間)
古いコメントを表示
Hello, apologies if this question was asked before, but I have yet to find an answer to my question. When I use "nnstart", there is an option to retrain the network after it finishes training. How can I do this from the script command?
Thanks.
0 件のコメント
回答 (1 件)
Rishabh Rathore
2018 年 9 月 28 日
編集済み: Rishabh Rathore
2018 年 9 月 28 日
There's no function/command to retrain the network.
"Retrain" option resets the weights and runs the " train " function again. You could do the same to retrain the network. Reset the initial network weights and biases to new values with init and train again (see “ Initializing Weights ” (init)).
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Image Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!