Filter löschen
Filter löschen

Deciding number of epochs for pattern recognition

1 Ansicht (letzte 30 Tage)
Soumyadip
Soumyadip am 20 Jun. 2013
How to predict the number of epochs a neural network needs for pattern recognition ? Also, how do I decide about the other parameters such as learning rate, momentum constant, etc? Is it by trial and error?
I am working on an OCR project and the images for my training are like the ones shown in the question below :-

Akzeptierte Antwort

Greg Heath
Greg Heath am 1 Jul. 2013
1. Use as many default values as possible. 2. To minimize the number of hidden nodes, H, outer loop over H = 0:dH:Hmax and inner loop over ntrial = 1:Ntrials the number of weight initialization trials for each value of H.
Hope this helps
Thank you for formally accepting my answer
Greg

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by