Categories
Computer Science Artificial Intelligence

CS50AI Chapter 1: Knowledge

These posts are a series of my notes taken from the CS50AI course – Introduction to AI with Python.

Categories
Artificial Intelligence Computer Science

CS50AI Chapter 0: Search

Search Problems are a core part of AI. Whenever you intend to compute something, there can be many outcomes, but only a select few are the ones you are looking for.