Default number of epochs
Mostrar comentarios más antiguos
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 comentario
Thomas Kanzig
el 9 de En. de 2016
Its true my friend. You must insert a biggest number for obtain a better trainings.
Respuesta aceptada
Más respuestas (1)
Ton Schomaker
el 20 de Sept. de 2012
0 votos
1 comentario
Greg Heath
el 20 de Sept. de 2012
You mistakenly used the ANSWER box instead of the COMMENT box.
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!