Author |
Topic: Neural Network Parameters |
 |
ikaniu |
Posted: 16-May-11 05:41 |
|
|
|
Hi!
Does anyone have a clue on how the following parameters are applied in neural network regression problems and how to implement using Matlab: 1) Chromosomes 2) Mutation rate 3) Cross over rate
Regards,
Ian |
|
 |
pejman |
Posted: 19-May-11 20:28 |
|
|
|
Ian,
those elements are part of Genetic Algorithms and not Neural Network. Of course you can use GA to come up with optimal weights or even Topology or your ANN model.
Look at Global Optimization Toolbox of Matlab.
Hope that helps.
-Pejman
|
|