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 years 前 | 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 years 前 | 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 years 前 | 0 个回答 | 0
