jiangqn / GCN-GAN-pytorch

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Python 100.0%