AI Defined Textbook definition:

Slides:



Advertisements
Similar presentations
Artificial Intelligence
Advertisements

Presentation on Artificial Intelligence
An Introduction to Artificial Intelligence. Introduction Getting machines to “think”. Imitation game and the Turing test. Chinese room test. Key processes.
Using Rules Chapter 6. 2 Logic Programming (Definite) logic program: A  B 1, B 2, …, B m program clause (Horn) head body  A 1, A 2, …, A n goal clause.
WHAT IS ARTIFICIAL INTELLIGENCE?
Chapter 10 Artificial Intelligence © 2007 Pearson Addison-Wesley. All rights reserved.
What is Artificial Intelligence? –Depends on your perspective... Philosophical: a method for modeling intelligence Psychological: a method for studying.
Approaches to AI. Robotics Versus Artificial Intelligence.
CS 357 – Intro to Artificial Intelligence  Learn about AI, search techniques, planning, optimization of choice, logic, Bayesian probability theory, learning,
PSU CS 370 – Artificial Intelligence Dr. Mohamed Tounsi Artificial Intelligence 1. Introduction Dr. M. Tounsi.
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
What is Artificial Intelligence? –not programming in LISP or Prolog (!) –depends on your perspective... a method for modeling intelligence a method for.
Artificial Intelligence
Artificial Intelligence
What is AI? The exciting new effort to make computers thinks … machine with minds, in the full and literal sense” (Haugeland 1985) “The art of creating.
Introduction to AI, H. Feili 1 Introduction to Artificial Intelligence LECTURE 1: Introduction What is AI? Foundations of AI The.
Computer Science & Engineering Shiraz University Artificial Intelligence.
Ch1 AI: History and Applications Dr. Bernard Chen Ph.D. University of Central Arkansas Spring 2011.
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.
CSCI 4410 Introduction to Artificial Intelligence.
Artificial Intelligence Introduction (2). What is Artificial Intelligence ?  making computers that think?  the automation of activities we associate.
Chapter 14: Artificial Intelligence Invitation to Computer Science, C++ Version, Third Edition.
Introduction (Chapter 1) CPSC 386 Artificial Intelligence Ellen Walker Hiram College.
Chapter 10 Artificial Intelligence. © 2005 Pearson Addison-Wesley. All rights reserved 10-2 Chapter 10: Artificial Intelligence 10.1 Intelligence and.
Artificial Intelligence: Definition “... the branch of computer science that is concerned with the automation of intelligent behavior.” (Luger, 2009) “The.
Artificial Intelligence Lecture No. 3
Lecture 1 Note: Some slides and/or pictures are adapted from Lecture slides / Books of Dr Zafar Alvi. Text Book - Aritificial Intelligence Illuminated.
What is Intelligence? Let’s try to define intelligence Definition (Merriam Webster): –Capacity for learning, reasoning, understanding and similar forms.
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.
Logical Agents Logic Propositional Logic Summary
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 11: Artificial Intelligence Computer Science: An Overview Tenth Edition.
Artificial Intelligence Bodies of animals are nothing more than complex machines - Rene Descartes.
Artificial Intelligence By Michelle Witcofsky And Evan Flanagan.
How Solvable Is Intelligence? A brief introduction to AI Dr. Richard Fox Department of Computer Science Northern Kentucky University.
1 CS 2710, ISSP 2610 Foundations of Artificial Intelligence introduction.
I Robot.
1 Introduction to Artificial Intelligence (Lecture 1)
Lecture 1: Introduction Heshaam Faili University of Tehran What is AI? Foundations of AI The History of AI State of the Art.
Automated Reasoning Early AI explored how to automated several reasoning tasks – these were solved by what we might call weak problem solving methods as.
Artificial Intelligence and Knowledge Based Systems Fall 2009 Frank Hadlock.
Artificial Intelligence IES 503 Asst. Prof. Dr. Senem Kumova Metin.
Introduction to Artificial Intelligence CS 438 Spring 2008 Today –AIMA, Chapter 1 –Defining AI Next Tuesday –Intelligent Agents –AIMA, Chapter 2 –HW: Problem.
Definitions of AI There are as many definitions as there are practitioners. How would you define it? What is important for a system to be intelligent?
KNOWLEDGE BASED SYSTEMS
University of Kurdistan Artificial Intelligence Methods (AIM) Lecturer: Kaveh Mollazade, Ph.D. Department of Biosystems Engineering, Faculty of Agriculture,
Introduction to Artificial Intelligence CS 438 Spring 2008.
What is Artificial Intelligence?
Princess Nora University Artificial Intelligence CS 461 Level 8 1.
Artificial Intelligence, simulation and modelling.
Some Thoughts to Consider 5 Take a look at some of the sophisticated toys being offered in stores, in catalogs, or in Sunday newspaper ads. Which ones.
Representation and Search The function of a representation is to capture the critical features of the problem domain –and make the information accessible.
1 Artificial Intelligence & Prolog Programming CSL 302.
Artificial Intelligence Hossaini Winter Outline book : Artificial intelligence a modern Approach by Stuart Russell, Peter Norvig. A Practical Guide.
Introduction to Artificial Intelligence
Chapter 11: Artificial Intelligence
Chapter 11: Artificial Intelligence
Organization and Knowledge Management
PART IV: The Potential of Algorithmic Machines.
Artificial Intelligence (CS 370D)
AI Defined Textbook definition:
Course Instructor: knza ch
Introduction Artificial Intelligent.
Artificial Intelligence introduction(2)
Artificial Intelligence (Lecture 1)
Artificial Intelligence Lecture 2: Foundation of Artificial Intelligence By: Nur Uddin, Ph.D.
AI and Agents CS 171/271 (Chapters 1 and 2)
A User study on Conversational Software
Artificial Intelligence
Presentation transcript:

AI Defined Textbook definition: AI may be defined as the branch of computer science that is concerned with the automation of intelligent behavior Other definitions: The exciting new effort to make computers think … machines with minds The automation of activities that we associate with human thinking (e.g., decision-making, learning…) The art of creating machines that perform functions that require intelligence when performed by people The study of mental faculties through the use of computational models A field of study that seeks to explain and emulate intelligent behavior in terms of computational processes The study of how to make programs/computers do things that people do better Thinking machines or machine intelligence Studying cognitive faculties Problem Solving and CS

Areas of Study Computer Science – algorithms, data representations, programs to test theories Psychology – theories of mind, memory, learning, experiments with human and animal intelligence Philosophy – mind/body problem, study of logic Linguistics – study of language (syntax, semantics) Neurology/Biology – study of the brain (both human and animal), study of memory, learning Engineering – many AI domains are in engineering disciplines, also AI is often thought of as much as engineering as it is a science Mathematics – many algorithms are mathematical in nature (neural networks, statistical approaches)

What is Intelligence? Is there a “holistic” definition for intelligence? We might list elements of intelligence: understanding, reasoning, problem solving, learning, common sense, generalizing, inference, analogy, recall, intuition, emotion, self-awareness Which of these are necessary for intelligence? Which are sufficient? Recall the textbook’s definition for AI: AI may be defined as the branch of computer science that is concerned with the automation of intelligent behavior How does intelligent behavior differ from intelligence? Should we care?

Physical Symbol System Hypothesis A Physical Symbol System (PSS) consists of symbols (patterns) expressions (legal combinations of symbols) processes (to manipulate symbols and expressions into new expressions) The PSS Hypothesis states that a PSS has the necessary and sufficient means for intelligent action the hypothesis was first defined by Newell and Simon it has been proved that a PSS is Turing computable so that a computer is a PSS If the PSS Hypothesis is true, then it should be possible to program a computer to produce intelligent actions this is the (or a) goal of AI If the PSS Hypothesis is not true, what are the consequences for AI?

Turing Test Mathematician Alan Turing devised a test for defining artificial intelligence: an interrogator poses questions to two entities, a human and a computer If the interrogator cannot tell which is the human and which is the computer, then the computer passes the Turing Test and should be considered intelligent Turing first called this the Imitation game but has since been renamed the Turing Test – a test for machine intelligence

More on the TT Is this a useful test? consider the Eliza program (see the next slide) does it pass the Turing Test? if so, is it intelligent? Even though other programs can now pass the Turing Test, Eliza points out a truth passing the Turing Test does not necessarily imply intelligence most AI programs are shallow, they recognize “syntax” but not “semantics” Nils Nilsson points out the problem with the PSS Hypothesis and the TT (also reflected by Eliza and other programs): there is no symbol grounding – that is, the symbols of a PSS are merely symbols to be manipulated based on rules, the computer (or the PSS) has no understanding of what those symbols represent and therefore no understanding of what conclusions might be drawn

Eliza Eliza consists of a series of rules (if-then statements) Person: Men are all alike. Eliza: In what way? Person: They’re always bugging us about something or other. Eliza: Can you think of a specific example? Person: Well, my boyfriend made me come here. Eliza: You’re boyfriend made you come here? Person: He says I’m depressed much of the time. Eliza: I am sorry to hear you are depressed. Person: It is true, I am unhappy. Eliza: Do you think coming here will help you not to be unhappy? Person: I need some help, that much seems certain. Eliza: What would it mean to you if you got some help? Person: Perhaps I could learn to get along with my mother. Eliza: Tell me more about your family. Eliza consists of a series of rules (if-then statements) sample syntactic manipulations: <X> me <Y>  <X> you <Y>? I like <Y>  Why do you like <Y>? <X> are like <Y>  In what way? <X> {mother | father | brother | sister}  Tell me more about your family <X>  Can you think of a specific example? Eliza had no understanding of the text input or its own responses try a non-sensical sentence, you will get a non-sensical response!

The Chinese Room Problem You are in a room with a book that contains pages of Chinese symbols your job is to retrieve a question, written in Chinese on a piece of paper passed into the room, look up the associated response in the book, write down that response on a piece of paper and pass that paper out of the room Question (Chinese) Storage Book of Chinese Symbols You

Chinese Room Continued The room is analogous to a computer: you = central processing unit book = program conveyor belt = Input/Output storage = memory/disk What do the symbols mean? Do you understand them? if you do not understand the Chinese symbols, can we say that the computer understands the symbols it uses (ASCII, binary, instructions, input, output?) What we see here is that a computer is a symbol manipulating device – it follows rules (a program and the machine’s microcode) but does not understand what it is doing can there be intelligence without understanding? for instance, do you understand the symbols that you manipulate (a red light for instance) or do you merely respond to your input?

The Consequence Since the Chinese Room Problem points out that a computer probably does not understand the symbols, should this concern us? Can we program a computer to be intelligent? how important is semantics that is, can we somehow ground the symbols to meaningful information in the computer? Strong AI vs. Weak AI: the difference between semantic-based programs and syntactic-based programs or, the difference between simulating intelligence and performing in an intelligent way in the former, we try to capture intelligence in the machine in the latter, we merely program the computer with knowledge and processes to apply that knowledge in a way similar to how humans might apply the knowledge

What does AI do? To some, AI means different things But traditionally, AI is an effort to solve problems by applying knowledge and so we must answer these questions: how do we represent knowledge how do we apply that knowledge We will examine problems such as: diagnosis and other forms of reasoning planning, design and decision making learning recognition and perception understanding often, the problems that we try to solve in AI require a lot of human knowledge – we may need access to human experts to acquire that knowledge and codify it

Representations Consider the “mutilated chess board” how can you place dominoes on the mutilated chess board so that all squares are covered? should we represent the chessboard visually as shown to the right? use a 2-D array? or merely represent it like this: 32 black squares, 30 white squares? Consider the game of tic-tac-toe data structure: 1-D array of 9 elements or 3x3 array? knowledge: we could store for each board configuration, the best move to take, this would require 3^9 different board configurations! (table look-up approach) we could store rules that say, for each turn (1-9) what type of move should be made (rule-based approach) we could derive a function which evaluates a board configuration for its “goodness” and select a move based on which one is judged best (heuristic approach) which approach is the most efficient?

Table-Lookup vs. Reasoning In our tic-tac-toe example, we see one solution is to have a table of all best moves this is impractical for most problems, consider chess or a program like Eliza Instead, we want to opt for a solution that relies on knowledge and reasoning over that knowledge in chess, we define rules that encapsulate chess strategies in diagnosis, we implement reasoning by means of “chaining” rules that map symptoms to diseases in planning, we represent goals by enumerating the tasks needed to accomplish those goals and implement reasoning by “chaining” through the rules from goals to tasks to subtasks

Representational Techniques Predicate calculus known items are predicates implication rules are used for reasoning Production systems knowledge is represented as if-then rules use forward or backward chaining to reason Graph theory knowledge is stored as nodes and links in a graph (or tree) search the graph/tree for a solution Semantic structures store knowledge as categories, instances, and their attributes semantic networks are a visual form, frames are the precursor of OOPLs Statistical/mathematical approaches primarily added to one of the above techniques to portray uncertainty Subsymbolic approaches (neural networks)

Problem Areas Diagnosis Understanding/Recognition often tied in with perception Natural Language Processing Planning/design & decision making Game playing Automated theorem proving Learning (symbolic, subsymbolic, evolutionary) Agents and communication Ontologies and web applications Robotics (which combines several of the above)