An ML approach used when labeled data is available. Entity extraction (NER) falls under this category.
Supervised learning is an ML approach used when labeled data is available to validate the model’s results. The core objective of models trained via supervised learning is to make predictions, specifically to split data into groups based on existing classes or labels.
Supervised tasks include Classification (where the output variable is discrete, producing categories or labels) and Regression (where the output variable is continuous, producing numbers). Named Entity Recognition (NER) and entity extraction are specifically categorized as supervised ML tasks.
Sources & References
Explore other Learning Paradigms terms
A
Active Learning
A technique used during custom training to iteratively select the most informative instances for labeling,…
R
Reinforcement Learning
An ML category involving learning through trial and error to reach an objective.
U
Unsupervised Learning
An ML approach used when the model is not told what to look for (no…
