Skip to content

Learning paradigms

There is different strategies to train a model. Here is a summary:

NameDescription
Supervised LearningThe model is trained on labeled data
Self-supervised LearningThe model extracts labels itself from the data
Unsupervised LearningThe model tries to find patterns in unlabeld data
Reinforcement LearningModel improve itself to get closer from an objective (reward mechanic)