traffic-flow-prediction topic

List traffic-flow-prediction repositories

PDFormer

195
Stars
34
Forks
Watchers

[AAAI2023] A PyTorch implementation of PDFormer: Propagation Delay-aware Dynamic Long-range Transformer for Traffic Flow Prediction.

DeepSTN

62
Stars
22
Forks
Watchers

Codes for AAAI 2019 DeepSTN+: Context-aware Spatial-Temporal Neural Network for Crowd Flow Prediction in Metropolis

DDGCRN

49
Stars
12
Forks
Watchers

[Pattern Recognition] Decomposition Dynamic Graph Conolutional Recurrent Network for Traffic Forecasting

Traffic-flow-prediction

16
Stars
3
Forks
Watchers

This work considers combine multi-tricks with highway network to achieve traffic flow prediction accurately.

Traffic-flow-prediction

20
Stars
1
Forks
Watchers

Long Short-Term Memory(LSTM) is a particular type of Recurrent Neural Network(RNN) that can retain important information over time using memory cells. This project includes understanding and implement...