how to add genetic optimization in Back propagation neural network tool box or even using commands of Matlab
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Kallam Haranadha Reddy
el 18 de Nov. de 2014
Comentada: Kallam Haranadha Reddy
el 6 de Ag. de 2016
genetic optimization is very useful in minimizing the error in a neural network. i searched the nntool and commands for genetic optimization in neural networks but in vain.
0 comentarios
Respuesta aceptada
Greg Heath
el 18 de Nov. de 2014
Genetic optimization is the least preferred method for designing single hidden layer nets with given inputs and targets (the universal approximator ) because it is too slow.
However, if different combinations of inputs and network architecture are to be considered, GA may be a good way to go.
Searching in the ANSWERS NEWSGROUP, and comp.ai.neural-nets yields
neural genetic 64 132 699
neural ga 39 69 674
Check the ANSWERS references and respond with specific questions.
Más respuestas (0)
Ver también
Categorías
Más información sobre Genetic Algorithm en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!