Q1Machine Learning
Question
2 marks
What is the difference between supervised and unsupervised learning?
Answer
Supervised learning uses labeled data, while unsupervised learning works with unlabeled data.
Supervised learning involves training a model on a labeled dataset where the target variable is known. In contrast, unsupervised learning aims to find hidden patterns or structures in data without predefined labels.