How to open the nntraintool after I have trained a network?

15 ビュー (過去 30 日間)
Shuting Kang
Shuting Kang 2021 年 9 月 16 日
回答済み: Ananya Tewari 2021 年 9 月 21 日
I have trained a nureal network and save the .mat file. Now i want to open the nntraintool and check the training state of my network, such as the performance, the gradient and so on.
But now, how can i open the nntraintool after i load the .mat file?
Thanks!

回答 (1 件)

Ananya Tewari
Ananya Tewari 2021 年 9 月 21 日
Hi,
As of now there is no functionality of bringing nntraintool GUI back after closing the MATLAB instance. As a workaround we can leverage the train function. The train() returns a training record sturcture which can be saved along with trained network and you can use plottrainstate() to see the training state after loading the .mat file into the workspace.

カテゴリ

Help Center および File ExchangePattern Recognition and Classification についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by