MATLAB: NN Training Data

Deep Learning Toolboxneural networknn training data size

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?

Best Answer

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