Skip to content

A pytorch implemention of GCN-GAN for temporal link prediction.

License

Notifications You must be signed in to change notification settings

jiangqn/GCN-GAN-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GCN-GAN

This repository provide a pytorch implemention for the GCN-GAN model proposed in "A Non-linear Temporal Link Prediction Model for Weighted Dynamic Networks" INFOCOM 2019, [pdf].

Quick Start

Modify hyper-parameters in file config.yml.

Preprocess data

python preprocess.py

Train

python train.py

Test

python test.py

Releases

No releases published

Packages

No packages published

Languages