Supervised vs unsupervised data overview
Supervised vs unsupervised data overview
1. Definition
Supervised Learning
o A house price prediction model learns from past sales data (features like
size, location, etc.) to predict future prices.
Unsupervised Learning
Unsupervised learning is a type of machine learning where the model learns patterns
from unlabeled data (only X) without explicit supervision. The goal is to discover
hidden structures or relationships in the data.
Example:
2. Key Differences
Data Type Uses labeled data (X, Y) Uses unlabeled data (only X)
Example:
Example:
4. Evaluation Metrics
For Classification:
For Regression:
o Mean Squared Error (MSE) & Root Mean Squared Error (RMSE)
5. Real-World Applications