Getting the Training Time of a Neural Network

10 次查看(过去 30 天)
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

请先登录,再进行评论。

回答(1 个)

Ameen Bassam
Ameen Bassam 2021-10-17
After training just use
tr.time

类别

Help CenterFile Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by