How to view number of iteration in neural network?

I have created Neural Network using npr tool. I want to number of iterations used in this network.

 Respuesta aceptada

Greg Heath
Greg Heath el 10 de Abr. de 2016
Editada: Greg Heath el 19 de Abr. de 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

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Preguntada:

el 7 de Abr. de 2016

Editada:

el 19 de Abr. de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by