There are 3 repositories under cs50ai topic.
Test scripts for HavardX CS50 AI projects https://cs50.harvard.edu/ai/2020/
Project solutions for Harvard's CS50AI course.
Completed projects from CS50's AI course.
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.
📘 Harvard University - CS50's "Introduction to Artificial Intelligence with Python" course solved assignments. Files include complete source code, data & video illustrations of problem solutions
All my projects from CS50x, CS50w, CS50ai and CS50g from Harvard University
CS50's Introduction to Artificial Intelligence with Python - Notes, Quizzes, Problem Sets, and Project Solutions
An implementation of CS50's AI project using computer vision to determine the type of traffic signs in photos.
Solving The Problem Sets Of The CS50x Course (Python and Artificial Intelligence Course) of Harvard University
A simple minesweeper game with AI coded in python. You could play the game either by yourself or with AI.
My submissions for Harvard's CS50's Introduction to Artificial Intelligence with Python Projects
TicTacToe- CS50ai
CS50’s Introduction to Artificial Intelligence with Python
https://cs50.harvard.edu/ai/2020/projects/2/heredity/
https://cs50.harvard.edu/ai/2020/projects/2/pagerank/
https://cs50.harvard.edu/ai/2020/projects/3/crossword/
https://cs50.harvard.edu/ai/2020/projects/4/nim/
https://cs50.harvard.edu/ai/2020/projects/4/shopping/
https://cs50.harvard.edu/ai/2020/projects/5/traffic/
https://cs50.harvard.edu/ai/2020/projects/6/parser/
https://cs50.harvard.edu/ai/2020/projects/6/questions/
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!
An AI that predicts the likelihood of a user completing a purchase on an ecommerce website 🤖
CS50's introduction to AI with python 2022 problemsets Solutions
CS50AI course repository: Features projects on Search, Knowledge, Uncertainty, Optimization, Learning, Neural Networks, and Language. Showcases AI skills using Python and machine learning libraries.
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."
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.