An open API service indexing awesome lists of open source software.

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

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