From b04be497336f45c011361bc1f67d1c7aea4284cb Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 25 Mar 2022 10:15:12 +0800 Subject: [PATCH] update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ef9d945..acc32b0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# STDEN +# Spatio-Temporal Differential Equation Netwoek -This is the implementation of Spatio-temporal Differential Equation Network (STDEN) in the following paper: -Jiahao Ji, Jingyuan Wang, Zhe Jiang, Jiawei Jiang, and Hu Zhang, Towards Physics-guided Neural Networks for Traffic Flow Prediction, AAAI 2022. +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. The training framework of this project comes from [chnsh](https://github.com/chnsh/DCRNN_PyTorch). Thanks a lot :)