Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/superb-man/artificial-intelligence_318
- Owner: Superb-Man
- Created: 2023-06-23T04:51:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-29T07:01:45.000Z (5 months ago)
- Last Synced: 2024-06-30T10:45:50.609Z (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.![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!!