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

https://github.com/valeman/udacity-artificial-intelligence-nanodegree

Projects for my Udacity Artificial Intelligence Nanodegree
https://github.com/valeman/udacity-artificial-intelligence-nanodegree

artificial-intelligence computer-science game-playing-agent isolation machine-learning sudoku sudoku-solver

Last synced: 11 months ago
JSON representation

Projects for my Udacity Artificial Intelligence Nanodegree

Awesome Lists containing this project

README

          

# udacity-artificial-intelligence-nanodegree

https://www.udacity.com/course/artificial-intelligence-nanodegree--nd889

Projects for my Udacity Artificial Intelligence Nanodegree

Sudoku Solver

In this project, I have built an Artificial Intelligence agent to solve every Sudoku puzzle. An illustration is in sudoku.mov

Build A Game-Playing Agent (Isolation)

In this project intelligent Game-Playing agent defeats opponents in Isolation using advanced Game-Playing techniques such as Iterative Deepening, Alpha-Beta Pruning, and Expectimax.