Paper Accepted to WSDM'22
February 28, 2022 ยท View on GitHub
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
-
HMLET (Hybrid-Method-of-Linear-and-non-linEar-collaborative-filTering-method)
-
Four variants of HMLET: HMLET (End), HMLET (Middle), HMLET (Front), HMLET (All)
-
HMLET (End)
-
HMLET (End) shows best performance among these variants
-
Focusing on gating in the third and fourth layers
-
The detailed workflow of HMLET (End)
-