You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contribution_list.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
The model reproduction work in the library has been assisted by several developers. The specific contribution list is shown below.
4
4
5
+
For a list of all models reproduced in LibCity, see [Docs](https://bigscity-libcity-docs.readthedocs.io/en/latest/user_guide/model.html), where you can see the abbreviation of the model and the corresponding papers and citations.
|Time Series Prediction|HA|[XBR-1111](https://github.com/XBR-1111), [aptx1231](https://github.com/aptx1231)|
@@ -43,14 +45,16 @@ The model reproduction work in the library has been assisted by several develope
Copy file name to clipboardExpand all lines: readme.md
+28-4
Original file line number
Diff line number
Diff line change
@@ -10,21 +10,22 @@ LibCity is a unified, comprehensive, and extensible library, which provides rese
10
10
11
11
LibCity currently supports the following tasks:
12
12
13
-
* Time Series Prediction
14
13
* Traffic State Prediction
15
14
* Traffic Flow Prediction
16
15
* Traffic Speed Prediction
17
16
* On-Demand Service Prediction
18
-
* OD Matrix Prediction
17
+
* Origin-destination Matrix Prediction
18
+
* Traffic Accidents Prediction
19
19
* Trajectory Next-Location Prediction
20
+
* Estimated Time of Arrival
20
21
* Map Matching
21
22
* Road Network Representation Learning
22
23
23
24
## Features
24
25
25
26
***Unified**: LibCity builds a systematic pipeline to implement, use and evaluate traffic prediction models in a unified platform. We design basic spatial-temporal data storage, unified model instantiation interfaces, and standardized evaluation procedure.
26
27
27
-
***Comprehensive**: 54 models covering 8 traffic prediction tasks have been reproduced to form a comprehensive model warehouse. Meanwhile, LibCity collects 32 commonly used datasets of different sources and implements a series of commonly used evaluation metrics and strategies for performance evaluation.
28
+
***Comprehensive**: 60 models covering 9 traffic prediction tasks have been reproduced to form a comprehensive model warehouse. Meanwhile, LibCity collects 35 commonly used datasets of different sources and implements a series of commonly used evaluation metrics and strategies for performance evaluation.
28
29
29
30
***Extensible**: LibCity enables a modular design of different components, allowing users to flexibly insert customized components into the library. Therefore, new researchers can easily develop new models with the support of LibCity.
30
31
@@ -67,13 +68,36 @@ This script will run the GRU model on the METR_LA dataset for traffic state pred
67
68
68
69
More details is represented in [Docs](https://bigscity-libcity-docs.readthedocs.io/en/latest/get_started/quick_start.html).
69
70
71
+
## Reproduced Model List
72
+
73
+
For a list of all models reproduced in LibCity, see [Docs](https://bigscity-libcity-docs.readthedocs.io/en/latest/user_guide/model.html), where you can see the abbreviation of the model and the corresponding papers and citations.
74
+
75
+
## Tutorial
76
+
77
+
In order to facilitate users to use LibCity, we provide users with some tutorials:
78
+
79
+
- We gave lectures on both ACM SIGSPATIAL 2021 Main Track and Local Track. For related lecture videos and Slides, please see our [HomePage](https://libcity.ai/#/tutorial) (Chinese and English).
80
+
- We provide entry-level tutorials (in Chinese and English) in the documentation.
81
+
-[Install and quick start](https://bigscity-libcity-docs.readthedocs.io/en/latest/tutorial/install_quick_start.html) & [安装和快速上手](https://bigscity-libcity-docs.readthedocs.io/zh_CN/latest/tutorial/install_quick_start.html)
82
+
-[Run an existing model in LibCity](https://bigscity-libcity-docs.readthedocs.io/en/latest/tutorial/run_model.html) & [运行LibCity中已复现的模型](https://bigscity-libcity-docs.readthedocs.io/zh_CN/latest/tutorial/run_model.html)
83
+
-[Add a new model to LibCity](https://bigscity-libcity-docs.readthedocs.io/en/latest/tutorial/add_model.html) & [在LibCity中添加新模型](https://bigscity-libcity-docs.readthedocs.io/zh_CN/latest/tutorial/add_model.html)
84
+
-[Tuning the model with automatic tool](https://bigscity-libcity-docs.readthedocs.io/en/latest/tutorial/hyper_tune.html) & [使用自动化工具调参](https://bigscity-libcity-docs.readthedocs.io/zh_CN/latest/tutorial/hyper_tune.html)
The LibCity is mainly developed and maintained by Beihang Interest Group on SmartCity ([BIGSCITY](https://www.bigcity.ai/)). The core developers of this library are [@aptx1231](https://github.com/aptx1231) and [@WenMellors](https://github.com/WenMellors).
73
97
74
98
Several co-developers have also participated in the reproduction of the model, the list of contributions of which is presented in the [reproduction contribution list](./contribution_list.md).
75
99
76
-
If you encounter a bug or have any suggestion, please contact us by [raising an issue](https://github.com/LibCity/Bigscity-LibCity/issues).
100
+
If you encounter a bug or have any suggestion, please contact us by [raising an issue](https://github.com/LibCity/Bigscity-LibCity/issues). You can also contact us by sending an email to [email protected].
- 我们在 ACM SIGSPATIAL 2021 Main Track 以及 Local Track 上都进行了演讲,相关的演讲视频和Slide见我们的[主页](https://libcity.ai/#/tutorial)(中英文)。
78
+
- 我们在文档中提供了入门级教程(中英文)。
79
+
-[Install and quick start](https://bigscity-libcity-docs.readthedocs.io/en/latest/tutorial/install_quick_start.html) & [安装和快速上手](https://bigscity-libcity-docs.readthedocs.io/zh_CN/latest/tutorial/install_quick_start.html)
80
+
-[Run an existing model in LibCity](https://bigscity-libcity-docs.readthedocs.io/en/latest/tutorial/run_model.html) & [运行LibCity中已复现的模型](https://bigscity-libcity-docs.readthedocs.io/zh_CN/latest/tutorial/run_model.html)
81
+
-[Add a new model to LibCity](https://bigscity-libcity-docs.readthedocs.io/en/latest/tutorial/add_model.html) & [在LibCity中添加新模型](https://bigscity-libcity-docs.readthedocs.io/zh_CN/latest/tutorial/add_model.html)
82
+
-[Tuning the model with automatic tool](https://bigscity-libcity-docs.readthedocs.io/en/latest/tutorial/hyper_tune.html) & [使用自动化工具调参](https://bigscity-libcity-docs.readthedocs.io/zh_CN/latest/tutorial/hyper_tune.html)
0 commit comments