Merge pull request #1946 from kausaraahmed/master

Added a new ML resource that has visual explanations of core ML concepts.
This commit is contained in:
Sonkeng
2024-10-05 11:06:09 +01:00
committed by GitHub

View File

@@ -458,6 +458,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>