Skip to content

Examples for an AI course following the textbook Artificial Intelligence: A Modern Approach by Russell and Norvig.

License

Notifications You must be signed in to change notification settings

jhascall/CS7320-AI

 
 

Repository files navigation

Artificial Intelligence - Simple Python Code Examples and Assignments

Lecture material, code examples, and assignments for the course CS 5/7320 Artificial Intelligence taught by Michael Hahsler at the Department of Computer Science at SMU.

The code examples follow the textbook Artificial Intelligence: A Modern Approach (AIMA) by Russell and Norvig. The code in this repository is intended to be simple to focus more on the basic AI concepts and less on the use of advanced implementation techniques (e.g., object-oriented design and flexibility). More complex code examples accompanying the textbook can be found at the GitHub repository aimacode.

Covered AIMA Chapters

Chapter Slides Code
1: Introduction to AI Slides -
2: Intelligent Agents Slides Code
3: Solving Problems by Search Slides Code
4.1-2: Search in Complex Environments: Local Search Slides Code
4.3-5: Search in Complex Environments: Search with Uncertainty Slides Code
5: Adversarial Search and Games Slides Code
6: Constraint Satisfaction Problem Slides Code
7-9: Logical Agents Slides Code
12: Quantifying Uncertainty Slides Code
13: Probabilistic Reasoning Slides Code
16: Making Simple Decision Slides -
17: Making Complex Decision - Code
19: Learning from Examples (Machine Learning) Slides Code

HOWTOs

License

All code and documents in this repository are provided under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) License.

CC BY-SA 4.0

About

Examples for an AI course following the textbook Artificial Intelligence: A Modern Approach by Russell and Norvig.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 82.2%
  • HTML 17.7%
  • Python 0.1%