josephstalin117 / GMAN-PyTorch

Implementation of Graph Muti-Attention Network with PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

This is a testing Pytorch version of implementation for 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 (https://arxiv.org/abs/1911.08415)

Software requirements

  • Python
  • PyTorch
  • Pandas
  • Matplotlib
  • Numpy
  • Pycharm community or Vscode

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",
  year = "2020"
}

About

Implementation of Graph Muti-Attention Network with PyTorch


Languages

Language:Python 100.0%