All Projects → noveens → svae_cf

noveens / svae_cf

Licence: Apache-2.0 license
[ WSDM '19 ] Sequential Variational Autoencoders for Collaborative Filtering

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to svae cf

deep-blueberry
If you've always wanted to learn about deep-learning but don't know where to start, then you might have stumbled upon the right place!
Stars: ✭ 17 (-55.26%)
Mutual labels:  recurrent-neural-networks, variational-autoencoder, pytorch-implementation
Vae cf
Variational autoencoders for collaborative filtering
Stars: ✭ 386 (+915.79%)
Mutual labels:  collaborative-filtering, bayesian-inference, variational-autoencoder
Rectorch
rectorch is a pytorch-based framework for state-of-the-art top-N recommendation
Stars: ✭ 121 (+218.42%)
Mutual labels:  collaborative-filtering, recommender-system, variational-autoencoder
Rsparse
Fast and accurate machine learning on sparse matrices - matrix factorizations, regression, classification, top-N recommendations.
Stars: ✭ 145 (+281.58%)
Mutual labels:  collaborative-filtering, recommender-system
NGCF-PyTorch
PyTorch Implementation for Neural Graph Collaborative Filtering
Stars: ✭ 200 (+426.32%)
Mutual labels:  recommender-system, pytorch-implementation
Movielens Recommender
A pure Python implement of Collaborative Filtering based on MovieLens' dataset.
Stars: ✭ 131 (+244.74%)
Mutual labels:  collaborative-filtering, recommender-system
Rankfm
Factorization Machines for Recommendation and Ranking Problems with Implicit Feedback Data
Stars: ✭ 71 (+86.84%)
Mutual labels:  collaborative-filtering, recommender-system
Polara
Recommender system and evaluation framework for top-n recommendations tasks that respects polarity of feedbacks. Fast, flexible and easy to use. Written in python, boosted by scientific python stack.
Stars: ✭ 205 (+439.47%)
Mutual labels:  collaborative-filtering, recommender-system
Collaborativememorynetwork
Collaborative Memory Network for Recommendation Systems, SIGIR 2018
Stars: ✭ 170 (+347.37%)
Mutual labels:  collaborative-filtering, recommender-system
Deep Learning For Recommendation Systems
This repository contains Deep Learning based articles , paper and repositories for Recommender Systems
Stars: ✭ 2,493 (+6460.53%)
Mutual labels:  collaborative-filtering, recommender-system
AC-VRNN
PyTorch code for CVIU paper "AC-VRNN: Attentive Conditional-VRNN for Multi-Future Trajectory Prediction"
Stars: ✭ 21 (-44.74%)
Mutual labels:  recurrent-neural-networks, variational-autoencoder
recsys2019
The complete code and notebooks used for the ACM Recommender Systems Challenge 2019
Stars: ✭ 26 (-31.58%)
Mutual labels:  recurrent-neural-networks, recommender-system
Enmf
This is our implementation of ENMF: Efficient Neural Matrix Factorization (TOIS. 38, 2020). This also provides a fair evaluation of existing state-of-the-art recommendation models.
Stars: ✭ 96 (+152.63%)
Mutual labels:  collaborative-filtering, recommender-system
Movie Recommender System
Basic Movie Recommendation Web Application using user-item collaborative filtering.
Stars: ✭ 85 (+123.68%)
Mutual labels:  collaborative-filtering, recommender-system
Neural collaborative filtering
Neural Collaborative Filtering
Stars: ✭ 1,243 (+3171.05%)
Mutual labels:  collaborative-filtering, recommender-system
Implicit
Fast Python Collaborative Filtering for Implicit Feedback Datasets
Stars: ✭ 2,569 (+6660.53%)
Mutual labels:  collaborative-filtering, recommender-system
slopeone
PHP implementation of the Weighted Slope One rating-based collaborative filtering scheme.
Stars: ✭ 85 (+123.68%)
Mutual labels:  collaborative-filtering, recommender-system
Collaborative Deep Learning For Recommender Systems
The hybrid model combining stacked denoising autoencoder with matrix factorization is applied, to predict the customer purchase behavior in the future month according to the purchase history and user information in the Santander dataset.
Stars: ✭ 60 (+57.89%)
Mutual labels:  collaborative-filtering, recommender-system
Gorse
An open source recommender system service written in Go
Stars: ✭ 1,148 (+2921.05%)
Mutual labels:  collaborative-filtering, recommender-system
Recommender System
A developing recommender system in tensorflow2. Algorithm: UserCF, ItemCF, LFM, SLIM, GMF, MLP, NeuMF, FM, DeepFM, MKR, RippleNet, KGCN and so on.
Stars: ✭ 227 (+497.37%)
Mutual labels:  collaborative-filtering, recommender-system

Sequential Variational Autoencoders for Collaborative Filtering

This notebook accompanies the paper, "Sequential Variational Autoencoders for Collaborative Filtering" [ arXiv ] [ ACM Library ] by Noveen Sachdeva, Giuseppe Manco, Ettore Ritacco, and Vikram Pudi published at the 12th ACM International Conference on Web Search and Data Mining (WSDM '19).

The notebook provides PyTorch code for the proposed model, "SVAE" along with the data preprocessing for the Movielens-1M dataset.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].