


ai50
· GitHub
My work on CS50's "Introduction to Artificial Intelligence with Python".
Repository Stats
59 stars
57 forks
Repository Activity
This repository has been starred 59 times and forked 57 times, showing its popularity in the developer community.
README Preview
# My work on CS50’s Introduction to AI with Python https://cs50.harvard.edu/ai/ 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. Certificate: https://courses.edx.org/certificates/2ec5ff3f06b24bb595c21e3821591538 # Notes I've taken some notes on key concepts and algorithms throughout the lectures for future refere