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!