Add Introduction to Machine Learning Article (#33555)

Add Introduction to Machine Learning Article as additional reference
This commit is contained in:
logtata
2019-06-25 16:51:50 -04:00
committed by Randell Dawson
parent a2eb82c20c
commit 90a9f27440

View File

@ -71,6 +71,7 @@ This article should only be understood in the greater contexts of neural network
**In-depth:** **In-depth:**
* Lecture 4 CS231n [Introduction to Neural Networks](https://youtu.be/d14TUNcbn1k?t=354) * 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/) * [In depth, wiki style article](https://brilliant.org/wiki/backpropagation/)
* [Article on computation graphs](http://colah.github.io/posts/2015-08-Backprop/) * [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/) * [A Step by Step Backpropagation Example](https://mattmazur.com/2015/03/17/a-step-by-step-backpropagation-example/)