How to open neural network training screen?

조회 수: 6 (최근 30일)
Sunita
Sunita 2023년 12월 11일
댓글: Matt J 2023년 12월 11일
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