Neural Network train/val/test

I need to develop a neural network to classify some objects. One of the parameters of a neural networks are the train/validation/test ratios. I was thinking to train the network using 70% of the labelled examples and the remaining 30% to the testing party.
Is the validation set a subset of the whole set or training set only? Do you suggest to do a 100% validation rate?

 Accepted Answer

I suggest using the defaults. See
help patternnet
doc patternnet

More Answers (0)

Categories

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

Asked:

on 22 Dec 2014

Answered:

on 23 Dec 2014

Community Treasure Hunt

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

Start Hunting!