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

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

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)