Intro to Machine learning
Intro to Machine learning
Machine Learning
Machine Learning (ML) is a subset of Artificial Intelligence (AI) that enables systems to learn patterns
from data.
Two primary types: Supervised Learning and Unsupervised Learning
Supervised learning
Examples:
• Spam detection (emails labeled as
spam or not spam)
• Image classification (dog vs. cat)
• Predicting hotel prices
Unsupervised learning
Unsupervised learning is particularly useful
when dealing with data that lacks clear
labels or predefined categories.
Symptoms:
1. High accuracy on training data but low
accuracy on test data.
2. The model captures noise as if it were a
pattern.