Skip to content

Movie Recommendation System using Hadoop MapReduce

Notifications You must be signed in to change notification settings

Ibaqu/MapReduce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Movie Recommendation System using Hadoop MapReduce

Makes use of the MovieLens database to corelate movie ratings and recommend movies that are similar to each other. If a certain number of users have watched a pair of movies and rated them, we can accumilate these pairs and find the correlation between them.

Input format

The input format

UserID :: MovieID :: Rating :: Timestamp

About

Movie Recommendation System using Hadoop MapReduce

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages