Harvard Course-https://cs50.harvard.edu/ai/2020
This course explores the concepts and algorithms at the foundation of modern artificial intelligence, diving into the ideas that give rise to technologies like game-playing engines, handwriting recognition, and machine translation. By course’s end, students emerge with experience in libraries for machine learning as well as knowledge of artificial intelligence principles that enable them to design intelligent systems of their own.
Algoritms acquired:
- Depth-First Search
- Breadth-First Search
- Greedy Best-First Search
- A* Algorithm
Lecture notes: https://cs50.harvard.edu/ai/2020/notes/0/
Lecture notes: https://cs50.harvard.edu/ai/2020/notes/1/
Lecture notes: https://cs50.harvard.edu/ai/2020/notes/2/
Lecture notes: https://cs50.harvard.edu/ai/2020/notes/3/