From 1b00fbae42e78465fb6d6698b4bc3684bed984fb Mon Sep 17 00:00:00 2001 From: Sammybams Date: Thu, 6 Oct 2022 02:06:11 +0100 Subject: [PATCH] Added Simplilearn's simplified Machine Learning playlist and corrected some grammatical errors. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43a14894..ffd4745e 100644 --- a/README.md +++ b/README.md @@ -429,8 +429,9 @@ When learning CS, there are some useful sites you must know to get always inform - [Blog Floydhub](https://blog.floydhub.com/colorizing-b&w-photos-with-neural-networks/) : Colorizing B&W Photos with Neural Networks - [MLCOURSE.AI](https://mlcourse.ai/) : Open Machine Learning course by OpenDataScience - [Elements of AI](https://course.elementsofai.com/) : A free course for AI basics by Reaktor and University of Helsinki -- [Machine Learning Mastery](https://machinelearningmastery.com/) : An comprehensive blog that contains guidance, tutorials, and e-book for mastering ML +- [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.
↥ Back To Top