Skip to content

mohammadtavakoli78/Artificial-Intelligence

Repository files navigation

Artificial Intelligence Projects

Table of Contents

Introduction

This is projects of Artificial Intelligence course. There are four projects.
The first one is a game implemented with python and there is a gui, for this game i used search algorithms like: IDS, BBFS and A*.
The second project which is implemented with python, we learn a game and play new levels successfully. The algorithm used is genetic algorithm.
The third project which is implemented with python, we should complete a simple sudoku and the algorithm used is backtracking.
The forth project which is implemented with pythom, we should decide whether a comment is positive or negative and we use NLP for this purpose.

💻 First_Project

This is a game implemented with python and there is a gui, for this game i used search algorithms like: IDS, BBFS and A*. Codes are in this link.

💻 Second_Project

This is a project which is implemented with python, we learn a game and play new levels successfully. The algorithm used is genetic algorithm. Codes are in this link.

💻 Third_Project

This is a project which is implemented with python, we should complete a simple sudoku and the algorithm used is backtracking. Codes are in this link.

💻 Fourth_Project

This is a project which is implemented with pythom, we should decide whether a comment is positive or negative and we use NLP for this purpose. Codes are in this link.

Technologies

Project is created with:

  • Python version: 3.7