Artificial Intelligence CIS 479/579 Bruce R. Maxim UM-Dearborn.

Slides:



Advertisements
Similar presentations
Approaches, Tools, and Applications Islam A. El-Shaarawy Shoubra Faculty of Eng.
Advertisements

Artificial Intelligence
Presentation on Artificial Intelligence
Artificial Intelligence
Chapter 6: The physical symbol system hypothesis
Artificial Intelligence
Will Androids Dream of Electric Sheep? A Glimpse of Current and Future Developments in Artificial Intelligence Henry Kautz Computer Science & Engineering.
Chapter 11 Artificial Intelligence and Expert Systems.
Artificial Intelligence
PSU CS 370 – Artificial Intelligence Dr. Mohamed Tounsi Artificial Intelligence 1. Introduction Dr. M. Tounsi.
Specialized Business Information Systems Chapter 11.
COMP 3009 Introduction to AI Dr Eleni Mangina
DSS: Decision Support Systems and AI: Artificial Intelligence
Chapter 12: Intelligent Systems in Business
“Get outa here!”.
CPSC 322 Introduction to Artificial Intelligence September 10, 2004.
COMP-6600: Artificial Intelligence (Overview) A tentative overview of the course is as follows: 1. Introduction to Artificial Intelligence 2. Evolutionary.
Artificial Intelligence
INTELLIGENT SYSTEMS Artificial Intelligence Applications in Business.
Artificial Intelligence
1 Lyle H. Ungar, University of Pennsylvania What is AI? “Artificial Intelligence is the study of how to make computers do things at which, at the moment,
GENERAL CONCEPTS OF OOPS INTRODUCTION With rapidly changing world and highly competitive and versatile nature of industry, the operations are becoming.
제 2 주 강의 지능적 프로그램의 특징. 인공지능 연구에 대한 접근 1 A branch of computer science to automate intelligent behavior Study on computational techniques to perform tasks.
Artificial Intelligence: Its Roots and Scope
Artificial Intelligence
intelligence study and design of intelligent agentsis the intelligence of machines and the branch of computer science that aims to create it. AI textbooks.
Knowledge representation
11 C H A P T E R Artificial Intelligence and Expert Systems.
Artificial Intelligence: Prospects for the 21 st Century Henry Kautz Department of Computer Science University of Rochester.
Artificial Intelligence Introductory Lecture Jennifer J. Burg Department of Mathematics and Computer Science.
1 Artificial Intelligence GholamReza GhassemSani Fall 1383.
Fundamentals of Information Systems, Third Edition2 Principles and Learning Objectives Artificial intelligence systems form a broad and diverse set of.
ARTIFICIAL INTELLIGENCE [INTELLIGENT AGENTS PARADIGM] Professor Janis Grundspenkis Riga Technical University Faculty of Computer Science and Information.
Artificial Intelligence By Michelle Witcofsky And Evan Flanagan.
1 CS 2710, ISSP 2610 Foundations of Artificial Intelligence introduction.
I Robot.
1 Introduction to Artificial Intelligence (Lecture 1)
Course Instructor: K ashif I hsan 1. Chapter # 1 Kashif Ihsan, Lecturer CS, MIHE2.
1 The main topics in AI Artificial intelligence can be considered under a number of headings: –Search (includes Game Playing). –Representing Knowledge.
Artificial intelligence
Introduction to Artificial Intelligence CS 438 Spring 2008 Today –AIMA, Chapter 1 –Defining AI Next Tuesday –Intelligent Agents –AIMA, Chapter 2 –HW: Problem.
University of Kurdistan Artificial Intelligence Methods (AIM) Lecturer: Kaveh Mollazade, Ph.D. Department of Biosystems Engineering, Faculty of Agriculture,
What is Artificial Intelligence?
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.
CMPB454 ARTIFICIAL INTELLIGENCE (AI) CHAPTER 1.1 Background Information CHAPTER 1.1 Background Information Instructor: Alicia Tang Y. C.
A Brief History of AI Fall 2013 COMP3710 Artificial Intelligence Computing Science Thompson Rivers University.
ARTIFICIAL INTELLIGENCE include people, procedures, hardware, software, data and knowledge needed to develop computer systems and machines that demonstrated.
1 ARTIFICIAL INTELLIGENCE Gilles BÉZARD Version 3.16.
Intelligent Control Methods Lecture 2: Artificial Intelligence Slovak University of Technology Faculty of Material Science and Technology in Trnava.
Projection and the Reality of Routines – reflections of a computational modeller Bruce Edmonds Centre for Policy Modelling Manchester Metropolitan University.
IJCAI 2003 Toward Generic Model-based Object Recognition by Knowledge Acquisition and Machine Learning J.Kerr & P.Compton Speaker: Julian Kerr School.
1 Artificial Intelligence & Prolog Programming CSL 302.
Choosing a Formal Method Mike Weissert COSC 481. Outline Introduction Reasons For Choosing Formality Application Characteristics Criteria For A Successful.
Decision Support and Business Intelligence Systems (9 th Ed., Prentice Hall) Chapter 12: Artificial Intelligence and Expert Systems.
Overview of Artificial Intelligence (1) Artificial intelligence (AI) Computers with the ability to mimic or duplicate the functions of the human brain.
Learning Fast and Slow John E. Laird
Fundamentals of Information Systems, Sixth Edition
Fundamentals of Information Systems
Artificial Intelligence, P.I
MANAGING KNOWLEDGE FOR THE DIGITAL FIRM
Course Instructor: knza ch
Introduction Artificial Intelligent.
Artificial Intelligence (Lecture 1)
TA : Mubarakah Otbi, Duaa al Ofi , Huda al Hakami
COMP3710 Artificial Intelligence Thompson Rivers University
Introduction to Artificial Intelligence Instructor: Dr. Eduardo Urbina
Artificial Intelligence
Artificial Intelligence
What is Artificial Intelligence? (AI) is the simulation of human intelligence processes by machines, especially computer systems. These processes include.
Presentation transcript:

Artificial Intelligence CIS 479/579 Bruce R. Maxim UM-Dearborn

Overview What is artificial intelligence (AI)? Why study AI? How can you tell whether a machine or program is intelligent? What kinds of things (if any) can be learned by a machine? When can (should) machines replace human experts?

What is AI? AI is the study of ideas that enable computers to be intelligent Intelligence might be defined as the capacity to acquire and apply knowledge Ai is the part of computer science concerned with design of computer systems that exhibit human intelligence

AI Problem Characteristics Decomposable to smaller or easier problems Solution steps can be ignored or undone Predictable problem universe Good solutions are obvious Uses internally consistent knowledge base Requires lots of knowledge or uses knowledge to constrain solutions Requires periodic interaction between human and computer

Goals of AI To make computers more useful by letting them take over dangerous or tedious tasks from human Understand principles of human intelligence

Physical Symbol Hypothesis (Newell and Simon) Given enough symbols related to one another Given collection of operators capable of producing new symbol expressions You have the necessary & sufficient conditions for intelligent behavior The problem is can this critical mass be achieved in real-time within the memory capacity of some machine

AI Technique Characteristics They capture generalizations Can be understood by domain expert Easily modified to correct errors or reflect changes in the world view Used in lots of different situations Reduce its own size/bulk by narrowing the range of possibilities it must consider at any given time

AI System Taxonomy (easiest to hardest) Data acquisition Expert System Problem Solving Automatic Programming Robotic Control Pattern Recognition Natural Language Processing Vision & Scene Analysis

Turing Test Used as criteria for evaluating success of AI system Inquisitor, AI System, Human Inquisitor connected to AI System and Human by “wire” and free to ask either any question If Inquisitor can not determine which is the Human without guessing AI System is successful

AI Success Criteria Is the task clearly defined? Is there an implemented procedure performing the task? Is there an identifiable set of regularities or constraints that the procedure uses to derive its power?