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?
Prashant Kumar answered .
2025-11-20
neural GA
and
neural genetic
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