From ec6a463079e4123c2b32f8bf84ad1a575d721666 Mon Sep 17 00:00:00 2001 From: GianAndreaSechi <65762192+GianAndreaSechi@users.noreply.github.com> Date: Sat, 1 May 2021 11:28:50 +0200 Subject: [PATCH] Adding CS50 AI from Harvard Course Hi, i've found this course very interesting and well taught by Brian Yu and David J. Malan (Harvard University). For me is a great introductory course with challenging exercises I think could be fit perfectly in your guide. Course's Syllabus: 0. Search 1. Knowledge 2. Uncertainty 3. Optimization 4. Learning 5. Neural Networks 6. Language --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55e3c7e..84900c3 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ If you prefer to be more guided and have clear steps to follow, these courses ar * [Data Science Training + Industry Experience](https://datasciencedojo.com/data-science-training-and-internship/ref/whatsai/) - A complete instructor-led 16-week training program with experience (paying, optional). * [Instructor-led Online Data Science Bootcamp](https://datasciencedojo.com/data-science-bootcamp/ref/whatsai/) - A complete instructor-led 16-week learning program (paying, optional). * [fast.ai's Deep Learning Courses](https://www.fast.ai/) - Free +* [CS50 - Introduction to Artificial Intelligence with Python (and Machine Learning), Harvard OCW](https://cs50.harvard.edu/ai/2020/) - free ## Practice, practice, and practice!