Solved projects from Term 1 of Udacity's Artificial Intelligence Nanodegree:
-
sudoku_solver: build an intelligent agent that solves every diagonal Sudoku using constraint propagation and search
-
isolation_player: implement an effective adversarial search agent to play the game Isolation using minimax, alpha-beta pruning, and a custom heuristic evaluation function
-
planning_agent: solve deterministic logistics planning problems for an Air Cargo transport system using a planning search agent
-
asl_recognizer: build a word recognizer for American Sign Language video sequences with hidden Markov models
All projects are written in Python 3
- Angel Martínez-Tenor
- Udacity