Using fitnet in matlab

If I were to create a neural network based on script using fitnet as shown in (<http://www.mathworks.com/help/nnet/gs/fit-data-with-a-neural-network.html)>, does this mean when i use hiddenLayerSize = 1; net = fitnet(hiddenLayerSize), there is only one hidden layer with only one neurons ?

 Accepted Answer

Greg Heath
Greg Heath on 23 Mar 2016

1 vote

yes
hope this helps.
greg

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Asked:

on 15 Mar 2016

Commented:

on 23 Mar 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!