Update dependence.

This commit is contained in:
Yaguang 2018-03-22 09:42:36 -07:00
parent f81e027489
commit 1063bb995a
1 changed files with 4 additions and 1 deletions

View File

@ -1,8 +1,11 @@
# Diffusion Convolutional Recurrent Neural Network: Data-Driven Traffic Forecasting # Diffusion Convolutional Recurrent Neural Network: Data-Driven Traffic Forecasting
[![Dependency Status](https://beta.gemnasium.com/badges/github.com/liyaguang/DCRNN.svg)](https://beta.gemnasium.com/projects/github.com/liyaguang/DCRNN)
![Diffusion Convolutional Recurrent Neural Network](figures/model_architecture.jpg "Model Architecture") ![Diffusion Convolutional Recurrent Neural Network](figures/model_architecture.jpg "Model Architecture")
This is a TensorFlow implementation of Diffusion Convolutional Recurrent Neural Network in the following paper: \ This is a TensorFlow implementation of Diffusion Convolutional Recurrent Neural Network in the following paper: \
Yaguang Li, Rose Yu, Cyrus Shahabi, Yan Liu, [Diffusion Convolutional Recurrent Neural Network: Data-Driven Traffic Forecasting](https://arxiv.org/abs/1707.01926). Yaguang Li, Rose Yu, Cyrus Shahabi, Yan Liu, [Diffusion Convolutional Recurrent Neural Network: Data-Driven Traffic Forecasting](https://arxiv.org/abs/1707.01926), ICLR 2018.
## Requirements ## Requirements