Filter löschen
Filter löschen

How to view number of iteration in neural network?

2 Ansichten (letzte 30 Tage)
Explorer
Explorer am 7 Apr. 2016
Bearbeitet: Greg Heath am 19 Apr. 2016
I have created Neural Network using npr tool. I want to number of iterations used in this network.

Akzeptierte Antwort

Greg Heath
Greg Heath am 10 Apr. 2016
Bearbeitet: Greg Heath am 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

Weitere Antworten (0)

Kategorien

Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by