How can i optimise weights for BPN using genetic algorithm?
이전 댓글 표시
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
채택된 답변
추가 답변 (1개)
Greg Heath
2013년 3월 21일
0 개 추천
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
카테고리
도움말 센터 및 File Exchange에서 Genetic Algorithm에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!