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: README.md
+26-18Lines changed: 26 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,18 @@
12
12
* PDF文件合并,
13
13
* PDF文件截取某些页等
14
14
15
-
A set of tools for building small crawlers, including accessing links, getting elements, extracting files, etc.
16
-
There are also small tools that have been implemented to obtain papers through scihub, as well as pdf to doc, text translation, proxy connection acquisition and proxy link acquisition through api,
17
-
PDF file merging, PDF file intercepting certain pages, etc.
15
+
A set of tools for building small crawlers, including
16
+
1. crawler utils:
17
+
1. accessing links
18
+
2. getting elements
19
+
3. extracting files, etc.
20
+
2. other tools:
21
+
1. obtain papers through scihub
22
+
2. pdf to doc
23
+
3. text translation
24
+
4. proxy connection acquisition and proxy link acquisition through api
25
+
5. PDF file merging
26
+
6. PDF file intercepting certain pages, etc.
18
27
19
28
# 安装与使用
20
29
```commandline
@@ -68,8 +77,8 @@ from PaperCrawlerUtil.common_util import *
k = tt.chain_translate(content="Traffic flow forecasting or prediction plays an important role in the traffic control and management of a city. Existing works mostly train a model using the traffic flow data of a city and then test the trained model using the data of the same city. It may not be truly intelligent as there are many cities around us and there should be some shared knowledge among different cities. The data of a city and its knowledge can be used to help improve the traffic flow forecasting of other cities. To address this motivation, we study building a universal deep learning model for multi-city traffic flow forecasting. In this paper, we exploit spatial-temporal correlations among different cities with multi-task learning to approach the traffic flow forecasting tasks of multiple cities. As a result, we propose a Multi-city Traffic flow forecasting Network (MTN) via multi-task learning to extract the spatial dependency and temporal regularity among multiple cities later used to improve the performance of each individual city traffic flow forecasting collaboratively. In brief, the proposed model is a quartet of methods: (1) It integrates three temporal intervals and formulates a multi-interval component for each city to extract temporal features of each city; (2) A spatial-temporal attention layer with 3D Convolutional kernels is plugged into the neural networks to learn spatial-temporal relationship; (3) As traffic peak distributions of different cities are often similar, it proposes to use a peak zoom network to learn the peak effect of multiple cities and enhance the prediction performance on important time steps in different cities; (4) It uses a fusion layer to merge the outputs from distinct temporal intervals for the final forecasting results. Experimental results using real-world datasets from DIDI show the superior performance of the proposed model.")
0 commit comments