Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

The Ultimate Beginners Guide to Python Recommender Systems

Posted By: ELK1nG
The Ultimate Beginners Guide to Python Recommender Systems

The Ultimate Beginners Guide to Python Recommender Systems
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 29 lectures (3h 52m) | Size: 1 GB

Use collaborative filtering to recommend movies to users! Implementations step by step from scratch!

What you'll learn:
Understand the basics about recommender systems
Understand the theory and mathematical calculations of collaborative filtering
Implement user-based collaborative filtering and item-based collaborative filtering step by step in Python
Use the following libraries for recommender systems: LibRecommender and Surprise
Use the MovieLens dataset to generate movie recommendations for users

Requirements
Programming logic
Basic Python programming

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!

What makes this course unique is that you will implement step by step from scratch in Python, learning all mathematical calculations. This can be considered the first course on recommender systems, so, if you have never heard about how to implement them, at the end you will have all the theoretical and practical background to develop some simple projects and also take more advanced courses. See you in class!

Who this course is for
People interested in recommender systems
Students who are studying subjects related to Artificial Intelligence
Data Scientists who want to increase their knowledge in recommender systems
Professionals interested in developing recommender systems
Beginners who are starting to learn recommender systems