フィルターのクリア

Value of Test error for nn

2 ビュー (過去 30 日間)
Rafa
Rafa 2011 年 11 月 10 日
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?

回答 (2 件)

Rafa
Rafa 2011 年 11 月 12 日
It is possible to find the value of the Best Test Performance?
When i use the command plotperform,only shows the Best Validation Error.

Greg Heath
Greg Heath 2011 年 11 月 23 日
The output structure tr should contain that info ...
[net tr ] = train(net,...);
Hope this helps.
Greg

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by