Deciding number of epochs for pattern recognition

5 views (last 30 days)
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 :-

Accepted Answer

Greg Heath
Greg Heath on 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

More Answers (0)

Community Treasure Hunt

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

Start Hunting!