CSE 471/598 Introduction to Artificial Intelligence Fall 2002.

Slides:



Advertisements
Similar presentations
ARTIFICIAL INTELLIGENCE
Advertisements

Additional Topics ARTIFICIAL INTELLIGENCE
Artificial Intelligence
Artificial Intelligence
AI 授課教師:顏士淨 2013/09/12 1. Part I & Part II 2  Part I Artificial Intelligence 1 Introduction 2 Intelligent Agents Part II Problem Solving 3 Solving Problems.
CSE 471/598,CBS598 Introduction to Artificial Intelligence Spring 2005
Introduction to Artificial Intelligence Ruth Bergman Fall 2004.
CS 357 – Intro to Artificial Intelligence  Learn about AI, search techniques, planning, optimization of choice, logic, Bayesian probability theory, learning,
1 Lecture 33 Introduction to Artificial Intelligence (AI) Overview  Lecture Objectives.  Introduction to AI.  The Turing Test for Intelligence.  Main.
Artificial Intelligence and Lisp Lecture 13 Additional Topics in Artificial Intelligence LiU Course TDDC65 Autumn Semester, 2010
CS 331 / CMPE 334 – Intro to AI CS 531 / CMPE AI Course Outline.
Introduction to Artificial Intelligence CSE 473 Winter 1999.
PSU CS 370 – Artificial Intelligence Dr. Mohamed Tounsi Artificial Intelligence 1. Introduction Dr. M. Tounsi.
COMP 4640 Intelligent & Interactive Systems Cheryl Seals, Ph.D. Computer Science & Software Engineering Auburn University.
© 2002 Franz J. Kurfess Introduction 1 CPE/CSC 481: Knowledge-Based Systems Dr. Franz J. Kurfess Computer Science Department Cal Poly.
CSE 471/598,CBS598 Introduction to Artificial Intelligence Fall 2004
Introduction to Artificial Intelligence Prof. Kathleen McKeown 722 CEPSR, TAs: Kapil Thadani 724 CEPSR, Phong Pham TA Room.
Random Administrivia In CMC 306 on Monday for LISP lab.
CSE 471/598 CBS 598 Introduction to Artificial Intelligence Spring 2008
© 2001 Franz J. Kurfess Introduction 1 CPE/CSC 580: Knowledge Management Dr. Franz J. Kurfess Computer Science Department Cal Poly.
INSTRUCTOR: DR. XENIA MOUNTROUIDOU CS CS Artificial Intelligence.
ARTIFICIAL INTELLIGENCE Introduction: Chapter Textbook: S. Russell and P. Norvig Artificial Intelligence: A Modern Approach Prentice Hall, 2003,
Artificial Intelligence
1 Artificial Intelligence An Introductory Course.
Reference: "Artificial Intelligence, a Modern Approach, 3rd ed."
FOUNDATIONS OF ARTIFICIAL INTELLIGENCE Introduction: Chapter 1.
ARTIFICIAL INTELLIGENCE Introduction: Chapter 1. Outline Course overview What is AI? A brief history The state of the art.
1 AI and Agents CS 171/271 (Chapters 1 and 2) Some text and images in these slides were drawn from Russel & Norvig’s published material.
CISC4/681 Introduction to Artificial Intelligence1 Introduction – Artificial Intelligence a Modern Approach Russell and Norvig: 1.
Introduction (Chapter 1) CPSC 386 Artificial Intelligence Ellen Walker Hiram College.
Introduction: Chapter 1
AI Overview Reference: "Artificial Intelligence, a Modern Approach, 3 rd ed."
Artificial Intelligence: An Introduction Definition of AI Foundations of AI History of AI Advanced Techniques.
Chapter 4 by Kathleen Mastrian and Dee McGonigle
CSC4444: Artificial Intelligence Fall 2011 Dr. Jianhua Chen Slides adapted from those on the textbook website.
1 Artificial Intelligence Introduction. 2 What is AI? Various definitions: Building intelligent entities. Getting computers to do tasks which require.
Types of Artificial Intelligence & Pioneers in the Field By Vernon Crowder.
Introduction to Artificial Intelligence Mitch Marcus CIS391 Fall, 2008.
Artificial Intelligence: Introduction Department of Computer Science & Engineering Indian Institute of Technology Kharagpur.
Artificial Intelligence
The Dream of an Intelligent Machine Hans W. Guesgen Computer Science Department.
What is Artificial Intelligence?
FOUNDATIONS OF ARTIFICIAL INTELLIGENCE
Artificial Intelligence Introduction Alison Cawsey room: G36 Ruth Aylett Room: 1.37
Artificial Intelligence Lecture 2 Department of Computer Science, International Islamic University Islamabad, Pakistan.
Princess Nora University Artificial Intelligence CS 461 Level 8 1.
A Brief History of AI Fall 2013 COMP3710 Artificial Intelligence Computing Science Thompson Rivers University.
COMP 4640 Intelligent & Interactive Systems Cheryl Seals, Ph.D. Computer Science & Software Engineering Auburn University.
1 Artificial Intelligence & Prolog Programming CSL 302.
CITS4211 Artificial Intelligence Semester 1, 2013 A/Prof Lyndon While School of Computer Science & Software Engineering The University of Western Australia.
CMPT 463 Artificial Intelligence Instructor: Tina Tian.
MCS 380/590 Intro to Artificial Intelligence William C. Regli Geometric and Intelligent Computing Laboratory Department of Mathematics and Computer Science.
AI Overview Reference: "Artificial Intelligence, a Modern Approach, 3 rd ed."
BMTS Computer Programming Pre-requisites :BMTS 242 –Computer and Systems Nature Of the Course: Programming course, contain such as C, C++, Database.
Artificial Intelligence
Introduction to Artificial Intelligence Heshaam Faili University of Tehran.
Introduction to Artificial Intelligence Prof. Kathleen McKeown 722 CEPSR Tas: Andrew Rosenberg Speech Lab, 7 th Floor CEPSR Sowmya Vishwanath TA Room.
Artificial Intelligence
CSC 290 Introduction to Artificial Intelligence
Introduction to Artificial Intelligence
General Information Course Id: COSC4368 Artificial Intelligence Programming Time: Mondays and Wednesdays 1:00 PM – 2:30 PM Professor: Ricardo Vilalta.
Artificial Intelligence and Lisp Lecture 13 Additional Topics in Artificial Intelligence LiU Course TDDC65 Autumn Semester,
Artificial Intelligence introduction(2)
Artificial Intelligence Lecture 2: Foundation of Artificial Intelligence By: Nur Uddin, Ph.D.
AI and Agents CS 171/271 (Chapters 1 and 2)
EA C461 – Artificial Intelligence Introduction
CS 404 Artificial Intelligence
CMPT 420 / CMPG 720 Artificial Intelligence
Artificial Intelligence
Presentation transcript:

CSE 471/598 Introduction to Artificial Intelligence Fall 2002

CSE 471/598, H. Liu2 Introduction You,You, TA: Ryan Holmes, GWC xxxTA: Ryan Holmes, GWC xxx MTH 1-2pm, and MTH 1-2pm, and me ( (

CSE 471/598, H. Liu3 The course What is AI (many definitions of AI)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 aboutWhat is this course about –understand ourselves better –build automated intelligent agents –improve problem solving skills

CSE 471/598, H. Liu4 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. Liu5 Plan Text Book: AI - A Modern ApproachText Book: AI - A Modern Approach 15 weeks - about chapters15 weeks - about chapters One major subject per weekOne major subject per week TIP Try to keep up and avoid catch-up

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

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

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

CSE 471/598, H. Liu9 What is AI (2) Acting humanly: The Turing testActing humanly: The Turing test Thinking humanly: Cognitive modelingThinking humanly: Cognitive modeling Thinking rationally: Syllogisms, LogicThinking rationally: Syllogisms, Logic Acting rationally: A rational agentActing rationally: A rational agent

CSE 471/598, H. Liu10 Foundations of AI Philosophy (428 B.C. - Present) - reasoning and learningPhilosophy (428 B.C. - Present) - reasoning and learning Mathematics (c Present) - logic, probability, decision making, computationMathematics (c Present) - logic, probability, decision making, computation Psychology ( Present) - investigating human mindPsychology ( Present) - investigating human mind Computer engineering ( Present) - ever improving toolsComputer engineering ( Present) - ever improving tools Linguistics ( Present) - the structure and meaning of languageLinguistics ( Present) - the structure and meaning of language

CSE 471/598, H. Liu11 Brief History of AI Gestation of AI ( )Gestation of AI ( ) Early enthusiasm, great expectations ( )Early enthusiasm, great expectations ( ) AI facing reality ( )AI facing reality ( ) Knowledge-based systems ( )Knowledge-based systems ( ) AI - an industry ( )AI - an industry ( ) Sober and maturing AISober and maturing AI

CSE 471/598, H. Liu12 Some examples of AI applications Smart bombsSmart bombs Deep BlueDeep Blue GamingGaming Intelligent housesIntelligent houses Intelligent appliancesIntelligent appliances RoboCupRoboCup Biometrics Communications ( , word processor) Auto driving from E to W Consumer protection

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