From 8702ce938a7107091c645f06dfbc54c22049cda2 Mon Sep 17 00:00:00 2001 From: "Mia von Steinkirch, Ph.D., M.Sc" <1130416+bt3gl@users.noreply.github.com> Date: Tue, 21 Jan 2020 15:30:01 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=87=F0=9F=8F=BDAdd=20resources=20on=20?= =?UTF-8?q?Deep=20learning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deep_learning_resources.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/deep_learning_resources.md b/deep_learning_resources.md index feed9cd..fbd4f94 100644 --- a/deep_learning_resources.md +++ b/deep_learning_resources.md @@ -1,9 +1,17 @@ # Deep Learning Resources -## Moocs - -* [Google's Tensorflow courses](https://www.tensorflow.org/). - - ## 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/).