3 回答
![?](http://img1.sycdn.imooc.com/545862e700016daa02200220-100-100.jpg)
TA贡献1712条经验 获得超3个赞
这种延迟向量有时也称为阈值或偏移量。相当于输入向量与输出向量之间的变换或函数关系所带的常数项,如同y=ax+b、y=f(x)+b、y=f(wx+b)等表达式中的向量b。
![?](http://img1.sycdn.imooc.com/545868c20001b8c402200220-100-100.jpg)
TA贡献1828条经验 获得超3个赞
newlin(PR,S,ID,LR)中的PR是什么意思?
PR 输入范围 可以通过minmax(p)确定
PR现在已经不在用了 从R2008a开始 统一格式为:NEWLIN Create a linear layer. Syntax net = newlin(P,S,ID,LR) net = newlin(P,T,ID,LR) Description Linear layers are often used as adaptive filters for signal processing and prediction. NEWLIN(P,S,ID,LR) takes these arguments, P - RxQ matrix of Q representative input vectors. S - Number of elements in the output vector. ID - Input delay vector, default = [0]. LR - Learning rate, default = 0.01; and returns a new linear layer.
![?](http://img1.sycdn.imooc.com/545868cd00013bbb02200220-100-100.jpg)
TA贡献1942条经验 获得超3个赞
newlin 创建一线性层,newlin(PR,S,ID,LR)
PR -- 二维矩阵,指出输入的最大和最小值 S -- 输出的个数
ID -- 输入延迟矩阵, 系统默认值为[0] LR -- 学习速率,系统默认值为 0.01
具体查某个函数的含义,可以在matlab中输入help+所查的函数名,回车,就会出现所查函数的解释。
添加回答
举报