Hi, i'm using the neural network for classification using nnstart and i have dataset (input) with a size of 9*981 and i want to know how to choose the number of neurons in the hidden layer for it ?
John Michell answered .
2025-11-20
MSEtrngoal = 0.01*var(trntarget,1) % 1-D target or MSEtrngoal = 0.01*mean(var(trntarget',1)) % Otherwise