Learn Recommender Systems
Learn about recommender systems
StartIntroduction to Recommender Systems
Lesson 1 of 1
- 1With the growth of the internet, the number of options people have for everything from watching videos, to buying clothes, to finding a date has increased dramatically. Having potentially thousands…
- 2As you learned about recommender systems in the previous exercise, you may be wondering how recommender systems differ from traditional supervised learning techniques you have learned about in pre…
- 3When considering the performance of a recommender system, there are a couple of different dimensions we should consider: - Relevance: When a recommender system makes a recommendation, it should …
- 4Recommender systems can generally be classified into one of three different groups depending on the algorithmic approach they take to make recommendations: Collaborative Filtering: Collaborative…
- 5The first step in building a recommender system is to have a mathematical representation of data relating to user’s preferences. Often, the representation used is a matrix of numbers called a **rat…
- 6In the previous exercise, we introduced collaborative filtering. However collaborative filtering can be further classified into two major subclasses: memory-based methods (also called **neighbo…
What you'll create
Portfolio projects that showcase your new skills
How you'll master it
Stress-test your knowledge with quizzes that help commit syntax to memory