Beginner
Artificial Intelligence & Machine Learning
Q2 / 100
What is the difference between supervised and unsupervised learning?
Correct! Well done.
Incorrect.
The correct answer is B) Supervised learning trains on labeled data (input-output pairs); unsupervised learning finds patterns in unlabeled data
B
Correct Answer
Supervised learning trains on labeled data (input-output pairs); unsupervised learning finds patterns in unlabeled data
Explanation
Supervised: spam detection (emails labeled spam/not). Unsupervised: clustering customers by purchasing behavior without predefined groups. Semi-supervised and reinforcement learning are other categories.
Progress
2/100