Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/superb-man/artificial-intelligence_318

AI course works.Implementation of popular N-puzzle,Mancala and Decision tree
https://github.com/superb-man/artificial-intelligence_318

cpp-all decision-tree grasp-metaheuristic html5 javascript mancala-game npuzzle-solver x-33

Last synced: about 21 hours ago
JSON representation

AI course works.Implementation of popular N-puzzle,Mancala and Decision tree

Awesome Lists containing this project

README

        

# Artificial-Intelligence_318
# 1.Offline 1 on A* search.
# 2.Offline 2 on Adversarial search
A min-max AI game(Mancala) with console interface.Interested to add gui in future.

![Screenshot from 2023-09-15 11-04-53](https://github.com/Superb-Man/Artificial-Intelligence_318/assets/104999005/0e5caf56-2bab-4c06-b5b5-4d9f3101ab73)

# Offline 4 on Decision Tree implementation.Some operations could've been done by using map.Avoided reducing some complexity.Managed to get 92-94% accuracy on averege!!