Right now I'm doing a research about Genetic Algorithm and Neural Network, I want to use the Genetic Algorithm to train the Neural Network and use the Neural Network to solve OCR problem, what I'm still don't understand is the training method, let's say I have 5 training set each set have 26 character (A-Z), should I do the training from A1-Z1 to A5-Z5 (per set) or A1-A5 to Z1-Z5 (per character) and how many generations should be generated per character?or until the error is minimum?
I think that's all I want to ask right now
if is there anything unclear about my question please tell me
Thank You