From fba1cf35c88fb25dfb3b17cad39a737fb3ce7829 Mon Sep 17 00:00:00 2001 From: Kausar Ahmed <111121885+kausaraahmed@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:20:16 +0600 Subject: [PATCH] Added a new ML resource that has visual explanations of core ML concepts. MLU-EXPLAIN - https://mlu-explain.github.io/ Visual explanations of core machine learning concepts Machine Learning University (MLU) is an education initiative from Amazon designed to teach machine learning theory and practical application. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 034f2c41..12ced455 100644 --- a/README.md +++ b/README.md @@ -456,6 +456,7 @@ When learning CS, there are some useful sites you must know to get always inform - [Machine Learning Mastery](https://machinelearningmastery.com/) : A comprehensive blog that contains guidance, tutorials, and e-book for mastering ML - [Machine Learning Crash Course](https://developers.google.com/machine-learning/crash-course) : A jumpstart AI course from Google - [Machine Learning Tutorial: A Step-by-Step Guide for Beginners](https://www.simplilearn.com/tutorials/machine-learning-tutorial) : A one-stop playlist for all the basics of Machine Learning simplified, from Logistic Regression to Reinforcement Learning. +- [MLU-EXPLAIN](https://mlu-explain.github.io/) : Machine Learning University (MLU) is an education initiative from Amazon designed for visual explanations of core machine learning concepts.
↥ Back To Top