Deciding number of epochs for pattern recognition

1 回表示 (過去 30 日間)
Soumyadip
Soumyadip 2013 年 6 月 20 日
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 件)

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by