Combines user-based and item-based recommendation systems to deliver personalized movie suggestions, utilizing user preferences and film characteristics.
-
Updated
Apr 1, 2024 - Python
Combines user-based and item-based recommendation systems to deliver personalized movie suggestions, utilizing user preferences and film characteristics.
Hybrid RecSys, CF-based RecSys, Model-based RecSys, Content-based RecSys, Finding similar items using Jaccard similarity
User-based collaborative filtering movie recommender using MovieLens dataset
Association Rule Learning, Content Based Recommendation, Item Based Collaborative, Filtering User Based Collaborative Filtering, Model Based Matrix Factorization projects i've done about
An application that recommends music on the basis of previous heard songs of a user using a ML model. Using Collaborative-based filtering to recommend other songs similar to what the user likes. Download Data set from Kaggle (Million song data set)
Recommendation algorithms
In this repository, I implement a recommender system using matrix factorization. Here, two types of RS are implemented. First, use the factorized matrix for user and item. and second, rebuild the Adjacency matrix. both approaches are acceptable and implemented in this repo. To factorized the matrix, funk-svd Algorithm is used. you can find his i…
A simple movie recommender system that uses two main approaches to make recommendations: Content-based algorithm and Collaborative filtering algorithm (User-based).
easy use user based collaborative filtering recommender system
An application that uses the algorithm of user-based collaborative filtering and item-based collaborative filtering to recommend new movies
A study on the naive user-based collaborative filtering algorithm and related improvements on the Movielens dataset.
The site offers movie recommendations based on user and item-based collaborative filtering, utilizing other users' ratings to provide personalized suggestions on the website.
A python implementation of a hybrid semantic-based collaborative filtering recommender systems.
Demo is available at https://huggingface.co/spaces/quyanh/Book-Recommender-System
Competition for the Recommender Systems course @ PoliMi. The objective is to recommend relevant TV shows to users. Models were evaluated on their MAP@10.
Add a description, image, and links to the user-based-recommendation topic page so that developers can more easily learn about it.
To associate your repository with the user-based-recommendation topic, visit your repo's landing page and select "manage topics."