qbxlvnf11 / HMLET

HMLET (Hybrid-Method-of-Linear-and-non-linEar-collaborative-filTering-method)
MIT License
19 stars 6 forks source link
gating-networks gnns graph linear nonlinear recommender-system

Paper Accepted to WSDM'22

How to Use

docker pull pytorch/pytorch
docker run --gpus all -it --rm --privileged -v {local_path}:/HMLET pytorch/pytorch bash -c "pip install pandas && pip install scipy && pip install sklearn && pip install tensorboardX && pip install openpyxl && cd /HMLET && {train_model_command}"
python train.py --dataset {dataset_name} --model {model_variants}

Methods Proposal Background and Purpose

Methods