From eb7e7d1d1d4291ab40711c368adc5a79b5d14d9b Mon Sep 17 00:00:00 2001 From: domilearns Date: Mon, 15 Oct 2018 16:39:42 -0400 Subject: [PATCH] Added a resource to the list (#18836) --- client/src/pages/guide/english/algorithms/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/src/pages/guide/english/algorithms/index.md b/client/src/pages/guide/english/algorithms/index.md index a91f64eb2a..217ca8702b 100644 --- a/client/src/pages/guide/english/algorithms/index.md +++ b/client/src/pages/guide/english/algorithms/index.md @@ -54,3 +54,7 @@ This video visually demonstrates some popular sorting algorithms that are common [Algorithm Visualizer](http://algo-visualizer.jasonpark.me) This is also a really good open source project that helps you visualize algorithms. + +[Infographic on how Machine Learning Algorithms Work](https://www.boozallen.com/content/dam/boozallen_site/sig/pdf/infographic/how-do-machines-learn.pdf) + +This infographic shows you how unsupervised and supervised machine learning algorithms work..