From 1362944c6ab7e1ffc074457e2bb1715b7d5138cb Mon Sep 17 00:00:00 2001 From: Rishabh Varshney <53183977+rishabhvarshney14@users.noreply.github.com> Date: Tue, 13 Oct 2020 23:10:48 +0530 Subject: [PATCH] added dive into deep learning (#4055) --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index b1f5801b..5bede95a 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -471,6 +471,7 @@ * [Bayesian Reasoning and Machine Learning](http://web4.cs.ucl.ac.uk/staff/D.Barber/pmwiki/pmwiki.php?n=Brml.HomePage) * [Deep Learning](http://www.deeplearningbook.org) - Ian Goodfellow, Yoshua Bengio and Aaron Courville * [Deep Learning with PyTorch](https://pytorch.org/assets/deep-learning/Deep-Learning-with-PyTorch.pdf) - Eli Stevens, Luca Antiga, Thomas Viehmann (PDF) +* [Dive into Deep Learning](http://d2l.ai) * [Explorations in Parallel Distributed Processing: A Handbook of Models, Programs, and Exercises](https://web.stanford.edu/group/pdplab/pdphandbook) - James L. McClelland * [Foundations of Machine Learning, Second Edition](https://mitpress.ublish.com/ereader/7093/?preview=#page/Cover) - Mehryar Mohri, Afshin Rostamizadeh, Ameet Talwalkar * [Gaussian Processes for Machine Learning](http://www.gaussianprocess.org/gpml/) -- GitLab