Skip to content

Instantly share code, notes, and snippets.

@cjwebb
Last active December 6, 2015 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjwebb/69ed894c54d84abb7d46 to your computer and use it in GitHub Desktop.
Save cjwebb/69ed894c54d84abb7d46 to your computer and use it in GitHub Desktop.
Notes on MIT 6.034 Artificial Intelligence

Lecture videos, programming assignments, and exam papers for MIT's Artificial Intelligence course are available online. These are my notes from "taking" the course.

This course, and every subject at MIT, is based around making models. Professor Winston explains that this course will teach:

Algorithms enabled by

Constraints evolved by

Representations that support

Models targeted at

Thinking, Perception, Action.

Thinking, Perception, and Action are the end goals of AI. We need algorithms that work within constraints, and represent models of our problems in order to make headway.

Good representations are the key to good problem solving

Generate and Test

Once we have a good representation, we can try and find an acceptable solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment