Intro to Artificial Intelligence
Introduction to Artificial Intelligence
[Spring 2022]


Links

UA Resources during COVID-19 Response

Submissions

Python

Course Textbooks

  • Stuart Russell and Peter Norvig (2020). Artificial Intelligence: A Modern Approach (4th Edition). Pearson.
    http://aima.cs.berkeley.edu/: a very good resource for online AI material, including extensive code repository.
  • Richard S. Sutton and Andrew G. Barto (1998). Reinforcement Learning: An Introduction. The MIT Press
    This book is available free from the author's website:
    http://incompleteideas.net/book/the-book-2nd.html

Recent(ish) News

Foundations and History

AI Ethics and Superintelligence: Beneficial, Hostile

Agents

Large Scale AI Projects

AI and Games

Genetic Algorithms

  • boxcar2d
    Fun and informative web-based implementation of a genetic algorithm that evolves wheeled vehicles.

Logic

Utilities and Rational Behavior

Reinforcement Learning

Fun Links