- ‘plotperform’ - https://www.mathworks.com/help/deeplearning/ref/plotperform.html
- ‘plottrainstate’ - https://www.mathworks.com/help/deeplearning/ref/plottrainstate.html
- ‘ploterrhist’ - https://www.mathworks.com/help/deeplearning/ref/ploterrhist.html
- ‘plotregression’ - https://www.mathworks.com/help/deeplearning/ref/plotregression.html
how to know stopped epoch value in ANN
조회 수: 7 (최근 30일)
이전 댓글 표시
채택된 답변
Rishi
2023년 12월 7일
Hi Sunita,
I understand you want to know if there is a way to find the stopped epoch value while training a neural network.
You can use ‘trainingOptions’ to display the current value of epoch by turning on the ‘Verbose’ flag. This will display the information in command window. You can learn more about it from the below documentation:
The Neural Network Training window launches with the ‘train’ functions. However, you can use individual functions to see various graphs shown in the window. I have listed them below, along with their documentation.
Also, you can view the Network Diagram using
view(net);
where net is the name of the neural network.
Hope this helps.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!