How to view number of iteration in neural network?

2 vues (au cours des 30 derniers jours)
Explorer
Explorer le 7 Avr 2016
Modifié(e) : Greg Heath le 19 Avr 2016
I have created Neural Network using npr tool. I want to number of iterations used in this network.

Réponse acceptée

Greg Heath
Greg Heath le 10 Avr 2016
Modifié(e) : Greg Heath le 19 Avr 2016
If you use the command line window, that and
other useful info is contained in the training
record tr:
[ net tr ] = train( net, x, t );
Just use
tr = tr % NO SEMICOLON!
Hope this helps.
Thank you for formally accepting my answer
Greg

Plus de réponses (0)

Catégories

En savoir plus sur Sequence and Numeric Feature Data Workflows dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by