中山大学人工智能实验 (2019 秋):16 个实验、4 个项目,包含搜索算法、CSP、Prolog、EM 算法、朴素贝叶斯、强化学习等
-
Updated
Dec 15, 2020 - Python
中山大学人工智能实验 (2019 秋):16 个实验、4 个项目,包含搜索算法、CSP、Prolog、EM 算法、朴素贝叶斯、强化学习等
Haskell and Scala translations of Truth Maintenance Systems and other tools from Forbus and de Kleer's Building Problem Solvers.
Tic-Tac-Toe is a simple game where two players try to get three marks in a row on a 3x3 grid. The first player to achieve this wins. If no one does, it's a draw.
A repository for AI Algorithms Lab Codes
Gomoku game engine with different AI search algorithms
Projeto para descobrir o tipo de um Pokémon através de suas características básicas. Desenvolvido na disciplina da Inteligência Artificial.
AI Mini Project - Semester 20212, DSAI, HUST
Chineese-checker game by minmax algorithm and alpha beta algorithm
This is a 2D car game for AI algorithms such as Reinforcement learning or Genetic algorithm.
I am trying to implement various AI algorithms on various environments (like OpenAI-gym) as I learned my toward the safe AI
Feedback prediction WinForm GUI. It is running AI algorithms based on the ML.NET model. It analyses feedback and gives output in a graph built on LiveCharts.
Training snake using different Artificial Intelligence algorithms (A-STAR, BREADTH FIRST SEARCH, DEPTH FIRST SEARCH & ARTIFICIAL NEURAL NETWORKS). This game is made using pygame and python libraries.
Creates a Training environment to test different kinds of Artificial Intelligente algorithms to be used in the Fast and Curious game.
Color Quantization using K-Means clustering algorithm and Python's OpenCV library - Artificial Intelligence (AI) final project - Summer 2024 /// by theMHD; thanks for chatGPT :)
C++ implementation of the Q-Learning algorithm applied to a simple grid world problem
Implements AI Search algorithm to solve 9 puzzle problems or any n puzzles rather 😎
Applications of search algorithms in interesting optimization problems.
Artificial Intelligence Chess AI with optimized minimax algorithm with alpha beta pruning and heuristic function implementation by Plipus Telaumbanua
In this project I had to compare 3 algorithm's on the bases of there execution time. There are 3 AI algorithm's which were assign to me in these algorithm's two are uninform and one is inform. And the names of the algorithm's are: 1-DFS, 2-UCS, and A*
Add a description, image, and links to the ai-algorithms topic page so that developers can more easily learn about it.
To associate your repository with the ai-algorithms topic, visit your repo's landing page and select "manage topics."