Skip to content

A content-based system recommends movies to an input user based on the weighted genre score of a movie and a collaborative filtering system recommends movies liked by other users having a similar taste profile as the input user.

Notifications You must be signed in to change notification settings

sharmeen-k/Movie-Recommender-System

Repository files navigation

Movie-Recommender-System

A content-based and collaborative recommendation system was developed to recommend movies to an input user according to their taste profile.

The content-based system suggests movies with the highest genre score based on the genres of movies the input user has given the highest ratings to. The collaborative filtering system finds other users with taste profiles similar to the input user using Pearson correlation between the ratings given by the input user and those by other users in the ratings database. The movies liked by users with the highest similarity are then suggested to the input user.

About

A content-based system recommends movies to an input user based on the weighted genre score of a movie and a collaborative filtering system recommends movies liked by other users having a similar taste profile as the input user.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published