Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.17 KB

File metadata and controls

17 lines (10 loc) · 1.17 KB

My solutions to Udacity's Artificial Intelligence Nano Degree projects.

A game agent that uses depth-first search constraint propagation to solve a sudoku puzzle.

A game agent that uses depth-limited minimax search or alpha-beta pruning to play Isolation.

Planning search agent that solves deterministic logistics planning problems for an Air Cargo transport system.

Sign Language Recognition System that can recognize words communicated using the American Sign Language (ASL). The system trains a set of Hidden Markov Models (HMMs) using part of the dataset to identify individual words from test sequences.