How to view number of iteration in neural network?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have created Neural Network using npr tool. I want to number of iterations used in this network.
0 Commenti
Risposta accettata
Greg Heath
il 10 Apr 2016
Modificato: Greg Heath
il 19 Apr 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
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Deep Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!