Skip to content

xchengyu/RecommenderSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Recommender System Design

  1. Recommended movies to user based on user’ s preference which is provided by Netflix.

  2. Implemented four MapReduce jobs to chain the whole project and used MapReduce to merge matrixes.

  3. Based on Item Collaborative Filtering algorithm and the data provided by Netflix, created user rating matrix which contains users’ rates about the movies they have watched.

  4. Acquired the movies’ Co-Occurrence Matrix by analyzing the data provided by Netflix and then merged this matrix with user rating matrix to obtain the movie recommendation list.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages