Value of Test error for nn
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (2)
Greg Heath
le 23 Nov 2011
The output structure tr should contain that info ...
[net tr ] = train(net,...);
Hope this helps.
Greg
0 commentaires
Voir également
Catégories
En savoir plus sur Sequence and Numeric Feature Data Workflows dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!