There are three main parts of the training:
- Data sampling 📁 (row-based methods) or default training 📁 (image-based methods)
- Hyperparameter tuning 📁
- Final training 📁
See the individual folders for more information.
Everything except the final training uses validationObjFcn
to do the actual training. validationObjFcn
trains on the training dataset and tests on the validation data. The final training functions train on the combination of the training and validation data.