Learn Before
Training on Combined Training and Validation Set
After a machine learning model's hyperparameters have been tuned using a validation dataset, a common strategy before making final predictions on a test set is to retrain the model on the combined training and validation sets. Because the validation data is fully labeled, merging it with the training set provides a larger pool of data for the model to learn from, making full use of all available labeled data and potentially improving its final predictive performance.
0
1
Tags
D2L
Dive into Deep Learning @ D2L
Related
Potential drawbacks of Validation Set Approach
Difference between test set and validation set
Generalization
Validation Dataset Model Evaluation
Validation Error for Expressive Models
Validation Accuracy vs. True Test Set Accuracy
Definition of Validation Error
Training on Combined Training and Validation Set
Image Augmentation in Training vs. Evaluation