문제

I want to train a neural network using Particle Swarm Optimization algorithm, but matlab toolbox doesn't have any function for train network with this algorithm, I've searched and founded some PSO toolboxes but they didn't work. Can anybody help me please? Thanks

도움이 되었습니까?

해결책

you can use George Ever's toolbook for trainng neural network using PSO:
http://www.georgeevers.org/pso_research_toolbox.htm

and download tricia sample code:
http://www.mathworks.com/matlabcentral/fileexchange/29565-neural-network-add-in-for-psort

hope it helps, :)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top