Feeds
질문
Error using optimoptions (line 124)
I am getting the error message mentioned in the title while executing following line opts = optimoptions('fmincon','Algorithm',...
대략 5년 전 | 답변 수: 2 | 0
2
답변질문
Is it necessary to set net.inputs{i}.processFcns when the network is created using netwok command?
I have created a network using following code- net10_1 = network; net10_1.numInputs = 2; %2 inputs net10_1.numLayers = 3; ...
5년 초과 전 | 답변 수: 1 | 1
1
답변질문
Interpolation and extrapolation using 2 layer feed-forward NN
I am training a 2-layer 10 neuron feed-forward NN using available experimental data. The data could be approximated by function ...
5년 초과 전 | 답변 수: 0 | 0
