Skip to content

hy1943131024/MDCLBR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MDCLBR: Multiview Denoising Contrastive Learning for Bundle Recommendation

How to run the code

  1. Decompress the dataset file into the current folder:

    tar -zxvf dataset.tgz

  2. Train MDCLBR on the dataset Youshu with GPU 0:

    python train.py -g 0 -m MDCLBR -d Youshu

    You can specify the gpu id and the used dataset by cmd line arguments, while you can tune the hyper-parameters by revising the configy file. The detailed introduction of the hyper-parameters can be seen in the config file, and you are highly encouraged to read the paper to better understand the effects of some key hyper-parameters.

3.This is the initial code cleanup. We will continue to refine it further. Please wait.

About

MDCLBR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages