Skip to content

Implementation of Graph Muti-Attention Network with PyTorch

Notifications You must be signed in to change notification settings

VincLee8188/GMAN-PyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTorch implementation of GMAN: A Graph Multi-Attention Network for Traffic Prediction

This is a testing PyTorch version implementation of Graph Multi-Attention Network in the following paper: Chuanpan Zheng, Xiaoliang Fan, Cheng Wang, and Jianzhong Qi. "GMAN: A Graph Multi-Attention Network for Traffic Prediction", AAAI2020.

Requirements

  • Python
  • PyTorch
  • Pandas
  • Matplotlib
  • Numpy

Dataset

The datasets could be unzipped and load from the data directory in this repository.

Citation

This version of implementation is only for learning purpose. For research, please refer to and cite from the following paper:

@inproceedings{ GMAN-AAAI2020,
  author = "Chuanpan Zheng and Xiaoliang Fan and Cheng Wang and Jianzhong Qi"
  title = "GMAN: A Graph Multi-Attention Network for Traffic Prediction",
  booktitle = "AAAI",
  pages = "1234--1241",
  year = "2020"
}

About

Implementation of Graph Muti-Attention Network with PyTorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages