From 90a9f27440b9edb7d64b0afa79ad9bf9f072db97 Mon Sep 17 00:00:00 2001 From: logtata <41303007+logtata@users.noreply.github.com> Date: Tue, 25 Jun 2019 16:51:50 -0400 Subject: [PATCH] Add Introduction to Machine Learning Article (#33555) Add Introduction to Machine Learning Article as additional reference --- guide/english/machine-learning/backpropagation/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/english/machine-learning/backpropagation/index.md b/guide/english/machine-learning/backpropagation/index.md index 5b4ba35dc1..6f4585b1a3 100644 --- a/guide/english/machine-learning/backpropagation/index.md +++ b/guide/english/machine-learning/backpropagation/index.md @@ -71,6 +71,7 @@ This article should only be understood in the greater contexts of neural network **In-depth:** * Lecture 4 CS231n [Introduction to Neural Networks](https://youtu.be/d14TUNcbn1k?t=354) +* [Free Code Camps Introduction to Machine Learning] (https://guide.freecodecamp.org/machine-learning/) * [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/)