Git Product home page Git Product logo

cs50ai's Introduction

CS50AI

Project solutions repository for Harvard's CS50AI course.

Before take a look at the solutions check Academic Honesty.

For more info about the course check CS50โ€™s Introduction to Artificial Intelligence with Python.

CS50AI

Contents

  • Search

    • Degrees : A software that unveils the precise number of "degrees of separation" between two actors by leveraging the vast IMDb database.

    • Tic Tac Toe: Classic tic tac toe game that powered by minimax algorithm. AI always calculates the best move. There is no way to beat it.

      Tictactoe

  • Knowledge

    • Knights: A program that solves the "Knights and Knaves" puzzles using logical statements.

    • Minesweeper: Minesweeper game with helps of artificial intelligence. When clicks on AI move, AI calculates the best move and plays it. If there is no computable move then AI makes a random move.

      Minesweeper

  • Uncertainty

    • Pagerank: Calculates the webpages' ranks using Google's PageRank algorithm

    • Heredity: The AI program that checks the probability of occurrence of a specific gene in children.

  • Optimization

    • Crossword: AI that can generates crossword puzzles.

      crossword_puzzle

  • Learning

    • Shopping: An AI to predict whether online shopping customers will complete a purchase.

    • Nim: An AI that teaches itself to play Nim through reinforcement learning.

  • Neural Networks

    • Traffic: An AI to identify which traffic sign appears in a photograph using neural networks and supervised learning.

      Traffic

  • Language

    • Parser: An example program of Natural Language Processing (NLP). This is an AI designed to parse sentences and extract noun phrases.

      Parser

    • Questions: An AI to answer questions. If you have specific questions about a subject, load the necessary files into this AI and start asking what you wonder.

      Questions

cs50ai's People

Contributors

burakahmet avatar cheesyfrappe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.