Question
Hi all I want to create Neural network optimized by GA but I totaly donot know anything about matlab so I will tell all the steps and tell me what to read to make full understanding, I will use it in financial analysis so I will have 12 variables want use GA to get the Best of them so I can make the new model which will test it with NN optimized by GA and Although by BAckpropagtion so my Questions 1- how use GA to optimize my variables selection? What to read?and how to input the values? 2- how to Train NN to be used using GA?? what to read and how to input the values?
Related Questions
Expert Answer
Prashant Kumar
PhD Expert
Answered Aug 20, 2026
If you have a choice, do not use GA to train NNs if you are not familiar with NNs.
There are no good examples for reference. A search of the NEWSGROUP and ANSWERS using
neural GA
and
neural genetic
If you do not take my advice and have trouble with your code, post it and someone may be able to help.
There is a matlab manual
However, all of the matlab documentation with examples is online at mathworks.com
Most of the matlab documentation with examples is available from the command line. Just type the command
doc
or for specific function documentation use the help command first
help fitnet % regression and curve-fitting doc fitnet help patternnet % classification and pattern-recognition doc patternnet help narxnet % timeseries prediction doc narxnet
Have a different question? Ask here