Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/typoverflow/sodic
Our project for Shenzhen Open Data Innovation Contest
https://github.com/typoverflow/sodic
Last synced: 12 days ago
JSON representation
Our project for Shenzhen Open Data Innovation Contest
- Host: GitHub
- URL: https://github.com/typoverflow/sodic
- Owner: typoverflow
- Created: 2020-05-29T13:57:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T07:34:36.000Z (over 4 years ago)
- Last Synced: 2024-11-06T20:50:01.607Z (2 months ago)
- Language: Python
- Size: 5.17 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## “华为云杯”2020深圳开放数据应用创新大赛(SODiC)——深圳北站周边交通拥堵指数预测
### 贡献者
+ [高辰潇](https://github.com/typoverflow) 南京大学
+ [孔锐](https://github.com/LyndonKong) 南京大学
+ [王傲然](https://github.com/Syntaks-Error) 南京大学### 关键词
+ 时序预测
+ XGBoost
+ ARiMA
+ GRU Network### 说明
+ 本项目使用GRU神经网络来对深圳北站附近的12条道路的交通拥堵指数(TTI)进行时序预测。
+ 赛题描述详见`赛题说明.pdf`。
+ `report.pdf`为本小组的实验报告。