1 / 13

CSE 471/598 Introduction to Artificial Intelligence

CSE 471/598 Introduction to Artificial Intelligence. Fall 2002. Introduction. You, TA: Ryan Holmes, GWC xxx MTH 1-2pm, ryan.holmes@asu.edu, and me hliu@asu.edu (http://www.public.asu.edu/~huanliu). The course. What is AI (many definitions of AI)

Download Presentation

CSE 471/598 Introduction to Artificial Intelligence

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CSE 471/598 Introduction to Artificial Intelligence Fall 2002

  2. Introduction • You, • TA: Ryan Holmes, GWC xxx MTH 1-2pm, ryan.holmes@asu.edu, and • me hliu@asu.edu (http://www.public.asu.edu/~huanliu) CSE 471/598, H. Liu

  3. The course • What is AI (many definitions of AI) • One definition: a field to enable computers with human-level intelligence with attempts to understand intelligent entities. • What is this course about • understand ourselves better • build automated intelligent agents • improve problem solving skills CSE 471/598, H. Liu

  4. The course (2) • Projects in Lisp (30%, 2*15%) • Exam(s) (2X20%) • Homework (30%, 5*6%) • Late hand-in penalty • Academic integrity CSE 471/598, H. Liu

  5. Plan • Text Book: AI - A Modern Approach • 15 weeks - about 13-15 chapters • One major subject per week TIP Try to keep up and avoid catch-up CSE 471/598, H. Liu

  6. Plan (2) • Major topics • Intelligent agents • Problem solving • Knowledge and reasoning • Acting logically • Uncertainty • Learning TIP Comprehend the topics with your common sense CSE 471/598, H. Liu

  7. Welcome to this class! • We will work together throughout this semester. • Questions and suggestions are most welcome. CSE 471/598, H. Liu

  8. Introduction of AI and LISP - Gearing up for a fun semester about intelligent agents

  9. What is AI (2) • Acting humanly: The Turing test • Thinking humanly: Cognitive modeling • Thinking rationally: Syllogisms, Logic • Acting rationally: A rational agent CSE 471/598, H. Liu

  10. Foundations of AI • Philosophy (428 B.C. - Present) - reasoning and learning • Mathematics (c. 800 - Present) - logic, probability, decision making, computation • Psychology (1879 - Present) - investigating human mind • Computer engineering (1940 - Present) - ever improving tools • Linguistics (1957 - Present) - the structure and meaning of language CSE 471/598, H. Liu

  11. Brief History of AI • Gestation of AI (1943 -1956) • Early enthusiasm, great expectations (1952 - 1969) • AI facing reality (1966 - 1974) • Knowledge-based systems (1969 - 1979) • AI - an industry (1980 - 1988) • Sober and maturing AI CSE 471/598, H. Liu

  12. Smart bombs Deep Blue Gaming Intelligent houses Intelligent appliances RoboCup Biometrics Communications (email, word processor) Auto driving from E to W Consumer protection Some examples of AI applications CSE 471/598, H. Liu

  13. Refresher for LISP • What is it? • ANSI Common Lisp, Paul Graham, Prentice Hall • Input (e.g., terminal, files) • Output (e.g., files, printing) • Processing (various operations) • How to run it? CSE 471/598, H. Liu

More Related