|
|
CSE 415: Introduction to Artificial Intelligence
|
The University of Washington, Seattle, Spring 2017
|
|
Regular Meetings: Mondays, Wednesdays, and Fridays,
2:30-3:20 in Savery Hall Room 264
|
Instructor: Steve
Tanimoto [
t a n i m o t o (at) c s (dot) w a s h i n g t o n (dot) e d u ]
(office hours: Tuesdays 10:00-11:00 in CSE 638). |
Graduate Teaching Assistants:
Rob Thompson [ r o b t h o m p (at) c s (dot) w a s h i n g t o n (dot) e d u ]
(office hours: Wednesdays 1:30-2:30 in CSE 021); and
Dianmu Zhang [ d a n m u z (at) u w (dot) e d u ] (office hours: Mondays 4:30-5:30, in CSE 220).
|
Undergraduate Teaching Assistant:
Yujia (Yolanda) Liang [ l i a n g y 2 5 (at) c s (dot) w a s h i n g t o n (dot) e d u ]
(office hours: Thursdays 3:00-4:00 in CSE 220); and
Ninghe (Nina) Zhang [ n i n g h z 2 (at) u w (dot) e d u ]
(office hours: Fridays 3:30-4:30 in CSE 021).
|
Announcements:
Welcome to CSE 415! This quarter, we will study
a mix of classical artificial intelligence and machine learning techniques.
We will be using the Python programming language. Python
has been gaining popularity for a variety of different kinds
of programming, including artificial intelligence programming.
Many programmers like its simple syntax based in part on
indentation rather than the use of parentheses. Like the
traditional AI language Lisp, Python provides good support
for list processing, functional programming,
automatic memory management, and interactive
development.
The leading versions of Python at this time are 2.7, and 3.6. We will be primarily using Python 3.6.
Note that versions 3.0, 3.1, etc., are not backwards compatible with the previous versions.
High-quality Python tools are freely available on the World
Wide Web. Students taking CSE 415 do not need to have any prior
experience with Python. The course will cover the essentials
of Python during the first week.
|
|
|
|