Skip to content

This repository contains python (using Keras) code implementing variational autoencoders for collaborative filtering on movielens and spotify data

Notifications You must be signed in to change notification settings

dawn310826/Variational-Autoencoders-Collaborative-Filtering

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Variational-Autoencoders-Collaborative-Filtering

This repository contains the code implementing variational autoencoders (VAE) for collaborative filtering (CF) on movielens data and spotify's Million Playlist dataset (MPD).

Link to movielens data: http://files.grouplens.org/datasets/movielens/ml-20m.zip For movielens dataset, we couldn't use the ratings.csv file directly as it had some movies which IMDB didn't understand, and hence created new_ratings.csv. The code for this filtering is in: update_ratings.py

Million Playlist Dataset- official website hosted at https://recsys-challenge.spotify.com/ One needs to register on the website and download the training data and the test data (challenge set) as part of the recsys 2018 playlist completion challenge.

The folder ./Hybrid contains the code for the implementation of our proposed hybrid VAE model.

The folder ./Standard contains the code for the implementation of standard VAE model.

The folder ./Spotify contains the code used for playlist completion challenge, from data preprocessing, training and generating predictions.

Please look into the specific folder to read more about the files that were used for the specific implementation.

About

This repository contains python (using Keras) code implementing variational autoencoders for collaborative filtering on movielens and spotify data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 86.1%
  • Python 13.9%