Curriculum learning
- Set the difficulty level to zero.
- Sample the training set for the examples of the current difficulty.
- Train the model and evaluate it with regards to the curriculum criteria.
- If the model passes the curriculum criteria, increase the difficulty.
- Go to 2.