add paper link

This commit is contained in:
unknown 2022-03-25 10:45:04 +08:00
parent b04be49733
commit 669fe79ce2
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Spatio-Temporal Differential Equation Netwoek # Spatio-Temporal Differential Equation Netwoek
This is a Pytroch implementation of Spatio-temporal Differential Equation Network (STDEN) for physics-guided traffic flow prediction, as described in our paper: This is a Pytroch implementation of Spatio-temporal Differential Equation Network (STDEN) for physics-guided traffic flow prediction, as described in our paper:
Jiahao Ji, Jingyuan Wang, Zhe Jiang, Jiawei Jiang, and Hu Zhang, **STDEN: Towards Physics-guided Neural Networks for Traffic Flow Prediction**, AAAI 2022. Jiahao Ji, Jingyuan Wang, Zhe Jiang, Jiawei Jiang, and Hu Zhang, **[STDEN: Towards Physics-guided Neural Networks for Traffic Flow Prediction](https://www.bigscity.com/publications/)**, AAAI 2022.
The training framework of this project comes from [chnsh](https://github.com/chnsh/DCRNN_PyTorch). Thanks a lot :) The training framework of this project comes from [chnsh](https://github.com/chnsh/DCRNN_PyTorch). Thanks a lot :)