# Artificial-Intelligence-Course-Notes **Repository Path**: zionfuo/Artificial-Intelligence-Course-Notes ## Basic Information - **Project Name**: Artificial-Intelligence-Course-Notes - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Artificial Intelligence Course Notes This repository is a collection of notes I wrote when I took the [CS 6601: Artificial Intelligence](https://www.omscs.gatech.edu/cs-6601-artificial-intelligence) course at Georgia Tech. They're a concise, high-level description of the concepts taught on that course. ## Table of Contents * [Initial Concepts](initial-concepts.md) * [Games](games.md) * [Search](search.md) * [Optimization](optimization.md) * [Uncertainty](uncertainty.md) * [Machine Learning](machine-learning.md) * [Temporal Pattern Recognition](temporal-pattern-recognition.md) * [Reinforcement Learning](reinforcement-learning.md) * Planning ## Disclaimer I am by no means an AI expert. The notes may contain gross oversimplification, lack of depth or plain errors. If you find any mistakes, I apologize in advance (and appreciate if you let me know). I've not covered the parts of the course involving logic. As a copyright aside, the notes are heavily based on the textbook used in the course (Artificial Intelligence: A Modern Approach, 3rd Edition, by Stuart Russel and Peter Norvig). In fact, some of the notes' paragraphs are literal copies of passages of the book. The LaTeX formulas have been generated using https://latex.codecogs.com. Other references are cited in the notes. All those references have been done in good faith and for educational purposes only. This work is licensed under the [MIT License](LICENSE).