Skip to content

sunshinelium/Bi-TGCF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Bi-TGCF

Tensorflow Implementation of BiTGCF: Cross Domain Recommendation via Bi-directional Transfer Graph Collaborative Filtering Networks. in CIKM2020

DATASET

Download .csv file (rating only) from Amazon. The information about elec and Cell datasets in the paper were wrong. The first pair of datasets used in my paper is given here. The rest of the datasets are correct.

RUN

python main.py --dataset=electronic_cell --n_interaction=3 --lambda_s=0.8 --lambda_t=0.8

About

Cross Domain Recommendation via Bi-directional Transfer Graph Collaborative Filtering Networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages