How can i optimise weights for BPN using genetic algorithm?
Show older comments
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 Comment
Accepted Answer
More Answers (1)
Greg Heath
on 21 Mar 2013
0 votes
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
Categories
Find more on Genetic Algorithm in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!