From 2d1f50ada88ad9b774b5daede3e8b34d2dff725b Mon Sep 17 00:00:00 2001 From: JiDarwish <29838474+JiDarwish@users.noreply.github.com> Date: Mon, 19 Nov 2018 22:36:04 +0100 Subject: [PATCH] Update index.md (#22225) --- guide/english/algorithms/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guide/english/algorithms/index.md b/guide/english/algorithms/index.md index 92702ccc09..629fbd8f1e 100644 --- a/guide/english/algorithms/index.md +++ b/guide/english/algorithms/index.md @@ -69,3 +69,7 @@ This is also a really good open source project that helps you visualize algorith [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. + +[An entire course on Khanacademy on algorithms](https://www.khanacademy.org/computing/computer-science/algorithms) + +This is a good step by step introduction to algorithms.