Chapter 10.02: Training - Validation - Testing

The simplest method to achieve an untouched test set is a 3-way split: the models are first trained on the training set and then evaluated and compared on the validation set. After selecting the best model, the final performance will be evaluated on the test set.

Lecture video

Lecture slides