From 1063bb995a522c5fa759c338c72e9d0300769ae8 Mon Sep 17 00:00:00 2001 From: Yaguang Date: Thu, 22 Mar 2018 09:42:36 -0700 Subject: [PATCH] Update dependence. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82d2953..d1569fe 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ # 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") 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