Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 661 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 661 Bytes

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.