Training neural network using particle swarm optimization in matlab

时光总嘲笑我的痴心妄想 提交于 2019-12-13 04:29:12

问题


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


回答1:


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, :)



来源:https://stackoverflow.com/questions/21643305/training-neural-network-using-particle-swarm-optimization-in-matlab

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!