How can I Use my Datas in Genetic Algorithm Tool?

5 views (last 30 days)
Hi all.
I have Lab data in matrices and Excel form which has 5 inputs (5x126) 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.

Accepted Answer

Greg Heath
Greg Heath on 24 Oct 2016
Edited: Greg Heath on 11 Mar 2017
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

More Answers (1)

Dorukan Yilmazkulas
Dorukan Yilmazkulas on 24 Oct 2016
Dear Greg,
I'll try to work on your comments,but actually i need to use ga tool.Even if there is another way,i want to use ga tool first.
I'm really confused about genetic algortihm's code..
However,if it is impossible to accomplish my project without ga tool,then i guess i have to start learning the ga code..
Thanks regards..

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!