Borrar filtros
Borrar filtros

Deciding number of epochs for pattern recognition

1 visualización (últimos 30 días)
Soumyadip
Soumyadip el 20 de Jun. de 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 :-

Respuesta aceptada

Greg Heath
Greg Heath el 1 de Jul. de 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

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by