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!