I am using a trainbr function to train a NN on 120X134 matrix. It trains very well even with three nodes in hidden layer but does not give satisfactory results on a test matrix. If this is a case of overfitting, how should I avoid it?

1 view (last 30 days)
The network is being used to classify into 4 classes

Accepted Answer

Greg Heath
Greg Heath on 17 Sep 2014
Reduce the number of inputs.
help plsregress
doc plsregress
type plsregress
Hope this helps.
Greg

More Answers (0)

Categories

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

Products

Community Treasure Hunt

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

Start Hunting!