早教吧作业答案频道 -->其他-->
matlab关于newff>> P=[0 1 2 3 4 5 6 7 8 9 10];>> T=[0 1 2 3 4 3 2 1 2 3 4];>> net=newff([0 10],[5 1],{'tansig''purelin'});接着就出来Error using ==> network.subsasgn"layers{1}.transferFcn" cannot be set to non-existing function "tansig'purelin".
题目详情
matlab关于newff
>> P=[0 1 2 3 4 5 6 7 8 9 10];
>> T=[0 1 2 3 4 3 2 1 2 3 4];
>> net=newff([0 10],[5 1],{'tansig''purelin'});
接着就出来
Error using ==> network.subsasgn
"layers{1}.transferFcn" cannot be set to non-existing function "tansig'purelin".
Error in ==> newff at 145
net.layers{i}.transferFcn = tf{i};
>> P=[0 1 2 3 4 5 6 7 8 9 10];
>> T=[0 1 2 3 4 3 2 1 2 3 4];
>> net=newff([0 10],[5 1],{'tansig''purelin'});
接着就出来
Error using ==> network.subsasgn
"layers{1}.transferFcn" cannot be set to non-existing function "tansig'purelin".
Error in ==> newff at 145
net.layers{i}.transferFcn = tf{i};
▼优质解答
答案和解析
P=[0 1 2 3 4 5 6 7 8 9 10];
T=[0 1 2 3 4 3 2 1 2 3 4];
net=newff([0 10],[5 1],{'tansig','purelin'});
%你个错误是({'tansig''purelin'});中少了一个逗号
T=[0 1 2 3 4 3 2 1 2 3 4];
net=newff([0 10],[5 1],{'tansig','purelin'});
%你个错误是({'tansig''purelin'});中少了一个逗号
看了 matlab关于newff>...的网友还看了以下:
non-beginner跟beginner哪个级别高?哪个级别的难学?两个课程,一个是non-beg 2020-03-30 …
英语翻译non-exclusivelytomultipleusers这句中的non-exclusi 2020-05-13 …
un后面应该跟什么词性,non后面应该跟啥?unrecyclable和non-recyclable 2020-05-14 …
请问下面这句意大利语是什么意思?Tom,ma xche" non glielo confermi? 2020-05-14 …
If you would like to donate time to help out with 2020-05-16 …
matlab关于newff>> P=[0 1 2 3 4 5 6 7 8 9 10];>> T=[ 2020-05-17 …
Abaqus计算crack时step必须要设置成GEOMETRICALLY NON-LINEAR? 2020-05-17 …
副词non用在句首写个祈使句怎么用?non表示“非”的意思时,或者其他可以表示“非”的词?比如:N 2020-05-21 …
Container(Bonded&Non-Bonded)在物流中是什么意思?BONDED是指可以跨 2020-05-22 …
MATlLAB实现BP神经网络下面的语句都是什么含义net=newff(minmax(minp), 2020-07-17 …