This repository is a PyTorch implementation of MKR (arXiv).
The code is heavily based on the original TensorFlow version.
Tested under
Preprocess
python src/preprocess.py --dataset movie # for MovieLens-1M dataset
python src/preprocess.py --dataset book # for Book-Crossing dataset
python src/preprocess.py --dataset music # for Last.FM dataset
Train and evaluate
$ python src/main.py