How can i optimise weights for BPN using genetic algorithm?
Mostrar comentarios más antiguos
I am working on prediction of rainfall using BPN. I have read that in order to get better convergence, optimisation method like Genetic Algorithm can be applied. How do we use the tool box especially when the weights are to be optimised?
1 comentario
Respuesta aceptada
Más respuestas (1)
Greg Heath
el 21 de Mzo. de 2013
0 votos
I have read that ... Where? ... The internet?
Please clarify. Is your prediction problem static (simultaneous input and output)or dynamic ( input and/or feedback delays are involved).
The genetic algorithm is most useful in determining optimum nonstandard network node topology. As examples, nonuniform (sporadic?) input, feedback, skiplayer and output connections. However, it is too slow for estimating weights given a fixed topology like those represented by the various MATLAB functions.
What MATLAB design functions have you tried for comparison ?
Greg
1 comentario
Kelvin
el 21 de Mzo. de 2013
Categorías
Más información sobre Genetic Algorithm en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!