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.
This commit is contained in:
Kausar Ahmed
2024-10-02 16:20:16 +06:00
committed by GitHub
parent 738c3fdbe4
commit fba1cf35c8

View File

@@ -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.
<div align="right">
<b><a href="#index">↥ Back To Top</a></b>