JieniChen / Recommender-SystemLinks
In this code we implement and compared Collaborative Filtering algorithm, prediction algorithms such as neighborhood methods, matrix factorization-based ( SVD, PMF, SVD++, NMF), and many others.
☆39Updated 8 years ago
Alternatives and similar repositories for Recommender-System
Users that are interested in Recommender-System are comparing it to the libraries listed below
Sorting:
- SVD & BPR+MatrixFactorization using a movie rating dataset; RNN+BPR+BPTT using taobao marketing dataset☆51Updated 7 years ago
- Implementation of the "Deep Matrix Factorization Models for Recommender Systems"☆209Updated 7 years ago
- some papers about the recommender system☆22Updated 7 years ago
- Explore CNN/LSTM/GRU parallel architectures for movie recommendations using Keras & TensorFlow in Python☆52Updated 7 years ago
- TensorFlow Implementation of Neural Attentive Item Similarity Model for Recommendation on TKDE 2018☆149Updated 6 years ago
- A pure Python implement of Collaborative Filtering based on MovieLens' dataset.☆185Updated 5 years ago
- This repository contains some datasets that I have collected in Recommender Systems.☆360Updated 4 years ago
- Autorec (Autoencoders Meet Collaborative Filtering)☆137Updated 7 years ago
- This is a python code for probabilistic matrix factorization in recommendation.☆58Updated 3 years ago
- The hybrid model combining stacked denoising autoencoder with matrix factorization is applied, to predict the customer purchase behavior …☆73Updated 7 years ago
- Movie recommendation system built with factorization machines and deep learning☆10Updated 6 years ago
- implement this paper "Collaborative Deep Learning for Recommender Systems" by python☆15Updated 7 years ago
- Python Implementation of Probabilistic Matrix Factorization(PMF) Algorithm for building a recommendation system using MovieLens ml-100k |…☆175Updated 6 years ago
- An movie recommendation based on tf☆14Updated 4 years ago
- Code and Dataset intruction for our paper "Where Could We Go? Recommendations for Groups in Location-Based Social Networks" presented at …☆17Updated 2 years ago
- Attention,Factorization Machine, Deep Learning, Recommender System☆39Updated 7 years ago
- A fork from https://github.com/hexiangnan/neural_collaborative_filtering. Change keras version to v2.1.3, and use tensorflow as the back…☆24Updated 7 years ago
- TensorFlow implemenation of GRu4Rec model☆219Updated 6 years ago
- Attentive Group Recommendation☆136Updated 5 years ago
- ☆101Updated 5 years ago
- Codes repository for RecSys and DeepLearnig, RecSys and ReinForcement learning and Traditioinal RecSys.☆91Updated 5 years ago
- tf-recsys contains collaborative filtering (CF) model based on famous SVD and SVD++ algorithm. Both of them are implemented by tensorflow…☆93Updated 5 years ago
- A practical movie recommend project based on Item2vec.☆281Updated 5 years ago
- Collaborative Memory Network for Recommendation Systems, SIGIR 2018☆179Updated 4 years ago
- Implementation of A Neural Collaborative Filtering Model with Interaction-based Neighborhood (NNCF)☆16Updated 7 years ago
- A simple recommendation evaluation system, the algorithm includes SLIM, LFM, ItemCF, UserCF☆47Updated 5 years ago
- Collaborative Denoising Auto-Encoder for Top-N Recommender Systems (CDAE)☆26Updated 5 years ago
- Probabilistic matrix factorization (PMF) in Python☆48Updated 9 years ago
- Item2vec_tutorial_git☆109Updated 7 years ago
- implementation for the paper "FISM: Factored Item Similarity Models for Top-N Recommender Systems" by Tensorflow 1.2☆22Updated 7 years ago