mahuiyuok 发表于 2007-4-14 16:58

请教calcperf函数参数

calcperf
Calculate network outputs, signals, and performance
Syntax=calcperf(net,X,Pd,Tl,Ai,Q,TS)
DescriptionThis function calculates the outputs of each layer in response to a networks delayed inputs and initial layer delay conditions.
= calcperf(net,X,Pd,Tl,Ai,Q,TS) takes,
net -- Neural network
X -- Network weight and bias values in a single vector
Pd -- Delayed inputs
Tl -- Layer targets
Ai -- Initial layer delay conditions
Q -- Concurrent size
TS -- Time steps and returns,

perf -- Network performance
El -- Layer errors
Ac -- Combined layer outputs =
N -- Net inputs
LWZ -- Weighted layer outputs
IWZ -- Weighted inputs
BZ -- Concurrent biases

这个是matlab帮助里面的关于calcperf函数的说明,我现在不清楚他们的参数的含义。我理解有的参数的结果是重复的,但是在程序运行的时候我看到程序运行的结果并不都相同,只有N和AC的其中有一个值矩阵是相同的。请那位高手帮我解答一下各个参数都是什么含义。我现在在作毕业设计,请那位帮帮忙,谢谢!

happy 发表于 2007-4-14 20:28

我理解有的参数的结果是重复的
什么意思?没明白
页: [1]
查看完整版本: 请教calcperf函数参数