matlab BP源代码

时间:2015-03-29 04:32:33
【文件属性】:

文件名称:matlab BP源代码

文件大小:6KB

文件格式:TXT

更新时间:2015-03-29 04:32:33

matlab bp

基于神经网络技术 function main % This is a FNN trained by PSO and BP. After trained by PSO, the NN is trained by BP clc; clear all; MaxRunningTime=10; MaxHiddenLayerNode=10; %根据目标函数获得样本输入输出 rand('state',sum(100*clock));


网友评论

  • 不错,值得借鉴