The document describes building a movie recommendation engine using the MovieLens dataset. It contains movie ratings from 671 users on 9125 movies. The recommendation engine will suggest movies a user hasn't seen based on their previous ratings, using a k-nearest neighbors algorithm implemented from scratch. Code loads the movie and ratings datasets and merges them to show movie titles and user ratings.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
102 views19 pages
Build a Movie Recommender System
The document describes building a movie recommendation engine using the MovieLens dataset. It contains movie ratings from 671 users on 9125 movies. The recommendation engine will suggest movies a user hasn't seen based on their previous ratings, using a k-nearest neighbors algorithm implemented from scratch. Code loads the movie and ratings datasets and merges them to show movie titles and user ratings.