NN Training Data

3 views (last 30 days)
A
A on 10 Mar 2011
Commented: A on 9 Jun 2014
What is ideal combination of training vs test data in neural network based technique in context of images. Can we have training data 10 times test data?

Accepted Answer

Greg Heath
Greg Heath on 9 Jun 2014
The optimal ratio for training, validation and testing depends on the data.
The MATLAB default is 70/15/15
The default split for 10-fold cross-validation is 80/10/10
Hope this helps
Greg
  1 Comment
A
A on 9 Jun 2014
Thanks for your reply.

Sign in to comment.

More Answers (0)

Categories

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

Community Treasure Hunt

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

Start Hunting!