COSC 187: Artificial Intelligence for Non-majors
Fall 2004
Class Time: |
TR 11:40-12:55 PM |
Classroom: |
WAL 494B (T), REI 103 (R) |
|
|
Instructor: |
Mark Maloof |
Office: |
240 Reiss |
Mailbox: |
240 Reiss |
Office Hours: |
None for 24–25 academic year.
(or by appointment) |
Syllabus
Assignments and Grading
- Midterm Exam (distributed 10/14, due 10/21), 20%
- Final Exam (distributed 12/8, due 12/17), 30%
-
Programming Project, 10%
- Semester Research Project
- Homework (optional)
- Additional Reading (on electronic reserve):
- Turing, A., Computing machinery and intelligence (read by midterm).
- Newell, A., and Simon, H.A., Computer science as empirical enquiry
(read by midterm).
- Searle, J., Minds, brains, and programs (read by last class).
- Dreyfus, H.L., and Dreyfus, S.E., Making a mind versus modeling
the brain (read by last class).
- Simon, H.A., Why should machines learn? (read by last class).
Grading
(defun grading (grade)
(cond
((>= grade 93) 'A)
((>= grade 90) 'A-)
((>= grade 87) 'B+)
((>= grade 83) 'B)
((>= grade 80) 'B-)
((>= grade 77) 'C+)
((>= grade 73) 'C)
((>= grade 70) 'C-)
((>= grade 67) 'D+)
((>= grade 63) 'D)
(t 'F)))
Resources
- Sources of lecture material (PDF file)
- Project grading sheet
- CMU AI Repository
- UCLA AI FAQ
- NEC ResearchIndex
- GNU Common Lisp (gcl), installed on gusun and on cssun. Also for Linux.
- GNU gcl Documentation
- GNU CLISP,
installed on gusun, cssun, and daruma;
also for Windows, Linux, and others
- CMU Common Lisp for Linux and others (see me before attempting to install this under RedHat)
- Common Lisp, the Language, 2nd Edition, by Steele (on-line version).
- Common Lisp: A Gentle Introduction to Symbolic Computation, by Touretzky (on-line version).
- An Introduction and Tutorial for Common Lisp
- A Lisp Primer
- vi In
formation Links
- Lemmy,
the UNIX vi editor for Windows
- More
vi clones for Windows
- vi Editor Reference Card (PDF file)
- JavaBayes: a Java applet for Bayesian inference networks
Marginally Interesting Links
Copyright © 2019 Mark Maloof. All Rights Reserved.
This material may not be published, broadcast, rewritten,
or redistributed.