binghe79 发表于 2005-11-28 14:45

[求助]bp 算法matlab 任何程序实例

我想 看看 matlabshi 怎么编程的 步骤和初始化 选择样本 都是什么样的 谢谢

suffer 发表于 2005-11-28 14:49

http://forum.vibunion.com/thread-840-1-1.html
http://forum.vibunion.com/thread-3225-1-1.html
http://forum.vibunion.com/thread-839-1-1.html

binghe79 发表于 2005-11-29 10:47

thank you

binghe79 发表于 2005-11-29 10:52

P=;
P;两个输入怎么办啊
net = newff(,,{'logsig' 'purelin'});
Y=sim(net,P);
plot(P,Y,'o')
net.trainParam.epochs = 5000;
net = train(net,P);
Y = sim(net,P);
plot(P,Y,'o')
还有 我想用 mesh画出来怎么整

AaronSpark 发表于 2005-11-29 17:15

第一个问题不太清楚你的意思
关于mesh你help一下说的很清楚了

binghe79 发表于 2005-11-30 13:01

这是 神经网络的 程序我不知道两个输入 还是不等的 向量 怎么带入P中 因为底下都是一个P啊
页: [1]
查看完整版本: [求助]bp 算法matlab 任何程序实例