CS3754 Class Notes, John Shieh, 2013 1 Objectives This part provides an introduction to some main strategies and methods used in artificial intelligence.

Slides:



Advertisements
Similar presentations
Presentation on Artificial Intelligence
Advertisements

An Introduction to Artificial Intelligence. Introduction Getting machines to “think”. Imitation game and the Turing test. Chinese room test. Key processes.
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.
WHAT IS ARTIFICIAL INTELLIGENCE?
1946: ENIAC heralds the dawn of Computing. I propose to consider the question: “Can machines think?” --Alan Turing, : Turing asks the question….
CS 357 – Intro to Artificial Intelligence  Learn about AI, search techniques, planning, optimization of choice, logic, Bayesian probability theory, learning,
Acting Humanly: The Turing test (1950) “Computing machinery and intelligence”:   Can machine’s think? or Can machines behave intelligently? An operational.
Introduction to Artificial Intelligence CSE 473 Winter 1999.
From Discrete Mathematics to AI applications: A progression path for an undergraduate program in math Abdul Huq Middle East College of Information Technology,
COMP 3009 Introduction to AI Dr Eleni Mangina
Random Administrivia In CMC 306 on Monday for LISP lab.
CSNB234 ARTIFICIAL INTELLIGENCE Background & History of AI
Artificial Intelligence Instructor: Professor Yun Peng
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.
Introduction to AI, H. Feili 1 Introduction to Artificial Intelligence LECTURE 1: Introduction What is AI? Foundations of AI The.
Artificial Intelligence: Its Roots and Scope
Ch1 AI: History and Applications Dr. Bernard Chen Ph.D. University of Central Arkansas Spring 2011.
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,
Artificial Intelligence CIS 479/579 Bruce R. Maxim UM-Dearborn.
Artificial Intelligence CIS 342 The College of Saint Rose David Goldschmidt, Ph.D.
Artificial Intelligence Introduction (2). What is Artificial Intelligence ?  making computers that think?  the automation of activities we associate.
19/13/2015CS360 AI & Robotics CS360: AI & Robotics TTh 9:25 am - 10:40 am Shereen Khoja
Artificial Intelligence: Its Roots and Scope
Knowledge representation
Artificial Intelligence: An Introduction Definition of AI Foundations of AI History of AI Advanced Techniques.
11 C H A P T E R Artificial Intelligence and Expert Systems.
A RTIFICIAL I NTELLIGENCE Introduction 3 October
Artificial Intelligence Introductory Lecture Jennifer J. Burg Department of Mathematics and Computer Science.
Artificial Intelligence
Artificial Intelligence CS 363 Kawther Abas Lecture 1 Introduction 5/4/1435.
Artificial Intelligence Tarik Booker. What we will cover… History Artificial Intelligence as Representation and Search Languages used in Artificial Intelligence.
Overall course structure AI Artificial Intelligence ( A modern approach ) AI-2 Spring semester TDT4171 Methods in artificial intelligence AI-1 Fall semester.
Introduction to Artificial Intelligence and Soft Computing
ARTIFICIAL INTELLIGENCE. Structure and Strategies for Complex Problem Solving Author: George F Luger and William Stebblfield Edition:Third Publisher:Addison.
How Solvable Is Intelligence? A brief introduction to AI Dr. Richard Fox Department of Computer Science Northern Kentucky University.
Chapter 13 Artificial Intelligence and Expert Systems.
1 Introduction to Artificial Intelligence (Lecture 1)
1 CS 385 Fall 2006 Chapter 1 AI: Early History and Applications.
1 The main topics in AI Artificial intelligence can be considered under a number of headings: –Search (includes Game Playing). –Representing Knowledge.
AI: Can Machines Think? Juntae Kim Department of Computer Engineering Dongguk University.
Artificial intelligence
Artificial Intelligence and Knowledge Based Systems Fall 2009 Frank Hadlock.
Introduction to Artificial Intelligence CS 438 Spring 2008 Today –AIMA, Chapter 1 –Defining AI Next Tuesday –Intelligent Agents –AIMA, Chapter 2 –HW: Problem.
KNOWLEDGE BASED SYSTEMS
Introduction to Artificial Intelligence CS 438 Spring 2008.
Princess Nora University Artificial Intelligence CS 461 Level 8 1.
CMPB454 ARTIFICIAL INTELLIGENCE (AI) CHAPTER 1.1 Background Information CHAPTER 1.1 Background Information Instructor: Alicia Tang Y. C.
Intelligent Control Methods Lecture 2: Artificial Intelligence Slovak University of Technology Faculty of Material Science and Technology in Trnava.
COMPUTER SYSTEM FUNDAMENTAL Genetic Computer School INTRODUCTION TO ARTIFICIAL INTELLIGENCE LESSON 11.
1 CMSC 671 Fall 2001 Class #10 – Thursday, October 4.
Uses and Limitations Fall 2013 COMP3710 Artificial Intelligence Computing Science Thompson Rivers University.
Decision Support and Business Intelligence Systems (9 th Ed., Prentice Hall) Chapter 12: Artificial Intelligence and Expert Systems.
Artificial Intelligence
Artificial Intelligence
Artificial Intelligence
Course Objectives This part of course introduces some main strategies and methods used in intelligent systems. The topics include the history and applications.
CHAPTER 1 Introduction BIC 3337 EXPERT SYSTEM.
Introduction Characteristics Advantages Limitations
Artificial Intelligence (CS 370D)
第 1 章 绪论.
COMP3710 Artificial Intelligence Thompson Rivers University
Introduction Artificial Intelligent.
Artificial Intelligence introduction(2)
Introduction to Artificial Intelligence and Soft Computing
TA : Mubarakah Otbi, Duaa al Ofi , Huda al Hakami
What is AI?.
COMP3710 Artificial Intelligence Thompson Rivers University
Artificial Intelligence Chapter 1 Introduction
Introduction to Artificial Intelligence Instructor: Dr. Eduardo Urbina
Presentation transcript:

CS3754 Class Notes, John Shieh, Objectives This part provides an introduction to some main strategies and methods used in artificial intelligence systems. The topics include the history and applications of AI, logical reasoning, state space searching, heuristic searching, game playing, expert systems, and problem solving methods.

CS3754 Class Notes, John Shieh, Introduction to AI Intelligence means: a system can adapt itself to novel situations, has the capacity to reason, to understand the relationships between facts, to discover meanings, to recognize truth, and to learn. Artificial intelligence is: the science of making machines do things that would require intelligence if done by men.

CS3754 Class Notes, John Shieh, Can machines think? Answer: Turing test (1950). Measure the performance of an intelligent machine against a human being. Replace the question of intelligence by a clearly defined empirical test. Provide a basis for schemes used to evaluate AI programs.

CS3754 Class Notes, John Shieh, Fig 1.1 The Turing test.

CS3754 Class Notes, John Shieh, Critics to Turing Test It is not enough to see how a machine acts We need to know what internal “mental” states it has

CS3754 Class Notes, John Shieh, The Chinese Room argument (Searle, 1980) The system consists of a human, who understands only English, equipped with a rule book, written in English, and various stacks of paper, some blank, some with indecipherable inscription. The system is inside a room with a small opening to outside. Through the opening, the input written in Chinese is answered in Chinese

CS3754 Class Notes, John Shieh, The Real Claim made by Seals Certain kind of objects are incapable of conscious understanding (of Chinese) The human, paper, and rule book are objects of this kind If each of a set of objects is incapable of conscious understanding, then any system constructed from the objects is incapable of conscious understanding Therefore there is no conscious understanding in the Chinese room

CS3754 Class Notes, John Shieh, Arguments to Chinese Room While the first two claims of Seale are on Firm ground The Third is not

CS3754 Class Notes, John Shieh, Two categories of AI research: a)Mind as object and machine as tool b)Computer as object and mind as model.

CS3754 Class Notes, John Shieh, Two approaches to AI The engineering approach -- to create a system that is able to deal intellectual tasks, regardless of whether the methods and techniques used are similar to those used by human. The modeling approach -- try to gain an understanding of the inside mechanisms of a real life system and to explain and predict its behavior, e.g., neural network.

CS3754 Class Notes, John Shieh, Three basic motivations for research in AI To replace human intelligence. To establish theories of human intelligence in the form of simulation models. To assess the capabilities of present software and hardware for future development.

CS3754 Class Notes, John Shieh, AI is particularly concerned with the automation of intelligent behavior As a young discipline, it is the collection of problems and methodologies studied by AI researchers. As an empirical science, it is the study of symbolic systems for the purpose of understanding and implementing intelligent activities.

CS3754 Class Notes, John Shieh, Two most fundamental problems of AI knowledge representation problem-solving technique, such as search

CS3754 Class Notes, John Shieh, History of AI Pre-1950 –Aristotle's philosophy and logic. –Descartes's view -- the structure of ideas about the world is not necessarily the same as the physical world. –Graph theory (Euler, 1735). –Boolean algebra (Boole, 1847). –First-order predicate calculus (Frege, 1879). –Neural net model (Warren McCulloch, 1943) : –LISP (John McCarthy, Dartmouth, 1960) –Frames - a knowledge representation (Marvin Minsky, Dartmouth, 1975) –Logic Theorist proves theorems in propositional calculus (A. Newell, J.C.Shaw, and H. Simon, 1957) –DENDRAL infers the structure of organic molecules (Edward Feigenbaum, CMU,later 1960)

CS3754 Class Notes, John Shieh, History of AI 1970-present –Knowledge representations Scripts (Roger Schank & Robert Abelson, Yale, 1977) –Game playing (tic-tac-toe, chess, 16 puzzle): Board games Heuristic search techniques Chess playing programs (David Slate & Larry Atkin, Northwestern, 1976) –Automated reasoning and theorem proving Two approaches: proof finding and consequence finding. General Problem Solver (Allen Newell & Herbert Simon, CMU, 1963). The resolution principle (J.A. Robinson, 1965). Formalize search algorithms. Develop formal representation languages, such as predicate calculus, fuzzy logic

CS3754 Class Notes, John Shieh, –Expert systems Importance of domain-specific knowledge. MYCIN diagnosing and prescribing treatment for spinal meningitis and bacterial infection of the blood (Stanford, mid-1970). PROSPECTOR (Richard Duda, SRI, 1979) –Natural language understanding Attempt to deal with issues of semantic meaning as well as syntactic form. Real understanding depends on the background knowledge about the domain of discourse and idioms and an ability to apply general contextual knowledge to resolve ambiguities. Much of the current work is devoted to finding representational formalisms. SHRDLU (Terry Winograd, 1973) for a “micro world” HEARSAY (Raj Reddy, CMU, 1976)

CS3754 Class Notes, John Shieh, –Planning and robotics Generate plans based on specialized knowledge of some domain. Hierarchical problem decomposition. Error recovery -- automatic revision of plans corrects some unexpected problems. SHAKEY -- one of the first robots (Bertram Raphael, SRI, early 1970) –Machine learning Winston's learning program (1975). Learn from experience, analogy, examples, or by being told.

CS3754 Class Notes, John Shieh, –Vision Vision is a form perception based on optical sensing. Perception is the construction and maintenance of an internal model of the external environment. Image processing: pre-processing, feature extraction. 3-D modeling and scene analysis –Languages and environments for AI High-level languages: LISP, PROLOG. Object-oriented programming. Shells of expert systems.

CS3754 Class Notes, John Shieh, Important Research and Application Areas 1.2.1Game Playing 1.2.2Automated Reasoning and Theorem Proving 1.2.3Expert Systems 1.2.4Natural Language Understanding and Semantic Modelling 1.2.5Modelling Human Performance 1.2.6Planning and Robotics 1.2.7Languages and Environments for AI 1.2.8Machine Learning 1.2.9Alternative Representations: Neural Nets and Genetic Algorithms

CS3754 Class Notes, John Shieh, Important Features of Artificial Intelligence 1.The use of computers to do reasoning, pattern recognition, learning, or some other form of inference. 2.A focus on problems that do not respond to algorithmic solutions. This underlies the reliance on heuristic search as an AI problem-solving technique. 3.A concern with problem-solving using inexact, missing, or poorly defined information and the use of representational formalisms that enable the programmer to compensate for these problems. 4.Reasoning about the significant qualitative features of a situation. 5.An attempt to deal with issues of semantic meaning as well as syntactic form. 6.Answers that are neither exact nor optimal, but are in some sense “sufficient”. This is a result of the essential reliance on heuristic problem-solving methods in situations where optimal or exact results are either too expensive or not possible. 7.The use of large amounts of domain-specific knowledge in solving problems. This is the basis of expert systems. 8.The use of meta-level knowledge to effect more sophisticated control of problem- solving strategies.