cs50ai
There are 95 repositories under cs50ai topic.
wbsth/cs50ai
CS50's Introduction to Artificial Intelligence with Python - projects solutions
jetkan-yk/cs50ai-test
Test scripts for HavardX CS50 AI projects https://cs50.harvard.edu/ai/2020/
BurakAhmet/cs50AI
Project solutions for Harvard's CS50AI course.
khalidsaifullaah/CS50-AI-Projects
Completed projects from CS50's AI course.
0xCodeFuture/cs50AI
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.
amoshnin/Harvard.Python-Machine.Learning
📘 Harvard University - CS50's "Introduction to Artificial Intelligence with Python" course solved assignments. Files include complete source code, data & video illustrations of problem solutions
flexycode/CS50
📗 Problem sets for CS50 course by Harvard University
enzoniko/Harvard-Courses
All my projects from CS50x, CS50w, CS50ai and CS50g from Harvard University
jakobtruong/cs50ai
CS50's Introduction to Artificial Intelligence with Python - Notes, Quizzes, Problem Sets, and Project Solutions
languephone/AI50-Traffic
An implementation of CS50's AI project using computer vision to determine the type of traffic signs in photos.
prasunkar/CS50AI
My work on CS50's Introduction to Artificial Intelligence with Python.
aliakbarzohour/Harvard_University_Problem_Sets
Solving The Problem Sets Of The CS50x Course (Python and Artificial Intelligence Course) of Harvard University
Hiroki39/AI-Minesweeper
A simple minesweeper game with AI coded in python. You could play the game either by yourself or with AI.
yahia3200/CS50-AI
Demos for CS50-AI Course Projects
ab-gh/cs50ai
my project files for Harvard CS50ai
melckmk/CS50-AI-Projects
My submissions for Harvard's CS50's Introduction to Artificial Intelligence with Python Projects
nessabauer/tictactoe
TicTacToe- CS50ai
vncsmnl/CS50AI
🤖 This is CS50’s Introduction to Artificial Intelligence with Python Solutions
ARRahimipour/CS50Ai
CS50’s Introduction to Artificial Intelligence with Python
b-fatma/ai50
CS50's Introduction to Artificial Intelligence with Python - Problem set solutions.
biribas/cs50ai
CS50’s Introduction to Artificial Intelligence with Python
EthanPintoA/CS50AI-2020-Project-2-Heredity
https://cs50.harvard.edu/ai/2020/projects/2/heredity/
EthanPintoA/CS50AI-2020-Project-2-PageRank
https://cs50.harvard.edu/ai/2020/projects/2/pagerank/
EthanPintoA/CS50AI-2020-Project-3-Crossword
https://cs50.harvard.edu/ai/2020/projects/3/crossword/
EthanPintoA/CS50AI-2020-Project-4-Nim
https://cs50.harvard.edu/ai/2020/projects/4/nim/
EthanPintoA/CS50AI-2020-Project-4-Shopping
https://cs50.harvard.edu/ai/2020/projects/4/shopping/
EthanPintoA/CS50AI-2020-Project-5-Traffic
https://cs50.harvard.edu/ai/2020/projects/5/traffic/
EthanPintoA/CS50AI-2020-Project-6-Parser
https://cs50.harvard.edu/ai/2020/projects/6/parser/
EthanPintoA/CS50AI-2020-Project-6-Questions
https://cs50.harvard.edu/ai/2020/projects/6/questions/
jimmygian/cs50ai_src2_refactored
This repository contains a refactored version of the CS50AI lecture source code, updated to work with modern and compatible libraries. If you’ve encountered issues running the original code due to outdated or broken dependencies, this should help you get back on track!
joshwallerr/improved-cs50-purchase-predictor
An AI that predicts the likelihood of a user completing a purchase on an ecommerce website 🤖
MahmoudHussienMohamed/CS50-AI-Solutions
CS50's introduction to AI with python 2022 problemsets Solutions
rgelenidze-godaddy/harvard-cs50ai-coursework
CS50AI course repository: Features projects on Search, Knowledge, Uncertainty, Optimization, Learning, Neural Networks, and Language. Showcases AI skills using Python and machine learning libraries.
rodrgds/CS50-AI
My solutions for the CS50 AI course.
sandovaldavid/project-00-degrees
The Degrees Project is designed to find the shortest path between two actors through their filmography. This project uses a graph-based approach to determine the degrees of separation between actors, similar to the concept of "Six Degrees of Kevin Bacon."
sandovaldavid/project-00-tictactoe
This project implements an AI-powered Tic Tac Toe game using the Minimax algorithm. The AI is designed to play optimally, making it impossible to beat if both players play perfectly.