Value of Test error for nn
조회 수: 1 (최근 30일)
이전 댓글 표시
When I use the command newff neural network is created. After training and plotting the chart is displayed a graph showing Train and Test and Validation time when the slightest error occurred Validation.
On top of the graph is displayed the "Best Performance Validation," which is validation error. I need the same Test. How do I know the value of the error occurred and what time to Test? Is there a command that I pass the test value?
댓글 수: 0
답변 (2개)
Greg Heath
2011년 11월 23일
The output structure tr should contain that info ...
[net tr ] = train(net,...);
Hope this helps.
Greg
댓글 수: 0
참고 항목
카테고리
Help Center 및 File 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!