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: 3 months ago
JSON representation
AI course works.Implementation of popular N-puzzle,Mancala and Decision tree
- Host: GitHub
- URL: https://github.com/superb-man/artificial-intelligence_318
- Owner: Superb-Man
- Created: 2023-06-23T04:51:11.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-29T07:01:45.000Z (11 months ago)
- Last Synced: 2025-01-13T20:14:28.296Z (5 months ago)
- Topics: cpp-all, decision-tree, grasp-metaheuristic, html5, javascript, mancala-game, npuzzle-solver, x-33
- Language: C++
- Homepage:
- Size: 25.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
# 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!!