From 1a55a70695da77df5d5244856e57232d45b2ff0d Mon Sep 17 00:00:00 2001 From: Sayak Paul Date: Fri, 19 Oct 2018 13:45:43 +0530 Subject: [PATCH] Added a link to the Cyclical Learning Rate paper --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f331910..8b1ce4a 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ If you have any suggestions (missing papers, new papers, key researchers or typo ### Optimization / Training Techniques +- **Cyclical Learning Rates for Training Neural Networks** (2015), L. N. Smith [[pdf]](https://arxiv.org/pdf/1506.01186.pdf) - **Training very deep networks** (2015), R. Srivastava et al. [[pdf]](http://papers.nips.cc/paper/5850-training-very-deep-networks.pdf) - **Batch normalization: Accelerating deep network training by reducing internal covariate shift** (2015), S. Loffe and C. Szegedy [[pdf]](http://arxiv.org/pdf/1502.03167) - **Delving deep into rectifiers: Surpassing human-level performance on imagenet classification** (2015), K. He et al. [[pdf]](http://www.cv-foundation.org/openaccess/content_iccv_2015/papers/He_Delving_Deep_into_ICCV_2015_paper.pdf)