Default number of epochs
古いコメントを表示
Is it true that the default number of epochs in
[net, tr] = train(net,trainV,trainT)
is 1000?
When looking at help information on other training functions like trainlm it shows that default values of its training parameters are:
net.trainParam.epochs 100 Maximum number of epochs to train
Who can give a clear answer on this question. Thanks in advance, Ton S.
1 件のコメント
Thomas Kanzig
2016 年 1 月 9 日
Its true my friend. You must insert a biggest number for obtain a better trainings.
採用された回答
その他の回答 (1 件)
Ton Schomaker
2012 年 9 月 20 日
0 投票
1 件のコメント
Greg Heath
2012 年 9 月 20 日
You mistakenly used the ANSWER box instead of the COMMENT box.
カテゴリ
ヘルプ センター および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!