Skip to content
forked from dawenl/vae_cf

Variational autoencoders for collaborative filtering

License

Notifications You must be signed in to change notification settings

keldLundgaard/vae_cf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Variational autoencoders for collaborative filtering

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.

The notebook has been updated slightly to work with newest version of Tensorflow and dependencies are better documented.

install dependencies

  • CUDA-9.0 (unfortunately, always hard to do - at least in this day and age)
  • conda install -c anaconda tensorflow-gpu
  • pip install -r requirements.txt

About

Variational autoencoders for collaborative filtering

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 80.9%
  • Python 19.1%