MATLAB: How to change number of hidden layers with nprtool

"hiddenDeep Learning Toolboxlayerneural networknprtool

Hi, I am designing a neural network using nprtool, and was wondering if there any way to increase the number of hidden layers?
Thanks,
Nika

Best Answer

I don't think the GUI allows multiple hidden layers.
Typically, that is not important because a single hidden layer with enough nodes yields a universal approximator and therefore, is sufficient.
Multiple hidden layers tend to be used only when there is apriori information about the mathematical or physical significance of the underlying I/O relationship or a single hidden layer would require the estimation of too many weights.
Hope this helps.
Thank you for officially accepting my answer.
Greg