NN Training Data
1 view (last 30 days)
Show older comments
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?
0 Comments
Accepted Answer
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
More Answers (0)
See Also
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!