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
Association Rule Learning, Content Based Recommendation, Item Based Collaborative, Filtering User Based Collaborative Filtering, Model Based Matrix Factorization projects i've done about
User-based collaborative filtering movie recommender using MovieLens dataset
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).
A study on the naive user-based collaborative filtering algorithm and related improvements on the Movielens dataset.
An application that uses the algorithm of user-based collaborative filtering and item-based collaborative filtering to recommend new movies
Competition for the Recommender Systems course @ PoliMi. The objective is to recommend relevant TV shows to users. Models were evaluated on their MAP@10.
A python implementation of a hybrid semantic-based collaborative filtering recommender systems.
The site offers movie recommendations based on user and item-based collaborative filtering, utilizing other users' ratings to provide personalized suggestions on the website.
collaborative filtering project was developed using surprise library. It provides user based and item based search. It calculates similarity score and offers suggestions.
This project analyzes a movie dataset using machine learning algorithms to predict success, explore revenue-popularity relationships, and develop recommendation systems. It employs techniques like K-Means, DBSCAN, GMM, decision trees, PCA, and NLP for insights and personalized suggestions.
Demo is available at https://huggingface.co/spaces/quyanh/Book-Recommender-System
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."