From ae55fe64efdcfe2355ded56a47cc502c1001dbb5 Mon Sep 17 00:00:00 2001 From: Maryana Nunes Morato Date: Sun, 30 Oct 2022 22:42:43 -0300 Subject: [PATCH] creates a resource --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70e135a..3d533db 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Check out also the [AI Wiki](AI-Wiki.md) | [Simple brain.js Tutorial](https://www.youtube.com/watch?v=6E6XecoTRVo) | This video explains a very simple javascript AI library called brain.js so you can easily run AI in the browser.| | [Google AI](https://ai.google/)| A complete kit for by google official for non-tech guy to start all over from basics, till advanced | | [Microsoft AI for Beginners](https://github.com/microsoft/AI-For-Beginners)| A self-driven curriculum by Microsoft, which includes 24 lessons on AI. | - +| [Regression and Classification by Stanford](https://www.coursera.org/learn/machine-learning)| Learn to build and train supervised ML models for prediction and binary classification tasks, including linear regression and logistic regression. |