From 068fec1d343cd59308548a25f92cf8082c2b81d7 Mon Sep 17 00:00:00 2001 From: Siddha Ganju Date: Mon, 26 Apr 2021 11:20:17 -0700 Subject: [PATCH 1/2] Added books on deep learning --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b45b015..25a5944 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ - [Game Development](#game-development) - [Hardware](#hardware) - [Machine Learning](#machine-learning) +- [Deep Learning](deep-learning) - [Natural Language Processing](#natural-language-processing) - [Network](#network) - [Science and Data Analysis](#science-and-data-analysis) @@ -85,6 +86,11 @@ - *Python Machine Learning* by Sebastian Raschka [English Edition](http://www.amazon.com/Python-Machine-Learning-Sebastian-Raschka/dp/1783555130/ref=tmm_pap_title_0?_encoding=UTF8&qid=&sr=) - *Machine Learning: An Algorithmic Perspective* by Stephen Marsland [English 2nd Edition](https://www.amazon.com/Machine-Learning-Algorithmic-Perspective-Recognition/dp/1466583282/) +## Deep Learning +- *Practical Deep Learning Book for Cloud, Mobile & Edge: Real-World AI and Computer Vision Projects Using Python, Keras and TensorFlow* by Anirudh Koul, Siddha Ganju, & Meher Kasam [[English 1st Edition](https://www.amazon.com/gp/product/149203486X?) | [Online](https://www.oreilly.com/library/view/practical-deep-learning/9781492034858/) | [GitHub](https://github.com/PracticalDL/Practical-Deep-Learning-Book)] +- *Deep Learning for Coders with Fastai and PyTorch: AI Applications Without a PhD* by Jeremy Howard & Sylvain Gugger [English 1st Edition](https://www.amazon.com/Deep-Learning-Coders-fastai-PyTorch/dp/1492045527) +- *Deep Learning* by Ian Goodfellow, Yoshua Bengio, Aaron Courville & Francis Bach [English 1st Edition](https://www.amazon.com/dp/0262035618) + ## Natural Language Processing - *Mastering Python Regular Expressions* by Felix Lopez & Victor Romero [English Edition](http://www.amazon.com/Mastering-Python-Regular-Expressions-Felix/dp/1783283157/) - *Natural Language Processing with Python* by Steven Bird & Ewan Klein & Edward Loper [English Edition](http://www.amazon.com/Natural-Language-Processing-Python-Steven/dp/0596516495) From 47a224496d46eb4650961b3c4a578898b0fd6e0b Mon Sep 17 00:00:00 2001 From: Siddha Ganju Date: Mon, 26 Apr 2021 19:41:09 -0700 Subject: [PATCH 2/2] Add anchor point Co-authored-by: Jun --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25a5944..582a9b2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ - [Game Development](#game-development) - [Hardware](#hardware) - [Machine Learning](#machine-learning) -- [Deep Learning](deep-learning) ++ [Deep Learning](#deep-learning) - [Natural Language Processing](#natural-language-processing) - [Network](#network) - [Science and Data Analysis](#science-and-data-analysis)