From adb17ba0b96e7bc734544212bc6ccf130f7337ce Mon Sep 17 00:00:00 2001 From: Daniel Falbel Date: Fri, 30 Aug 2019 11:05:23 -0300 Subject: [PATCH] add link to paper --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a97ef2..18744f5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ An implementation of ResNet based on Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian -Sun. Deep residual learning for image recognition. +Sun. [Deep residual learning for image recognition](https://arxiv.org/abs/1512.03385). The Keras code is a port of this [example](https://github.com/keras-team/keras/blob/master/examples/cifar10_resnet.py) in the Keras gallery.