AIfall14
Home Assignments Lecture Blog Resources Project Discussion Group
91.420/91.543 Artificial Intelligence, Fall 2014
Prof. Fred Martin, ⚠ (:html:)<a href="http://mailhide.recaptcha.net/d?k=01COSqrfJ-58cc94fQb2pI1A==&c=iZBP8kCznrjdnfw8QFFKADFtsIimnLdVHk581djoISQ=" onclick="window.open('http://mailhide.recaptcha.net/d?k=01COSqrfJ-58cc94fQb2pI1A==&c=iZBP8kCznrjdnfw8QFFKADFtsIimnLdVHk581djoISQ=', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0, menubar=0,resizable=0,width=500,height=300'); return false;" title="Reveal this e-mail address">click for fred's email</a>(:htmlend:)
Grader: tba
MWF, 10:00a10:50a, OS401
We will be using the following book:
Artificial Intelligence: A Modern Approach (3rd edition 2009)
Stuart Russell and Peter Norvig
By far the best AI text.
What is AI?
There are few areas in computer science as broad as artificial intelligence. AI encompasses algorithm design, agents and robots, natural language understanding, expert systems, music and sound, as well as philosophical questions about the nature of consciousness!
One organizing principle across the field is the formalization of real-world problems based on utility functions, and then the use of various techniques to maximize expected utility. Based on this unifying theme, we will study:
- search
- game-playing, including adversarial and stochastic search
- probabilistic reasoning, including Markov Decision Processes (MDPs) and Hidden Markov Models (HMMs)
- reinforcement learning, including value iteration and q-learning
Ideas will be developed theoretically and with practical programming challenges using the U.C. Berkeley Pac-Man projects, in which you program a progressive series of challenges inspired by the original Pac-Man arcade game.
These problem sets teach foundational AI concepts, such as informed state-space search, probabilistic inference, and reinforcement learning. These concepts underlie real-world application areas such as natural language processing, computer vision, and robotics (see http://ai.berkeley.edu/project_overview.html).
Coding will be done in Python, which you will learn during the class if you don't know it yet.
A big part of AI is not just knowing a collection of approaches, but understanding which approach is right for which problem. To encourage the development of these skills, there will be a significant semester project where you will apply ideas from the course to a problem of your own choosing.
Text
The textbook, as shown above, is Artificial Intelligence: A Modern Approach, by Russell and Norvig. The book is comprehensive, is well-written in the most exemplary manner, and has detailed bibliographies for each chapter. It is by far the most popular book used to teach AI, and it is also the best.
The recommended book is the third edition. New and used copies are available at the UML bookstore, or online (3rd edition: alibris; amazon; bookfinder). It would be acceptable to get a used second edition (alibris; amazon; bookfinder). Do not use the first edition.
Grading
There are five categories of work that will be assessed. These are:
- Programming assignments 20%. The assignments are the primary way for developing an understanding of how to put AI theory into practice. Assignments will lose 10% of their value per day that they are late up to a maximum of 50% off. Assignments are due before class of the day that they are assigned.
- Literature review assignment 5%. You will read two papers related to an area of AI in which you are interested, and prepare conference-style reviews of the papers.
- Two mid-semester exams 10% each x 2 = 20%.
- Final exam 25%.
- Term project 25%. A significant part of the class will be an independent implementation project, which you will specify and carry out, primarily over the last month of the semester. We'll start conceptual work on the project earlier than that. I will expect the project to represent a significant work effort.
- Classroom and discussion forum participation 5%.
Undergraduate Project Sequence
For undergraduates, 91.420 Artificial Intelligence can be grouped with 91.421 Machine Learning or 91.450 Robotics I to form a course pair.
Graduate Group
For graduate students, 91.543 is in Group III, Human-Computer Interaction, Visualization, Robotics and AI.
Collaboration and Academic Integrity Policy
You are welcome to discuss ideas in the class with your peers. However, pair programming or other side-by-side work that involves sharing of code is not allowed. By turning in an assignment, you attest that you have written the new code that it includes. Please be familiar with the university's academic integrity policies: for undergraduates for graduate students
Discussion Group / E-Mail List
We will use Google Groups for announcements and discussion of material outside of class. Join the group by entering your email address in the box below, and following the subsequent confirmation instructions.
⚠ (:html:)
<table style="border:1px solid #aa0033; font-size:small" align=center>
<tr>
<td rowspan=3>
<img src="http://www.cs.uml.edu/ecg/uploads/OPLspr14/googlegroups_logo.gif" height=58 width=150 alt="Google Groups">
</td>
<td colspan=2 align=center><b>Subscribe to uml-ai-fall14</b></td>
</tr>
<form action="http://groups.google.com/group/uml-ai-fall14/boxsubscribe">
<tr>
<td>Email: <input type=text name=email></td>
<td>
<table
style="background-color:#ffcc33;padding:2px;border:2px outset #ffcc33;">
<tr>
<td>
<input type=submit name="sub" value="Request">
</td>
</tr>
</table>
</td>
</tr>
</form>
<tr><td colspan=2 align=center>
<a href="http://groups.google.com/group/uml-ai-fall14" target="new">Browse Archives</a>
</td></tr>
</table>
(:htmlend:)