Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyyeh/cs50-ai
CS50's Introduction to Artificial Intelligence with Python
https://github.com/cyyeh/cs50-ai
Last synced: 10 days ago
JSON representation
CS50's Introduction to Artificial Intelligence with Python
- Host: GitHub
- URL: https://github.com/cyyeh/cs50-ai
- Owner: cyyeh
- Created: 2020-04-02T08:50:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-29T23:08:55.000Z (over 2 years ago)
- Last Synced: 2024-10-11T08:16:24.733Z (26 days ago)
- Language: Python
- Size: 26.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS50's Introduction to Artificial Intelligence with Python
course website: https://cs50.harvard.edu/ai/
## About this course
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. Through hands-on projects, students gain exposure to the theory behind graph search algorithms, classification, optimization, reinforcement learning, and other topics in artificial intelligence and machine learning as they incorporate them into their own Python programs. 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.
## What you'll learn
- graph search algorithms
- adversarial search
- knowledge representation
- logical inference
- probability theory
- Bayesian networks
- Markov models
- constraint satisfaction
- machine learning
- reinforcement learning
- neural networks
- natural language processing