MATLAB: How to Use the Datas in Genetic Algorithm Tool

dataDeep Learning Toolboxgagenetic algorithmimporting excel dataneural network

Hi all.
I have Lab data in matrices and Excel form which has 5 inputs (5×126) with 1 output. First I used them on neural networks (nntool) and that was fine.
Now I need to make an optimization with the ga tool,but I've never used it before. I tried to make it, but I haven't succeeded yet, so I have 2 questions.
  1. Is it possible to make an optimization with genetic algorithm tool for 5 inputs?
  2. If it is not possible, can anyone please send the code for it? I'm not very good at coding.
Thanks in advance.

Best Answer

I cannot help with the ga tool.
However, I have several posts regarding NN design using ga.
Search both NEWSGROUP and ANSWERS using
greg neural genetic
For example,
http://www.mathworks.com/matlabcentral/newsreader/...
view_thread/344888#948753
Hope this helps,
Thank you for formally accepting my answer
Greg