From 0d4468421c4fb5dfa7577c5c540b93e89a9d2c60 Mon Sep 17 00:00:00 2001 From: GearWalker Date: Fri, 1 Oct 2021 01:46:58 +0700 Subject: [PATCH] added Machine Learning Crash Course --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eadbb383..2b7751ab 100644 --- a/README.md +++ b/README.md @@ -408,6 +408,7 @@ 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 Crash Course](https://developers.google.com/machine-learning/crash-course) : A jumpstart AI course from Google
↥ Back To Top