Skip to content

olivierjeunen/dynamic-easer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Embarrassingly Shallow Auto-Encoders for Dynamic Collaborative Filtering

Get the data

You can download the MovieLens-25M dataset from their GroupLens website. We adopt their data format as the standard format for our experiments. Other recommender systems datasets can be plugged in if they follow the same format as the MovieLens "ratings.csv" file. Unfortunately, we do not have the rights to re-distribute any other datasets, but all other datasets used in the paper are publicly available.

wget http://files.grouplens.org/datasets/movielens/ml-25m.zip
unzip ml-25m.zip

Run Experiments

Now you can run the experiments for a given setup.

python3 src/DynEASEr_Runtime.py -data ml-25m/ratings.csv

More information on parameters appears in the help message, with can be generated by running python3 src/DynEASEr_Runtime.py --help.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages