aima
There are 35 repositories under aima topic.
the-sett/ai-search
ai-search
gbroques/missionaries-and-cannibals
Python program that solves the Missionaries and Cannibals problem, a toy problem in AI, with iterative deepening search.
asigalov61/Meddleying-MAESTRO
Full-featured Algorithmic Intelligence Music Augmentator (AIMA) with full multi-instrument MIDI output and Karaoke support.
charkour/csps
🛠️ Tools to solve constraint satisfaction problems
StevenSalazarM/CSP-Sudoku-Solver
Constraint Satisfaction Problem (CSP) solver for Sudoku with a graphical interface through python
dpalmasan/py-logic
Libray for dealing with logic in python
sergioburdisso/tworld
T-World: an Open-Source 3D Platform for Artificial Intelligence Research and Education
billsioros/kenken-python
A Kenken puzzle generator & solver
davidpomerenke/checkers
Checkers browsergame, made with aima.js and React.
jsuyash1514/AIMA-Java
Implementation of problems and algorithms of Artificial Intelligence: A Modern Approach (3rd edition) by Peter Norvig and Stuart J. Russell
stegiks/KenKen_puzzle
KenKen puzzle solver using CSP and backtracking algorithms
davidpomerenke/aima.js
Russell & Norvig, "Artificial Intelligence – A Modern Approach" in function-oriented CoffeeScript.
Vonfry/aima-haskell
Haskell implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
GrahamStrickland/aima
Python 3.11 implementation of the exercises from "Artificial Intelligence: A Modern Approach" (4e) - Russell & Norvig
huizhuansam/CS3243-Projects
My solutions for CS3243 - Introduction to Artificial Intelligence project assignments (AY21/22 Sem 2).
kecol/aima
"Artificial Intelligence - A Modern Approach - Third Edition"
pedromneto97/Trilha
Jogo de trilha usando minimax da AIMA
RussellDash332/CS3243-Projects
Speedrun-like codes for my CS3243 projects
vishwas125/Textual-Entailment-with-Tensorflow
A presentation and Accompanying notebook for the Entailment with Tensorflow article.
ireneburri/Colapesce-DimartiNao
NAO Planning Challenge
jirehcwe/IntelligentAgents
Policy and Value iteration agent for Mazeworld.
Kazzpa/rosal-IA
Homeworks and practical lessons of Artificial Intelligence.
pranav-ap/inference-algos
Inference algorithms based on the AIMA textbook
Yefri97/aima-exercise-test
Web site for the aima exercises:
aashrafh/CMP402
Solution of Machine Intelligence (CMP402) labs
andrewgazelka/aima-kotlin
Artificial Intelligence: A Modern Approach algorithms in Kotlin
AndrewSpittlemeister/Another-Decision-Tree-in-Python
Custom binary decision tree implementation in Python (notebook). Example use on AIMA's restaurant dataset.
bquast/WHO-Academy-Challenge-Round-1-Ron-Grahams-Game
WHO Academy MLE Challenge Round 1: Ron Graham's Game with Optimiser
chkrr00k/missionaries-and-cannibals
missionaries and cannibals problem as desribed to learn to use the aima library
davidpomerenke/aima-checkers
Checkers game specification for aima.js.
josepdecid/IA-FIB-LocalSearch
Local Search project under course of Artificial Intelligence FIB@UPC 2016-2017 Q2
Nikoletos-K/Kakuro
🧩🔠🎮 Kakuro game, played from some well-known AI algorithms
Ohara124c41/AIND-Forward-Planning_Agent
Implementation of a Forward-Planning Agent for Udacity's Artificial Intelligence Nanodegree (v3.0). This project is the solution for the notebook from the classroom (topic: Classical Planning).