Popular repositories Loading
-
Minesweeper-AI-Agent-Using-Propositional-Logic
Minesweeper-AI-Agent-Using-Propositional-Logic PublicIn this project, an AI agent that plays Minesweeper was implemented, utilizing propositional logic to make informed decisions about which cells to click.
Python
-
Knights-and-Knaves-Logic-Puzzle-Solver-AI
Knights-and-Knaves-Logic-Puzzle-Solver-AI PublicThis 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
-
Degrees-Of-Separation-Finding-The-Shortest-Path-AI
Degrees-Of-Separation-Finding-The-Shortest-Path-AI PublicDegrees 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
-
TicTacToe-AI-with-Minimax
TicTacToe-AI-with-Minimax PublicThis 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
-
AI-PageRank-Web-Ranking
AI-PageRank-Web-Ranking PublicThis 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
-
Heredity-Genetic-Trait-Prediction-Using-Bayesian-Networks-AI
Heredity-Genetic-Trait-Prediction-Using-Bayesian-Networks-AI PublicThis 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
If the problem persists, check the GitHub status page or contact support.