How to open neural network training screen?
9 ビュー (過去 30 日間)
古いコメントを表示
i accidently closed the neural netwok training screen, any idea how to reopen it from "net.mat" file
0 件のコメント
回答 (1 件)
Matt J
2023 年 12 月 11 日
編集済み: Matt J
2023 年 12 月 11 日
I don't know what you mean by the "net.mat file" and I don't think you can reopen the screen. However, if you called trainlm with 2 outputs, the second output contains a record of the training progress data,
[trainedNet,tr] = train(net,...)
2 件のコメント
Matt J
2023 年 12 月 11 日
We don't know what you've done, and therefore don't know what you see. However, I have answered your question: the window, once closed cannot be reopened.
参考
カテゴリ
Help Center および File Exchange で Sequence and Numeric Feature Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!