Skip to main content
HomeMachine LearningUnsupervised Learning in Python

Unsupervised Learning in Python

4.5+
63 reviews
Intermediate

Learn how to cluster, transform, visualize, and extract insights from unlabeled datasets using scikit-learn and scipy.

Start Course for Free
4 Hours13 Videos52 Exercises
133,668 LearnersTrophyStatement of Accomplishment

Create Your Free Account

GoogleLinkedInFacebook

or

By continuing, you accept our Terms of Use, our Privacy Policy and that your data is stored in the USA.

Loved by learners at thousands of companies


Course Description

Say you have a collection of customers with a variety of characteristics such as age, location, and financial history, and you wish to discover patterns and sort them into clusters. Or perhaps you have a set of texts, such as Wikipedia pages, and you wish to segment them into categories based on their content. This is the world of unsupervised learning, called as such because you are not guiding, or supervising, the pattern discovery by some prediction task, but instead uncovering hidden structure from unlabeled data. Unsupervised learning encompasses a variety of techniques in machine learning, from clustering to dimension reduction to matrix factorization. In this course, you'll learn the fundamentals of unsupervised learning and implement the essential algorithms using scikit-learn and SciPy. You will learn how to cluster, transform, visualize, and extract insights from unlabeled datasets, and end the course by building a recommender system to recommend popular musical artists.
  1. 1

    Clustering for Dataset Exploration

    Free

    Learn how to discover the underlying groups (or "clusters") in a dataset. By the end of this chapter, you'll be clustering companies using their stock market prices, and distinguishing different species by clustering their measurements.

    Play Chapter Now
    Unsupervised Learning
    50 xp
    How many clusters?
    50 xp
    Clustering 2D points
    100 xp
    Inspect your clustering
    100 xp
    Evaluating a clustering
    50 xp
    How many clusters of grain?
    100 xp
    Evaluating the grain clustering
    100 xp
    Transforming features for better clusterings
    50 xp
    Scaling fish data for clustering
    100 xp
    Clustering the fish data
    100 xp
    Clustering stocks using KMeans
    100 xp
    Which stocks move together?
    100 xp
  2. 2

    Visualization with Hierarchical Clustering and t-SNE

    In this chapter, you'll learn about two unsupervised learning techniques for data visualization, hierarchical clustering and t-SNE. Hierarchical clustering merges the data samples into ever-coarser clusters, yielding a tree visualization of the resulting cluster hierarchy. t-SNE maps the data samples into 2d space so that the proximity of the samples to one another can be visualized.

    Play Chapter Now
  3. 3

    Decorrelating Your Data and Dimension Reduction

    Dimension reduction summarizes a dataset using its common occuring patterns. In this chapter, you'll learn about the most fundamental of dimension reduction techniques, "Principal Component Analysis" ("PCA"). PCA is often used before supervised learning to improve model performance and generalization. It can also be useful for unsupervised learning. For example, you'll employ a variant of PCA will allow you to cluster Wikipedia articles by their content!

    Play Chapter Now
  4. 4

    Discovering Interpretable Features

    In this chapter, you'll learn about a dimension reduction technique called "Non-negative matrix factorization" ("NMF") that expresses samples as combinations of interpretable parts. For example, it expresses documents as combinations of topics, and images in terms of commonly occurring visual patterns. You'll also learn to use NMF to build recommender systems that can find you similar articles to read, or musical artists that match your listening history!

    Play Chapter Now

In the following tracks

Associate Data Scientist in PythonMachine Learning Fundamentals with PythonMachine Learning Scientist with Python

Collaborators

Collaborator's avatar
Yashas Roy
Collaborator's avatar
Hugo Bowne-Anderson
Benjamin Wilson HeadshotBenjamin Wilson

Director of Research at lateral.io

Ben is a machine learning specialist and the director of research at lateral.io. He is passionate about learning and has worked as a data scientist in real-time bidding, e-commerce, and recommendation. Ben holds a PhD in mathematics and a degree in computer science.
See More

Don’t just take our word for it

*4.5
from 63 reviews
70%
13%
16%
2%
0%
Sort by
  • Edwin A.
    6 months

    I thought this course is a recommended course for those who want to learn about machine learning, specifically unsupervised learning using Python.

  • MICHAEL M.
    6 months

    I enjoyed this course and the instructor was fantastic.

  • Bijon R.
    8 months

    Very Comprehensive

  • Hilman P.
    8 months

    Good

  • Sherri C.
    8 months

    This was a really helpful course. Besides the content it was well structured, good to understand, cool examples and best-fit exercises.

"I thought this course is a recommended course for those who want to learn about machine learning, specifically unsupervised learning using Python."

Edwin A.

"I enjoyed this course and the instructor was fantastic."

MICHAEL M.

"Very Comprehensive"

Bijon R.

Join over 13 million learners and start Unsupervised Learning in Python today!

Create Your Free Account

GoogleLinkedInFacebook

or

By continuing, you accept our Terms of Use, our Privacy Policy and that your data is stored in the USA.