csyanghan / PGECRN

Principal Graph Embedding Convolutional Recurrent Network for Traffic Flow Prediction

Home Page:https://link.springer.com/article/10.1007/s10489-022-04211-x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Principal Graph Embedding Convolutional Recurrent Network for Traffic Flow Prediction

Structure:

  • data: including PEMSD4 and PEMSD8 dataset used in our experiments, which are released by and available at ASTGCN.

  • lib: contains self-defined modules for our work, such as data loading, data pre-process, normalization, and evaluate metrics.

  • model: implementation of our PGECRN model

Requirements

Python 3.6.5, Pytorch 1.1.0, Numpy 1.16.3, argparse and configparser

To replicate the results in PEMSD4 and PEMSD8 datasets, you can run the the codes in the "model" folder directly. If you want to use the model for your own datasets, please load your dataset by revising "load_dataset" in the "lib" folder and remember tuning the learning rate (gradient norm can be used to facilitate the training).

Please cite our work if you find useful.

About

Principal Graph Embedding Convolutional Recurrent Network for Traffic Flow Prediction

https://link.springer.com/article/10.1007/s10489-022-04211-x


Languages

Language:Python 100.0%