Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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