Chapter 13: Is Artificial Intelligence Real?

Slides:



Advertisements
Similar presentations
The Development of AI St Kentigerns Academy Unit 3 – Artificial Intelligence.
Advertisements

Artificial Intelligence
Information and Software Technology
Becerra-Fernandez, et al. -- Knowledge Management 1/e -- © 2004 Prentice Hall Chapter 7 Technologies to Manage Knowledge: Artificial Intelligence.
Tools: Computers and IT. VB, VBA, Excel, InterDev, Etc. Humans: Decision Making Process Algorithms: Math/Flow Chart stuff that helps the tools help the.
Artificial Intelligence
An Introduction to Artificial Intelligence. Introduction Getting machines to “think”. Imitation game and the Turing test. Chinese room test. Key processes.
Shailesh Appukuttan : M.Tech 1st Year CS344 Seminar
Artificial Intelligence Austin Luczak, Katie Regin, John Trawinski.
Chapter 11 Artificial Intelligence and Expert Systems.
Introduction to Artificial Intelligence Ruth Bergman Fall 2004.
Approaches to AI. Robotics Versus Artificial Intelligence.
1 Lecture 33 Introduction to Artificial Intelligence (AI) Overview  Lecture Objectives.  Introduction to AI.  The Turing Test for Intelligence.  Main.
Tomorrow’s Technology and You 9/e Chapter 15 Is Artificial Intelligence Real? Slide 1.
Chapter 12: Intelligent Systems in Business
“Get outa here!”.
McGraw-Hill/Irwin ©2005 The McGraw-Hill Companies, All rights reserved ©2005 The McGraw-Hill Companies, All rights reserved McGraw-Hill/Irwin.
Artificial Intelligence
Artificial Intelligence
Intelligence & Artificial Intelligence You must have a pre-prepared sentence or two to spout about what is a description of intelligence.. And what is.
Slide 1 Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
Slide 1 Tomorrow’s Technology and You 8 th Edition © 2008 Prentice-Hall, Inc.
Slide 1 © 2008 Prentice-Hall, Inc.. Is Artificial Intelligence Real? Slide 2 © 2008 Prentice-Hall, Inc.
Expert Systems 10 May Journal Expert vs. Expert System Expert: someone who has an extraordinary amount of knowledge within a narrow domain Expert.
Artificial Intelligence Dr. Paul Wagner Department of Computer Science University of Wisconsin – Eau Claire.
CSCI 4410 Introduction to Artificial Intelligence.
Chapter 10. Global Village “… is the shrinking of the world society because of the ability to communicate.” Positive: The best from diverse cultures will.
Chapter 14: Artificial Intelligence Invitation to Computer Science, C++ Version, Third Edition.
Artificial Intelligence: Its Roots and Scope
Artificial Intelligence (AI) Can Machines Think?.
11 C H A P T E R Artificial Intelligence and Expert Systems.
Artificial Intelligence Introductory Lecture Jennifer J. Burg Department of Mathematics and Computer Science.
Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Decision Support Systems Chapter 10.
Fundamentals of Information Systems, Third Edition2 Principles and Learning Objectives Artificial intelligence systems form a broad and diverse set of.
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 CS 385 Fall 2006 Chapter 1 AI: Early History and Applications.
Artificial intelligence
Fundamentals of Information Systems, Third Edition1 The Knowledge Base Stores all relevant information, data, rules, cases, and relationships used by the.
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.
Artificial Intelligence: Research and Collaborative Possibilities a presentation by: Dr. Ernest L. McDuffie, Assistant Professor Department of Computer.
Artificial Intelligence Chapter 1 - Part 2 Artificial Intelligence (605451) Dr.Hassan Al-Tarawneh.
Presented by:- Reema Tariq Artificial Intelligence.
ITEC 1010 Information and Organizations Chapter V Expert Systems.
INTRODUCTION TO COGNITIVE SCIENCE NURSING INFORMATICS CHAPTER 3 1.
Artificial Intelligence, simulation and modelling.
1 Principles of Information Systems, Ninth Edition Chapter 11 Knowledge Management and Specialized Information Systems.
1 Artificial Intelligence & Prolog Programming CSL 302.
COMPUTER SYSTEM FUNDAMENTAL Genetic Computer School INTRODUCTION TO ARTIFICIAL INTELLIGENCE LESSON 11.
Decision Support and Business Intelligence Systems (9 th Ed., Prentice Hall) Chapter 12: Artificial Intelligence and Expert Systems.
Introduction to Artificial Intelligence
Overview of Artificial Intelligence (1) Artificial intelligence (AI) Computers with the ability to mimic or duplicate the functions of the human brain.
Fundamentals of Information Systems, Sixth Edition
Tomorrow’s Technology and You 8th Edition
Organization and Knowledge Management
Introduction Characteristics Advantages Limitations
PART IV: The Potential of Algorithmic Machines.
Artificial Intelligence and Expert Systems
Artificial Intelligence
Course Instructor: knza ch
Introduction Artificial Intelligent.
Artificial Intelligence introduction(2)
Artificial Intelligence Lecture 2: Foundation of Artificial Intelligence By: Nur Uddin, Ph.D.
TA : Mubarakah Otbi, Duaa al Ofi , Huda al Hakami
Is Artificial Intelligence Real?
Artificial Intelligence
Presentation transcript:

Chapter 13: Is Artificial Intelligence Real? The field of computer science devoted to making computers perceive, reason, and act in ways that have been/are reserved for humans. Alan Turing - 1936 “On Computable Numbers” - Princeton Paper that laid the groundwork for all modern computer science. 1938 - led a group to build Colossus (completed 1943), a successful NAZI code cracking program. 1950 - “Computing Machinery and Intelligence” launches the field of AI - Turing Test is established 1952 - Turing is arrested for being homosexual 1954 - Committed suicide If he had lived?

Chapter 13: Is Artificial Intelligence Real? Examples of Intelligence include: - ability to learn from experience - power of thought - ability to reason - ability to perceive relations - power of insight - ability to use tools - intuition Can a machine be intelligent? Can a machine Think?

Chapter 13: Is Artificial Intelligence Real? “A machine can be deemed intelligent when it can pass for a human being in a blind test” - Alan Turing Turing Test - Involves two people and a computer. If the computer can convince one human it is also human, it has passed the test. If it acts intelligent, according to Turing, it is intelligent.

Chapter 13: Is Artificial Intelligence Real? ELIZA - one of the first software programs to converse in a limited form of natural language http://www-ai.ijs.si/eliza/eliza.html

Chapter 13: Is Artificial Intelligence Real? What is Artificial Intelligence? AI is the study of ideas which enable computers to do things that make people seem intelligent. - Patrick Henry Winston From 1977 - captures the general idea of AI but breaks down when applied to specific examples. AI is the study of how to make computers do things at which, at the moment, people are better. - Elaine Rich This definition sees AI as a moving frontier. “Whatever hasn’t been done yet.” These difinitions tend to be accurate but are short on specifics. AI is the study of the computations that make it possible to perceive, reason and act. - Patrick Henry Winston This most recent definition brings together the computer scientists challange of producing ‘machine intelligence’ and the psychologists desire to investigate ‘natural intelligence’.

Chapter 13: Is Artificial Intelligence Real? Two Approaches to AI 1.) Simulation Approach - attempts to use computers to simulate human mental process. Has three problems (a) most people can’t even describe how they do things (b) the human brain is far too complex to duplicate with today’s technology (c ) the best way to do something with a machine is very different from nature

Chapter 13: Is Artificial Intelligence Real? (2) Intelligent machines approach - designing intelligent machines independent of the way people think. This is best accomplished when the machines are limited to a specific domain. Games Domains (Checkers and Chess) techniques used - Searching: Using brute force to consider all possible decisions. Even checkers have 1021 choices. - Heuristics: Using ‘rules of thumb’ to guide computers toward judgements that experience tells us are likely to be true. - Pattern choices: Remembering patterns or situations which reoccur and call for a specific strategy. - Machine learning: Remembering certain moves and their results. Good moves are remembered and reused, bad ones avoided.

Chapter 13: Is Artificial Intelligence Real? Domains where AI is being developed: 1.) Natural Language Communication - To create machines that can converse with humans at a human level. - Machine translation: Automatic translation using parsing programs. Separates each sentence into parts and then substitutes the translated words. Became the subject of many jokes: “Out of site, out of mind” becomes “Blind and insane” or “invisible idiot” - ELIZA: Developed by Joseph Weizenbaum, 1960s, to simulate understanding - RACTER: wrote “The Policeman’s Beard is only Half Constructed” Why is natural language so difficult? (a) Syntax - strict rules of language construction (b) Semantics - the underlying meaning of words and phrases

Chapter 13: Is Artificial Intelligence Real? 2.) Knowledge Bases - differ from databases in that they are not as rigid and can be reorganised on the basis of changes in relationships. Difficult to build because common sense is acquired through life. When domains are restricted, knowledge bases become the heart of expert systems - software programs designed to replicate the decision making process of a human expert. These systems employ Fuzzy rules that state conclusions as probabilities. Here are some examples: - MYCIN - a medical expert system - XCON - Digital Corporation’s knowledge base of hardware relationships. - American Express - for doing credit checks on card holders. - Blue Cross/Blue Shield - for claims processing - Boeing Company - parts, tools and techniques for assembly - Microsoft - diagnosing printer network problems - Freelance writer Scott French - writing analysis program

Chapter 13: Is Artificial Intelligence Real? AARON - an automated artist programmed by Harold Cohen, artist and professor at University of California, San Diego Uses over 1000 rules of human anatomy and behavior to create drawings of people, plants and abstract objects.

Chapter 13: Is Artificial Intelligence Real? Advantages to Expert Systems - help train new employees - reduce number of human errors - take care of routine tasks, freeing workers to focus on more challenging jobs - provide expertise when no experts are available - preserve the knowledge of experts after they have gone - combine the knowledge of several experts make knowledge available to more people

Chapter 13: Is Artificial Intelligence Real? Image Analysis - the process of identifying objects and shapes in a photo, drawing, video or other visual image. OCR - Optical Character Recognition Automated Speech Recognition Talking Computers - Synthetic speech vs speech digitized speech Neural Networks -

Chapter 13: Is Artificial Intelligence Real? Neural Networks or neural nets - rather than one powerful CPU, uses thousands of simpler processors in a form of distruibuted, parallel computing. Attempts to mimic the way the brain works. They are not programmed trained by trial and error. Information is stored as patterns of activity Artificial vision and pattern recognition.

Chapter 13: Is Artificial Intelligence Real? Robotics -

Chapter 13: Is Artificial Intelligence Real? What is Artificial Intelligence? AI is the study of ideas which enable computers to do things that make people seem intelligent. - Patrick Henry Winston AI is the study of how to make computers do things at which, at the moment, people are better. - Elaine Rich AI is the study of the computations that make it possible to perceive, reason and act. - Patrick Henry Winston Two Approaches to AI 1.) Simulation Approach - attempts to use computers to simulate human mental process. Has three problems (a) most people can’t even describe how they do things (b) the human brain is far too complex to duplicate with today’s technology (c ) the best way to do something with a machine is very different from nature

Chapter 13: Is Artificial Intelligence Real? Two Approaches to AI (continued) (2) Intelligent machines approach - designing intelligent machines independent of the way people think. This is best accomplished when the machines are limited to a specific domain. Games Domains (Checkers and Chess) techniques used - Searching: Using brute force to consider all possible decisions. Even checkers have 1021 choices. - Heuristics: Using ‘rules of thumb’ to guide computers toward judgements that experience tells us are likely to be true. - Pattern choices: Remembering patterns or situations which reoccur and call for a specific strategy. - Machine learning: Remembering certain moves and their results. Good moves are remembered and bad ones avoided.

Chapter 13: Is Artificial Intelligence Real? These are some Domains where AI is being developed: - Natural Language Communication - To create machines that can converse with humans at a human level. (1) Machine translation: Automatic translation using parsing programs. Separates each sentence into parts and then substitutes the translated words. Became the subject of many jokes: “Out of site, out of mind” becomes “Blind and insane” or “invisible idiot” (2) ELIZA: Developed by Joseph Weizenbaum, 1960s, to simulate understanding (3) RACTER: wrote “The Policeman’s Beard is only Half Constructed” Why is natural language so difficult? (1) Syntax - strict rules of language construction (2) Semantics - the underlying meaning of words and phrases

Chapter 13: Is Artificial Intelligence Real? Knowledge Bases - differ from databases in that they are not as rigid and can be reorganised on the basis of changes in relationships. Difficult to build because common sense is acquired through life. When domains are restricted, knowledge bases become the heart of expert systems - software programs designed to replicate the decision making process of a human expert. These systems employ Fuzzy rules that state conclusions as probabilities. Here are some examples: 1.) MYCIN - a medical expert system 2.) XCON - Digital Corporation’s knowledge base of hardware relationships. 3.) American Express - for doing credit checks on card holders. 4.) Blue Cross/Blue Shield - for claims processing 5.) Boeing Company - parts, tools and techniques for assembly 6.) Microsoft - diagnosing printer network problems 7.) Freelance writer Scott French - writing analysis program