Skip to main content
HomeRUnsupervised Learning in R

Unsupervised Learning in R

4.6+
20 reviews
Intermediate

This course provides an intro to clustering and dimensionality reduction in R from a machine learning perspective.

Start Course for Free
4 Hours16 Videos49 Exercises
48,572 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

Many times in machine learning, the goal is to find patterns in data without trying to make predictions. This is called unsupervised learning. One common use case of unsupervised learning is grouping consumers based on demographics and purchasing history to deploy targeted marketing campaigns. Another example is wanting to describe the unmeasured factors that most influence crime differences between cities. This course provides a basic introduction to clustering and dimensionality reduction in R from a machine learning perspective, so that you can get from data to insights as quickly as possible.
  1. 1

    Unsupervised learning in R

    Free

    The k-means algorithm is one common approach to clustering. Learn how the algorithm works under the hood, implement k-means clustering in R, visualize and interpret the results, and select the number of clusters when it's not known ahead of time. By the end of the chapter, you'll have applied k-means clustering to a fun "real-world" dataset!

    Play Chapter Now
    Welcome to the course!
    50 xp
    Identify clustering problems
    50 xp
    Introduction to k-means clustering
    50 xp
    k-means clustering
    100 xp
    Results of kmeans()
    100 xp
    Visualizing and interpreting results of kmeans()
    100 xp
    How k-means works and practical matters
    50 xp
    Handling random algorithms
    100 xp
    Selecting number of clusters
    100 xp
    Introduction to the Pokemon data
    50 xp
    Practical matters: working with real data
    100 xp
    Review of k-means clustering
    50 xp
  2. 3

    Dimensionality reduction with PCA

    Principal component analysis, or PCA, is a common approach to dimensionality reduction. Learn exactly what PCA does, visualize the results of PCA with biplots and scree plots, and deal with practical issues such as centering and scaling the data before performing PCA.

    Play Chapter Now
  3. 4

    Putting it all together with a case study

    The goal of this chapter is to guide you through a complete analysis using the unsupervised learning techniques covered in the first three chapters. You'll extend what you've learned by combining PCA as a preprocessing step to clustering using data that consist of measurements of cell nuclei of human breast masses.

    Play Chapter Now

In the following tracks

Associate Data Scientist in RMachine Learning Fundamentals in RMachine Learning Scientist with RSQL Fundamentals

Collaborators

Collaborator's avatar
Nick Carchedi
Collaborator's avatar
Tom Jeon

Prerequisites

Introduction to R
Hank Roark HeadshotHank Roark

Senior Data Scientist, Boeing

Hank is a Senior Data Scientist at Boeing and a long time user of the R language. Prior to his current role, he led the Customer Data Science team at H2O.ai, a leading provider of machine learning and predictive analytics services.
See More

Don’t just take our word for it

*4.6
from 20 reviews
75%
10%
15%
0%
0%
Sort by
  • Li D.
    6 months

    Review content required

  • Walter F.
    8 months

    The pokemon data set provided was not the same one used in the class, but should be. On the `Selecting number of clusters` the part on comparing to diagnosis could be better explained. Similarly, on the k-means clusters and comparing results needed more explanation on interpreting results.

  • Denis Y.
    11 months

    Great course with a lot of information in simple and clear form.

  • Marcel O.
    about 1 year

    Quite good introduction to dims reduction and most popular clustering techniques.

  • Edwin A.
    about 1 year

    This is a recommended course to learn unsupervised learning in R.

"Review content required"

Li D.

"The pokemon data set provided was not the same one used in the class, but should be. On the `Selecting number of clusters` the part on comparing to diagnosis could be better explained. Similarly, on the k-means clusters and comparing results needed more explanation on interpreting results."

Walter F.

"Great course with a lot of information in simple and clear form."

Denis Y.

Join over 13 million learners and start Unsupervised Learning in R 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.