Skip to content
View musty-ess's full-sized avatar

Block or report musty-ess

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Minesweeper-AI-Agent-Using-Propositional-Logic Minesweeper-AI-Agent-Using-Propositional-Logic Public

    In this project, an AI agent that plays Minesweeper was implemented, utilizing propositional logic to make informed decisions about which cells to click.

    Python

  2. Knights-and-Knaves-Logic-Puzzle-Solver-AI Knights-and-Knaves-Logic-Puzzle-Solver-AI Public

    This project is a Python-based solver for Knights and Knaves logic puzzles, based on the classic puzzles by Raymond Smullyan. In these puzzles, each character is either a knight, who always tells t…

    Python

  3. Degrees-Of-Separation-Finding-The-Shortest-Path-AI Degrees-Of-Separation-Finding-The-Shortest-Path-AI Public

    Degrees is a Python program that determines how many degrees of separation exist between two actors. The concept is based on the popular "Six Degrees of Kevin Bacon" game, which posits that any two…

    Python

  4. TicTacToe-AI-with-Minimax TicTacToe-AI-with-Minimax Public

    This project implements an AI that plays Tic-Tac-Toe optimally using the Minimax algorithm. The AI is designed to never lose when played against, as Tic-Tac-Toe, when played optimally by both playe…

    Python

  5. AI-PageRank-Web-Ranking AI-PageRank-Web-Ranking Public

    This project implements the PageRank algorithm, used to rank web pages by their importance. The algorithm simulates a random surfer who randomly clicks on links on web pages, and over time, determi…

    HTML

  6. Heredity-Genetic-Trait-Prediction-Using-Bayesian-Networks-AI Heredity-Genetic-Trait-Prediction-Using-Bayesian-Networks-AI Public

    This project aims to implement an AI that assesses the likelihood of a person having a particular genetic trait based on their family history. The trait in question is modeled using a Bayesian Netw…

    Python