Expert Systems. Artificial Intelligence. Lecture 4 Karim Bouzoubaa

Size: px
Start display at page:

Download "Expert Systems. Artificial Intelligence. Lecture 4 Karim Bouzoubaa"

Transcription

1 Expert Systems Artificial Intelligence Lecture 4 Karim Bouzoubaa

2 Artificial Intelligence Copyright Karim Bouzoubaa 2 Introduction ES: Capture, represent, store and apply human K using a machine Practical way to build automated experts (where there is a need for practical experience) Application areas Medicine Management (Banking, Finance, Marketing) Mineral prospecting

3 General Architecture Artificial Intelligence Copyright Karim Bouzoubaa 3 Traditional software Data And results Prog (set of procedures) KB software KB Inference Engine (exploitation mechanism of the K)

4 Reasoning within ES Artificial Intelligence Copyright Karim Bouzoubaa 4 Expert systems have been developed in the 1970s as practical systems to reason on knowledge in terms of rules and facts as flat databases (triplets) In the 1980s other ideas, i.e. semantic nets, frames, etc. An expert system is an automatic reasoner that is based on the logic inference rule called Modus Ponens

5 Detailed Architecture The inference engine is the reasoning module which uses Modus Ponens IF P(x) Then Q(x) rule P(a) fact (inference) Q(a) deduced fact The inference engine matches facts (P(a)) and rule premises (IF P(x)) to deduce new facts Q(a) It also chains rules: IF P Then Q and IF Q Then R Artificial Intelligence Copyright Karim Bouzoubaa 5

6 Detailed Architecture Artificial Intelligence Copyright Karim Bouzoubaa 6 UI Facilitate the dialogue (NL, graphical, etc.) System Explanation Justifies conclusions KB Production rules IE Modes of reasoning Filtering Choice of Rules

7 Artificial Intelligence Copyright Karim Bouzoubaa 7 K in the form of production rules KB Transferring a specialist's K to a machine Difficulty: Expert K's are very diverse His way of reasoning Making decisions To make a diagnosis To gain experience Formalism 'Rule of production' is the most used Cause: Experts tend to express K in form: situation -> action

8 Artificial Intelligence Copyright Karim Bouzoubaa 8 KB Some examples of rules IF AND THEN an animal is of a given species this animal has children children are of the same species IF AND THEN start time work > 7 pm finishing hour < 7 am work schedule = night time

9 Artificial Intelligence Copyright Karim Bouzoubaa 9 KB The + of this formalism Express very varied K Declarative K Rules are independent KB consists of granules of K Various types of information Inferences resulting from specific observations Abstraction, generalizations and categorization of data Conditions necessary to achieve a goal Strategies to eliminate uncertainty Probable causes of symptoms

10 Artificial Intelligence Copyright Karim Bouzoubaa 10 K in the form of schemas Frame: structure to describe an object KB The + of this formalism Lets translate the typical way experts organize most of their K Provides a structured representation of relationships between objects Supports a concise technique of definition by specialization that is easy to implement for most experts Sharing information between multiple schemas (inheritance) Procedural Attachment The - of this formalism No direct way to describe K in declarative form

11 Artificial Intelligence Copyright Karim Bouzoubaa 11 IM We consider the case of production rules The IM decides What rules apply? In which order? Use of FB with its enrichment The modes of reasoning How the IM uses the K made available to it Two modes of reasoning Forward Chaining : get all deductible facts until reaching the solution (no focus on purpose) Backward chaining: replace the hypothesis with a set of sub-goals (risk of looping)

12 IM Artificial Intelligence Copyright Karim Bouzoubaa 12 Introduction Set of candidate rules Choice of the rule to trigger Example RB R1 IF animal has feathers THEN animal is a bird R2 IF animal flies AND animal lays eggs THEN animal is a bird R3 IF animal is a bird AND animal remarkable flight THEN animal is an albatros BF F1 F2 F3 animal flies animal has feathers animal remarkable flight

13 IM (Forward chaining) Artificial Intelligence Copyright Karim Bouzoubaa 13 R1 IF animal has feathers THEN animal is a bird R2 IF animal flies AND animal lays eggs THEN animal is a bird R3 IF animal is a bird AND animal remarkable flight THEN animal is an albatros Proposition: animal is an albatros Forward chaining animal flies animal has feathers animal remarkable flight R1 animal flies animal has feathers animal remarkable flight animal is a bird R3 animal flies animal has feathers animal remarkable flight animal is a bird animal is analbatros

14 IM (Forward chaining) Forward-chaining consists in starting from facts describing a situation and using the rule base to try to deduce as many new facts as it is possible (saturation of the fact base). This is a direct use of the modus ponens inference rule Example (Forward Chaining) Facts: b, c, m, n Rules: R1 IF a Then d And f R2 IF b And d Then g And h R3 IF f And e Then l And o New fact1 (provided by user): a Deduced facts: d, f, g, h New fact2 (provided by user): e Deduced facts: none New fact3 (provided by user): a And e Deduced facts: d, f, g, h, l, o Artificial Intelligence Copyright Karim Bouzoubaa 14

15 IM (Backward-chaining ) Artificial Intelligence Copyright Karim Bouzoubaa 15 R1 IF animal has feathers THEN animal is a bird R2 IF animal flies AND animal lays eggs THEN animal is a bird R3 IF animal is a bird AND animal remarkable flight THEN animal is an albatros Proposition: animal is an albatros Backward chaining Animal is an albatros R3 animal remarkable flight animal is a bird R1 R2 animal has feathers animal flies animal lays eggs

16 IM (Backward-chaining ) Artificial Intelligence Copyright Karim Bouzoubaa 16 Backward-chaining consists in setting an hypothetical fact (in Prolog terms we speak of a goal) and using the rule base and the inference engine to go backward and to try to retrieve the facts in the fact base and the chain of rules that enable to deduce the hypothetical fact Example (Backward Chaining) Facts: b, c, m, n Rules: R1 IF a Then d And f R2 IF b And d Then g And h R3 IF f And e Then l And o Hypothesis (submitted by user): f Proof: No Explanation: R1 cannot be triggered Advice: Try to verify fact a New fact (provided by user): a Proof: f true (backward chaining) Explanation: d And f true because rule R1 and fact a Other deduced facts: g, h In practice, most systems use both Forward and Backward Chainings

17 IM Filtering operation and rule selection strategy Comparison of each of the rules of the KB with the set of facts à filtering operation (pattern matching) No ideal solution for choosing a single rule to trigger The 1st The simplest etc. Determine pertinent rules using matching General Cycle Select one rule Execute the selected rule Artificial Intelligence Copyright Karim Bouzoubaa 17

18 Deduction systems Artificial Intelligence Copyright Karim Bouzoubaa 18 Deduction system to identify animals (zoologist expert) Observing an animal Series of Questions Identify the observed animal Example of interaction ES: Does the animal have hairy bodies? User: yes ES: Does the animal have the tips of the paws with claws? User: yes ES: Does the animal have eyes directed forward? User: yes ES: Is the shape of the animal's teeth sharp? User: yes ES: Is the color of the animal brown? User: yes ES: Does the animal's dress have black stripes? User: yes ES: According to my K, the animal is a tiger

19 Deduction systems Artificial Intelligence Copyright Karim Bouzoubaa 19 R1 R2 R3 R4 IF animal body is worth "hairs" THEN animal is a mammal IF food_young animal is "milk" THEN animal is a mammal IF animal body is "feathers" THEN animal is a bird IF locomotion animal is flies" AND animal reproduction is "eggs" THEN animal is a bird R10 R11 IF animal is an "ungulate" AND nature of legs is "long" AND nature of the neck is "long" AND color is "brown" AND dress is "Black rayes" THEN animal is a giraffe IF animal is an "ungulate" AND color is "white" AND dress is "black stripes" THEN animal is a zebra R5 R6 IF animal is a "mammal" AND animal food is "meat" THEN animal is a carnivore IF animal is a "mammal" AND eye direction is "forward" AND teeth shape is "pointed" And ends of the legs is "claws" THEN animal is a carnivore R12 R13 IF animal is a "bird" AND animal locomotion is "does not fly" THEN animal is a non-flying bird IF animal is a "bird" AND animal locomotion is "swim" THEN animal is a non-flying bird R7 R8 R9 IF animal is a "mammal" And extremities of the legs is "nails" THEN animal is an ungulate IF animal is a "carnivore" AND color is "brown" AND dress is "Black Tasks" THEN animal is a hedge IF animal is a "carnivore" AND color is "brown" AND dress is "black stripes" THEN animal is a tiger R14 R15 R16 IF animal is a "non-flying bird" AND nature of legs is "long" AND nature of the neck is "long" AND color is "black and white" THEN animal is an ostrich IF animal is a "non-flying bird" AND nature of the legs is "palmate" AND color is "black and white" THEN animal is a penguin IF animal is a "bird" AND nature of the flight is "remarkable" THEN animal is an albatross bird

20 Systèmes de déduction - Exemple IM forward chaining Observed Animal : abcdef Working memory Covered body is "hairs" End of the legs is "nails" Nature of neck is "long" Color is "brown" Dress "black abcdef is a giraffe (R1, R7, R10) Artificial Intelligence Copyright Karim Bouzoubaa 20

21 Deduction system - Example Artificial Intelligence Copyright Karim Bouzoubaa 21 IE backward chaining Observed Animal: abcdef Hypothesis to be verified: abcdef is a cheetah Working memory

22 Explanation Artificial Intelligence Copyright Karim Bouzoubaa 22 How(B) ==> B1 B2 B3 B B1 B2 B3 Why(B2) ==> B

23 ES Examples The agricultural harvest Help with diagnosis Decision support in the identification of microorganisms responsible for infections: MYCIN Medical Decision Support: SPHINX Application to diagnose diseases frequently caught in shrimps Artificial Intelligence Copyright Karim Bouzoubaa 23

24 ES - Management Artificial Intelligence Copyright Karim Bouzoubaa 24 Aim of a Management ES: Assist business managers in making decisions to solve complex problems with the competence of a management expert Need M-ES for: HR management (recruitment, assignment, transfer, etc.) Financial management Marketing Management of Portfolios Assist a bank's advising clients with respect to investments Orient the loan decisions based on a complete diagnosis of the company's strengths and weaknesses

25 Loan Expert Systems Artificial Intelligence Copyright Karim Bouzoubaa 25

26 Medical ES The medical procedure is divided into four stages: 1. Examination of the patient 2. Elaboration of the diagnosis 3. Therapeutic prescription 4. Monitoring the evolution ESs concern steps 2, 3 & 4 Example: A patient consults a physician for some illness The physician asks the patient for data symptoms and patient s characteristics à Facts The physician uses his/her medical knowledge (rules about symptoms and illnesses) to deduce new facts (forward-chaining) He can also set hypothesis (backward chaining). Based on an hypothesis ( patient has the flu ), the physician may ask questions to the patient to verify facts that have not been identified yet, or the physician may ask the patient to undergo tests to verify some facts (Symptoms). With all these facts the physician can deduce the patient s illness (forward-chaining) with a certain degree of certainty When the physician has identified the patient s illness, s/he uses his/her knowledge of cures (rules about illnesses and medication) to prescribe some medicine to the patient (forwardchaining) Artificial Intelligence Copyright Karim Bouzoubaa 26

27 Known ES examples Artificial Intelligence Copyright Karim Bouzoubaa 27 DESIGN ADVISOR Gives advice to designers of processor chips DENDRAL Used to identify the structure of chemical compounds. PROSPECTOR Used by geologists to identify sites for drilling or mining MYCIN Medical system for diagnosing blood disorders. First used in 1979

28 Problems with Expert Systems Limited domain Systems are not always up to date, and don t learn No common sense Experts needed to setup and maintain system Who is responsible if the advice is wrong? Artificial Intelligence Copyright Karim Bouzoubaa 28

29 Demo PID ES Artificial Intelligence Copyright Karim Bouzoubaa 29

30 Demo PID ES Artificial Intelligence Copyright Karim Bouzoubaa 30

31 Demo PID ES Artificial Intelligence Copyright Karim Bouzoubaa 31

32 Examples of ES Artificial Intelligence Copyright Karim Bouzoubaa

Overview. cis32-spring2003-parsons-lect15 2

Overview. cis32-spring2003-parsons-lect15 2 EXPERT SYSTEMS Overview The last lecture looked at rules as a technique for knowledge representation. In a while we will go on to look at logic as a means of knowledge representation. First, however, we

More information

Overview EXPERT SYSTEMS. What is an expert system?

Overview EXPERT SYSTEMS. What is an expert system? EXPERT SYSTEMS Overview The last lecture looked at rules as a technique for knowledge representation. In a while we will go on to look at logic as a means of knowledge representation. First, however, we

More information

Chapter 2. Knowledge Representation: Reasoning, Issues, and Acquisition. Teaching Notes

Chapter 2. Knowledge Representation: Reasoning, Issues, and Acquisition. Teaching Notes Chapter 2 Knowledge Representation: Reasoning, Issues, and Acquisition Teaching Notes This chapter explains how knowledge is represented in artificial intelligence. The topic may be launched by introducing

More information

STIN2103. Knowledge. engineering expert systems. Wan Hussain Wan Ishak. SOC 2079 Ext.: Url:

STIN2103. Knowledge. engineering expert systems. Wan Hussain Wan Ishak. SOC 2079 Ext.: Url: & Knowledge STIN2103 engineering expert systems Wan Hussain Wan Ishak SOC 2079 Ext.: 4786 Email: hussain@uum.edu.my Url: http://www.wanhussain.com Outline Knowledge Representation Types of knowledge Knowledge

More information

Knowledge is rarely absolutely certain. In expert systems we need a way to say that something is probably but not necessarily true.

Knowledge is rarely absolutely certain. In expert systems we need a way to say that something is probably but not necessarily true. CmSc310 Artificial Intelligence Expert Systems II 1. Reasoning under uncertainty Knowledge is rarely absolutely certain. In expert systems we need a way to say that something is probably but not necessarily

More information

INFERENCING STRATEGIES

INFERENCING STRATEGIES INFERENCING STRATEGIES Table of Content Introduction Categories of Reasoning Inference Techniques Control Strategies Comparative Summary of Backward and Forward Chaining Conflict Resolution Goal Agenda

More information

Inferencing in Artificial Intelligence and Computational Linguistics

Inferencing in Artificial Intelligence and Computational Linguistics Inferencing in Artificial Intelligence and Computational Linguistics (http://www.dfki.de/~horacek/infer-ai-cl.html) no classes on 28.5., 18.6., 25.6. 2-3 extra lectures will be scheduled Helmut Horacek

More information

Knowledge Based Systems

Knowledge Based Systems Knowledge Based Systems Human Expert A human expert is a specialist for a specific differentiated application field who creates solutions to customer problems in this respective field and supports them

More information

Inductive Reasoning. Induction, Analogy, Metaphor & Blending. Abduction Schema. Abduction or Specific Induction

Inductive Reasoning. Induction, Analogy, Metaphor & Blending. Abduction Schema. Abduction or Specific Induction Inductive Reasoning Induction, Analogy, Metaphor & Blending How observations and beliefs support other beliefs In some ways, opposite of deductive reasoning P Q Q Therefore: P is more likely Inherently

More information

Harvard-MIT Division of Health Sciences and Technology HST.952: Computing for Biomedical Scientists. Data and Knowledge Representation Lecture 6

Harvard-MIT Division of Health Sciences and Technology HST.952: Computing for Biomedical Scientists. Data and Knowledge Representation Lecture 6 Harvard-MIT Division of Health Sciences and Technology HST.952: Computing for Biomedical Scientists Data and Knowledge Representation Lecture 6 Last Time We Talked About Medical Coding Systems UMLS Today

More information

CHAPTER 6 DESIGN AND ARCHITECTURE OF REAL TIME WEB-CENTRIC TELEHEALTH DIABETES DIAGNOSIS EXPERT SYSTEM

CHAPTER 6 DESIGN AND ARCHITECTURE OF REAL TIME WEB-CENTRIC TELEHEALTH DIABETES DIAGNOSIS EXPERT SYSTEM 87 CHAPTER 6 DESIGN AND ARCHITECTURE OF REAL TIME WEB-CENTRIC TELEHEALTH DIABETES DIAGNOSIS EXPERT SYSTEM 6.1 INTRODUCTION This chapter presents the design and architecture of real time Web centric telehealth

More information

Sample Interaction: Explanation. Sample Interaction (cont d) Sample Interaction: Therapy. Sample Interaction: Diagnosis. How It Worked: Representation

Sample Interaction: Explanation. Sample Interaction (cont d) Sample Interaction: Therapy. Sample Interaction: Diagnosis. How It Worked: Representation Outline Rule-Based Systems 6.871-- Lecture 6 MYCIN Introduction»Task» Sample Interaction» Reasons for Success How It Worked» Knowledge Representation» Architecture and Control Structure» Inexact Inference»

More information

Lecture 3: Bayesian Networks 1

Lecture 3: Bayesian Networks 1 Lecture 3: Bayesian Networks 1 Jingpeng Li 1 Content Reminder from previous lecture: Bayes theorem Bayesian networks Why are they currently interesting? Detailed example from medical diagnostics Bayesian

More information

56 The Evolution of MYCIN s Rule Form

56 The Evolution of MYCIN s Rule Form PART TWO Using Rules 3 The Evolution Rule Form of MYCIN s There is little doubt that the decision to use rules to encode infectious disease knowledge in the nascent MYCIN system was largely influenced

More information

CS 4365: Artificial Intelligence Recap. Vibhav Gogate

CS 4365: Artificial Intelligence Recap. Vibhav Gogate CS 4365: Artificial Intelligence Recap Vibhav Gogate Exam Topics Search BFS, DFS, UCS, A* (tree and graph) Completeness and Optimality Heuristics: admissibility and consistency CSPs Constraint graphs,

More information

Appendix A Selected Patterns of Reasoning in Deductive Logic

Appendix A Selected Patterns of Reasoning in Deductive Logic Appendix A Selected Patterns of Reasoning in Deductive Logic Deductive logic is the study of arguments that aim to establish their conclusions with complete certainty. To do this, they rely on certain

More information

Neurology Diagnosis System

Neurology Diagnosis System Mid-Term Report on: Neurology Diagnosis System by Badri Adhikari, Md. Hasan Ansari, Priti Shrestha and Susma Pant {badri.aquarius, mdhasan.ansari, prits731, pant.sushma}@gmail.com A mid-term report submitted

More information

in Engineering Prof. Dr. Michael Havbro Faber ETH Zurich, Switzerland Swiss Federal Institute of Technology

in Engineering Prof. Dr. Michael Havbro Faber ETH Zurich, Switzerland Swiss Federal Institute of Technology Risk and Safety in Engineering Prof. Dr. Michael Havbro Faber ETH Zurich, Switzerland Contents of Today's Lecture Introduction to Bayesian Probabilistic Nets (BPN) Causality as a support in reasoning Basic

More information

ORC: an Ontology Reasoning Component for Diabetes

ORC: an Ontology Reasoning Component for Diabetes ORC: an Ontology Reasoning Component for Diabetes Özgür Kafalı 1, Michal Sindlar 2, Tom van der Weide 2 and Kostas Stathis 1 1 Department of Computer Science Royal Holloway, University of London, UK {ozgur.kafali,kostas.stathis}@rhul.ac.uk

More information

Appendix I Teaching outcomes of the degree programme (art. 1.3)

Appendix I Teaching outcomes of the degree programme (art. 1.3) Appendix I Teaching outcomes of the degree programme (art. 1.3) The Master graduate in Computing Science is fully acquainted with the basic terms and techniques used in Computing Science, and is familiar

More information

Hypothesis-Driven Research

Hypothesis-Driven Research Hypothesis-Driven Research Research types Descriptive science: observe, describe and categorize the facts Discovery science: measure variables to decide general patterns based on inductive reasoning Hypothesis-driven

More information

What Is A Knowledge Representation? Lecture 13

What Is A Knowledge Representation? Lecture 13 What Is A Knowledge Representation? 6.871 - Lecture 13 Outline What Is A Representation? Five Roles What Should A Representation Be? What Consequences Does This View Have For Research And Practice? One

More information

Expert Systems: Simple Examples and case study

Expert Systems: Simple Examples and case study Expert Systems: Simple Examples and case study KR Chowdhary, Professor, Department of Computer Science & Engineering, MBM Engineering College, JNV University, Jodhpur A Simple Example 1.IF engine_getting_petrol

More information

Support system for breast cancer treatment

Support system for breast cancer treatment Support system for breast cancer treatment SNEZANA ADZEMOVIC Civil Hospital of Cacak, Cara Lazara bb, 32000 Cacak, SERBIA Abstract:-The aim of this paper is to seek out optimal relation between diagnostic

More information

Design and Implementation of Fuzzy Expert System for Back pain Diagnosis

Design and Implementation of Fuzzy Expert System for Back pain Diagnosis Design and Implementation of Fuzzy Expert System for Back pain Diagnosis Mohammed Abbas Kadhim #1, M.Afshar Alam #2, Harleen Kaur #3 # Department of Computer Science, Hamdard University Hamdard Nagar,

More information

ARTIFICIAL INTELLIGENCE

ARTIFICIAL INTELLIGENCE ARTIFICIAL INTELLIGENCE LECTURE # 04 Artificial Intelligence 2012 Lecture 04 Delivered By Zahid Iqbal 1 Review of Last Lecture Artificial Intelligence 2012 Lecture 04 Delivered By Zahid Iqbal 2 Review

More information

Supplementary notes for lecture 8: Computational modeling of cognitive development

Supplementary notes for lecture 8: Computational modeling of cognitive development Supplementary notes for lecture 8: Computational modeling of cognitive development Slide 1 Why computational modeling is important for studying cognitive development. Let s think about how to study the

More information

An expert system (Autodoc) for diagnosing diseases and prescribing medication using visual basic.net

An expert system (Autodoc) for diagnosing diseases and prescribing medication using visual basic.net Information Technology Research Journal Vol.2(2), pp. 20 24, November, 2012 Available online http://resjournals.com/itj ISSN: 2026-6715 2012 International Research Journals Full Length Research Paper An

More information

Support for Cognitive Science Experiments

Support for Cognitive Science Experiments Support for Cognitive Science Experiments CogSketch as Research Instrument Corpus of stimuli for people Corpus of formally represented stimuli Cognitive Simulation Compare results on variety of tasks Gathering

More information

EVENT REGISTRATION FORM (for local chapter planning purposes only)

EVENT REGISTRATION FORM (for local chapter planning purposes only) EVENT REGISTRATION FORM (for local chapter planning purposes only) School Please complete the following form listing the names and grades (9-12) of students entering the event specified and use it as the

More information

Citation for published version (APA): Geus, A. F. D., & Rotterdam, E. P. (1992). Decision support in aneastehesia s.n.

Citation for published version (APA): Geus, A. F. D., & Rotterdam, E. P. (1992). Decision support in aneastehesia s.n. University of Groningen Decision support in aneastehesia Geus, Arian Fred de; Rotterdam, Ernest Peter IMPORTANT NOTE: You are advised to consult the publisher's version (publisher's PDF) if you wish to

More information

Foundations of AI. 10. Knowledge Representation: Modeling with Logic. Concepts, Actions, Time, & All the Rest

Foundations of AI. 10. Knowledge Representation: Modeling with Logic. Concepts, Actions, Time, & All the Rest Foundations of AI 10. Knowledge Representation: Modeling with Logic Concepts, Actions, Time, & All the Rest Wolfram Burgard, Andreas Karwath, Bernhard Nebel, and Martin Riedmiller 10/1 Contents Knowledge

More information

IB 133 Life Science Standards for California Public Schools (1998 present) Kindergarten

IB 133 Life Science Standards for California Public Schools (1998 present) Kindergarten Kindergarten Different types of plants and animals inhabit the earth. As a basis for understanding this concept: a. Students know how to observe and describe similarities and differences in the appearance

More information

Physicians and possibly medical students and paramedics.

Physicians and possibly medical students and paramedics. MYCIN Introduction Problem domain: Selection of antibiotics for patients with serious infections. Medical decision making, particularly in clinical medicine is regarded as an "art form" rather than a "scientific

More information

Coherence Theory of Truth as Base for Knowledge Based Systems

Coherence Theory of Truth as Base for Knowledge Based Systems Association for Information Systems AIS Electronic Library (AISeL) AMCIS 1996 Proceedings Americas Conference on Information Systems (AMCIS) 8-16-1996 Coherence Theory of Truth as Base for Knowledge Based

More information

UWMD Workshop: Outcomes and Logic Models. CIG Application Workshop for FY

UWMD Workshop: Outcomes and Logic Models. CIG Application Workshop for FY UWMD Workshop: Outcomes and Logic Models CIG Application Workshop for FY 2012-2013 Overview Outcomes Purpose SMART UWMD Format Examples Logic Models Purpose Everyday Logic Models Tips Construction Evaluation

More information

A Computational Theory of Belief Introspection

A Computational Theory of Belief Introspection A Computational Theory of Belief Introspection Kurt Konolige Artificial Intelligence Center SRI International Menlo Park, California 94025 Abstract Introspection is a general term covering the ability

More information

Models for Inexact Reasoning. Imprecision and Approximate Reasoning. Miguel García Remesal Department of Artificial Intelligence

Models for Inexact Reasoning. Imprecision and Approximate Reasoning. Miguel García Remesal Department of Artificial Intelligence Models for Inexact Reasoning Introduction to Uncertainty, Imprecision and Approximate Reasoning Miguel García Remesal Department of Artificial Intelligence mgremesal@fi.upm.es Uncertainty and Imprecision

More information

Design the Flexibility, Maintain the Stability of Conceptual Schemas

Design the Flexibility, Maintain the Stability of Conceptual Schemas Design the Flexibility, Maintain the Stability of Conceptual Schemas Lex Wedemeijer 1 ABP Netherlands, Department of Information Management, P.O.Box 4476, NL-6401 CZ, Heerlen, The Netherlands L.Wedemeijer@ABP.NL

More information

Is it possible to gain new knowledge by deduction?

Is it possible to gain new knowledge by deduction? Is it possible to gain new knowledge by deduction? Abstract In this paper I will try to defend the hypothesis that it is possible to gain new knowledge through deduction. In order to achieve that goal,

More information

How do Categories Work?

How do Categories Work? Presentations Logistics Think about what you want to do Thursday we ll informally sign up, see if we can reach consensus. Topics Linear representations of classes Non-linear representations of classes

More information

Name of the paper: Effective Development and Testing using TDD. Name of Project Teams: Conversion Team and Patient Access Team.

Name of the paper: Effective Development and Testing using TDD. Name of Project Teams: Conversion Team and Patient Access Team. 1 Name of the paper: Effective Development and Testing using TDD Name of the author: Payal Sen E-Mail Id: payal.sen@siemens.com Contact Number: 9748492800 Name of Project Teams: Conversion Team and Patient

More information

BIOLOGY 1408 What is Biology?

BIOLOGY 1408 What is Biology? BIOLOGY 1408 Lecture 2 Chris Doumen, Ph.D. Collin College, 2014 What is Biology? The scientific study of life Contains two important elements Scientific study Life 1 The Process Of Science The word science

More information

Inference suppression and moral dilemmas

Inference suppression and moral dilemmas Inference suppression and moral dilemmas Barbara Kuhnert University of Freiburg - October 2013 SPP1516 Project: Non-monotonicity, consistency and rationality in human reasoning Human non-monotonic reasoning

More information

CPS331 Lecture: Coping with Uncertainty; Discussion of Dreyfus Reading

CPS331 Lecture: Coping with Uncertainty; Discussion of Dreyfus Reading CPS331 Lecture: Coping with Uncertainty; Discussion of Dreyfus Reading Objectives: 1. To discuss ways of handling uncertainty (probability; Mycin CF) 2. To discuss Dreyfus views on expert systems Materials:

More information

A Framework for Medical Diagnosis using Hybrid Reasoning

A Framework for Medical Diagnosis using Hybrid Reasoning A Framework for Medical using Hybrid Reasoning Deepti Anne John, Rose Rani John Abstract The traditional method of reasoning was rule-based reasoning (). It does not use past experiences to reason. Case-based

More information

CREATING (??) A SAFETY CULTURE. Robert L Carraway, Darden School of Business 2013 Air Charter Safety Symposium February 2013

CREATING (??) A SAFETY CULTURE. Robert L Carraway, Darden School of Business 2013 Air Charter Safety Symposium February 2013 CREATING (??) A SAFETY CULTURE Robert L Carraway, Darden School of Business 2013 Air Charter Safety Symposium February 2013 How good is your safety culture? Rate it on a scale of 1-5, 1 being not very

More information

BEFORE YOU WATCH THE VIDEO - DO THIS SECTION

BEFORE YOU WATCH THE VIDEO - DO THIS SECTION BEFORE YOU WATCH THE VIDEO - DO THIS SECTION READ this selection and fill in the examples below: OBSERVATIONS AND INFERENCES Scientists rely on their skills of observation in the world. Observations are

More information

Powering mhealth. IM Associates. October 2016

Powering mhealth. IM Associates. October 2016 Powering mhealth IM Associates October 2016 Background Many of our customers are looking to increase knowledge about the patients, the patient flow, treatment decision, Many questions are dealing with

More information

The Role of Qualitative Research in Agri-Food Systems

The Role of Qualitative Research in Agri-Food Systems The Role of Qualitative Research in Agri-Food Systems Dr. Chris Peterson Nowlin Chair of Consumer-Responsive Agriculture Michigan State University Dr. H. Christopher Peterson, Michigan State University,

More information

Rethinking Cognitive Architecture!

Rethinking Cognitive Architecture! Rethinking Cognitive Architecture! Reconciling Uniformity and Diversity via Graphical Models! Paul Rosenbloom!!! 1/25/2010! Department of Computer Science &! Institute for Creative Technologies! The projects

More information

The 29th Fuzzy System Symposium (Osaka, September 9-, 3) Color Feature Maps (BY, RG) Color Saliency Map Input Image (I) Linear Filtering and Gaussian

The 29th Fuzzy System Symposium (Osaka, September 9-, 3) Color Feature Maps (BY, RG) Color Saliency Map Input Image (I) Linear Filtering and Gaussian The 29th Fuzzy System Symposium (Osaka, September 9-, 3) A Fuzzy Inference Method Based on Saliency Map for Prediction Mao Wang, Yoichiro Maeda 2, Yasutake Takahashi Graduate School of Engineering, University

More information

Transactions on Information and Communications Technologies vol 8, 1995 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 8, 1995 WIT Press,   ISSN Explicit representation of temporal aspects in a medical monitoring system using CEC L. Chittaro", M. Del Rosso", M. Dojat" "Dipartimento di Matematica ed Informatica, Universita di Udine, Via dell Scienze,

More information

Bayesian Networks in Medicine: a Model-based Approach to Medical Decision Making

Bayesian Networks in Medicine: a Model-based Approach to Medical Decision Making Bayesian Networks in Medicine: a Model-based Approach to Medical Decision Making Peter Lucas Department of Computing Science University of Aberdeen Scotland, UK plucas@csd.abdn.ac.uk Abstract Bayesian

More information

Biology & The Characteristics of Life

Biology & The Characteristics of Life Biology & The Characteristics of Life Name: Period: Date: I. What is BIOLOGY? The study of WHAT IS THE VALUE OF BIOLOGY? Biological principles are daily being applied for the in controlling disease, improving

More information

Errol Davis Director of Research and Development Sound Linked Data Inc. Erik Arisholm Lead Engineer Sound Linked Data Inc.

Errol Davis Director of Research and Development Sound Linked Data Inc. Erik Arisholm Lead Engineer Sound Linked Data Inc. An Advanced Pseudo-Random Data Generator that improves data representations and reduces errors in pattern recognition in a Numeric Knowledge Modeling System Errol Davis Director of Research and Development

More information

The Vote! Winners. $100 Question from Ch 10 11/16/11

The Vote! Winners. $100 Question from Ch 10 11/16/11 Winners The Vote! a)! Artificial Intelligence b)! Drugs (including alcohol) and Cognition/Perception c)! Sleep and Dreaming d)! Disorders/Man Who Mistook e)! Other (Consciousness, emotion, twins, linguistic

More information

Clinical Decision Support Systems. 朱爱玲 Medical Informatics Group 24 Jan,2003

Clinical Decision Support Systems. 朱爱玲 Medical Informatics Group 24 Jan,2003 Clinical Decision Support Systems 朱爱玲 Medical Informatics Group 24 Jan,2003 Outline Introduction Medical decision making What are clinical decision support systems (CDSSs)? Historical perspective Abdominal

More information

Social Media Mining for Toxicovigilance

Social Media Mining for Toxicovigilance Social Media Mining for Toxicovigilance Automatic Monitoring of Prescription Medication Abuse from Twitter Abeed Sarker (@sarkerabeed) Health Language Processing Lab Research Associate Department of Biostatistics,

More information

Wason's Cards: What is Wrong?

Wason's Cards: What is Wrong? Wason's Cards: What is Wrong? Pei Wang Computer and Information Sciences, Temple University This paper proposes a new interpretation

More information

CS 544 Human Abilities

CS 544 Human Abilities CS 544 Human Abilities Human Information Processing Memory, Chunking & Phrasing, Modes Acknowledgement: Some of the material in these lectures is based on material prepared for similar courses by Saul

More information

An Online ADR System Using a Tool for Animated Agents

An Online ADR System Using a Tool for Animated Agents An Online ADR System Using a Tool for Animated Agents Masahide Yuasa, Takahiro Tanaka, Yoshiaki Yasumura, Katsumi Nitta Department of Computational Intelligence and Systems Science, Tokyo Institute of

More information

Term 1 Revision for the Exam

Term 1 Revision for the Exam United Arab Emirates Abu Dhabi Educational Council Int'l Jubilee Private School American Syllabus Student Name: Grade: 5 a,b,c Date: _. 12. 2013 Subject: Science Revision 2 Term 1 Revision for the Exam

More information

The Semantics of Intention Maintenance for Rational Agents

The Semantics of Intention Maintenance for Rational Agents The Semantics of Intention Maintenance for Rational Agents Michael P. Georgeffand Anand S. Rao Australian Artificial Intelligence Institute Level 6, 171 La Trobe Street, Melbourne Victoria 3000, Australia

More information

Expert Systems Research: Modeling the Medical Decision Making Process

Expert Systems Research: Modeling the Medical Decision Making Process Scptcmbcr 1982 Also numbered: Report No. STAN-CS-82-932 Expert Systems Research: Modeling the Medical Decision Making Process by k&ad I-i. Shortliffc and Larvrcncc M. Pagan Departments of Medicine and

More information

ANIMALS AND THEIR HABITATS: KS2 STUDENT RESOURCES

ANIMALS AND THEIR HABITATS: KS2 STUDENT RESOURCES ANIMALS AND THEIR HABITATS: KS2 STUDENT RESOURCES ANIMALS AND THEIR HABITATS (Lesson 1:1) Living things need Micro habitats Macro habitats Animals Difference? Plants Name: Class: Date: COMPARING ANIMALS

More information

Intelligent Machines That Act Rationally. Hang Li Bytedance AI Lab

Intelligent Machines That Act Rationally. Hang Li Bytedance AI Lab Intelligent Machines That Act Rationally Hang Li Bytedance AI Lab Four Definitions of Artificial Intelligence Building intelligent machines (i.e., intelligent computers) Thinking humanly Acting humanly

More information

INTRODUCTION TO HAEMODIALYSIS

INTRODUCTION TO HAEMODIALYSIS INTRODUCTION TO HAEMODIALYSIS Why do I need dialysis? What is dialysis? How does haemodialysis work? Where will I have my treatment? Will dialysis cure my kidney failure? Will dialysis keep me well? I

More information

Advanced Logical Thinking Skills (1) Revisit the concepts of logic

Advanced Logical Thinking Skills (1) Revisit the concepts of logic Mei-Writing Academic Writing II(A) - Lecture 3 November 12, 2013 Advanced Logical Thinking Skills (1) Revisit the concepts of logic by Paul W. L. Lai Build&the&& Thesis&Statement& * Build&a&one*sentence&thesis&statement&

More information

DIET, NUTRITION AND HEAD AND NECK CANCER TREATMENT

DIET, NUTRITION AND HEAD AND NECK CANCER TREATMENT DIET, NUTRITION AND HEAD AND NECK CANCER TREATMENT DIET, NUTRITION AND HEAD AND NECK CANCER TREATMENT HOW HEAD AND NECK CANCER MAY AFFECT NUTRITION Head and neck cancer may make it hard to eat and drink.

More information

Lesson 1 Understanding Science

Lesson 1 Understanding Science Lesson 1 Student Labs and Activities Page Content Vocabulary 6 Lesson Outline 7 Content Practice A 9 Content Practice B 10 School to Home 11 Key Concept Builders 12 Enrichment 16 Challenge 17 Scientific

More information

International Journal of Software and Web Sciences (IJSWS)

International Journal of Software and Web Sciences (IJSWS) International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) ISSN (Print): 2279-0063 ISSN (Online): 2279-0071 International

More information

VISUAL PERCEPTION & COGNITIVE PROCESSES

VISUAL PERCEPTION & COGNITIVE PROCESSES VISUAL PERCEPTION & COGNITIVE PROCESSES Prof. Rahul C. Basole CS4460 > March 31, 2016 How Are Graphics Used? Larkin & Simon (1987) investigated usefulness of graphical displays Graphical visualization

More information

Poultry Diseases Expert System using Dempster-Shafer Theory

Poultry Diseases Expert System using Dempster-Shafer Theory Poultry Diseases Expert System using Dempster-Shafer Theory Andino Maseleno 1 and Md. Mahmud Hasan 2 1,2 Department of Computer Science, Faculty of Science, Universiti Brunei Darussalam Jalan Tungku Link,

More information

A Comparison of Collaborative Filtering Methods for Medication Reconciliation

A Comparison of Collaborative Filtering Methods for Medication Reconciliation A Comparison of Collaborative Filtering Methods for Medication Reconciliation Huanian Zheng, Rema Padman, Daniel B. Neill The H. John Heinz III College, Carnegie Mellon University, Pittsburgh, PA, 15213,

More information

Christina Martin Kazi Russell MED INF 406 INFERENCING Session 8 Group Project November 15, 2014

Christina Martin Kazi Russell MED INF 406 INFERENCING Session 8 Group Project November 15, 2014 INFERENCING (HW 8) 1 Christina Martin Kazi Russell MED INF 406 INFERENCING Session 8 Group Project November 15, 2014 Page 2 The Clinical Decision Support System designed to utilize the Training Set data

More information

Requirements: Name: Lion + Tiger = Liger

Requirements: Name: Lion + Tiger = Liger Name: Creative Species Project http://a-z-animals.com/animals/ Objectives: Students will be able to: 1. Design a new species from animals known today. 2. Recognize that reproduction may lead to survival

More information

Computational Tree Logic and Model Checking A simple introduction. F. Raimondi

Computational Tree Logic and Model Checking A simple introduction. F. Raimondi Computational Tree Logic and Model Checking A simple introduction F. Raimondi I am Franco Raimondi, f.raimondi@cs.ucl.ac.uk Slides, coursework, coursework solutions can be found online: http://www.cs.ucl.ac.uk/staff/f.raimondi/

More information

Explanation-Boosted Question Selection in Conversational CBR

Explanation-Boosted Question Selection in Conversational CBR Explanation-Boosted Question Selection in Conversational CBR Mingyang Gu and Agnar Aamodt Department of Computer and Information Science, Norwegian University of Science and Technology, Sem Sælands vei

More information

TRANSLATING RESEARCH INTO PRACTICE

TRANSLATING RESEARCH INTO PRACTICE TRANSLATING RESEARCH INTO PRACTICE New York University Tbilisi, July 15-19, 2013 Allison Squires, PhD, RN Adam Sirois, MPH SESSION 2: QUESTIONS, CONCEPTS, & THEORIES Goals for Session t1 Describe the characteristics

More information

Community Fundraising Guidelines

Community Fundraising Guidelines Community Fundraising Guidelines THANK YOU By fundraising for Fight Cancer Foundation you are helping countless Australian families fighting against cancer. ABOUT FIGHT CANCER FOUNDATION Fight Cancer Foundation

More information

Science, Society, and Social Research (1) Benjamin Graham

Science, Society, and Social Research (1) Benjamin Graham Science, Society, and Social Research (1) Nuts and Bolts My computer croaked, so no clickers today We will start collecting clicker data for grades next Thurs Discussion sections start next week Homework

More information

Meet the Dolphin. Sample file. Amuse Their Minds Publishing

Meet the Dolphin. Sample file. Amuse Their Minds Publishing Meet the Dolphin Amuse Their Minds Publishing 2 Table of Contents Page Introduction 3 Lesson One: Meet the Dolphin 4 Lesson Two: Measure the Dolphin 7 Lesson Three: Chart the Dolphin 8 Lesson Four: Map

More information

FUZZY PROLOG RULES IN KNOWLEDGE BASED DIAGNOSIS OF NUTRIENT DEFICIENCY IN SUGARCANE CROP

FUZZY PROLOG RULES IN KNOWLEDGE BASED DIAGNOSIS OF NUTRIENT DEFICIENCY IN SUGARCANE CROP FUZZY PROLOG RULES IN KNOWLEDGE BASED DIAGNOSIS OF NUTRIENT DEFICIENCY IN SUGARCANE CROP Mr. S. K. Jadhav Mr. S. J. Yelapure Mr. V. M. Babar M.C.A. M.Phil. M.C.A. M.Phil. M.B.A. M.Phil. Assistant Prof.

More information

FAQ ON QUANTUM HEALTH ANALYZER

FAQ ON QUANTUM HEALTH ANALYZER FAQ ON QUANTUM HEALTH ANALYZER What is Quantum Health Analyzer? The Quantum Health Analyzer measures the degree and type of response of a matter under test, and by comparison with reference matter it assists

More information

Leadership of Decision-Making & Problem Solving. Level II-15 Session 2

Leadership of Decision-Making & Problem Solving. Level II-15 Session 2 Leadership of Decision-Making & Problem Solving Level II-15 Session 2 Accelerating Change 2 Further Explore The thinking behind your thinking Your natural preferences and How these impact your approach

More information

PART - A 1. Define Artificial Intelligence formulated by Haugeland. The exciting new effort to make computers think machines with minds in the full and literal sense. 2. Define Artificial Intelligence

More information

Artificial Intelligence and Human Thinking. Robert Kowalski Imperial College London

Artificial Intelligence and Human Thinking. Robert Kowalski Imperial College London Artificial Intelligence and Human Thinking Robert Kowalski Imperial College London 1 Artificial Intelligence and Human Thinking The Abductive Logic Programming (ALP) agent model as a unifying framework

More information

General Knowledge/Semantic Memory: Chapter 8 1

General Knowledge/Semantic Memory: Chapter 8 1 General Knowledge/Semantic Memory: Chapter 8 1 Cognitive Psychology (EXP 4680) Christine L. Ruva, Ph.D. GENERAL KNOWLEDGE AND SEMANTIC MEMORY CHAPTER 8 Background on Semantic Memory o semantic memory includes

More information

Intelligent System Project

Intelligent System Project Intelligent System Project (Part VI INTELLIGENT METHODS & MODELS) Miquel Sànchez i Marrè miquel@cs.upc.edu http://www.cs.upc.edu/~miquel Course 2018/2019 https://kemlg.upc.edu PART 6 INTELLIGENT METHODS

More information

SIMPLE DETERMINISTIC FREE WILL (SDF John McCarthy, Stanford University

SIMPLE DETERMINISTIC FREE WILL (SDF John McCarthy, Stanford University SIMPLE DETERMINISTIC FREE WILL (SDF John McCarthy, Stanford University We discuss free will using AI methodology. Formali plement the simplest, non-trivial cases before striving generality. Free will consists

More information

Intelligent Machines That Act Rationally. Hang Li Toutiao AI Lab

Intelligent Machines That Act Rationally. Hang Li Toutiao AI Lab Intelligent Machines That Act Rationally Hang Li Toutiao AI Lab Four Definitions of Artificial Intelligence Building intelligent machines (i.e., intelligent computers) Thinking humanly Acting humanly Thinking

More information

Introduction to Categorization Theory

Introduction to Categorization Theory Introduction to Categorization Theory (Goldstein Ch 9: Knowledge) Psychology 355: Cognitive Psychology Instructor: John Miyamoto 05/15/2018: Lecture 08-2 Note: This Powerpoint presentation may contain

More information

Sound Off DR. GOOGLE S ROLE IN PRE-DIAGNOSIS THROUGH TREATMENT. Ipsos SMX. June 2014

Sound Off DR. GOOGLE S ROLE IN PRE-DIAGNOSIS THROUGH TREATMENT. Ipsos SMX. June 2014 Sound Off DR. GOOGLE S ROLE IN PRE-DIAGNOSIS THROUGH TREATMENT June 2014 Ipsos SMX : Sound bits (of advice) and bites (of research) from Ipsos SMX Ipsos social media research division, dedicated to providing

More information

Writing Measurable Educational Objectives

Writing Measurable Educational Objectives Writing Measurable Educational Objectives Establishing educational objectives is one of the most important steps in planning a CME activity, as they lay the foundation for what participants are expected

More information

Design of the Autonomous Intelligent Simulation Model(AISM) using Computer Generated Force

Design of the Autonomous Intelligent Simulation Model(AISM) using Computer Generated Force Design of the Autonomous Intelligent Simulation Model(AISM) using Computer Generated Force SeongKee Lee, ChanGon Yoo, JungChan Park, JaeHyun Park, MyongGu Kang Directorate of Software Weapon Agency for

More information

USE OF MEDICATION IN THE AVIATION ENVIRONMENT

USE OF MEDICATION IN THE AVIATION ENVIRONMENT USE OF MEDICATION IN THE AVIATION ENVIRONMENT 9 INTRODUCTION Guidance material for: General Medical Practitioners, consultants, specialists and Aeromedical Examiners (AMEs) Connecting the choice of medication

More information

Fossil Kit Laboratory Investigation 5: Fossil Teeth. Desired Results

Fossil Kit Laboratory Investigation 5: Fossil Teeth. Desired Results Fossil Kit Laboratory Investigation 5: Fossil Teeth Investigation Summary: Students examine and compare fossil and modern teeth. Students use properties of tooth shape and size to identify and interpret

More information