Skip to content

[ WSDM '19 ] Sequential Variational Autoencoders for Collaborative Filtering

License

Notifications You must be signed in to change notification settings

noveens/svae_cf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.