Getting the Training Time of a Neural Network

10 Ansichten (letzte 30 Tage)
tarmizi adam
tarmizi adam am 19 Okt. 2012
Beantwortet: Ameen Bassam am 17 Okt. 2021
Hello all,
i was just wondering on how to get the Time of the NN training. What i mean is, how do i save the value 'Time' as shown in the 'nntraintool' GUI ?. Thanks in advance.
  2 Kommentare
Greg Heath
Greg Heath am 19 Okt. 2012
I don't know about using the GUI. However, if you use the command line
[ net tr ] = train(net,x,t);
then most of the training information is contained in the structure tr.
Type, without ending semicolon
tr = tr
Hope this helps.
Greg
tarmizi adam
tarmizi adam am 19 Okt. 2012
thanks, i'll give that a try...

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Ameen Bassam
Ameen Bassam am 17 Okt. 2021
After training just use
tr.time

Kategorien

Mehr zu Deep Learning Toolbox 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