From 95afbe9cf61a7b0698bfd8205dbbdb8a3ac6a3dd Mon Sep 17 00:00:00 2001 From: Ripon Kumar Saha <48709421+Riponcs@users.noreply.github.com> Date: Thu, 24 Oct 2019 19:46:45 +0900 Subject: [PATCH] Update Deep Learning book Missing Link The previous link is missing. Now they use a full website for this book represented as HTML format. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a181ed0..d426d83 100644 --- a/README.md +++ b/README.md @@ -396,7 +396,7 @@ Please feel free to [pull requests](https://github.com/kjw0612/awesome-deep-visi ## Books * Free Online Books - * [Deep Learning by Ian Goodfellow, Yoshua Bengio, and Aaron Courville](http://www.iro.umontreal.ca/~bengioy/dlbook/) + * [Deep Learning by Ian Goodfellow, Yoshua Bengio, and Aaron Courville](http://www.deeplearningbook.org/) * [Neural Networks and Deep Learning by Michael Nielsen](http://neuralnetworksanddeeplearning.com/) * [Deep Learning Tutorial by LISA lab, University of Montreal](http://deeplearning.net/tutorial/deeplearning.pdf)