Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rimo02/movie-recommendation

Recommending similar movies based on movie features/user ratings
https://github.com/rimo02/movie-recommendation

content-based-recommendation movie-recommendation

Last synced: 3 days ago
JSON representation

Recommending similar movies based on movie features/user ratings

Awesome Lists containing this project

README

        

# Collaborative filtering
The Collaborative filtering method for recommender systems is a method that is solely based on the past interactions that have been recorded between users and items, in order to produce new recommendations. Collaborative Filtering tends to find what similar users would like and classify the similar users into clusters of similar types.

# Content-Based Filtering
The content-based approach uses additional information about users and/or items. This filtering method uses item features to recommend other items similar to what the user likes and also based on their previous actions or explicit feedback. If we consider the example for a movies recommender system, the additional information can be, the age, the movie genre that the user likes, the job or any other personal information for users as well as the category, the main actors, the duration or other characteristics for the movies i.e the items.