Deciding number of epochs for pattern recognition

1 次查看(过去 30 天)
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 :-

采纳的回答

Greg Heath
Greg Heath 2013-7-1
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

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by