CPSC 330 Lecture 17: Recommendation systems
Announcements
- Homework 6 is due Wednesday, November 6th at 11:59pm.
- No classes or OH during the midterm break.
- Midterm 2 coming up next week
iClicker Exercise
What percentage of watch time on YouTube do you think comes from recommendations?
This question is based on this source. The statistics might have changed now.
iClicker Exercise 17.1
Select all of the following statements which are True
- In the context of recommendation systems, the shapes of validation utility matrix and train utility matrix are the same.
- RMSE perfectly captures what we want to measure in the context of recommendation systems.
- It would be reasonable to impute missing values in the utility matrix by taking the average of the ratings given to an item by similar users.
- In KNN type imputation, if a user has not rated any items yet, a reasonable strategy would be recommending them the most popular item.
iClicker Exercise 17.2
Select all of the following statements which are True
- In content-based filtering we leverage available item features in addition to similarity between users.
- In content-based filtering you represent each user in terms of known features of items.
- In the set up of content-based filtering we discussed, if you have a new movie, you would have problems predicting ratings for that movie.
- In content-based filtering if a user has a number of ratings in the training utility matrix but does not have any ratings in the validation utility matrix then we won’t be able to calculate RMSE for the validation utility matrix.