/MSGC-Seq2Seq

Primary LanguagePythonMIT LicenseMIT

Incorporating Reachability Knowledge into a Multi-Spatial Graph Convolution Based Seq2Seq Model for Traffic Forecasting

This is a TensorFlow implementation of MSGC-Seq2Seq.

Requirement

  • numpy==1.18.1

  • pandas==1.0.3

  • tensorflow==2.1.0

  • tensorflow-gpu==2.1.0

Citation

If you find this repository useful in your research, please cite the following paper:

@article{DBLP:journals/corr/abs-2107-01528,
  author    = {Jiexia Ye and
               Furong Zheng and
               Juanjuan Zhao and
               Kejiang Ye and
               Chengzhong Xu},
  title     = {Incorporating Reachability Knowledge into a Multi-Spatial Graph Convolution
               Based Seq2Seq Model for Traffic Forecasting},
  journal   = {arXiv},
  year      = {2021}
}