Popular repositories Loading
-
Nim-AI-Reinforcement-Learning
Nim-AI-Reinforcement-Learning PublicThis project implements an AI that teaches itself to play the game of Nim using Q-learning, a form of reinforcement learning. By playing games against itself, the AI learns optimal strategies for p…
Python 1
-
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
If the problem persists, check the GitHub status page or contact support.