https://github.com/angelmtenor/aind-projects
Solved projects from Udacity's Artificial Intelligence Nanodegree
https://github.com/angelmtenor/aind-projects
artificial-intelligence hidden-markov-model planning-algorithms
Last synced: over 1 year ago
JSON representation
Solved projects from Udacity's Artificial Intelligence Nanodegree
- Host: GitHub
- URL: https://github.com/angelmtenor/aind-projects
- Owner: angelmtenor
- License: mit
- Created: 2017-07-17T15:40:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-24T18:06:42.000Z (over 8 years ago)
- Last Synced: 2024-11-16T10:06:05.934Z (over 1 year ago)
- Topics: artificial-intelligence, hidden-markov-model, planning-algorithms
- Language: Jupyter Notebook
- Size: 1.65 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AIND-projects
Solved projects from Term 1 of [Udacity's Artificial Intelligence Nanodegree](https://www.udacity.com/course/artificial-intelligence-nanodegree--nd889):
- **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
## Creators
* Angel Martínez-Tenor
- [https://github.com/angelmtenor](https://github.com/angelmtenor)
* Udacity