How to open neural network training screen?

8 vues (au cours des 30 derniers jours)
Sunita
Sunita le 11 Déc 2023
Commenté : Matt J le 11 Déc 2023
i accidently closed the neural netwok training screen, any idea how to reopen it from "net.mat" file

Réponses (1)

Matt J
Matt J le 11 Déc 2023
Modifié(e) : Matt J le 11 Déc 2023
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 commentaires
Sunita
Sunita le 11 Déc 2023
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 le 11 Déc 2023
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.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by