Learn Before
Definition
Definition of Validation Error
Validation error is a metric used to evaluate a model's performance on a separate holdout dataset throughout the training process. By checking the model's accuracy on unseen data, typically after each epoch, practitioners can determine if the model is generalizing well or if it is starting to overfit the training data. This metric is centrally used to define the patience criterion for early stopping.
0
1
Updated 2026-05-06
Tags
D2L
Dive into Deep Learning @ D2L