All Projects → dawenl → Vae_cf

dawenl / Vae_cf

Licence: apache-2.0
Variational autoencoders for collaborative filtering

Projects that are alternatives of or similar to Vae cf

svae cf
[ WSDM '19 ] Sequential Variational Autoencoders for Collaborative Filtering
Stars: ✭ 38 (-90.16%)
Mutual labels:  collaborative-filtering, bayesian-inference, variational-autoencoder
Recotour
A tour through recommendation algorithms in python [IN PROGRESS]
Stars: ✭ 140 (-63.73%)
Mutual labels:  jupyter-notebook, collaborative-filtering
Deep Learning With Python
Example projects I completed to understand Deep Learning techniques with Tensorflow. Please note that I do no longer maintain this repository.
Stars: ✭ 134 (-65.28%)
Mutual labels:  jupyter-notebook, variational-autoencoder
Rethinking Tensorflow Probability
Statistical Rethinking (2nd Ed) with Tensorflow Probability
Stars: ✭ 152 (-60.62%)
Mutual labels:  jupyter-notebook, bayesian-inference
Vae Tensorflow
A Tensorflow implementation of a Variational Autoencoder for the deep learning course at the University of Southern California (USC).
Stars: ✭ 117 (-69.69%)
Mutual labels:  jupyter-notebook, variational-autoencoder
Normalizing Flows
Understanding normalizing flows
Stars: ✭ 126 (-67.36%)
Mutual labels:  jupyter-notebook, variational-autoencoder
Vde
Variational Autoencoder for Dimensionality Reduction of Time-Series
Stars: ✭ 148 (-61.66%)
Mutual labels:  jupyter-notebook, variational-autoencoder
Neural Tangents
Fast and Easy Infinite Neural Networks in Python
Stars: ✭ 1,357 (+251.55%)
Mutual labels:  jupyter-notebook, bayesian-inference
Pytorch Vae
A CNN Variational Autoencoder (CNN-VAE) implemented in PyTorch
Stars: ✭ 181 (-53.11%)
Mutual labels:  jupyter-notebook, variational-autoencoder
Tutorials
AI-related tutorials. Access any of them for free → https://towardsai.net/editorial
Stars: ✭ 204 (-47.15%)
Mutual labels:  jupyter-notebook, collaborative-filtering
Rethinking Pyro
Statistical Rethinking with PyTorch and Pyro
Stars: ✭ 116 (-69.95%)
Mutual labels:  jupyter-notebook, bayesian-inference
Movielens
4 different recommendation engines for the MovieLens dataset.
Stars: ✭ 265 (-31.35%)
Mutual labels:  jupyter-notebook, collaborative-filtering
A Nice Mc
Code for "A-NICE-MC: Adversarial Training for MCMC"
Stars: ✭ 115 (-70.21%)
Mutual labels:  jupyter-notebook, bayesian-inference
Glmm In Python
Generalized linear mixed-effect model in Python
Stars: ✭ 131 (-66.06%)
Mutual labels:  jupyter-notebook, bayesian-inference
Pymc3 vs pystan
Personal project to compare hierarchical linear regression in PyMC3 and PyStan, as presented at http://pydata.org/london2016/schedule/presentation/30/ video: https://www.youtube.com/watch?v=Jb9eklfbDyg
Stars: ✭ 110 (-71.5%)
Mutual labels:  jupyter-notebook, bayesian-inference
Celeste.jl
Scalable inference for a generative model of astronomical images
Stars: ✭ 142 (-63.21%)
Mutual labels:  jupyter-notebook, bayesian-inference
Pymc Example Project
Example PyMC3 project for performing Bayesian data analysis using a probabilistic programming approach to machine learning.
Stars: ✭ 90 (-76.68%)
Mutual labels:  jupyter-notebook, bayesian-inference
Bayesian Cognitive Modeling In Pymc3
PyMC3 codes of Lee and Wagenmakers' Bayesian Cognitive Modeling - A Pratical Course
Stars: ✭ 93 (-75.91%)
Mutual labels:  jupyter-notebook, bayesian-inference
Sbi
Simulation-based inference in PyTorch
Stars: ✭ 164 (-57.51%)
Mutual labels:  jupyter-notebook, bayesian-inference
Neural Collaborative Filtering
pytorch version of neural collaborative filtering
Stars: ✭ 263 (-31.87%)
Mutual labels:  jupyter-notebook, collaborative-filtering

Variational autoencoders for collaborative filtering

This notebook accompanies the paper "Variational autoencoders for collaborative filtering" by Dawen Liang, Rahul G. Krishnan, Matthew D. Hoffman, and Tony Jebara, in The Web Conference (aka WWW) 2018.

In this notebook, we show a complete self-contained example of training a variational autoencoder (as well as a denoising autoencoder) with multinomial likelihood (described in the paper) on the public Movielens-20M dataset, including both data preprocessing and model training.

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].