The Ultimate Beginners Guide to Python Recommender Systems

The Ultimate Beginners Guide to Python Recommender Systems

Description

Recommender systems are a hot topic in ​​Artificial Intelligence and are widely used for a lot of companies. They are everywhere recommending movies, music, videos, products, services, and so on. For example, when you finish watching a movie on Netflix, other movies you might like are indicated for you. This is the classic example of a recommender system!

In this course, you will learn in theory and practice how recommender systems work! You will implement an algorithm based on the collaborative filtering technique applied to movie recommendations (user-based filtering and item-based filtering). We are going to use a small dataset to test all mathematical calculations. Then, we will test our algorithm using the famous MovieLens dataset, which has more than 100.000 instances. At the end of the course (after implementing the algorithm from scratch), you will learn how to use two pre-built libraries: LibRecommender and Surprise!

Leave a Reply