Skip to content

The code uses the Movielens dataset to recommend Top-N movies to users and groups of users.

Notifications You must be signed in to change notification settings

FaizMuhammadCh/MovieRecommendationSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MovieRecommendationSystem

The code uses the Movielens dataset to recommend Top-N movies to users and groups of users.

Both user and group recommendation scripts output a list of Top-N movies based on the User-based Collaborative Filtering method.

The group recommendation script arbitrarily chooses 3 users from the dataset and recommend top 20 movies. Two aggregation approaches have been used in the script: Average Aggregation and Least Misery.

About

The code uses the Movielens dataset to recommend Top-N movies to users and groups of users.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages