Unsupervised Learning
Unsupervised Learning
in Machine Learning
GRADE - 11
What do you
already know about
unsupervised
learning?
Imagine sorting thousands of
mystery items by hand with no
labels. How could a computer do
this faster and more effectively?
Comprehend the principles of
Unsupervised Learning.
WALT:
Understand real-world
applications and types of
Unsupervised Learning.
Unsupervised Learning
Clustering
Keywords:
Dimensionality Reduction
Data Patterns
Anomalies
Explain I can explain what Unsupervised Learning is.
Dimensionality Reduction:
Simplifying data while
preserving important structure
(e.g., PCA for reducing features).
Examples of Brainstorm with a partner a real-
life example of clustering and
Unsupervised dimensionality reduction and
Learning explain why it fits.
Key Algorithms in
Unsupervised Learning
Which algorithm do you think
might work best for customer
Clustering segmentation, and why?
Dimensionality
Reduction
Clustering
Types of Clustering:
• K-Means Clustering: Partitions
Clustering groups similar data into a specified number of
data points together. clusters.
• Hierarchical Clustering: Creates
a tree-like structure of clusters.
Imagine you have a collection of photos on your phone. How could clustering
help you organize them automatically?
Reduces data complexity by decreasing the number of features.
Common Techniques:
▪ Principal Component Analysis (PCA):
Reduces dimensions by emphasizing variance.
▪ t-Distributed Stochastic Neighbor Embedding (t-SNE):
Dimensionality Maps data points to lower dimensions for easier visualization.
Reduction
Imagine you’re designing a mobile app
that needs to use fewer features to save
memory. How would you decide which
features are most important?
Real-Life Applications of Unsupervised
Learning
Anomaly Detection:
Market Segmentation: Recommendation
Identifying unusual
Grouping customers Systems: Clustering
patterns in data for
based on purchasing similar items for better
security or
behavior. recommendations.
maintenance.
List
I can list key types and algorithms in
Unsupervised Learning. Revisiting
Success
Discuss
I can discuss real-world applications for
Unsupervised Learning. Criteria
I can contrast Unsupervised and Supervised
Contrast Learning approaches.
Hold up 1 finger for True
and 2 fingers for False.
True or False!
1. In unsupervised learning, the data used to train the model has labels.
2. Clustering is used to group similar data points without needing predefined
categories.
3. Dimensionality reduction increases the number of features in a dataset.
4. An example of unsupervised learning is identifying clusters of customers based on
shopping patterns.
5. K-Means clustering requires you to choose the number of clusters before running
the algorithm.
6. In dimensionality reduction, Principal Component Analysis (PCA) is commonly used
to reduce features by focusing on variance.
7. Unsupervised learning can’t be used for anomaly detection.