Visual book review 1 Safe and Sound, AI in hazardous applications by John Fox and Subrata Das

Size: px
Start display at page:

Download "Visual book review 1 Safe and Sound, AI in hazardous applications by John Fox and Subrata Das"

Transcription

1 Visual book review 1 Safe and Sound, AI in hazardous applications by John Fox and Subrata Das Boris Kovalerchuk Dept. of Computer Science Central Washington University, Ellensburg, WA borisk@cwu.edu An abbreviated version will appear in IEEE Engineering in Medicine and Biology Magazine, A recent book Safe and Sound, AI in hazardous applications by John Fox and Subrata Das (AAAI Press/ The MIT Press, 2000, 293p., ISBN ) attracts attention of the research community and practitioners to the problem of safety of traditional and computer-aided medical diagnosis and treatment. The authors use medical applications as a focal point for the general safety problem through variety of hazardous applications. At first glance, the problem is already well known. However, they show that discovery and analysis of the sources of danger in hazardous applications are far from having rigorous solutions. The book uses an artificial intelligence (AI) approach, which allows one to express different types of statements in consistent logical fashion. Specifically the authors consider two main types of statements for making medical decisions: claims and their grounds. In addition, a confidence value is assigned to a claim using ground statements. For instance, the claim can be that Mr. P has a gastric ulcer and the grounds can be that Mr. P has pain after meals & ulcers are painful because of an increase in acidity. The word support can express the level of confidence. In the book, the safety issue for defining diagnosis and treatment is viewed as adding restrictions on inference. The goal of restrictions is to avoid dangerous actions for patients. This review should help a reader to see conditions for successful applications of logic of argument (LA), which is the central theme of the book. The book contains three parts (see Figure 1): Part 1: Method for building software agents, which produce Rigorously Engineered Decisions. Part 2: Technique for deploying agents in general and hazardous environment with medical examples. Part 3: Formal and logical aspect of the method. The spread of the central theme over the book is presented in Figure 1. Chapter provides an informal description of LA, Chapters 13 and 15 contain formalisms and Chapter 15 implementation of LA in Prolog language. The critical component of LA is exposed in Axiom 8 (Chapter 13). This axiom is the central assumption of LA. It actually formalizes the requirement of independence of arguments used in LA in inferring diagnosis or treatment recommendation. The property is also known as truth-functionality in Artificial Intelligence literature [1] and was a subject of intensive discussions in AI community for years [1,2,3]. 1 Boris Kovalerchuk 1

2 Figure 2 presents main concepts introduced in the book such as Domino autonomous agent model. The model includes several components: Goals, Situation (patient data), Actions (clinical orders), Candidate solutions, Decisions (diagnosis, treatment), and Plans (treatment and care plans) (Chapter 6). PROForma -- the development environment for the Domino model. PROForma includes techniques for reasoning under uncertainty, formulating goals, identifying and arguing solutions. (Chapter 5). Guardian agent and safety bag. These components are watching out for hazards and safety (Chapter 7). Safety protocol. This protocol allows one to communicate safety conditions in terms of modalities such as safe, authorized, preferred, permitted, and obligatory (Chapter 10). Reasoning procedure. This procedure permits explicit reasoning about safety in terms of actions such as anticipate, alert, avoid, augment, diminish, monitor, schedule, react, authorize (Chapter 8). Map of the book with the central theme Part 1: Method for building software agents, which produce Rigorously Engineered Decisions (RED) Part 2: Deploying agents in general and hazardous environments with medical examples Part 3: Formal and logical aspect of the method Preface Foreword Introduction Bibliography Index Central assumption: Axiom 8 (truth functionality -- independence of arguments) Central theme - logic of argument Formal logic of argument LA Implementation in Prolog language Figure 1. The authors coined the term RED -- Rigorously Engineered Decisions in order to distinguish diagnostic and treatment decisions made in disciplined way from less controlled decisions. The RED approach is based on making decisions from mentioned claims, their grounds, and confidence values. Specifically, the authors suggest using the logic of argument. A modern AI terminology of autonomous software agents is used in the book. The Figures below analyze LA an instantly mathematical subject by using a conceptual visualization approach. Technical results presented in the book have two components: the general logic of argument is covered in Chapters, 12-15, and 17, and a formal logic of safety is covered in Chapter 16 (see Figure 3). Two languages are introduced for LA: language R 2 L (Chapter 12) for rigorously engineered decisions, and its formal equivalent Temporal 2

3 Propositional Language R2L (Chapter 13). The transformation procedure from R2L to R2L is given in Chapter 1. The first language is convenient for describing tasks and the second one for implementation in Prolog (Chapter 17). Domino autonomous agent model with components: Goals, Situation (patient data), Actions (clinical orders), Candidate solutions, Decisions (diagnosis, treatment), Plans (treatment and care plans). Main concepts introduced PROForma -- development environment for Domino model: reasoning under uncertainty, formulating goals, identifying and arguing solutions. Guardian agent and safety bag of methods watching out for hazards and safety Explicit reasoning about safety in terms of actions: anticipate, alert, avoid, augment, diminish, monitor, schedule,react, authorize. Modalities for safety protocol: safe, authorized, preferred, permitted, obligatory. Figure 2. Main technical results Language R 2 L for rigorously engineered decisions (RED) Temporal Propositional Language R2L Procedure for equivalent knowledge transformation R 2 L R2L Central theme - logic of argument Formal logic of safety Interpreter for R2L in Prolog Language. Medical examples. Formal logic of argument Figure 3. 3

4 The authors see AI and cognitive science professionals as their primary audience. Note that the people working in medical applications can gain a greater appreciation of the potential to be found in the rigorous analysis of safety issues as well. Unfortunately, medical funding agencies in the US have underestimated this potential. The book provides enough successful medical examples to convince a reader that Rigorously Engineered Decisions make sense and should have a strong future potential in medical applications. However, as with any technique, the RED approach is not a panacea. It has its own restrictions. The rest of this review is devoted to description of the central theme of the book -- logic of argument (Figures and 5) and analysis of restrictions of the approach (Figures 6 and 7). The term argument is defined as a triple: <Claim: Grounds: Qualifier>, where a Qualifier is the confidence value assigned to the Claim based on the Grounds. The authors emphasize that an argument has a form of a logical rule, Grounds => supports Claim but does not have not its force, that is, an argument does not sanction a definite conclusion (see Figure ). The central theme --logic of argument An argument has a form of a logical rule, but not its force (an argument does not sanction a definite conclusion.) The conclusion of argument can not be guaranteed to be correct in contrast with a conventional proof. We may not be able to assume that all our premises are true. Types of basic logic for logic of argument: classical (0/1) logic, other logics. The Argument term is a triple: <Claim: Grounds: Qualifier>, where a Qualifier is the confidence value assigned to the Claim based on the Grounds. Example: Claim = Mr.P has a gastric ulcer, Grounds= Mr. P has pain after meals & ulcers are painful because of an increase in acidity, Qualifier= supports. Types of Qualifiers: 1) binary (supports/opposes), 2) numerical drawn from [0,1] (probabilistic or other measures), 3) linguistic sings ( presumably, terms for levels of consistency between grounds of the argument.) Figure.

5 The central assumption -- independence Axiom 8 (truth functionality axiom) states that if d1 and d2 are supports for claims F and G respectively then function (d1,d2) (or d1 d2 in infix notation) is a derived support for F&G. The scope of unforeseen and unforeseeable interactions is vast (p. 12) 7 Truth functionality means that the value of truth function for F&G depends only on d1 (truth of F ) and d2 (truth of G) and does not depend on F and G interaction Absence of interaction means independence of F and G. In probabilistic inference this assumption is not accepted in general. Example: In a lattice structure dictionary d1 d2 can simply be taken as the greatest lower bound of d1 and d2. Axiom 8: <sup d1 >F & <sup d2 >G <sup d1 d2 >(F&G), where : D D D is the function for computing support for assertions derived through material implication. Independence of F and G should be provided and tested reviewer authors Figure 5. The authors state that the conclusion of argument process can not be guaranteed to be correct in contrast with a conventional proof. This, of course, is the typical situation in medical arguments. Several types of Qualifiers are considered to express the level of support for the claim: binary (supports/opposes); numerical drawn from [0,1] (probabilistic or other measures); linguistic signs such as presumably or other terms for expressing levels of consistency between the grounds of the argument. The authors base their assumption of independence (Axiom 8) on the statement that in many applications there is not enough data for estimating dependencies in the form of conditional probabilities P(F Q) and P(Q F). This is obviously true. Therefore, the authors select tasks were arguments are most likely independent. For instance, argument A= Mr. P has pain after meals and argument B= ulcers are painful because of an increase in acidity are relatively independent. Ulcers can be painful independent of the pain suffered by the Mr. P after meal. However, this is not something that can be guaranteed for all possible medical statements. 5

6 Figure 5 explains the logic of axiom 8 and its manner for expressing independence of arguments through truth-functionality. Figure 6 analyzes future of the central assumption of the book. Authors mention that The scope of unforeseen and unforeseeable interactions is vast (p. 12). For some tasks, designers can provide independent (non-interacting) arguments, but it is not a universally rigorous design approach. Fuzzy logic control success justifies this statement [3]. Control engineers were able to find thousands applications with minor interactions between arguments and/or make adjustments in logical connectors/operators using neural networks and other learning techniques to accommodate interactions. Medical field needs similar techniques. Study of breast cancer diagnosis shows many interactions between arguments, which can not be ignored. For instance in [] these interactions were restored by the interactive monotone Boolean function approach and used for developing diagnostic rules. Discussion on the central assumption There is no data for estimating dependencies as conditional probabilities P(F Q) and P(Q F) in many applications. Authors approach can work if F and Q are constructed as independents entities. Practical approach Without testing independence RED approach may not produce rigorously engineered decisions List of successful medical tasks Independence of F and G should be provided and was actually provided in book s examples. authors Figure 6. reviewer 6

7 Future of independence assumption For some task designers can provide independent (non-interacting) arguments, but it is not a universal rigorous design approach. The scope of unforeseen and unforeseeable interactions is vast (p. 12) 7 Fuzzy logic control success justifies this statement. A special technique is needed to express interaction rigorously The technique has been developed for some hazardous medical applications. Logic of hazardous applications could be especially sensitive to independence assumption. Breast cancer example. Figure 7. Concluding remarks. The problem of safety in hazardous applications is a growing area of research and applications. The authors approach is fruitful and the book can be a useful reference for medical informatics professionals. References [1] Russell, S., Norvig, P., Artificial Intelligence: Modern Approach, Prentice Hall, 1995, [2] Bellman, R., Giertz, M. On the analytical formalism of the theory of fuzzy sets, Information Sciences, N. 5, 1973, pp [2] Kovalerchuk, B., Context Spaces as Necessary Frames for Correct Approximate Reasoning, International Journal of General Systems, vol. 25(1), pp , [3]. Kovalerchuk, B., Vityaev E., Ruiz J.F., Consistent Knowledge Discovery in Medical Diagnosis, IEEE Engineering in Medicine and Biology Magazine, vol. 19, N,, 2000, pp

Towards a general model for argumentation services

Towards a general model for argumentation services Towards a general model for argumentation services John Fox 1,2, Liz Black 1, David Glasspool 1,2, Sanjay Modgil 1,2, Ayelet Oettinger 1, Vivek Patkar 1, Matt Williams 1 1 Advanced Computation Laboratory,

More information

Cognitive domain: Comprehension Answer location: Elements of Empiricism Question type: MC

Cognitive domain: Comprehension Answer location: Elements of Empiricism Question type: MC Chapter 2 1. Knowledge that is evaluative, value laden, and concerned with prescribing what ought to be is known as knowledge. *a. Normative b. Nonnormative c. Probabilistic d. Nonprobabilistic. 2. Most

More information

Chapter 3 Tools for Practical Theorizing: Theoretical Maps and Ecosystem Maps

Chapter 3 Tools for Practical Theorizing: Theoretical Maps and Ecosystem Maps Chapter 3 Tools for Practical Theorizing: Theoretical Maps and Ecosystem Maps Chapter Outline I. Introduction A. Understanding theoretical languages requires universal translators 1. Theoretical maps identify

More information

Theoretical Perspectives in the PhD thesis: How many? Dr. Terence Love We-B Centre School of Management Information Systems Edith Cowan University

Theoretical Perspectives in the PhD thesis: How many? Dr. Terence Love We-B Centre School of Management Information Systems Edith Cowan University Theoretical Perspectives in the PhD thesis: How many? Dr. Terence Love We-B Centre School of Management Information Systems Edith Cowan University Content and purpose of the PhD thesis A candidate s PhD

More information

Fuzzy logic in computer-aided breast cancer diagnosis: analysis of lobulation 1

Fuzzy logic in computer-aided breast cancer diagnosis: analysis of lobulation 1 Artificial Intelligence in Medicine 11 (1997) 75 85 Fuzzy logic in computer-aided breast cancer diagnosis: analysis of lobulation 1 Boris Kovalerchuk a,b, Evangelos Triantaphyllou a,b, *, James F. Ruiz

More information

THEORY DEVELOPMENT PROCESS

THEORY DEVELOPMENT PROCESS THEORY DEVELOPMENT PROCESS The systematic development of scientific nursing theories has a better chance of advancing nursing and may lead to the basis for advancing nursing. Theory components and their

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

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

A Difference that Makes a Difference: Welfare and the Equality of Consideration

A Difference that Makes a Difference: Welfare and the Equality of Consideration 84 A Difference that Makes a Difference: Welfare and the Equality of Consideration Abstract Elijah Weber Philosophy Department Bowling Green State University eliweber1980@gmail.com In Welfare, Happiness,

More information

Neuroscience and Generalized Empirical Method Go Three Rounds

Neuroscience and Generalized Empirical Method Go Three Rounds Bruce Anderson, Neuroscience and Generalized Empirical Method Go Three Rounds: Review of Robert Henman s Global Collaboration: Neuroscience as Paradigmatic Journal of Macrodynamic Analysis 9 (2016): 74-78.

More information

The Logic of Categorization

The Logic of Categorization From: FLAIRS-02 Proceedings. Copyright 2002, AAAI (www.aaai.org). All rights reserved. The Logic of Categorization Pei Wang Department of Computer and Information Sciences, Temple University Philadelphia,

More information

Introduction to Medical Computing

Introduction to Medical Computing CS 2124-2125 Introduction to Medical Computing Stephen M. Watt Artificial Intelligence in Medicine Notes by Jacquelyne Forgette, March 2012. University of Western Ontario CS 2125. Stephen M. Watt AIM Artificial

More information

BIOLOGY. The range and suitability of the work submitted

BIOLOGY. The range and suitability of the work submitted Overall grade boundaries BIOLOGY Grade: E D C B A Mark range: 0-7 8-15 16-22 23-28 29-36 The range and suitability of the work submitted In this session essays were submitted in a wide range of appropriate

More information

to particular findings or specific theories, I hope what I can offer is an objective evaluation of the state of the field a decade or so into the

to particular findings or specific theories, I hope what I can offer is an objective evaluation of the state of the field a decade or so into the There is no greater fascination on the part of humanity than with the brain mechanisms that might explain our minds. What, we all ask, could possibly account for our personal awareness of the world of

More information

Finding Information Sources by Model Sharing in Open Multi-Agent Systems 1

Finding Information Sources by Model Sharing in Open Multi-Agent Systems 1 Finding Information Sources by Model Sharing in Open Multi-Agent Systems Jisun Park, K. Suzanne Barber The Laboratory for Intelligent Processes and Systems The University of Texas at Austin 20 E. 24 th

More information

Qualitative Data Analysis. Richard Boateng, PhD. Arguments with Qualitative Data. Office: UGBS RT18 (rooftop)

Qualitative Data Analysis. Richard Boateng, PhD. Arguments with Qualitative Data. Office: UGBS RT18 (rooftop) Qualitative Data Analysis Lecturer/Convenor: Richard Boateng, PhD. Email: richard@pearlrichards.org Office: UGBS RT18 (rooftop) Arguments with Qualitative Data Photo Illustrations from Getty Images www.gettyimages.com

More information

Volker Halbach, Axiomatic Theories of Truth, Cambridge: Cambridge. University Press, 2011, ix+365pp., $85.00, ISBN

Volker Halbach, Axiomatic Theories of Truth, Cambridge: Cambridge. University Press, 2011, ix+365pp., $85.00, ISBN Volker Halbach, Axiomatic Theories of Truth, Cambridge: Cambridge University Press, 2011, ix+365pp., $85.00, ISBN 978-0-521-11581-0. The work under review provides the first book-length study wholly devoted

More information

CHAPTER - 7 FUZZY LOGIC IN DATA MINING

CHAPTER - 7 FUZZY LOGIC IN DATA MINING CHAPTER - 7 FUZZY LOGIC IN DATA MINING 7.1. INTRODUCTION Fuzzy logic is an approach of data mining that involves computing the data based on the probable predictions and clustering as opposed to the traditional

More information

[1] provides a philosophical introduction to the subject. Simon [21] discusses numerous topics in economics; see [2] for a broad economic survey.

[1] provides a philosophical introduction to the subject. Simon [21] discusses numerous topics in economics; see [2] for a broad economic survey. Draft of an article to appear in The MIT Encyclopedia of the Cognitive Sciences (Rob Wilson and Frank Kiel, editors), Cambridge, Massachusetts: MIT Press, 1997. Copyright c 1997 Jon Doyle. All rights reserved

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

SOCIAL AND CULTURAL ANTHROPOLOGY

SOCIAL AND CULTURAL ANTHROPOLOGY SOCIAL AND CULTURAL ANTHROPOLOGY Overall grade boundaries Grade: E D C B A Mark range: 0-7 8-15 16-22 23-28 29-36 The range and suitability of the work submitted In reading over the comments of examiners

More information

School of Nursing, University of British Columbia Vancouver, British Columbia, Canada

School of Nursing, University of British Columbia Vancouver, British Columbia, Canada Data analysis in qualitative research School of Nursing, University of British Columbia Vancouver, British Columbia, Canada Unquestionably, data analysis is the most complex and mysterious of all of the

More information

Plan Recognition through Goal Graph Analysis

Plan Recognition through Goal Graph Analysis Plan Recognition through Goal Graph Analysis Jun Hong 1 Abstract. We present a novel approach to plan recognition based on a two-stage paradigm of graph construction and analysis. First, a graph structure

More information

Guide to Rating Critical & Integrative Thinking for eportfolios Washington State University, Fall 2006

Guide to Rating Critical & Integrative Thinking for eportfolios Washington State University, Fall 2006 Guide to Rating Critical & Integrative Thinking for eportfolios Washington State University, Fall 2006 For each of the seven criteria below, assess the work by: a) circling specific phrases which describe

More information

EEL-5840 Elements of {Artificial} Machine Intelligence

EEL-5840 Elements of {Artificial} Machine Intelligence Menu Introduction Syllabus Grading: Last 2 Yrs Class Average 3.55; {3.7 Fall 2012 w/24 students & 3.45 Fall 2013} General Comments Copyright Dr. A. Antonio Arroyo Page 2 vs. Artificial Intelligence? DEF:

More information

The role of theory in construction management: a call for debate

The role of theory in construction management: a call for debate The role of theory in construction management: a call for debate Seymour, D, Crook, D and Rooke, JA http://dx.doi.org/10.1080/014461997373169 Title Authors Type URL The role of theory in construction management:

More information

A Unified View of Consequence Relation, Belief Revision and Conditional Logic

A Unified View of Consequence Relation, Belief Revision and Conditional Logic A Unified View of Consequence Relation, Belief Revision and Conditional Logic Hirofumi Katsuno NTT Basic Research Laboratories Musashinoshi, Tokyo 180 Japan katsuno(dntt-20.ntt. jp Ken Satoh ICOT Research

More information

KECERDASAN BUATAN 3. By Sirait. Hasanuddin Sirait, MT

KECERDASAN BUATAN 3. By Sirait. Hasanuddin Sirait, MT KECERDASAN BUATAN 3 By @Ir.Hasanuddin@ Sirait Why study AI Cognitive Science: As a way to understand how natural minds and mental phenomena work e.g., visual perception, memory, learning, language, etc.

More information

Whose psychological concepts?

Whose psychological concepts? 1 Whose psychological concepts? Jan Smedslund The Structure of Psychological Common Sense Mahwah, NJ: Erlbaum, 1997. 111 pp. ISBN 0-8058-2903-2. $24.95 Review by Bertram F. Malle Socrates charge against

More information

Semantic Science: machine understandable scientific theories and data

Semantic Science: machine understandable scientific theories and data Semantic Science: machine understandable scientific theories and data David Poole http://www.cs.ubc.ca/spider/poole/ October 13, 2007 Abstract The aim of semantic science is to have scientific data and

More information

Grounding Ontologies in the External World

Grounding Ontologies in the External World Grounding Ontologies in the External World Antonio CHELLA University of Palermo and ICAR-CNR, Palermo antonio.chella@unipa.it Abstract. The paper discusses a case study of grounding an ontology in the

More information

Relationships Between the High Impact Indicators and Other Indicators

Relationships Between the High Impact Indicators and Other Indicators Relationships Between the High Impact Indicators and Other Indicators The High Impact Indicators are a list of key skills assessed on the GED test that, if emphasized in instruction, can help instructors

More information

Audio: In this lecture we are going to address psychology as a science. Slide #2

Audio: In this lecture we are going to address psychology as a science. Slide #2 Psychology 312: Lecture 2 Psychology as a Science Slide #1 Psychology As A Science In this lecture we are going to address psychology as a science. Slide #2 Outline Psychology is an empirical science.

More information

Measurement and meaningfulness in Decision Modeling

Measurement and meaningfulness in Decision Modeling Measurement and meaningfulness in Decision Modeling Brice Mayag University Paris Dauphine LAMSADE FRANCE Chapter 2 Brice Mayag (LAMSADE) Measurement theory and meaningfulness Chapter 2 1 / 47 Outline 1

More information

This article, the last in a 4-part series on philosophical problems

This article, the last in a 4-part series on philosophical problems GUEST ARTICLE Philosophical Issues in Medicine and Psychiatry, Part IV James Lake, MD This article, the last in a 4-part series on philosophical problems in conventional and integrative medicine, focuses

More information

Forum. and Categorization. 8. Three Distinctions about Concepts EDWARD E. SMITH. Metaphysical versus Epistemological Accounts of Concepts

Forum. and Categorization. 8. Three Distinctions about Concepts EDWARD E. SMITH. Metaphysical versus Epistemological Accounts of Concepts Mind b Language Vol. 4 Nos. 1 and 2 Spring/Summer 1989 [SSN 0268-1064 0 Basil Blackw~ll Forum 8. Three Distinctions about Concepts and Categorization EDWARD E. SMITH Some of the problems raised in the

More information

PARADIGMS, THEORY AND SOCIAL RESEARCH

PARADIGMS, THEORY AND SOCIAL RESEARCH PARADIGMS, THEORY AND SOCIAL RESEARCH Workshop 3 Masaryk University Faculty of Social Studies Research methods in sociology 5.3.2006 Nina Tomov 1 1. Introduction This chapter explains some specific ways

More information

Research Methodology in Social Sciences. by Dr. Rina Astini

Research Methodology in Social Sciences. by Dr. Rina Astini Research Methodology in Social Sciences by Dr. Rina Astini Email : rina_astini@mercubuana.ac.id What is Research? Re ---------------- Search Re means (once more, afresh, anew) or (back; with return to

More information

Practical and Philosophical Applications. of Fuzzy Logic: A Brief Introduction

Practical and Philosophical Applications. of Fuzzy Logic: A Brief Introduction Practical and Philosophical Applications of Fuzzy Logic: A Brief Introduction D. John Doyle May 2012 Human beings are sometimes said to be different from mere computers and their associated algorithms

More information

From Cells to Concepts

From Cells to Concepts EBSCOhost 1 of 4 From Cells to Concepts Review By: Norman M. Weinberger Review of: Memory, Learning, and Higher Function: A Cellular View By: C. D. Woody, New York: Springer-Verlag New York, 1982. 498

More information

Critical Thinking Assessment at MCC. How are we doing?

Critical Thinking Assessment at MCC. How are we doing? Critical Thinking Assessment at MCC How are we doing? Prepared by Maura McCool, M.S. Office of Research, Evaluation and Assessment Metropolitan Community Colleges Fall 2003 1 General Education Assessment

More information

High-level Vision. Bernd Neumann Slides for the course in WS 2004/05. Faculty of Informatics Hamburg University Germany

High-level Vision. Bernd Neumann Slides for the course in WS 2004/05. Faculty of Informatics Hamburg University Germany High-level Vision Bernd Neumann Slides for the course in WS 2004/05 Faculty of Informatics Hamburg University Germany neumann@informatik.uni-hamburg.de http://kogs-www.informatik.uni-hamburg.de 1 Contents

More information

Chapter 1 Introduction to Educational Research

Chapter 1 Introduction to Educational Research Chapter 1 Introduction to Educational Research The purpose of Chapter One is to provide an overview of educational research and introduce you to some important terms and concepts. My discussion in this

More information

Making Accessible the Reform Implications of Gregory Bateson s Core Ideas on Language

Making Accessible the Reform Implications of Gregory Bateson s Core Ideas on Language 1 Making Accessible the Reform Implications of Gregory Bateson s Core Ideas on Language Perspectives on the Ideas of Gregory Bateson, Ecological Intelligence, and Educational Reforms, by C. A. Bowers,

More information

CISC453 Winter Probabilistic Reasoning Part B: AIMA3e Ch

CISC453 Winter Probabilistic Reasoning Part B: AIMA3e Ch CISC453 Winter 2010 Probabilistic Reasoning Part B: AIMA3e Ch 14.5-14.8 Overview 2 a roundup of approaches from AIMA3e 14.5-14.8 14.5 a survey of approximate methods alternatives to the direct computing

More information

Chapter 02. Basic Research Methodology

Chapter 02. Basic Research Methodology Chapter 02 Basic Research Methodology Definition RESEARCH Research is a quest for knowledge through diligent search or investigation or experimentation aimed at the discovery and interpretation of new

More information

Insight Assessment Measuring Thinking Worldwide

Insight Assessment Measuring Thinking Worldwide California Critical Thinking Skills Test (CCTST). The CCTST measures the reasoning skills human beings use in the process of reflectively deciding what to believe or what to do. Skill/Attribute Name SE

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

From Classical Logic to Computational Argumentation

From Classical Logic to Computational Argumentation From Classical Logic to Computational Argumentation Massimiliano Giacomin massimiliano.giacomin@unibs.it www.ing.unibs.it/~giacomin/ DII - Dipartimento di Ingegneria dell Informazione Università degli

More information

Speaker Notes: Qualitative Comparative Analysis (QCA) in Implementation Studies

Speaker Notes: Qualitative Comparative Analysis (QCA) in Implementation Studies Speaker Notes: Qualitative Comparative Analysis (QCA) in Implementation Studies PART 1: OVERVIEW Slide 1: Overview Welcome to Qualitative Comparative Analysis in Implementation Studies. This narrated powerpoint

More information

A Direct Object of Perception

A Direct Object of Perception E-LOGOS Electronic Journal for Philosophy 2015, Vol. 22(1) 28 36 ISSN 1211-0442 (DOI 10.18267/j.e-logos.411),Peer-reviewed article Journal homepage: e-logos.vse.cz A Direct Object of Perception Mika Suojanen

More information

In Support of a No-exceptions Truth-telling Policy in Medicine

In Support of a No-exceptions Truth-telling Policy in Medicine In Support of a No-exceptions Truth-telling Policy in Medicine An odd standard has developed regarding doctors responsibility to tell the truth to their patients. Lying, or the act of deliberate deception,

More information

Artificial Intelligence: Its Scope and Limits, by James Fetzer, Kluver Academic Publishers, Dordrecht, Boston, London. Artificial Intelligence (AI)

Artificial Intelligence: Its Scope and Limits, by James Fetzer, Kluver Academic Publishers, Dordrecht, Boston, London. Artificial Intelligence (AI) Artificial Intelligence: Its Scope and Limits, by James Fetzer, Kluver Academic Publishers, Dordrecht, Boston, London. Artificial Intelligence (AI) is the study of how to make machines behave intelligently,

More information

Bill Wilson. Categorizing Cognition: Toward Conceptual Coherence in the Foundations of Psychology

Bill Wilson. Categorizing Cognition: Toward Conceptual Coherence in the Foundations of Psychology Categorizing Cognition: Toward Conceptual Coherence in the Foundations of Psychology Halford, G.S., Wilson, W.H., Andrews, G., & Phillips, S. (2014). Cambridge, MA: MIT Press http://mitpress.mit.edu/books/categorizing-cognition

More information

Medical thinking: towards a unified view. John Fox Advanced Computation Laboratory Cancer Research UK

Medical thinking: towards a unified view. John Fox Advanced Computation Laboratory Cancer Research UK Medical thinking: towards a unified view John Fox Advanced Computation Laboratory Cancer Research UK Cognitive theory Clinical The CREDO trial PROforma process modelling trials Theory to practice Experiments

More information

Agreement Coefficients and Statistical Inference

Agreement Coefficients and Statistical Inference CHAPTER Agreement Coefficients and Statistical Inference OBJECTIVE This chapter describes several approaches for evaluating the precision associated with the inter-rater reliability coefficients of the

More information

Decisions and Dependence in Influence Diagrams

Decisions and Dependence in Influence Diagrams JMLR: Workshop and Conference Proceedings vol 52, 462-473, 2016 PGM 2016 Decisions and Dependence in Influence Diagrams Ross D. hachter Department of Management cience and Engineering tanford University

More information

Statistical Decision Theory and Bayesian Analysis

Statistical Decision Theory and Bayesian Analysis Statistical Decision Theory and Bayesian Analysis Chapter 3: Prior Information and Subjective Probability Lili MOU moull12@sei.pku.edu.cn http://sei.pku.edu.cn/ moull12 11 MayApril 2015 Reference 3, James

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

Citation for published version (APA): Oderkerk, A. E. (1999). De preliminaire fase van het rechtsvergelijkend onderzoek Nijmegen: Ars Aequi Libri

Citation for published version (APA): Oderkerk, A. E. (1999). De preliminaire fase van het rechtsvergelijkend onderzoek Nijmegen: Ars Aequi Libri UvA-DARE (Digital Academic Repository) De preliminaire fase van het rechtsvergelijkend onderzoek Oderkerk, A.E. Link to publication Citation for published version (APA): Oderkerk, A. E. (1999). De preliminaire

More information

Some Thoughts on the Principle of Revealed Preference 1

Some Thoughts on the Principle of Revealed Preference 1 Some Thoughts on the Principle of Revealed Preference 1 Ariel Rubinstein School of Economics, Tel Aviv University and Department of Economics, New York University and Yuval Salant Graduate School of Business,

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

Fever Diagnosis Rule-Based Expert Systems

Fever Diagnosis Rule-Based Expert Systems Fever Diagnosis Rule-Based Expert Systems S. Govinda Rao M. Eswara Rao D. Siva Prasad Dept. of CSE Dept. of CSE Dept. of CSE TP inst. Of Science & Tech., TP inst. Of Science & Tech., Rajah RSRKRR College

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

PARTIAL IDENTIFICATION OF PROBABILITY DISTRIBUTIONS. Charles F. Manski. Springer-Verlag, 2003

PARTIAL IDENTIFICATION OF PROBABILITY DISTRIBUTIONS. Charles F. Manski. Springer-Verlag, 2003 PARTIAL IDENTIFICATION OF PROBABILITY DISTRIBUTIONS Charles F. Manski Springer-Verlag, 2003 Contents Preface vii Introduction: Partial Identification and Credible Inference 1 1 Missing Outcomes 6 1.1.

More information

PubH 7470: STATISTICS FOR TRANSLATIONAL & CLINICAL RESEARCH

PubH 7470: STATISTICS FOR TRANSLATIONAL & CLINICAL RESEARCH PubH 7470: STATISTICS FOR TRANSLATIONAL & CLINICAL RESEARCH Instructor: Chap T. Le, Ph.D. Distinguished Professor of Biostatistics Basic Issues: COURSE INTRODUCTION BIOSTATISTICS BIOSTATISTICS is the Biomedical

More information

The Regression-Discontinuity Design

The Regression-Discontinuity Design Page 1 of 10 Home» Design» Quasi-Experimental Design» The Regression-Discontinuity Design The regression-discontinuity design. What a terrible name! In everyday language both parts of the term have connotations

More information

COMP329 Robotics and Autonomous Systems Lecture 15: Agents and Intentions. Dr Terry R. Payne Department of Computer Science

COMP329 Robotics and Autonomous Systems Lecture 15: Agents and Intentions. Dr Terry R. Payne Department of Computer Science COMP329 Robotics and Autonomous Systems Lecture 15: Agents and Intentions Dr Terry R. Payne Department of Computer Science General control architecture Localisation Environment Model Local Map Position

More information

BIOSTATISTICAL METHODS AND RESEARCH DESIGNS. Xihong Lin Department of Biostatistics, University of Michigan, Ann Arbor, MI, USA

BIOSTATISTICAL METHODS AND RESEARCH DESIGNS. Xihong Lin Department of Biostatistics, University of Michigan, Ann Arbor, MI, USA BIOSTATISTICAL METHODS AND RESEARCH DESIGNS Xihong Lin Department of Biostatistics, University of Michigan, Ann Arbor, MI, USA Keywords: Case-control study, Cohort study, Cross-Sectional Study, Generalized

More information

DEFINING THE CASE STUDY Yin, Ch. 1

DEFINING THE CASE STUDY Yin, Ch. 1 Case Study Research DEFINING THE CASE STUDY Yin, Ch. 1 Goals for today are to understand: 1. What is a case study 2. When is it useful 3. Guidelines for designing a case study 4. Identifying key methodological

More information

Modeling and Environmental Science: In Conclusion

Modeling and Environmental Science: In Conclusion Modeling and Environmental Science: In Conclusion Environmental Science It sounds like a modern idea, but if you view it broadly, it s a very old idea: Our ancestors survival depended on their knowledge

More information

Comparison of Mamdani and Sugeno Fuzzy Interference Systems for the Breast Cancer Risk

Comparison of Mamdani and Sugeno Fuzzy Interference Systems for the Breast Cancer Risk Comparison of Mamdani and Sugeno Fuzzy Interference Systems for the Breast Cancer Risk Alshalaa A. Shleeg, Issmail M. Ellabib Abstract Breast cancer is a major health burden worldwide being a major cause

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

Integrative Thinking Rubric

Integrative Thinking Rubric Critical and Integrative Thinking Rubric https://my.wsu.edu/portal/page?_pageid=177,276578&_dad=portal&... Contact Us Help Desk Search Home About Us What's New? Calendar Critical Thinking eportfolios Outcomes

More information

Artificial Intelligence Programming Probability

Artificial Intelligence Programming Probability Artificial Intelligence Programming Probability Chris Brooks Department of Computer Science University of San Francisco Department of Computer Science University of San Francisco p.1/25 17-0: Uncertainty

More information

A Computational Framework for Concept Formation for a Situated Design Agent

A Computational Framework for Concept Formation for a Situated Design Agent A Computational Framework for Concept Formation for a Situated Design Agent John S Gero Key Centre of Design Computing and Cognition University of Sydney NSW 2006 Australia john@arch.usyd.edu.au and Haruyuki

More information

Fuzzy Expert System Design for Medical Diagnosis

Fuzzy Expert System Design for Medical Diagnosis Second International Conference Modelling and Development of Intelligent Systems Sibiu - Romania, September 29 - October 02, 2011 Man Diana Ofelia Abstract In recent years, the methods of artificial intelligence

More information

Perception Lie Paradox: Mathematically Proved Uncertainty about Humans Perception Similarity

Perception Lie Paradox: Mathematically Proved Uncertainty about Humans Perception Similarity Perception Lie Paradox: Mathematically Proved Uncertainty about Humans Perception Similarity Ahmed M. Mahran Computer and Systems Engineering Department, Faculty of Engineering, Alexandria University,

More information

DOING SOCIOLOGICAL RESEARCH C H A P T E R 3

DOING SOCIOLOGICAL RESEARCH C H A P T E R 3 DOING SOCIOLOGICAL RESEARCH C H A P T E R 3 THE RESEARCH PROCESS There are various methods that sociologists use to do research. All involve rigorous observation and careful analysis These methods include:

More information

Table of Contents. EHS EXERCISE 1: Risk Assessment: A Case Study of an Investigation of a Tuberculosis (TB) Outbreak in a Health Care Setting

Table of Contents. EHS EXERCISE 1: Risk Assessment: A Case Study of an Investigation of a Tuberculosis (TB) Outbreak in a Health Care Setting Instructions: Use this document to search by topic (e.g., exploratory data analysis or study design), by discipline (e.g., environmental health sciences or health policy and management) or by specific

More information

DEVELOPING THE RESEARCH FRAMEWORK Dr. Noly M. Mascariñas

DEVELOPING THE RESEARCH FRAMEWORK Dr. Noly M. Mascariñas DEVELOPING THE RESEARCH FRAMEWORK Dr. Noly M. Mascariñas Director, BU-CHED Zonal Research Center Bicol University Research and Development Center Legazpi City Research Proposal Preparation Seminar-Writeshop

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

METHODOLOGY FOR DISSERTATION

METHODOLOGY FOR DISSERTATION METHODOLOGY FOR DISSERTATION In order to expose the methods of scientific work, it is necessary to briefly clarify the terms of methodology, methods and scientific methods. The methodology comes from the

More information

Learn 10 essential principles for research in all scientific and social science disciplines

Learn 10 essential principles for research in all scientific and social science disciplines Helpsheet Giblin Eunson Library ESEACH ESSENTIALS Use this sheet to help you: Learn 10 essential principles for research in all scientific and social science disciplines 5 minute self test Look at the

More information

An Interval-Based Representation of Temporal Knowledge

An Interval-Based Representation of Temporal Knowledge An Interval-Based Representation of Temporal Knowledge James F. Allen Department of Computer Science The University of Rochester Rochester, NY 14627 Abstract This paper describes a method for maintaining

More information

Representation of Part-Whole Relationships in SNOMED CT

Representation of Part-Whole Relationships in SNOMED CT Representation of Part-Whole Relationships in SNOMED CT A. Patrice Seyed 1, Alan Rector 2, Uli Sattler 2, Bijan Parsia 2, and Robert Stevens 2 1 Department of Computer Science and Engineering, University

More information

Improving Construction of Conditional Probability Tables for Ranked Nodes in Bayesian Networks Pekka Laitila, Kai Virtanen

Improving Construction of Conditional Probability Tables for Ranked Nodes in Bayesian Networks Pekka Laitila, Kai Virtanen Improving Construction of Conditional Probability Tables for Ranked Nodes in Bayesian Networks Pekka Laitila, Kai Virtanen pekka.laitila@aalto.fi, kai.virtanen@aalto.fi Systems Analysis Laboratory, Department

More information

Language, Gender, Culture: Honor Code and His Politeness is her Powerlessness

Language, Gender, Culture: Honor Code and His Politeness is her Powerlessness Mrs. Bowyer EDHS Language, Gender, Culture: Honor Code and His Politeness is her Powerlessness Name: Brooks, David. Honor Code. New York Times 6 July 2012, New York ed.: A23. Print. Tannen, Deborah. His

More information

Structural assessment of heritage buildings

Structural assessment of heritage buildings Defence Sites 69 Structural assessment of heritage buildings M. Holicky & M. Sykora Klokner Institute, Czech Technical University in Prague, Czech Republic Abstract Reliability assessment of heritage buildings

More information

Survey of Knowledge Base Content

Survey of Knowledge Base Content Survey of Content Introduction Fundamental Expression Types Top Level Collections Time and Dates Spatial Properties and Relations Event Types Information More Content Areas Copyright 2002 Cycorp This set

More information

Context, information s meaning, and perception

Context, information s meaning, and perception 8th Conference of the European Society for Fuzzy Logic and Technology (EUSFLAT 2013) Context, information s meaning, and perception Clara Barroso 1 University of La Laguna 2 Associated researcher ECSC

More information

The Common Priors Assumption: A comment on Bargaining and the Nature of War

The Common Priors Assumption: A comment on Bargaining and the Nature of War The Common Priors Assumption: A comment on Bargaining and the Nature of War Mark Fey Kristopher W. Ramsay June 10, 2005 Abstract In a recent article in the JCR, Smith and Stam (2004) call into question

More information

Chapter 02 Developing and Evaluating Theories of Behavior

Chapter 02 Developing and Evaluating Theories of Behavior Chapter 02 Developing and Evaluating Theories of Behavior Multiple Choice Questions 1. A theory is a(n): A. plausible or scientifically acceptable, well-substantiated explanation of some aspect of the

More information

INTERVIEWS II: THEORIES AND TECHNIQUES 5. CLINICAL APPROACH TO INTERVIEWING PART 1

INTERVIEWS II: THEORIES AND TECHNIQUES 5. CLINICAL APPROACH TO INTERVIEWING PART 1 INTERVIEWS II: THEORIES AND TECHNIQUES 5. CLINICAL APPROACH TO INTERVIEWING PART 1 5.1 Clinical Interviews: Background Information The clinical interview is a technique pioneered by Jean Piaget, in 1975,

More information

Funnelling Used to describe a process of narrowing down of focus within a literature review. So, the writer begins with a broad discussion providing b

Funnelling Used to describe a process of narrowing down of focus within a literature review. So, the writer begins with a broad discussion providing b Accidental sampling A lesser-used term for convenience sampling. Action research An approach that challenges the traditional conception of the researcher as separate from the real world. It is associated

More information

Artificial Intelligence. Admin.

Artificial Intelligence. Admin. 15-381 Artificial Intelligence Admin. Instructor: Martial Hebert, NSH 4101, x8-2585 Textbook: Recommended (optional) textbook: Russell and Norvig's "Artificial Intelligence: A Modern Approach (2 nd edition)

More information

1 The conceptual underpinnings of statistical power

1 The conceptual underpinnings of statistical power 1 The conceptual underpinnings of statistical power The importance of statistical power As currently practiced in the social and health sciences, inferential statistics rest solidly upon two pillars: statistical

More information

WP 7: Emotion in Cognition and Action

WP 7: Emotion in Cognition and Action WP 7: Emotion in Cognition and Action Lola Cañamero, UH 2 nd Plenary, May 24-27 2005, Newcastle WP7: The context Emotion in cognition & action in multi-modal interfaces? Emotion-oriented systems adapted

More information

I. Introduction and Data Collection B. Sampling. 1. Bias. In this section Bias Random Sampling Sampling Error

I. Introduction and Data Collection B. Sampling. 1. Bias. In this section Bias Random Sampling Sampling Error I. Introduction and Data Collection B. Sampling In this section Bias Random Sampling Sampling Error 1. Bias Bias a prejudice in one direction (this occurs when the sample is selected in such a way that

More information

Persuasive Speech. Persuasive Speaking: Reasoning with Your Audience

Persuasive Speech. Persuasive Speaking: Reasoning with Your Audience Persuasive Speaking: Reasoning with Your Audience Persuasive Speech A speech whose goal is to influence the attitudes, beliefs, values, or behavior of audience members 1 Elaboration Likelihood Model People

More information