CPSC 322 Introduction to Artificial Intelligence September 10, 2004.

Slides:



Advertisements
Similar presentations
Artificial Intelligence & Expert Systems. Artificial Intelligence “Computational intelligence is the study of the design of intelligent agents.” “An agent.
Advertisements

ARCHITECTURES FOR ARTIFICIAL INTELLIGENCE SYSTEMS
Artificial Intelligence
Knowledge Representation
Computation and representation Joe Lau. Overview of lecture What is computation? Brief history Computational explanations in cognitive science Levels.
Artificial intelligence COS 116, Spring 2012 Adam Finkelstein.
4 Intelligent Systems.
Induction and Decision Trees. Artificial Intelligence The design and development of computer systems that exhibit intelligent behavior. What is intelligence?
Interactive Artifacts. Shared Understanding & Mutual Intelligibility Defines the field of social studies – Interpreting the actions of others – Goal is.
CPSC 322 Introduction to Artificial Intelligence October 6, 2004.
CPSC 322 Introduction to Artificial Intelligence September 15, 2004.
CPSC 322 Introduction to Artificial Intelligence September 13, 2004.
CPSC 322 Introduction to Artificial Intelligence October 13, 2004.
Artificial Intelligence u What are we claiming when we talk about AI? u How are Turing Machines important? u How can we determine whether a machine can.
CPSC 411, Fall 2008: Set 12 1 CPSC 411 Design and Analysis of Algorithms Set 12: Undecidability Prof. Jennifer Welch Fall 2008.
What is Artificial Intelligence? What does it mean to talk about a program being “intelligent”? How will we know when we’ve succeeded?
CIS 678 Artificial Intelligence problems deduction, reasoning knowledge representation planning learning natural language processing motion and manipulation.
CPSC 322 Introduction to Artificial Intelligence September 20, 2004.
1 Undecidability Andreas Klappenecker [based on slides by Prof. Welch]
Acting Humanly: The Turing test (1950) “Computing machinery and intelligence”:   Can machine’s think? or Can machines behave intelligently? An operational.
AI - Week 24 Uncertain Reasoning (quick mention) then REVISION Lee McCluskey, room 2/07
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.
Overview and History of Cognitive Science
Overview and History of Cognitive Science. How do minds work? What would an answer to this question look like? What is a mind? What is intelligence? How.
COMP 3009 Introduction to AI Dr Eleni Mangina
CPSC 322 Introduction to Artificial Intelligence September 8, 2004.
Chapter 12: Intelligent Systems in Business
Developing Intelligent Agents and Multiagent Systems for Educational Applications Leen-Kiat Soh Department of Computer Science and Engineering University.
McGraw-Hill/Irwin ©2005 The McGraw-Hill Companies, All rights reserved ©2005 The McGraw-Hill Companies, All rights reserved McGraw-Hill/Irwin.
Artificial Intelligence
INTELLIGENT SYSTEMS Artificial Intelligence Applications in Business.
C. 2008, Pearson Allyn & Bacon Introduction to Cognition Chapter 1.
Chapter 6: Objections to the Physical Symbol System Hypothesis.
Artificial Intelligence CIS 479/579 Bruce R. Maxim UM-Dearborn.
Chapter 14: Artificial Intelligence Invitation to Computer Science, C++ Version, Third Edition.
Introduction (Chapter 1) CPSC 386 Artificial Intelligence Ellen Walker Hiram College.
CSA3212: User Adaptive Systems Dr. Christopher Staff Department of Computer Science & AI University of Malta Lecture 9: Intelligent Tutoring Systems.
Artificial Intelligence Introductory Lecture Jennifer J. Burg Department of Mathematics and Computer Science.
1 Artificial Intelligence Introduction. 2 What is AI? Various definitions: Building intelligent entities. Getting computers to do tasks which require.
110/19/2015CS360 AI & Robotics AI Application Areas  Neural Networks and Genetic Algorithms  These model the structure of neurons in the brain  Humans.
Artificial intelligence COS 116, Spring 2010 Adam Finkelstein.
George F Luger ARTIFICIAL INTELLIGENCE 6th edition Structures and Strategies for Complex Problem Solving Artificial Intelligence as Empirical Enquiry Luger:
How Solvable Is Intelligence? A brief introduction to AI Dr. Richard Fox Department of Computer Science Northern Kentucky University.
Artificial Intelligence: Introduction Department of Computer Science & Engineering Indian Institute of Technology Kharagpur.
Introduction to Artificial Intelligence CS 438 Spring 2008 Today –AIMA, Chapter 1 –Defining AI Next Tuesday –Intelligent Agents –AIMA, Chapter 2 –HW: Problem.
1 Turing’s Thesis. 2 Turing’s thesis: Any computation carried out by mechanical means can be performed by a Turing Machine (1930)
University of Kurdistan Artificial Intelligence Methods (AIM) Lecturer: Kaveh Mollazade, Ph.D. Department of Biosystems Engineering, Faculty of Agriculture,
What is Artificial Intelligence?
Psychonomics: the ontology of psychology Psychonomics: The ontology of psychology.
Artificial Intelligence: Research and Collaborative Possibilities a presentation by: Dr. Ernest L. McDuffie, Assistant Professor Department of Computer.
Of An Expert System.  Introduction  What is AI?  Intelligent in Human & Machine? What is Expert System? How are Expert System used? Elements of ES.
1 ARTIFICIAL INTELLIGENCE Gilles BÉZARD Version 3.16.
COMP 4640 Intelligent & Interactive Systems Cheryl Seals, Ph.D. Computer Science & Software Engineering Auburn University.
Artificial Intelligence Knowledge Representation.
COMPUTER SYSTEM FUNDAMENTAL Genetic Computer School INTRODUCTION TO ARTIFICIAL INTELLIGENCE LESSON 11.
Introduction to Artificial Intelligence Revision Session.
Artificial Intelligence Skepticism by Josh Pippin.
Artificial Intelligence
Classification of models
Classroom Assessment Validity And Bias in Assessment.
Course Instructor: knza ch
CSCE 411 Design and Analysis of Algorithms
KNOWLEDGE REPRESENTATION
Artificial Intelligence: Logic agents
TA : Mubarakah Otbi, Duaa al Ofi , Huda al Hakami
AI and Agents CS 171/271 (Chapters 1 and 2)
EA C461 – Artificial Intelligence Introduction
Artificial Intelligence
Chapter 1: Computational Intelligence and Knowledge
Presentation transcript:

CPSC 322 Introduction to Artificial Intelligence September 10, 2004

Who We Are (revised) Your teaching assistants are Navjot Singh Qian Huang TBA

Highlights from last time Artificial intelligence (AI) is about discovering the underlying principles of intelligent behaviour and using those principles to create intelligent artifacts Those artifacts involve computers, hence the close association with computer science AI assumes that what the brain does may be thought of at some level as some form of computation

Not from last time AI assumes that what the brain does may be thought of at some level as some form of computation The assumption above is probably valid A physical symbol system has the necessary and sufficient means for intelligent behavior (The Physical Symbol System Hypothesis) These assumptions may not be valid but Any symbol manipulation can be carried out on a Turing machine. (The Church-Turing Thesis)

Alternatives to symbols Number crunching (e.g., language processing entirely by statistical analysis) Distributed intelligence Lots of tiny “computers” of limited ability working in concert (e.g., ants in a colony, neurons in a brain)

More highlights from last time The notion of intelligence itself is not well defined

What Is Intelligence? Let’s ask the experts again: Intelligence is the ability to learn facts and skills and apply them, especially when this ability is highly developed. Microsoft Word

What Is Intelligence? What did you come up with?

What Is Intelligence? Are intelligence and thought equivalent? Could an artificially intelligent entity think? The question of whether computers can think is like the question of whether submarines can swim. Edsger W. Dijkstra

The Intelligent Agent An intelligent agent is a system that acts appropriately for its circumstances and its goal is flexible to changing environments and changing goals learns from experience makes appropriate choices given perceptual limitations and finite computation

The Intelligent Agent as Black Box Inputs prior knowledge past experiences goals and values observations Output actions What goes inside the black box?

Reasoning and Representation System A language for communication with the computer A way to assign meaning to the language Procedures to compute answers given input in the language Where does the RRS come from? You!

You make this happen

Start with the representation part Describe what exists in the domain of interest individuals/”things” properties/attributes of individuals relationships between individuals (the fancy word for all this is “ontology”) How do you represent this? What do you include? What do you ignore? Oops. We’re going to need a domain...

The Diagnostic Assistant Domain