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.