Types of ML
Types of ML
Supervised Learning
Semi-Supervised Learning
Definition: A type of learning where the system learns to predict part of the data
from the rest of the data (using no manual labels).
Applications: Natural Language Processing (NLP), Computer Vision.
Example: Pre-training a model like BERT or GPT for language tasks using
unsupervised data.