Overview

  1. Split data into folds
  2. Train on the remaining folds
  3. Repeat times and average loss

Steps

Divide dataset into equal subsets. We call these subsets folds.

We choose a fold to use as the validation set and use the remaining folds as the training set. The loss is measured on the validation set and is recorded as .

We choose the next fold and record the loss as .

We repeat this process for all folds and we have performance results for .

Finally, we do