Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the concept of matrix factorization, focusing on the optimization techniques used to address missing ratings in recommendation systems. It explains the process of deriving latent factors, computing similarity between items, and the challenges with basic matrix factorization. The lecture also introduces SLIM (Sparse Linear Methods) as an alternative approach to model item-item relationships directly. Evaluation methods such as Root Mean Square Error (RMSE) and k-Nearest Neighbors (kNN) are discussed, along with the importance of regularization to avoid overfitting. The lecture concludes with a discussion on the Bayesian Personalized Ranking approach and the evolution of recommender systems.