https://github.com/foyez/intro-to-ai-harvard
https://github.com/foyez/intro-to-ai-harvard
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/foyez/intro-to-ai-harvard
- Owner: foyez
- Created: 2020-04-19T11:31:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T11:32:17.000Z (about 5 years ago)
- Last Synced: 2025-02-05T00:31:42.930Z (4 months ago)
- Language: Python
- Size: 3.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction to Artificial Intelligence
1. `Search`: How AI can search for solutions to problems, whether those problems are learning how to play a game or trying to find driving directions to destination.

2. `Knowledge`: How AI can represent information knowledge that our AI is certain about.

3. `Uncertainty`: How AI can represent information and events about which our AI might be uncertain.

4. `Optimization`: Maximize profits or minimize costs etc.

5. `Machine Learning`: Give AI access to data and experiences so that our AI can learn of its own how to perform these tasks.

6. `Neural Networks`: Inspired by that human brains learn and reason as well.

7. `Natural Language Processing`: AI learning how to understand and interpret human language.
