Table of Contents

Crossvalidation

Train/Dev/Test sets

Training set | Hold-out / Dev set | Test set

For NNs with large data sets: Often 98%/1%/1%

Mismatched train/test distribution

Sometimes there is no test set, so you don't have a unbiased estimation (might overfit to dev set).