From 2ae4d1152c4d1fe8e5bf58f9e06fd9a7d2bad06d Mon Sep 17 00:00:00 2001 From: Ritobrata Ghosh <58001482+ghosh-r@users.noreply.github.com> Date: Sun, 17 Jan 2021 02:49:03 +0530 Subject: [PATCH] Added Jeremy Howard's book Deep Learning for Coders to the index (#5262) --- books/free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books.md b/books/free-programming-books.md index 2aaff9ae..b912baab 100644 --- a/books/free-programming-books.md +++ b/books/free-programming-books.md @@ -485,6 +485,7 @@ * [An Introduction to Statistical Learning](http://www-bcf.usc.edu/~gareth/ISL/) - Gareth James, Daniela Witten, Trevor Hastie and Robert Tibshirani * [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 for Coders with Fastai and PyTorch](https://github.com/fastai/fastbook) - Jeremy Howard, Sylvain Gugger (Jupyter Notebooks) * [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 -- GitLab