hoseindamavandi / CS50x-AI

Artificial Intelligence with Python from Harvard University

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🤖 CS50's Introduction to AI with Python

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.

đź“– Table of Contents

Week Lecture Concept Source Code Description
0 Search BFS Degrees Determine how many “degrees of separation” apart two actors are.
0 Search minimax Tic-Tac-Toe Implement an AI to play Tic-Tac-Toe optimally.

About

Artificial Intelligence with Python from Harvard University


Languages

Language:Python 100.0%