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
- Host: GitHub
- URL: https://github.com/valeman/udacity-artificial-intelligence-nanodegree
- Owner: valeman
- Created: 2017-03-05T16:42:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-10T18:12:46.000Z (about 9 years ago)
- Last Synced: 2025-03-16T07:11:25.296Z (about 1 year ago)
- Topics: artificial-intelligence, computer-science, game-playing-agent, isolation, machine-learning, sudoku, sudoku-solver
- Language: Python
- Homepage: https://www.udacity.com/course/artificial-intelligence-nanodegree--nd889
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.