MATLAB: How to use the Genetic Algorithm (GA) to train a Neural Network with inputs matrix [12 x 100] and targets [1 x 100]

annDeep Learning Toolboxgatutorial

I did train my ANN model by the feed forward back propagation method. I would like to compare the results with using GA as a training method for the same network. Any suggestion on how to create an ANN model based on GA training for the given size of inputs and targets? Thank you

Best Answer

None of the GA NN posts yields a good answer. In addition, they are orders of magnitude slower than backprop. Search both NEWGROUP and ANSWERS using
NEURAL GA
The only code for multiple inputs and/or outputs is
If you can get a GA result that is better than the backprop result, it is definitely worth posting the details in the NEWSGROUP.
Hope this helps.
Thank you for formally accepting my answer
Greg