In this hands-on assignment, we'll apply matrix factorization to predict the rating a user would give to a movie he has not yet watched! Then, we will use the predictions to recommend new movies for the user to watch.
The tutorial will guide you through the process of implementing matrix factorization in Python using stochastic gradient descent from the ground up. Let's get started!