What does best_perf, best_tperf, best_vperf signify while using the train function?
조회 수: 14 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2020년 11월 4일
답변: MathWorks Support Team
2020년 11월 4일
The terms best_perf, best_vperf and best_tperf are generated in the output while training the shallow neural network with the use of 'train' function. What does these terms mean?
채택된 답변
MathWorks Support Team
2020년 11월 4일
The fields 'best_perf', 'best_vperf' and 'best_tperf' in the output of the 'train' function contain the performance of the network evaluated at each epoch on the Training, Validation and Test sets respectively.
best_perf: Best Training Performance
best_tperf: Best Testing Performance
best_vperf: Best Validation Performance
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!