Building a Recommendation System with Python Machine Learning and AI
1h 30mIntermediate2024-07-10
Authors

Lillian Pierson, P.E.
Engineer, CEO, and Head of Product at Data-Mania
Course details
Discover how to use Python—and some essential machine learning concepts—to build programs that can make recommendations. In this hands-on course, Lillian Pierson, P.E. covers the different types of recommendation systems out there, and shows how to build each one. She helps you learn the concepts behind how recommendation systems work by taking you through a series of examples and exercises. Once you're familiar with the underlying concepts, Lillian explains how to apply statistical and machine learning methods to construct your own recommenders. She demonstrates how to build a popularity-based recommender using the Pandas library, how to recommend similar items based on correlation, and how to deploy various machine learning algorithms to make recommendations. At the end of the course, she shows how to evaluate which recommender performed the best.
Learning objectives
Work with recommendation systems.
Evaluate similarity based on correlation.
Build a popularity-based recommender.
Make classification-based recommendations.
Develop a collaborative filtering system.
Construct content-based recommender systems.
Evaluate recommenders to improve performance.
Learning objectives
Work with recommendation systems.
Evaluate similarity based on correlation.
Build a popularity-based recommender.
Make classification-based recommendations.
Develop a collaborative filtering system.
Construct content-based recommender systems.
Evaluate recommenders to improve performance.
Skills covered
JupyterMachine LearningPythonArtificial Intelligence (AI)Open SourceOne-Off
Concepts
0. Introduction
- 01 - Welcome
- 02 - Using the exercise files
1. Simple Approaches to Recommendation Systems
- 03 - Introducing core concepts of recommendation systems
- 04 - Popularity-based recommenders
- 05 - Evaluating similarity based on correlation
2. Machine Learning Recommendation Systems
- 06 - Classification-based collaborative filtering
- 07 - Model-based collaborative filtering systems
- 08 - Content-based recommender systems
- 09 - Evaluating recommendation systems
Conclusion
- 10 - Next steps