Getting the Training Time of a Neural Network

조회 수: 5 (최근 30일)
tarmizi adam
tarmizi adam 2012년 10월 19일
답변: Ameen Bassam 2021년 10월 17일
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
Greg Heath
Greg Heath 2012년 10월 19일
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 2012년 10월 19일
thanks, i'll give that a try...

댓글을 달려면 로그인하십시오.

답변 (1개)

Ameen Bassam
Ameen Bassam 2021년 10월 17일
After training just use
tr.time

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by