Skip to content

liufancs/a2_gcn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

An Attribute-aware Attentive GCN Model

This is our implementation for the paper:

Fan Liu, Zhiyong Cheng*, Lei Zhu, Chenghao Liu and Liqiang Nie*. [An Attribute-aware Attentive GCN Model for Attribute Missing in Recommendation]

Environment Settings

  • Tensorflow-gpu version: 1.3.0

Example to run the codes.

Run a2_gcn.py

python a2_gcn.py --dataset Toys_and_Games  --embed_size 64 --batch_size 1024 --layer_size [64,64,64] --lr 0.00005 --pretrain -1

Dataset

We provide two processed datasets: Amazon-Toys&Games, Amazon-Kindle Store (Kin). Each dataset file contains:

train.txt:

  • Train file.

test.txt:

  • Test file.

tag.txt:

  • Tag file.

We also provide the pretrained features, which can improve the speed of convergence. The pre-trained feature (Kindle Store) could be downloaded from :

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages