Machine learningTraining paradigms
Curriculum Learning
Curriculum Learning is a training strategy for machine learning models, introduced by Bengio et al. in 2009, in which training examples are presented in a meaningful order—typically from easy to hard—rather than at random. Inspired by how humans and animals learn progressively, it organizes training data into a curriculum that starts with simpler, cleaner, or more representative samples and gradually introduces harder or more complex examples as the model matures.
Open in MethodMindSoonVideoSoon
Read the full method
Members only
Sign inSign in with a free account to read this section.
Sources
- Bengio, Y., Louradour, J., Collobert, R., & Weston, J. (2009). Curriculum learning. International Conference on Machine Learning (ICML), 41–48. DOI: 10.1145/1553374.1553380 ↗