Practical Deep Learning, Lesson 7, Movie Recommendations
In this notebook, we'll use the MovieLens 10M dataset and collaborative filtering to create a movie recommendation model. We'll use the data from movies.dat and ratings.dat to create embeddings that will help us predict ratings for movies I haven't watched yet.