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

1 vote

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

More Answers (0)

Categories

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

Asked:

A
A
on 10 Mar 2011

Commented:

A
A
on 9 Jun 2014

Community Treasure Hunt

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

Start Hunting!