DeepLearning.AI
AI is the new electricity and will transform and improve nearly all areas of human lives.

Quick Guide & Tips

💻   Accessing Utils File and Helper Functions

In each notebook on the top menu:

1:   Click on "File"

2:   Then, click on "Open"

You will be able to see all the notebook files for the lesson, including any helper functions used in the notebook on the left sidebar. See the following image for the steps above.


💻   Downloading Notebooks

In each notebook on the top menu:

1:   Click on "File"

2:   Then, click on "Download as"

3:   Then, click on "Notebook (.ipynb)"


💻   Uploading Your Files

After following the steps shown in the previous section ("File" => "Open"), then click on "Upload" button to upload your files.


📗   See Your Progress

Once you enroll in this course—or any other short course on the DeepLearning.AI platform—and open it, you can click on 'My Learning' at the top right corner of the desktop view. There, you will be able to see all the short courses you have enrolled in and your progress in each one.

Additionally, your progress in each short course is displayed at the bottom-left corner of the learning page for each course (desktop view).


📱   Features to Use

🎞   Adjust Video Speed: Click on the gear icon (⚙) on the video and then from the Speed option, choose your desired video speed.

🗣   Captions (English and Spanish): Click on the gear icon (⚙) on the video and then from the Captions option, choose to see the captions either in English or Spanish.

🔅   Video Quality: If you do not have access to high-speed internet, click on the gear icon (⚙) on the video and then from Quality, choose the quality that works the best for your Internet speed.

🖥   Picture in Picture (PiP): This feature allows you to continue watching the video when you switch to another browser tab or window. Click on the small rectangle shape on the video to go to PiP mode.

√   Hide and Unhide Lesson Navigation Menu: If you do not have a large screen, you may click on the small hamburger icon beside the title of the course to hide the left-side navigation menu. You can then unhide it by clicking on the same icon again.


🧑   Efficient Learning Tips

The following tips can help you have an efficient learning experience with this short course and other courses.

🧑   Create a Dedicated Study Space: Establish a quiet, organized workspace free from distractions. A dedicated learning environment can significantly improve concentration and overall learning efficiency.

📅   Develop a Consistent Learning Schedule: Consistency is key to learning. Set out specific times in your day for study and make it a routine. Consistent study times help build a habit and improve information retention.

Tip: Set a recurring event and reminder in your calendar, with clear action items, to get regular notifications about your study plans and goals.

☕   Take Regular Breaks: Include short breaks in your study sessions. The Pomodoro Technique, which involves studying for 25 minutes followed by a 5-minute break, can be particularly effective.

💬   Engage with the Community: Participate in forums, discussions, and group activities. Engaging with peers can provide additional insights, create a sense of community, and make learning more enjoyable.

✍   Practice Active Learning: Don't just read or run notebooks or watch the material. Engage actively by taking notes, summarizing what you learn, teaching the concept to someone else, or applying the knowledge in your practical projects.


📚   Enroll in Other Short Courses

Keep learning by enrolling in other short courses. We add new short courses regularly. Visit DeepLearning.AI Short Courses page to see our latest courses and begin learning new topics. 👇

👉👉 🔗 DeepLearning.AI – All Short Courses [+]


🙂   Let Us Know What You Think

Your feedback helps us know what you liked and didn't like about the course. We read all your feedback and use them to improve this course and future courses. Please submit your feedback by clicking on "Course Feedback" option at the bottom of the lessons list menu (desktop view).

Also, you are more than welcome to join our community 👉👉 🔗 DeepLearning.AI Forum


Sign in

Create Your Account

Or, sign up with your email
Email Address

Already have an account? Sign in here!

By signing up, you agree to our Terms Of Use and Privacy Policy

Choose Your Learning Path

MonthlyYearly

Change Your Plan

Your subscription plan will change at the end of your current billing period. You’ll continue to have access to your current plan until then.

View All Plans and Features

Welcome back!

Hi ,

We'd like to know you better so we can create more relevant courses. What do you do for work?

Course Syllabus

DeepLearning.AI
    daily streak fire

    You've achieved today's streak!

    Complete one lesson every day to keep the streak going.

    Su

    Mo

    Tu

    We

    Th

    Fr

    Sa

    free pass got

    You earned a Free Pass!

    Free Passes help protect your daily streak. Complete more lessons to earn up to 3 Free Passes.

    Free PassFree PassFree Pass

    Elevate Your Career with Full Learning Experience

    Unlock Plus AI learning and gain exclusive insights from industry leaders

    Access exclusive features like graded notebooks and quizzes
    Earn unlimited certificates to enhance your resume
    Starting at $1 USD/mo after a free trial – cancel anytime
Welcome to this third and final course of this specialization on unsupervised learning, recommender systems, and reinforcement learning. Whereas in the first two courses, we spent a lot of time on supervised learning, in this third and final course, we'll talk about a new set of techniques that goes beyond supervised learning, and we'll give you an extra set of powerful tools that I hope you enjoy adding to your tool set. And by the time you finish this course and finish this specialization, I think you'll be well on your way to being an expert in machine learning. Let's take a look. This week, we'll start with unsupervised learning, and in particular, you'll learn about clustering algorithms, which is a way of grouping data into clusters, as well as anomaly detection. Both of these are techniques used by many companies today in important commercial applications. And by the end of this week, you know how these algorithms work and be able to get them to work for yourself as well. In the second week, you will learn about recommender systems. When you go to an online shopping website or a video streaming website, how does it recommend products or movies to you? Recommender systems is one of the most commercially important machine learning technologies. It's moving many billions of dollars worth of value or products or other things around. It's one of the technologies that receives surprisingly little attention from academia, despite how important it is. But in the second week, I hope you learn how these systems work and be able to implement one for yourself. And if you are curious about how online ad systems work, the description of recommender systems will also give you a sense for how those large online ad tech companies decide what ads to show you. In the third and final week of this course, you learn about reinforcement learning. You may have read in the news about reinforcement learning being great at playing a variety of video games, even outperforming humans. I've also used reinforcement learning many times myself to control a variety of different robots. Even though reinforcement learning is a new and emerging technology, that is, the number of commercial applications of reinforcement learning is not nearly as large as the other techniques covered in this week or in the previous two courses of this specialization. It's a technology that is exciting and is opening up a new frontier to what you can get learning algorithms to do. And so in the final week, you implement reinforcement learning yourself and use it to land a simulated moon lander. And when you see that working for yourself with your own code later in this course, I think you'll be impressed by what you can get reinforcement learning to do. So I'm really excited to be here with you to talk about unsupervised learning, recommender systems, and reinforcement learning. So let's go on to the next video where you learn about an important unsupervised learning algorithm called a clustering algorithm.
course detail
  • Machine Learning Specialization
  • Unsupervised Learning, Recommenders, Reinforcement Learning
  • Week 1
Next Lesson
Week 1: Unsupervised learning
    Welcome to the course!
  • Welcome!
    Video
    ・
    3 mins
  • Clustering
  • What is clustering?
    Video
    ・
    4 mins
  • K-means intuition
    Video
    ・
    6 mins
  • K-means algorithm
    Video
    ・
    9 mins
  • Optimization objective
    Video
    ・
    11 mins
  • Initializing K-means
    Video
    ・
    8 mins
  • Choosing the number of clusters
    Video
    ・
    7 mins
  • Practice Quiz: Clustering
  • Clustering

    Graded・Quiz

    ・
    30 mins
  • Practice Lab 1
  • k-means

    Graded・Code Assignment

    ・
    3 hours
  • Anomaly detection
  • Finding unusual events
    Video
    ・
    11 mins
  • Gaussian (normal) distribution
    Video
    ・
    10 mins
  • Anomaly detection algorithm
    Video
    ・
    12 mins
  • Developing and evaluating an anomaly detection system
    Video
    ・
    11 mins
  • Anomaly detection vs. supervised learning
    Video
    ・
    8 mins
  • Choosing what features to use
    Video
    ・
    14 mins
  • Practice quiz: Anomaly detection
  • Anomaly detection

    Graded・Quiz

    ・
    30 mins
  • Practice Lab 2
  • Anomaly Detection

    Graded・Code Assignment

    ・
    3 hours
  • Course Feedback
  • Forum
  • Certificate