My solutions to the projects assigned for the Udacity Artificial Intelligence Nanodegree
Project | Concepts | Tools |
---|---|---|
Sudoku solver | depth-first search, constraint propagation | pygame |
Isolation (a competitive game) | adversarial search, MiniMax search, alpha-beta pruning | |
Optimal Plan Determination | various search algorithms, heuristics, planning graphs | aimacode-python |
ASL Recognizer | Hidden Markov Models, model scoring | pandas, hmmlearn |