2 14 1
2 14 1
P=
T=
> In obs_use at 18
In newff>create_network at 127
In newff at 102
See help for NEWFF to update calls to the new argument list.
>> net.lw{1,1};
net.b{1};
net.lw{2,1};
net.b{2};
net.trainParam.epochs = 10000;
net.trainParam.goal = 0.001;
net.trainParam.Lr = 0.01;
net.trainparam.show = 1000;
net =
Neural Network
.memoryReduction
dimensions:
numInputs: 1
numLayers: 2
numOutputs: 1
numInputDelays: 0
numLayerDelays: 0
numFeedbackDelays: 0
numWeightElements: 57
sampleTime: 1
connections:
biasConnect: [1; 1]
inputConnect: [1; 0]
layerConnect: [0 0; 1 0]
outputConnect: [0 1]
subobjects:
functions:
adaptFcn: 'adaptwb'
adaptParam: (none)
derivFcn: 'defaultderiv'
divideFcn: (none)
divideParam: (none)
divideMode: 'sample'
initFcn: 'initlay'
performFcn: 'mse'
trainFcn: 'traingd'
methods:
Pf =
[]
Af =
[]
e=
Perf =
9.9972e-004
>>