Graph Pruning Based Spatial and Temporal Graph Convolutional Network with Transfer Learning for Traffic Prediction
- TCN: An Empirical Evaluation of Generic Convolutional and Recurrent Networks for Sequence Modeling
- GLU and GTU: Language Modeling with Gated Convolutional Networks
- ChebNet: Convolutional Neural Networks on Graphs with Fast Localized Spectral Filtering
- GCN: Semi-Supervised Classification with Graph Convolutional Networks
- TCN: https://github.com/locuslab/TCN
- ChebNet: https://github.com/mdeff/cnn_graph
- GCN: https://github.com/tkipf/pygcn
- METR-LA: DCRNN author's Google Drive
- PEMS-BAY: DCRNN author's Google Drive
- PeMSD7(M): STGCN author's GitHub repository
Using the formula from ChebNet:
- Fix bugs
- Add Early Stopping approach
- Add Dropout approach
- Offer a different set of hyperparameters
- Offer config files for two different categories graph convolution (ChebyGraphConv and GraphConv)
- Add datasets METR-LA and PEMS-BAY
- Adopt a different data preprocessing method
To install requirements:
pip3 install -r requirements.txt