Default number of epochs
Show older comments
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 Comment
Thomas Kanzig
on 9 Jan 2016
Its true my friend. You must insert a biggest number for obtain a better trainings.
Accepted Answer
More Answers (1)
Ton Schomaker
on 20 Sep 2012
0 votes
1 Comment
Greg Heath
on 20 Sep 2012
You mistakenly used the ANSWER box instead of the COMMENT box.
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!