Skip to content

Recommender systems implemented with collaborative, content-based and hybrid filtering

Notifications You must be signed in to change notification settings

klemmari1/recommender_systems

Repository files navigation

recommender_systems

Movie recommender system based on user reviews and movie data.

Collaborative filtering = Recommendations based on reviews from other users

Content-based filtering = Recommendations based on the genres of the movies

Hybrid filtering = The combination of these with weightings: colaborative_weight=0.7, content_based_weight=0.3

About

Recommender systems implemented with collaborative, content-based and hybrid filtering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages