svdpp
There are 17 repositories under svdpp topic.
AmazingDD/daisyRec
Official code for "DaisyRec 2.0: Benchmarking Recommendation for Rigorous Evaluation" (TPAMI2022) and "Are We Evaluating Rigorously? Benchmarking Recommendation for Reproducible Evaluation and Fair Comparison" (RecSys2020)
sisinflab/elliot
Comprehensive and Rigorous Framework for Reproducible Recommender Systems Evaluation
Praful932/Tf-Rec
Tf-Rec is a python💻 package for building⚒ Recommender Systems. It is built on top of Keras and Tensorflow 2 to utilize GPU Acceleration during training.
aliceagrawal/HM-Recommender-System-App
Built a collaborative filtering and content-based recommendation/recommender system specific to H&M using the Surprise library and cosine similarity to generate similarity and distance-based recommendations.
Lednik7/RuCode3
Применяем Singular Value Decomposition with implicit feedback для задачи рекомендации аниме
Balajirvp/Recommender-Systems---Content-Based-Systems-and-Collaborative-Filtering
Created Recommender systems using TMDB movie dataset by leveraging the concepts of Content Based Systems and Collaborative Filtering.
stxupengyu/MF-for-Movie-Recommendation
使用矩阵分解方法进行电影推荐的评分预测。The matrix factorization method is used to predict the rating of movie recommendation.
stxupengyu/Yelp-Recomendation-Algorithms
在Yelp数据集上摘取部分评分数据进行多种推荐算法(SVD,SVDPP,PMF,NMF)的性能对比。Some rating data are extracted from yelp dataset to compare the performance of various recommendation algorithms(SVD,SVDPP,PMF,NMF).
xianchen2/Recommender_System
A Python implementation of Collaborative Filtering algorithms used in Recommender Systems
lexxai/goit_python_ds_hw_07
surprise svd
Magus4450/Movie-Recommendation-System-using-Collaborative-Filtering
Collaborative Filtering based movie recommendation that uses matrix factorization to generate rating predictions for user-movie,
somjit101/Netflix-Movie-Recommendation
A case study of the Netflix Prize solution where, given anonymous data of users and the ratings given to movies, the objective to provide recommendations to users for movies which they would like, based on their past activity and taste.
chiksumwong/recommendation_system
Python Recommendation System
frapic98/Movie-Recommendation-system
Movie Recommendation system with content-based and collaborative filtering
yulyan407/GoIT_Data_Science
Linear regression, retraining models, regularization, SVC, RandomForest, K-means, PCA, Recommender systems, Neural Network, Keras
RoyalAnh/Fast_RS
Accelerated Recommendation System on the rating prediction problem using Numba library.