How to open neural network training screen?

10 次查看(过去 30 天)
i accidently closed the neural netwok training screen, any idea how to reopen it from "net.mat" file

回答(1 个)

Matt J
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 个评论
Sunita
Sunita 2023-12-11
Thank you for responding. I actually need R-value of training, validation, and test data separately, I only see the Total R-value generated by using 'plotregression(t, y)'.
Matt J
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 CenterFile 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!

Translated by