Found 2,208 repositories(showing 30)
wbsth
CS50's Introduction to Artificial Intelligence with Python - projects solutions
KevinLiTian
Harvard University's CS50AI - Introduction to AI
jetkan-yk
Test scripts for HavardX CS50 AI projects https://cs50.harvard.edu/ai/2020/
ballaneypranav
Solutions for CS50 Artificial Intelligence 2020 Assignments
dtemir
Set of solution implementations to Harvard's Artificial Intelligence Course (CS50AI).
itsmehere
Notes for most if not all topics discussed in the CS50AI lectures
aguiarandre
CS50's Introduction to Artificial Intelligence with Python repo
amangarg078
Solutions for Harvard's CS50 AI 2020 course
BurakAhmet
Project solutions for Harvard's CS50AI course.
khalidsaifullaah
Completed projects from CS50's AI course.
jakobtruong
CS50's Introduction to Artificial Intelligence with Python - Notes, Quizzes, Problem Sets, and Project Solutions
amoshnin
📘 Harvard University - CS50's "Introduction to Artificial Intelligence with Python" course solved assignments. Files include complete source code, data & video illustrations of problem solutions
RichM1216
Solutions to Harvard’s CS50AI course, covering topics like search algorithms, knowledge representation, optimization, machine learning, neural networks, and natural language processing, all implemented in Python.
PLCoster
Projects Completed for Harvard's CS50 AI: Introduction to Artificial Intelligence with Python
cristiand391
Notes and projects for CS50's Introduction to Artificial Intelligence with Python.
Rajil1213
Contains my solution to selected projects in CS50AI
anhsirk0
CS50ai-2020 submissions
PLCoster
CS50AI Week 1 - Minesweeper: An AI using propositional logic to play Minesweeper
Plavit
No description available
ManuelGuerra1987
Solutions for CS50 Artificial Intelligence 2024 Assignments
flexycode
📗 Problem sets for CS50 course by Harvard University
PLCoster
CS50AI Week 0 - Tic Tac Toe: A Minimax algorithm to create a Tic Tac Toe AI
PLCoster
CS50AI Week 1 - Knights: A Model Checking algorithm to solve 'knights and knaves' logic puzzles
prasunkar
My work on CS50's Introduction to Artificial Intelligence with Python.
NicoFilips
Harvard University Online Course | CS50-AI | Artificial Intelligence with Python | Project Solution
enzoniko
All my projects from CS50x, CS50w, CS50ai and CS50g from Harvard University
languephone
An implementation of CS50's AI project using computer vision to determine the type of traffic signs in photos.
PLCoster
An AI to predict the likelihood of a person having a genetic trait, using a Bayesian Network
Cazeho
Computer science 50 artificial inteligence is a course by Harvard University. 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.
PLCoster
An AI that identifies which traffic sign appears in a photograph, using a tensorflow convolutional neural network