(April 2017 - Present)
Medium article and README.md are under construction....
- Sudoku Solver
- Game Tree
- Constraint Progragation
- Iterative Deepening Search
- Alpha-beta pruning
- Minimax algorithm
- Breadth-First Search
- Uniform-Cost Search
- Depth-First Search
- A* Search
- Simulated Annealing
- N-Queens Problem
- Traveling Salesman Problem
- Constraint Satisfaction
- Backtracking-Search
- Planning Search
- Situation Calculus
- Progression Search
Project 1 - Diagonal Soduku Solver
Project 2 - Building a Game-playing Agent
Project 3 - Implement a Planning Search
- Python implementation of algorithms from Russell and Norvig's "Artificial Intelligence - A Modern Approach"
- SymPy is a Python Library for symbolic mathematics.