Becerra-Fernandez, et al. -- Knowledge Management 1/e -- © 2004 Prentice Hall Chapter 7 Technologies to Manage Knowledge: Artificial Intelligence.

Slides:



Advertisements
Similar presentations
MIS INTELLIGENT INFORMATION SYSTEMS CHAPTER 13 Att and future
Advertisements

Artificial Intelligence. Intelligent? What is intelligence? computational part of the ability to achieve goals in the world.
An Introduction to Artificial Intelligence. Introduction Getting machines to “think”. Imitation game and the Turing test. Chinese room test. Key processes.
4 Intelligent Systems.
1946: ENIAC heralds the dawn of Computing. I propose to consider the question: “Can machines think?” --Alan Turing, : Turing asks the question….
Artificial Intelligence and Lisp Lecture 13 Additional Topics in Artificial Intelligence LiU Course TDDC65 Autumn Semester, 2010
© 2002 Franz J. Kurfess Introduction 1 CPE/CSC 481: Knowledge-Based Systems Dr. Franz J. Kurfess Computer Science Department Cal Poly.
Marakas: Decision Support Systems, 2nd Edition © 2003, Prentice-Hall Chapter Chapter 7: Expert Systems and Artificial Intelligence Decision Support.
Chapter 12: Intelligent Systems in Business
Learning Programs Danielle and Joseph Bennett (and Lorelei) 4 December 2007.
Eleventh Edition 1 Introduction to Essentials for Information Systems Irwin/McGraw-Hill Copyright © 2002, The McGraw-Hill Companies, Inc. All rights reserved.
Eleventh Edition 1 Introduction to Essentials for Information Systems Irwin/McGraw-Hill Copyright © 2002, The McGraw-Hill Companies, Inc. All rights reserved.
© 2001 Franz J. Kurfess Introduction 1 CPE/CSC 580: Knowledge Management Dr. Franz J. Kurfess Computer Science Department Cal Poly.
Artificial Intelligence
Chapter 11 Managing Knowledge. Dimensions of Knowledge.
Dr Rong Qu Module Introduction.
Artificial Intelligence
Copyright R. Weber INFO 629 Concepts in Artificial Intelligence Fall 2004 Professor: Dr. Rosina Weber.
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 Dr. Paul Wagner Department of Computer Science University of Wisconsin – Eau Claire.
Artificial Intelligence: Its Roots and Scope
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 10 Supporting Decision Making.
An Introduction to Artificial Intelligence and Knowledge Engineering N. Kasabov, Foundations of Neural Networks, Fuzzy Systems, and Knowledge Engineering,
Becerra-Fernandez, et al. -- Knowledge Management 1/e -- © 2004 Prentice Hall Chapter 9 Using Past History Explicitly as Knowledge: Case-based Reasoning.
Introduction to Artificial Intelligence and Soft Computing
Assoc. Prof. Abdulwahab AlSammak. Course Information Course Title: Artificial Intelligence Instructor : Assoc. Prof. Abdulwahab AlSammak
Chapter 13 Artificial Intelligence and Expert Systems.
I Robot.
Artificial Intelligence: Introduction Department of Computer Science & Engineering Indian Institute of Technology Kharagpur.
Becerra-Fernandez, et al. -- Knowledge Management 1/e -- © 2004 Prentice Hall Chapter 12 Discovering New Knowledge – Data Mining.
1 CS 385 Fall 2006 Chapter 1 AI: Early History and Applications.
Chapter 15: KNOWLEDGE-BASED INFORMATION SYSTEMS. What is Knowledge? Data: Raw facts, e.g., Annual Expenses = $2 million Information: Data given context,
AI ● Dr. Ahmad aljaafreh. What is AI? “AI” can be defined as the simulation of human intelligence on a machine, so as to make the machine efficient to.
WEEK INTRODUCTION IT440 ARTIFICIAL INTELLIGENCE.
Artificial Intelligence, Expert Systems, and Neural Networks Group 10 Cameron Kinard Leaundre Zeno Heath Carley Megan Wiedmaier.
KNOWLEDGE BASED SYSTEMS
CH751 퍼지시스템 특강 Uncertainties in Intelligent Systems 2004 년도 제 1 학기.
Eleventh Edition 1 Introduction to Essentials for Information Systems Irwin/McGraw-Hill Copyright © 2002, The McGraw-Hill Companies, Inc. All rights reserved.
Course Overview  What is AI?  What are the Major Challenges?  What are the Main Techniques?  Where are we failing, and why?  Step back and look at.
Introduction to Artificial Intelligence CS 438 Spring 2008.
Intelligent Decision Support Systems: A Summary. Programming project Applications to IDSS:  Analysis Tasks  Help-desk systems  Classification  Diagnosis.
CSE & CSE6002E - Soft Computing Winter Semester, 2011 Course Review.
Chapter 1: Introduction to Neuro-Fuzzy (NF) and Soft Computing (SC)
Spring, 2005 CSE391 – Lecture 1 1 Introduction to Artificial Intelligence Martha Palmer CSE391 Spring, 2005.
Princess Nora University Artificial Intelligence CS 461 Level 8 1.
ITEC 1010 Information and Organizations Chapter V Expert Systems.
CS382 Introduction to Artificial Intelligence Lecture 1: The Foundations of AI and Intelligent Agents 24 January 2012 Instructor: Kostas Bekris Computer.
1 Artificial Intelligence & Prolog Programming CSL 302.
Expert Systems Chapter Artificial IntelligenceChapter 82 Expert System p. 547 MYCIN (1976) see section 8.2 backward chaining + certainty factor.
Chapter 13 Artificial Intelligence. Artificial Intelligence – Figure 13.1 The Turing Test.
Decision Support and Business Intelligence Systems (9 th Ed., Prentice Hall) Chapter 12: Artificial Intelligence and Expert Systems.
Artificial Intelligence
Introduction to Artificial Intelligence Heshaam Faili University of Tehran.
Knowledge Elicitation – Converting Tacit Knowledge to Explicit
Artificial Intelligence
What is cognitive psychology?
CHAPTER 1 Introduction BIC 3337 EXPERT SYSTEM.
2009: Topics Covered in COSC 6368
Preserving and Applying Human Expertise: Knowledge-Based Systems
Done Done Course Overview What is AI? What are the Major Challenges?
TECHNOLOGY GUIDE FOUR Intelligent Systems.
RESEARCH APPROACH.
Topics Covered in COSC 6368 More general topics:
First work in AI 1943 The name “Artificial Intelligence” coined 1956
Basic Intro Tutorial on Machine Learning and Data Mining
CSCI 5582 Artificial Intelligence
Introduction to Artificial Intelligence and Soft Computing
2004: Topics Covered in COSC 6368
Introduction to Artificial Intelligence Instructor: Dr. Eduardo Urbina
AI Application Session 12
Presentation transcript:

Becerra-Fernandez, et al. -- Knowledge Management 1/e -- © 2004 Prentice Hall Chapter 7 Technologies to Manage Knowledge: Artificial Intelligence

Becerra-Fernandez, et al. -- Knowledge Management 1/e -- © 2004 Prentice Hall Chapter Objectives Introduce artificial intelligence as a facilitating technology for knowledge management Introduce knowledge as an important facet of intelligent behavior Introduce the early state space search techniques Introduce expertise in the context of knowledge Introduce knowledge-based systems as a modern evolution of the early state space search techniques

Becerra-Fernandez, et al. -- Knowledge Management 1/e -- © 2004 Prentice Hall Section Objectives Introduction of chapter contents

Becerra-Fernandez, et al. -- Knowledge Management 1/e -- © 2004 Prentice Hall Section Objectives Define Artificial Intelligence (AI) as the science that “… encompasses computational techniques for performing tasks that apparently require intelligence when performed by humans.” Provide a short historical summary of the most significant events and systems. This places artificial intelligence in the context of other significant advances in information technology.

Becerra-Fernandez, et al. -- Knowledge Management 1/e -- © 2004 Prentice Hall Section Objectives Introduce the early approaches to artificial intelligence - the state space search Explain the nature of the knowledge found in state space searches as being general Explain the advent of the heuristic function as a way to expedite the state space search Present two vignettes as examples Conclude that the general knowledge employed in state space searches was not sufficient to solve the difficult problems

Becerra-Fernandez, et al. -- Knowledge Management 1/e -- © 2004 Prentice Hall Section Objectives Briefly introduce modern knowledge-based systems Introduce modern knowledge-based systems in the context of the state space search methods to understand their advantages and disadvantages Uses several vignettes to describe the difference between the different approaches Provides a transition to the more detailed contents of Chapter 8

Becerra-Fernandez, et al. -- Knowledge Management 1/e -- © 2004 Prentice Hall Section Objectives Provide a historical view of knowledge-based systems juxtaposed to the historical discussion of AI done earlier in this chapter Present the basic concepts of a modern knowledge-based system and how MYCIN pioneered that approach Presents a list of legacy knowledge-based systems that pioneered advances in the field

Becerra-Fernandez, et al. -- Knowledge Management 1/e -- © 2004 Prentice Hall Section Objectives Distinguish among the various types of knowledge Establish a distinction between knowledge and expertise

Becerra-Fernandez, et al. -- Knowledge Management 1/e -- © 2004 Prentice Hall Section Objectives Introduce the advantages of knowledge-based systems Introduce the disadvantages of knowledge- based systems

Becerra-Fernandez, et al. -- Knowledge Management 1/e -- © 2004 Prentice Hall Section Objectives Introduce briefly other types of AI reasoning as an alternative to rule-based reasoning:  Model-based reasoning  Constraint-based reasoning  Diagramatic Reasoning  Fuzzy logic  Evolutionary algorithms

Becerra-Fernandez, et al. -- Knowledge Management 1/e -- © 2004 Prentice Hall Section Objectives Summarize the chapter Provide Key terms Provide Review Questions Provide Review Exercises

Becerra-Fernandez, et al. -- Knowledge Management 1/e -- © 2004 Prentice Hall Figure 7.1 Knowledge-based Systems  Rule-based systems Classification Diagnosis Design Decision support Planning Scheduling  Case-based Reasoning Diagnostics Design Decision support Classification  Constraint-based reasoning Planning Scheduling  Model-based reasoning Monitoring Diagnostics Design Natural Language Processing  NL understanding  NL synthesis  Speech understanding  Speech synthesis Computer Vision  Image processing  Image understanding Machine Learning  Inductive learning  Case-based learning  Connectionist learning  Learning from analogy  Explanation-based learning.  Data mining  Others. Artificial Intelligence

Becerra-Fernandez, et al. -- Knowledge Management 1/e -- © 2004 Prentice Hall Figure 7.1 (cont.) Soft Programming Approaches  Neural networks  Uncertainty management Bayesian probability Certainty factors Bayesian belief nets Fuzzy logic  Evolutionary Techniques Genetic algorithms Genetic programming Games  Chess  Checkers  Go  Backgammon Human Behavior Representation  Context-based Reasoning  Cognitively-inspired modeling  Others Robotics  Control  Navigation and tactics Automated Know. Acquisition  Repertory grids  Conceptual maps

Becerra-Fernandez, et al. -- Knowledge Management 1/e -- © 2004 Prentice Hall Figure 7.2

Becerra-Fernandez, et al. -- Knowledge Management 1/e -- © 2004 Prentice Hall Figure 7.3

Becerra-Fernandez, et al. -- Knowledge Management 1/e -- © 2004 Prentice Hall Table 7.1

Becerra-Fernandez, et al. -- Knowledge Management 1/e -- © 2004 Prentice Hall Conclusions The student should be familiar with:  The concept of expertise in the context of knowledge  The state space search methods comprising early AI work  The difference between these and the modern knowledge-based systems  How knowledge-based systems can be used to manage knowledge.  The difference between forward and backward reasoning, and when one or the other should be used.

Becerra-Fernandez, et al. -- Knowledge Management 1/e -- © 2004 Prentice Hall Chapter 7 Technologies to Manage Knowledge: Artificial Intelligence