From 757f5ff855279729ad78337ba99c9ffc17993fc6 Mon Sep 17 00:00:00 2001 From: Mia von Steinkirch Date: Tue, 21 Jan 2020 15:32:51 -0800 Subject: [PATCH] =?UTF-8?q?=E2=9B=B9=F0=9F=8F=BC=20=20rename=20deep=20lear?= =?UTF-8?q?ning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deep_learning.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 deep_learning.md diff --git a/deep_learning.md b/deep_learning.md new file mode 100644 index 0000000..fbd4f94 --- /dev/null +++ b/deep_learning.md @@ -0,0 +1,17 @@ +# Deep Learning Resources + + +## Articles + +* [MIT Deep Learning Basics](https://medium.com/tensorflow/mit-deep-learning-basics-introduction-and-overview-with-tensorflow-355bcd26baf0). + + +## Books + +* [Deep Learning by Ian Goodfellow and Yoshua Bengio and Aaron Courville](http://www.deeplearningbook.org/). + + +## Lectures + +* [Deep Learning Lectures by Lex Fridman](https://www.youtube.com/watch?v=O5xeyoRL95U&list=PLrAXtmErZgOeiKm4sgNOknGvNjby9efdf). +* [Google's Tensorflow courses](https://www.tensorflow.org/).