janjagusch / artificial-intelligence-nanodegree

Learning essential Artificial Intelligence concepts from AI experts like Peter Norvig and Sebastian Thrun, including search, optimization, planning, pattern recognition, and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Udacity Artificial Intelligene Nanodegree (1st Semester)

A repository of multiple projects done in the Udacity Artificial Intelligence Nanodegree (AIND).

Sudoku

In this project, you will be writing code to implement two extensions of our sudoku solver. The first one will be to implement the technique called "naked twins". The second one will be to modify our existing code to solve a diagonal sudoku. To complete this project you will use the tools you learned about in the lesson, and build upon them.

Isolation

In this lesson, you'll build a Game-Playing agent that defeats opponents in Isolation. Along the way, you'll learn about advanced Game-Playing techniques such as Minimax, Iterative Deepening, and Alpha-Beta Pruning.

Planning

In this project, you will define a group of problems in classical PDDL (Planning Domain Definition Language) for the air cargo domain discussed in the lectures. You will then set up the problems for search, experiment with various automatically generated heuristics, including planning graph heuristics, to solve the problems, and then provide an analysis of the results. Additionally, you will write a short research review paper on the historical development of planning techniques and their use in artificial intelligence.

Recognizer

In this project, you will build a system that can recognize words communicated using the American Sign Language (ASL). You will be provided a preprocessed dataset of tracked hand and nose positions extracted from video. Your goal would be to train a set of Hidden Markov Models (HMMs) using part of this dataset to try and identify individual words from test sequences.

About

Learning essential Artificial Intelligence concepts from AI experts like Peter Norvig and Sebastian Thrun, including search, optimization, planning, pattern recognition, and more.

License:MIT License


Languages

Language:HTML 59.8%Language:Jupyter Notebook 23.9%Language:Python 14.4%Language:JavaScript 1.8%Language:R 0.1%Language:CSS 0.1%