https://github.com/amir78729/ai-projects
https://github.com/amir78729/ai-projects
a-star ai arc-consistency artificial-intelligence back-off backtracking bfs forward-checking ids natural-language-processing nlp
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amir78729/ai-projects
- Owner: amir78729
- Created: 2020-12-13T19:27:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-08T16:44:20.000Z (over 4 years ago)
- Last Synced: 2025-01-18T10:11:36.180Z (9 months ago)
- Topics: a-star, ai, arc-consistency, artificial-intelligence, back-off, backtracking, bfs, forward-checking, ids, natural-language-processing, nlp
- Language: Python
- Homepage:
- Size: 12.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Principles and Applications of Artificial Intelligence Projects (Fall 2020)
> Computer Eng. Dept., Amirkabir University of Tech.
### [💻 Project 1 (Sorting Carts)](https://github.com/amir78729/AI-projects/tree/master/1)
- [BFS](https://github.com/amir78729/AI-projects/blob/master/1/BFS.py)
- [IDS](https://github.com/amir78729/AI-projects/blob/master/1/IDS.py)
- [A*](https://github.com/amir78729/AI-projects/blob/master/1/A_star.py)### [💻 Project 2 (Sudoku+)](https://github.com/amir78729/AI-projects/tree/master/2)
### [💻 Project 3 (Guess the Poet!)](https://github.com/amir78729/AI-projects/tree/master/3)