新版Matlab中神经网络训练函数Newff的使用方法
新版Matlab中神经网络训练函数Newff的使用方法
介绍新版newff
Syntax
net = newff(P,T,[S1 S2...S(N-l)],{TF1 TF2...TFNl}, BTF,BLF,PF,IPF,OPF,DDF)
Description
newff(P,T,[S1 S2...S(N-l)],{TF1 TF2...TFNl}, BTF,BLF,PF,IPF,OPF,DDF) takes several arguments
P R x Q1 matrix of Q1 sample R-element input vectors T SN x Q2 matrix of Q2 sample SN-element target vectors Si Size of ith layer, for N-1 layers, default = [ ].(Output layer size SN is determined from T.) TFi Transfer function of ith layer. (Default = tansig forhidden layers and purelin for output layer.) BTF Backpropagation network training function (default = t
原创力文档

文档评论(0)