Skip to main content
HomePython

Course

Building Recommendation Engines in Python

IntermediateSkill Level
4.7+
138 reviews
Updated 04/2024
Learn to build recommendation engines in Python using machine learning techniques.
Start Course for Free
PythonMachine Learning4 hr16 videos60 Exercises4,850 XP12,695Statement of Accomplishment

Create Your Free Account

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

Group

Training 2 or more people?

Try DataCamp for Business

Course Description

We’ve come to expect personalized experiences online—whether it’s Netflix recommending a show or an online retailer suggesting items you might also like to purchase. But how are these suggestions generated? In this course, you’ll learn everything you need to know to create your own recommendation engine. Through hands-on exercises, you’ll get to grips with the two most common systems, collaborative filtering and content-based filtering. Next, you’ll learn how to measure similarities like the Jaccard distance and cosine similarity, and how to evaluate the quality of recommendations on test data using the root mean square error (RMSE). By the end of this course, you’ll have built your very own movie recommendation engine and be able to apply your Python skills to create these systems for any industry.

Prerequisites

Supervised Learning with scikit-learn
1

Introduction to Recommendation Engines

What problems are recommendation engines designed to solve and what data are best suited for them? Discern what insightful recommendations can be made even with limited data, and learn how to create your own recommendations.
Start Chapter
2

Content-Based Recommendations

3

Collaborative Filtering

4

Matrix Factorization and Validating Your Predictions

Understand how the sparsity of real-world datasets can impact your recommendations. Leverage the power of matrix factorization to deal with this sparsity. Explore the value of latent features and use them to better understand your data. Finally, put the models you’ve discovered to the test by learning how to validate each of the approaches you’ve learned.
Start Chapter
Building Recommendation Engines in Python
Course
Complete

Earn Statement of Accomplishment

Add this credential to your LinkedIn profile, resume, or CV
Share it on social media and in your performance review
Enroll Now

Don’t just take our word for it

*4.7
from 138 reviews
83%
14%
1%
1%
0%
  • Napaporn
    2 days ago

  • David
    3 days ago

  • Mohamed
    3 days ago

    very good !

  • Ahmed Abdelouadoud
    3 weeks ago

  • Artem
    3 weeks ago

  • Mark
    4 weeks ago

Napaporn

David

"very good !"

Mohamed

FAQs

What types of recommendation systems does this Python course teach?

You will build both collaborative filtering and content-based filtering systems, learning when each approach is most effective and how to combine them.

What similarity metrics are covered in the course?

You will learn to calculate Jaccard distance and cosine similarity to measure how alike items or users are, which are core to generating accurate recommendations.

How is the quality of recommendations evaluated?

The course teaches you to evaluate recommendations on test data using root mean square error (RMSE) and to address sparsity in real-world datasets through matrix factorization.

Will I build a complete recommendation engine by the end?

Yes. You will build a full movie recommendation engine and learn techniques applicable to recommendation systems in any industry.

What role does matrix factorization play in the course?

Matrix factorization helps handle the sparsity of real-world data by uncovering latent features. The final chapter teaches you to use it and validate the resulting recommendations.

Join over 19 million learners and start Building Recommendation Engines in Python today!

Create Your Free Account

or

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

Grow your data skills with DataCamp for Mobile

Make progress on the go with our mobile courses and daily 5-minute coding challenges.