Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.25 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.25 KB

Artificial Intelligence

Exploring the field of AI

Isolation

Isolation gif

Build an adversarial game playing agent by implementing techniques such as Iterative Deepening and Alpha Beta pruning.

Pacman

Pacman AStar Search

Build, apply and compare search algorithms (BFS, DFS, UCS, A*) to efficiently collect food on the way to a target location. This project explores finding good heuristics and effectively implementing suboptimal search.

This project is created by UC Berkeley's AI division and can be found here.

Simulated Annealing

Simulated Annealing

Apply Simulated Annealing to solve the travelling salesman problem.

Sudoku

Sudoku

Use constraint satisfaction to efficiently solve Sudoku.

Sign Language Recognizer

Sign Language Recognizer

Use Hidden Markov Models to transform sign language data into text.