Important Note
“Not every user rates every movie and it’s important for the system to know which users have rated which movies.”
Recommender systems have “received quite a bit of attention in academia” but “the commercial impact and the actual number of practical use cases of recommended systems seems to me to be even vastly greater than the amount of attention it has received in academia.”
Common applications include:
The running example uses “predicting movie ratings” for a movie streaming website where users rate movies using “one to five stars” (actually “zero to five stars” for easier examples).
Users: Alice (1), Bob (2), Carol (3), Dave (4) Movies: Love at last, Romance forever, Cute puppies of love, Nonstop car chases, Sword versus karate
Sample ratings pattern:
Important Note
“Not every user rates every movie and it’s important for the system to know which users have rated which movies.”
The framework approach is to “look at the movies that users have not rated” and “try to predict how users would rate those movies because then we can try to recommend to users things that they are more likely to rate as five stars.”
The initial approach makes “one very special assumption” - “we’re going to assume temporarily that we have access to features or extra information about the movies such as which movies are romance movies, which movies are action movies.”
The plan is to:
This sets up the foundation for collaborative filtering where the goal is predicting user preferences to make targeted recommendations.