You can do this by code in the following way:
trainFcn = 'trainlm'; % Levenberg-Marquardt backpropagation. hiddenLayerSize = repmat(10,1,10); net = fitnet(hiddenLayerSize,trainFcn); net.inputConnect=true(11,1); view(net)
You can do this by code in the following way:
trainFcn = 'trainlm'; % Levenberg-Marquardt backpropagation. hiddenLayerSize = repmat(10,1,10); net = fitnet(hiddenLayerSize,trainFcn); net.inputConnect=true(11,1); view(net)
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!