COSC 387: Artificial Intelligence
Fall 2002
Class Time: |
TR 1:15-2:30 PM |
Classroom: |
REI 262 |
|
|
Instructor: |
Mark Maloof |
Office: |
240 Reiss |
Mailbox: |
240 Reiss |
Office Hours: |
MW 4-5 PM, TR 2:30-3:30 PM (or by appointment) |
Everything you need to know about your TA:
Name: |
Will Headden |
Office: |
261 Reiss |
Mailbox: |
230 Reiss |
E-mail: |
headdenw@cs
|
Office Hours: |
TR 4:15-6:15 PM |
Syllabus
Assignments and Grading
- Midterm Exam (distributed 10/15, due 10/22), 20%
- Final Exam (distributed 12/5, due 12/16), 30%
- Programming Projects, 50%
- Project 1 (assigned Sep 5, due Oct 1), 4 points
- Project 2 (assigned Oct 1, due Oct 15), 7 points
- Project 3 (assigned Oct 17, due Nov 5), 16 points
- Project 4 (assigned Nov 5, due Nov 19), 13 points
- Project 5 (assigned Nov 19, due Dec 6), 10 points
- Homework (optional)
- Additional Reading (on 2 hr. reserve at the
Blommer Science Library
):
- 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).
Graduate Students
Grading
(defun grading (grade)
(cond
((>= grade 94) 'A)
((>= grade 90) 'A-)
((>= grade 87) 'B+)
((>= grade 84) 'B)
((>= grade 80) 'B-)
((>= grade 77) 'C+)
((>= grade 74) 'C)
((>= grade 70) 'C-)
((>= grade 67) 'D+)
((>= grade 64) 'D)
(t 'F)))
Policies for this Course
- Students must complete all assignments individually.
- If a student obtains code or help from a source outside of the
class (i.e., outside of the text book(s), the lecture notes, the instructor,
or the class's teaching assistants), then the student must acknowledge
this assistance by properly citing the source in comments above the
function or code segment.
- All assignments should be turned in on time. For late projects,
there will be a 15% deduction for each 15 minute period after the deadline.
- Students are responsible for keeping a backup of their projects on a
university machine (i.e., gusun or cssun).
- Students bringing cell phones to class must either set the phone to
vibrate, turn the ringer volume off, or turn the phone off completely.
If your phone rings audibly, it's 5 points off your final grade.
Resources
Marginally Interesting Links
Copyright © 2019 Mark Maloof. All Rights Reserved.
This material may not be published, broadcast, rewritten,
or redistributed.