A developing recommender system in pytorch. Algorithm: KNN, LFM, SLIM, NeuMF, FM, DeepFM, VAE and so on, which aims to fair comparison for recommender system benchmarks
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.
在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).
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.