From d73f27049da8a109bfc45ab462bc1879f2ce2c89 Mon Sep 17 00:00:00 2001 From: raviram Date: Thu, 29 Nov 2018 06:33:34 +0530 Subject: [PATCH] Added link to interactive visuals of algorithms (#23648) --- guide/english/algorithms/index.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/guide/english/algorithms/index.md b/guide/english/algorithms/index.md index 6fb2c50abb..3deba3203a 100644 --- a/guide/english/algorithms/index.md +++ b/guide/english/algorithms/index.md @@ -68,8 +68,13 @@ 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. +This infographic shows you how unsupervised and supervised machine learning algorithms work.. + +[Visualization of How Algorithms Work](https://visualgo.net/en) + +This website has interactive visuals and elaborative explanations(pseudocode) of well known algorithms. [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. +