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.