From c783a9e900fbd5b2fbca99b4331e5b8e2060c045 Mon Sep 17 00:00:00 2001 From: Ajay Arasanipalai Date: Sun, 14 Oct 2018 02:15:58 +0530 Subject: [PATCH] Add link to article by Chris Olah. (#18682) --- .../guide/english/machine-learning/backpropagation/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/pages/guide/english/machine-learning/backpropagation/index.md b/client/src/pages/guide/english/machine-learning/backpropagation/index.md index f8d34a7df1..807a5bbab2 100644 --- a/client/src/pages/guide/english/machine-learning/backpropagation/index.md +++ b/client/src/pages/guide/english/machine-learning/backpropagation/index.md @@ -53,6 +53,7 @@ High-Level: In-depth: * Lecture 4 CS231n [Introduction to Neural Networks](https://youtu.be/d14TUNcbn1k?t=354) * [In depth, wiki style article](https://brilliant.org/wiki/backpropagation/) +* [Article on computation graphs](http://colah.github.io/posts/2015-08-Backprop/) * [A Step by Step Backpropagation Example](https://mattmazur.com/2015/03/17/a-step-by-step-backpropagation-example/) * [Andrew Ng's ML Course](https://www.coursera.org/learn/machine-learning/)