An open API service indexing awesome lists of open source software.

https://github.com/jackielinn/traffic-flow-forecasting

Here is the big job modeling code repository for the YNU Big Data Analytics and Applications course.
https://github.com/jackielinn/traffic-flow-forecasting

astgcn chebnet gat gcn mstgcn pytorch

Last synced: 2 months ago
JSON representation

Here is the big job modeling code repository for the YNU Big Data Analytics and Applications course.

Awesome Lists containing this project

README

        

# Traffic-Flow-Forecasting

Here is the big job modeling code repository for the YNU Big Data Analytics and Applications course.

### Get Started
```bash
git clone https://github.com/JackieLin2004/Traffic-Flow-Forecasting.git
cd ./Traffic-Flow-Forecasting
```

### Requirements
```bash
pip install -r requirements.txt
```

In this code repository, we used the PEMS04 and PEMS08 datasets for traffic flow prediction.

We not only used a spatial dimensional model for traffic flow prediction, but we also explored combining spatio-temporal features and employing a spatio-temporal synchronization approach for traffic flow prediction.

For spatio-temporally synchronized traffic flow prediction, we mainly use two models, `ASTGCN` and `MSTGCN`.

Here we give some indicator data:

### If you are interested in this project, feel free to fork and star!