All Elephants are Bigger than All Mice

Size: px
Start display at page:

Download "All Elephants are Bigger than All Mice"

Transcription

1 All Elephants are Bigger than All Mice Description Logic Rules Sebastian Rudolph Markus Krötzsch Pascal Hitzler Institut AIFB, Universität Karlsruhe (TH) 21st Description Logic Workshop Dresden, Germany May 2008 Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 1 / 10

2 Concept Products Some simple statements: Alkaline solutions neutralise acid solutions. Antihistamines alleviate allergies. Oppositely charged bodies attract each other. Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 2 / 10

3 Concept Products Some simple statements: Alkaline solutions neutralise acid solutions. Antihistamines alleviate allergies. Oppositely charged bodies attract each other. Concept products The relation R holds between all objects of A and all objects of B: A B R How can these be modelled in DL? Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 2 / 10

4 Concept Products Some simple statements: Alkaline solutions neutralise acid solutions. Antihistamines alleviate allergies. Oppositely charged bodies attract each other. Concept products The relation R holds between all objects of A and all objects of B: A B R How can these be modelled in DL? (In OWL DL and SHOIQ they cannot!) Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 2 / 10

5 Concept Products in SROIQ Concept product A B R: Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 3 / 10

6 Concept Products in SROIQ Concept product A B R: A R 1.{a} Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 3 / 10

7 Concept Products in SROIQ Concept product A B R: A R 1.{a} Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 3 / 10

8 Concept Products in SROIQ Concept product A B R: A R 1.{a} B R 2.{a} Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 3 / 10

9 Concept Products in SROIQ Concept product A B R: A R 1.{a} B R 2.{a} R 1 R 2 R Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 3 / 10

10 Concept Products in SROIQ Concept product A B R: A R 1.{a} B R 2.{a} R 1 R 2 R Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 3 / 10

11 Concept Products in SROIQ Concept product A B R: A R 1.{a} B R 2.{a} R 1 R 2 R Polynomial transformation, no complexity issue Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 3 / 10

12 SHOIQ, SHOI, and EL ++ What about less expressive DLs? Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 4 / 10

13 SHOIQ, SHOI, and EL ++ What about less expressive DLs? SHOIQ is NEXPTIME-complete Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 4 / 10

14 SHOIQ, SHOI, and EL ++ What about less expressive DLs? SHOIQ is NEXPTIME-complete proof by reduction to FOL with 2 variables Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 4 / 10

15 SHOIQ, SHOI, and EL ++ What about less expressive DLs? SHOIQ is NEXPTIME-complete proof by reduction to FOL with 2 variables also possible with concept products: A(x) B(y) R(x, y) Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 4 / 10

16 SHOIQ, SHOI, and EL ++ What about less expressive DLs? SHOIQ is NEXPTIME-complete proof by reduction to FOL with 2 variables also possible with concept products: A(x) B(y) R(x, y) SHOIQ is NEXPTIME-complete Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 4 / 10

17 SHOIQ, SHOI, and EL ++ What about less expressive DLs? SHOIQ is NEXPTIME-complete SHOI is EXPTIME-complete Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 4 / 10

18 SHOIQ, SHOI, and EL ++ What about less expressive DLs? SHOIQ is NEXPTIME-complete SHOI is EXPTIME-complete Transformation of concept products possible Roles R 1, R 2 as in SROIQ, but replace subconcepts: R.C R.C R 1. R 2.C, R.C R.C R 1. R 2.C Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 4 / 10

19 SHOIQ, SHOI, and EL ++ What about less expressive DLs? SHOIQ is NEXPTIME-complete SHOI is EXPTIME-complete Transformation of concept products possible Roles R 1, R 2 as in SROIQ, but replace subconcepts: R.C R.C R 1. R 2.C, R.C R.C R 1. R 2.C SHOI is EXPTIME-complete Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 4 / 10

20 SHOIQ, SHOI, and EL ++ What about less expressive DLs? SHOIQ is NEXPTIME-complete SHOI is EXPTIME-complete EL ++ is P-complete Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 4 / 10

21 SHOIQ, SHOI, and EL ++ What about less expressive DLs? SHOIQ is NEXPTIME-complete SHOI is EXPTIME-complete EL ++ is P-complete extend reasoning algorithm with rule for concept products Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 4 / 10

22 SHOIQ, SHOI, and EL ++ What about less expressive DLs? SHOIQ is NEXPTIME-complete SHOI is EXPTIME-complete EL ++ is P-complete extend reasoning algorithm with rule for concept products EL ++ is P-complete Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 4 / 10

23 SHOIQ, SHOI, and EL ++ What about less expressive DLs? SHOIQ is NEXPTIME-complete SHOI is EXPTIME-complete EL ++ is P-complete Worst-case complexity for SHOIQ, SHOI, EL ++ unaffected Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 4 / 10

24 A Rule Perspective Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 5 / 10

25 A Rule Perspective Concept products can be expressed as rules: A(x) B(y) R(x, y) More examples of rules: Woman(x) haschild(x, y) motherof(x, y) Man(x) hasbrother(x, y) haschild(y, z) Uncle(x) marriedto(x, y) loves(x, y) Happy(x) Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 5 / 10

26 Modelling rules in SROIQ Some rules can be expressed in SROIQ! Woman(x) haschild(x,y) motherof(x,y) Man(x) hasbrother(x,y) haschild(y,z) Uncle(x) Elephant(x) Mouse(y) biggerthan(x,y) marriedto(x,y) loves(x,y) Happy(x) Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 6 / 10

27 Modelling rules in SROIQ Some rules can be expressed in SROIQ! Woman(x) haschild(x,y) motherof(x,y) new role woman, new axioms: Woman woman.self woman haschild motherof Man(x) hasbrother(x,y) haschild(y,z) Uncle(x) Elephant(x) Mouse(y) biggerthan(x,y) marriedto(x,y) loves(x,y) Happy(x) Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 6 / 10

28 Modelling rules in SROIQ Some rules can be expressed in SROIQ! Woman(x) haschild(x,y) motherof(x,y) new role woman, new axioms: Woman woman.self woman haschild motherof Man(x) hasbrother(x,y) haschild(y,z) Uncle(x) axiom: Man hasbrother. haschild Uncle Elephant(x) Mouse(y) biggerthan(x,y) marriedto(x,y) loves(x,y) Happy(x) Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 6 / 10

29 Modelling rules in SROIQ Some rules can be expressed in SROIQ! Woman(x) haschild(x,y) motherof(x,y) new role woman, new axioms: Woman woman.self woman haschild motherof Man(x) hasbrother(x,y) haschild(y,z) Uncle(x) axiom: Man hasbrother. haschild Uncle Elephant(x) Mouse(y) biggerthan(x,y) new roles elephant, mouse, new axioms: Elephant elephant.self Mouse mouse.self elephant U mouse biggerthan marriedto(x,y) loves(x,y) Happy(x) Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 6 / 10

30 Modelling rules in SROIQ Some rules can be expressed in SROIQ! Woman(x) haschild(x,y) motherof(x,y) new role woman, new axioms: Woman woman.self woman haschild motherof Man(x) hasbrother(x,y) haschild(y,z) Uncle(x) axiom: Man hasbrother. haschild Uncle Elephant(x) Mouse(y) biggerthan(x,y) new roles elephant, mouse, new axioms: Elephant elephant.self Mouse mouse.self elephant U mouse biggerthan marriedto(x,y) loves(x,y) Happy(x) not possible in SROIQ, but doable (for simple roles) Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 6 / 10

31 DL Rules Can we allow rules in general? undecidable SWRL = DL + function-free Horn logic Which rules can be expressed in SROIQ? Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 7 / 10

32 DL Rules Can we allow rules in general? SWRL = DL + function-free Horn logic undecidable Which rules can be expressed in SROIQ? Description Logic Rules SWRL rules (with complex concepts) rule bodies tree- or forest-shaped R(x, x) and R(x, y) S(x, y) in bodies only if R, S simple Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 7 / 10

33 EL Rules and DLP Rules DL rules syntactic sugar only for SROIQ what about smaller DLs? Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 8 / 10

34 EL Rules and DLP Rules DL rules syntactic sugar only for SROIQ what about smaller DLs? DLP Description Logic Programs Horn-logic fragment of OWL DL (SHOIN ) Body concepts with R.C, head concepts with R.C Easy to extend to support according DL rules Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 8 / 10

35 EL Rules and DLP Rules DL rules syntactic sugar only for SROIQ what about smaller DLs? DLP Description Logic Programs Horn-logic fragment of OWL DL (SHOIN ) Body concepts with R.C, head concepts with R.C Easy to extend to support according DL rules EL ++ rules EL ++ admits R.C in body and head has no native support for R.Self, role conjunctions, U EL ++ rules still polynomial ELP: combination of EL ++ rules and safe DLP rules still polynomial Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 8 / 10

36 All Elephants are Bigger than All Mice Conclusion Concept products: useful, easily explained modelling construct DL rules: non-boring FOL rule fragment of SROIQ full reasoning support in any SROIQ reasoner no impact on worst-case complexity even in smaller DLs Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 9 / 10

37 Literature Rudolph, S.; Krötzsch, M.; and Hitzler, P. All elephants are bigger than all mice. In Proc. 21st Int. Workshop on Description Logics (DL-08) Krötzsch, M.; Rudolph, S.; and Hitzler, P. Description logic rules. In Proc. 18th European Conf. on Artificial Intelligence (ECAI-08), Gasse, F.; Sattler, U.; and Haarslev, V. Rewriting rules into SROIQ axioms. Poster at 21st Int. Workshop on Description Logics (DL-08) Krötzsch, M.; Rudolph, S.; and Hitzler, P. ELP: Tractable rules for OWL 2. Technical report, Universität Karlsruhe, Germany, Markus Krötzsch (AIFB Karlsruhe) All Elephants are Bigger than All Mice DL 2008 Dresden 10 / 10

Including Quantification in Defeasible Reasoning for the Description Logic EL

Including Quantification in Defeasible Reasoning for the Description Logic EL Including Quantification in Defeasible Reasoning for the Description Logic EL Maximilian Pensel and Anni-Yasmin Turhan Institute for Theoretical Computer Science, Technische Universität Dresden first-name.last-name

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

HUMAN REASONING AND DESCRIPTION LOGICS APPLYING PSYCHOLOGICAL THEORY TO UNDERSTAND AND IMPROVE THE USABILITY OF DESCRIPTION LOGICS

HUMAN REASONING AND DESCRIPTION LOGICS APPLYING PSYCHOLOGICAL THEORY TO UNDERSTAND AND IMPROVE THE USABILITY OF DESCRIPTION LOGICS HUMAN REASONING AND DESCRIPTION LOGICS APPLYING PSYCHOLOGICAL THEORY TO UNDERSTAND AND IMPROVE THE USABILITY OF DESCRIPTION LOGICS A THESIS SUBMITTED TO THE OPEN UNIVERSITY (UNITED KINGDOM) FOR THE DEGREE

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

Defined versus Asserted Classes: Working with the OWL Ontologies. NIF Webinar February 9 th 2010

Defined versus Asserted Classes: Working with the OWL Ontologies. NIF Webinar February 9 th 2010 Defined versus Asserted Classes: Working with the OWL Ontologies NIF Webinar February 9 th 2010 Outline NIFSTD ontologies in brief Multiple vs Single hierarchy of classes/ Asserted vs Inferred classes/primitive

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

The Limits of Artificial Intelligence

The Limits of Artificial Intelligence The Limits of Artificial Intelligence The Limits of Artificial Intelligence What does it mean to think or to feel? What is mind? Does mind really exist? To what extent are minds functionally dependent

More information

Ontological Queries Supporting Decision Process in KaSeA System

Ontological Queries Supporting Decision Process in KaSeA System Ontological Queries Supporting Decision Process in KaSeA System Krzysztof GOCZYŁA, Aleksander WALOSZEK, Wojciech WALOSZEK, Teresa ZAWADZKA, Michał ZAWADZKI Gdańsk University of Technology, Faculty of Electronics,

More information

Diversity of Preferences

Diversity of Preferences Diversity of Preferences Ulle Endriss Institute for Logic, Language and Computation University of Amsterdam [ joint work with Vahid Hashemi ] Ulle Endriss 1 Preferences and Preference Profiles Preferences

More information

That's a nice elliptical plot, for which the the "ordinary" Pearson r correlation is.609.

That's a nice elliptical plot, for which the the ordinary Pearson r correlation is.609. Dichotomization: How bad is it? Thomas R. Knapp 2013 Introduction I love percentages (Knapp, 2010). I love them so much I'm tempted to turn every statistical problem into an analysis of percentages. But

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

A Description Logic of Typicality for Conceptual Combination

A Description Logic of Typicality for Conceptual Combination A Description Logic of Typicality for Conceptual Combination Antonio Lieto* and Gian Luca Pozzato** *Dipartimento di Informatica, Università di Torino and ICAR-CNR, Italy **Dipartimento di Informatica,

More information

What Happened to Bob? Semantic Data Mining of Context Histories

What Happened to Bob? Semantic Data Mining of Context Histories What Happened to Bob? Semantic Data Mining of Context Histories Michael Wessel, Marko Luther, Ralf Möller Racer Systems DOCOMO Euro-Labs Uni Hamburg A mobile community service 1300+ users in 60+ countries

More information

Fuzzy Decision Tree FID

Fuzzy Decision Tree FID Fuzzy Decision Tree FID Cezary Z. Janikow Krzysztof Kawa Math & Computer Science Department Math & Computer Science Department University of Missouri St. Louis University of Missouri St. Louis St. Louis,

More information

Prof. Yousef Bassyouni Mahdy الا ستاذ الدكتور يوسف بسيونى مهدى. Fax: ٢٠-٨٨-٣٤٧٦٧٨

Prof. Yousef Bassyouni Mahdy الا ستاذ الدكتور يوسف بسيونى مهدى. Fax: ٢٠-٨٨-٣٤٧٦٧٨ Prof. Yousef Bassyouni Mahdy الا ستاذ الدكتور يوسف بسيونى مهدى Department of Computer Science College of Computer and Information sciences Assuit University Assuit EGYPT ٧١٥١٨ Telephone: ٢٠-٨٨-٣٦٢٨٥٥ Fax:

More information

Evaluating OWL 2 Reasoners in the context of Clinical Decision Support in Lung Cancer Treatment Selection

Evaluating OWL 2 Reasoners in the context of Clinical Decision Support in Lung Cancer Treatment Selection Evaluating OWL 2 Reasoners in the context of Clinical Decision Support in Lung Cancer Treatment Selection M. Berkan Sesen 1, Ernesto Jiménez-Ruiz 2, René Bañares-Alcántara 1, Sir Michael Brady 3 1 Department

More information

(producer) seeds (primary consumer) sparrow (secondary consumer) hawk

(producer) seeds (primary consumer) sparrow (secondary consumer) hawk What Are Some Parts of a Food Chain and a Food Web? Plants use light energy of the sun to make food. The food is stored in the cells of the plant. Plants are called producers because they make food. Some

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

Safe and Economic Re-Use of Ontologies: A Logic-Based Methodology and Tool Support

Safe and Economic Re-Use of Ontologies: A Logic-Based Methodology and Tool Support Safe and Economic Re-Use of Ontologies: A Logic-Based Methodology and Tool Support Ernesto Jiménez-Ruiz 1 Bernardo Cuenca Grau 2 Ulrike Sattler 3 Thomas Schneider 3 Rafael Berlanga 1 1 Computer Languages

More information

BTF. Bi-directional Texture Function (BTF) BTF BTF BTF BTF

BTF. Bi-directional Texture Function (BTF) BTF BTF BTF BTF BTF ( ) ( ) ( ) ( ) Bi-directional Texture Function (BTF) BTF BTF BTF BTF 3 2 2 BTF Summary We developed a efficient BTF compression and reproducing technique based on a dichromatic reflection model. For

More information

Ontology-Based Data Access and OWL 2 QL

Ontology-Based Data Access and OWL 2 QL Ontology-Based Data Access and OWL 2 QL Roman Kontchakov Department of Computer Science and Information Systems, Birkbeck, University of London http://www.dcs.bbk.ac.uk/~roman Data access in industry (from

More information

Positive and Unlabeled Relational Classification through Label Frequency Estimation

Positive and Unlabeled Relational Classification through Label Frequency Estimation Positive and Unlabeled Relational Classification through Label Frequency Estimation Jessa Bekker and Jesse Davis Computer Science Department, KU Leuven, Belgium firstname.lastname@cs.kuleuven.be Abstract.

More information

Positive and Unlabeled Relational Classification through Label Frequency Estimation

Positive and Unlabeled Relational Classification through Label Frequency Estimation Positive and Unlabeled Relational Classification through Label Frequency Estimation Jessa Bekker and Jesse Davis Computer Science Department, KU Leuven, Belgium firstname.lastname@cs.kuleuven.be Abstract.

More information

LOGICHE NON-CLASSICHE PER LA RAPPRESENTAZIONE DELLA CONOSCENZA E IL RAGIONAMENTO NON-CLASSICAL LOGICS FOR KNOWLEDGE REPRESENTATION AND REASONING

LOGICHE NON-CLASSICHE PER LA RAPPRESENTAZIONE DELLA CONOSCENZA E IL RAGIONAMENTO NON-CLASSICAL LOGICS FOR KNOWLEDGE REPRESENTATION AND REASONING LOGICHE NON-CLASSICHE PER LA RAPPRESENTAZIONE DELLA CONOSCENZA E IL RAGIONAMENTO NON-CLASSICAL LOGICS FOR KNOWLEDGE REPRESENTATION AND REASONING Laura Giordano, Valentina Gliozzi, Nicola Olivetti, Gian

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

Mining first-order frequent patterns in the STULONG database

Mining first-order frequent patterns in the STULONG database Mining first-order frequent patterns in the STULONG database Jan Blaťák KD Group at Faculty of Informatics Masaryk University in Brno, Czech Republic xblatak@fi.muni.cz Abstract. We show how RAP can be

More information

2 Answer all the questions.

2 Answer all the questions. 2 Answer all the questions. 1 (a) Fig. 1.1 represents a cross section through a myelinated neurone. A B Schwann cell C Fig. 1.1 (i) Identify A to C. A... B... C... [3] (ii) Name the gap between two adjacent

More information

Applied Machine Learning, Lecture 11: Ethical and legal considerations; domain effects and domain adaptation

Applied Machine Learning, Lecture 11: Ethical and legal considerations; domain effects and domain adaptation Applied Machine Learning, Lecture 11: Ethical and legal considerations; domain effects and domain adaptation Richard Johansson including some slides borrowed from Barbara Plank overview introduction bias

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

Experimental Design (7)

Experimental Design (7) Experimental Design (7) Kerry Kilborn Department of Psychology Overview Confounding variables Experiment vs. Correlational Study Between-Subjects Design Equivalent Groups Quasi-Experiments Summary Experimental

More information

Charges on amino acids and proteins. ph 1. ph 7. Acidic side chains: glutamate and aspartate

Charges on amino acids and proteins. ph 1. ph 7. Acidic side chains: glutamate and aspartate harges on amino acids and proteins Acidic side chains: glutamate and aspartate A A- + + + - + Basic side chains: arginine, lysine & histidine Glycine @ p 1 B+ B + + + The amino group, pka 9.6 3 N+ The

More information

Ten Strategies to Overcome Procrastination

Ten Strategies to Overcome Procrastination Ten Strategies to Overcome Procrastination True confession: I procrastinated on writing this article on procrastination. The irony is funny, right? Actually, it is proof positive that we all procrastinate

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

Day 1 Video 4 The Scientific Differences between Males & Females

Day 1 Video 4 The Scientific Differences between Males & Females 1 Hey everyone, David here. Day 1 Video 4 The Scientific Differences between Males & Females I m going to start this video by saying, men are NOT women. Women are NOT men. And when you start to appreciate

More information

A scored AUC Metric for Classifier Evaluation and Selection

A scored AUC Metric for Classifier Evaluation and Selection A scored AUC Metric for Classifier Evaluation and Selection Shaomin Wu SHAOMIN.WU@READING.AC.UK School of Construction Management and Engineering, The University of Reading, Reading RG6 6AW, UK Peter Flach

More information

The Elements of a Great Multiple-Choice Test Question AMWA Annual Conference 2017 November 4, 2017 Nathalie Turner, MS, ELS Senior Grant Writer,

The Elements of a Great Multiple-Choice Test Question AMWA Annual Conference 2017 November 4, 2017 Nathalie Turner, MS, ELS Senior Grant Writer, The Elements of a Great Multiple-Choice Test Question AMWA Annual Conference 2017 November 4, 2017 Nathalie Turner, MS, ELS Senior Grant Writer, Medscape Education Learning Objectives At the conclusion

More information

Visual Reassurance. Detection and Diagnosis. Treatment planning. Treatment guidance. Surveillance

Visual Reassurance. Detection and Diagnosis. Treatment planning. Treatment guidance. Surveillance Visual Reassurance Decision Making Prostate HistoScanning is a unique Tissue Characterisation technology, specifically developed to detect, visualise and pinpoint the tissues under suspicion of harbouring

More information

Project Statement. Team 2 Daniel Littleton Kathryn Scott Relation. Project #2 for NREC-AMI Student Design Competition, 2007/2008

Project Statement. Team 2 Daniel Littleton Kathryn Scott Relation. Project #2 for NREC-AMI Student Design Competition, 2007/2008 Project Statement Automated Syringe Loading Device Daniel Littleton Team 2 Daniel Littleton Kathryn Scott Relation Project #2 for NREC-AMI Student Design Competition, 2007/2008 Client Contact: Dr. John

More information

Research on Construction and SWRL Reasoning of Ontology of Maize Diseases

Research on Construction and SWRL Reasoning of Ontology of Maize Diseases Research on Construction and SWRL Reasoning of Ontology of Maize Diseases Li Ma, Helong Yu, Guifen Chen,Liying Cao,Yueling Zhao College of Information and Technology Science, Jilin Agricultural University,Chang

More information

Adverse drug reactions. Dr. Mark Haworth MBChB DA MRCA

Adverse drug reactions. Dr. Mark Haworth MBChB DA MRCA Adverse drug reactions Dr. Mark Haworth MBChB DA MRCA Types of drug reaction The appearance of known side effects to a drug e.g. respiratory depression following the administration of opioid analgesics

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

Ontological Modelling of Situational Awareness in Surgical Interventions

Ontological Modelling of Situational Awareness in Surgical Interventions Ontological Modelling of Situational Awareness in Surgical Interventions Sebastian SIEMOLEIT a,1, Alexandr UCITELI a, Richard Bieck b and Heinrich HERRE a a Institute of Medical Informatics, Statistics

More information

Mental Health Awareness Project

Mental Health Awareness Project This is a team project where team members research a specific mental health disorder, gather reliable health information and resources, and present research findings to the rest of the class. Using the

More information

Transforming OntoUML into Alloy: Towards conceptual model validation using a lightweight formal method

Transforming OntoUML into Alloy: Towards conceptual model validation using a lightweight formal method Transforming OntoUML into Alloy: Towards conceptual model validation using a lightweight formal method Bernardo F.B. Braga, João Paulo A. Almeida, Alessander Botti Benevides and Giancarlo Guizzardi http://nemo.inf.ufes.br

More information

Experimental Methods. Anna Fahlgren, Phd Associate professor in Experimental Orthopaedics

Experimental Methods. Anna Fahlgren, Phd Associate professor in Experimental Orthopaedics Experimental Methods Anna Fahlgren, Phd Associate professor in Experimental Orthopaedics What is experimental Methods? Experimental Methdology Experimental Methdology The Formal Hypothesis The precise

More information

Timothy Wilken, MD. Local Physician, Synergic Scientist, and Perennial Student.

Timothy Wilken, MD. Local Physician, Synergic Scientist, and Perennial Student. Timothy Wilken, MD Local Physician, Synergic Scientist, and Perennial Student www.synearth.net A Time for Healing Timothy Wilken, MD Thursday Evenings 7:00 to 8:30 PM A continuing program of events consisting

More information

A. Lieto and G.L. Pozzato / Paper submitted. ArXiv version. (2018)

A. Lieto and G.L. Pozzato / Paper submitted. ArXiv version. (2018) A. Lieto and G.L. Pozzato / Paper submitted. ArXiv version. (2018) 1 28 1 A Description Logic Framework for Commonsense Conceptual Combination Integrating Typicality, Probabilities and Cognitive Heuristics

More information

ENDING SEXUAL HARASSMENT

ENDING SEXUAL HARASSMENT ENDING SEXUAL HARASSMENT ENDING SEXUAL HARASSMENT 100000 90000 80000 70000 60000 50000 40000 30000 20000 10000 0 5849 Statistics 22774 92436 77,000 1980-1989 1990-1996 1997-2004 2003-2008 1980-1989: 5,849.

More information

Visual Reassurance for Decision Making and True Targeting

Visual Reassurance for Decision Making and True Targeting Comprehensive in Prostate cancer care Visual Reassurance for Decision Making and True Targeting Prostate HistoScanning is a unique Tissue Characterisation technology, specifically developed to detect,

More information

Emotions as Heuristics in Multi-Agent Systems

Emotions as Heuristics in Multi-Agent Systems Emotions as Heuristics in Multi-Agent Systems Bas R. Steunebrink Mehdi Dastani John-Jules Ch. Meyer Department of Information and Computer Sciences Utrecht University Workshop Emotion and Computing, KI

More information

Local Image Structures and Optic Flow Estimation

Local Image Structures and Optic Flow Estimation Local Image Structures and Optic Flow Estimation Sinan KALKAN 1, Dirk Calow 2, Florentin Wörgötter 1, Markus Lappe 2 and Norbert Krüger 3 1 Computational Neuroscience, Uni. of Stirling, Scotland; {sinan,worgott}@cn.stir.ac.uk

More information

Scientific & Administrative Staff Mobility 2017

Scientific & Administrative Staff Mobility 2017 Carl Gustav Carus School of Medicine, Department for Development and International Affairs Scientific & Administrative Staff Mobility 2017 What s it about? To strengthen collaborative relationships, to

More information

Webinar: How Do We Measure Mental Illness & Addictions at a Population Level?

Webinar: How Do We Measure Mental Illness & Addictions at a Population Level? Webinar: How Do We Measure Mental Illness & Addictions at a Population Level? Jürgen Rehm Centre for Addiction and Mental Health, Toronto, Canada Dalla Lana School of Public Health and Department of Psychiatry,

More information

GCSE 4461/02 BIOLOGY 1 HIGHER TIER SCIENCE A/BIOLOGY. P.M. MONDAY, 10 June hour. Centre Number. Candidate Number. Surname.

GCSE 4461/02 BIOLOGY 1 HIGHER TIER SCIENCE A/BIOLOGY. P.M. MONDAY, 10 June hour. Centre Number. Candidate Number. Surname. Surname Other Names Centre Number 0 Candidate Number GCSE 4461/02 SCIENCE A/BIOLOGY BIOLOGY 1 HIGHER TIER P.M. MONDAY, 10 June 2013 1 hour ADDITIONAL MATERIALS In addition to this paper you may require

More information

Study 1 Effect of Alcohol Dose on Mouse Movement

Study 1 Effect of Alcohol Dose on Mouse Movement Name: Pd: Date: Geophysics Study 1 Effect of Alcohol Dose on Mouse Movement This study investigates the effect of different levels of alcohol consumption on the activity (movement) of mice. The experiment

More information

Sex vs. Gender. Gender: the behavioral, cultural, or psychological traits typically associated with one sex. Merriam-Webster online

Sex vs. Gender. Gender: the behavioral, cultural, or psychological traits typically associated with one sex. Merriam-Webster online Sex & Gender Sex vs. Gender Sex: either of the two major forms of individuals that occur in many species and that are distinguished respectively as female or male - based on type of gonad/gamete produced

More information

Referring Expressions & Alternate Views of Summarization. Ling 573 Systems and Applications May 24, 2016

Referring Expressions & Alternate Views of Summarization. Ling 573 Systems and Applications May 24, 2016 Referring Expressions & Alternate Views of Summarization Ling 573 Systems and Applications May 24, 2016 Content realization: Referring expressions Roadmap Alternate views of summarization: Dimensions of

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

Q1.Darwin s theory of natural selection states that all living things have evolved from simple life forms.

Q1.Darwin s theory of natural selection states that all living things have evolved from simple life forms. VARIATION AND EVOLUTION. NAME.. Q.Darwin s theory of natural selection states that all living things have evolved from simple life forms. (a) Use the correct answer from the box to complete the sentence.

More information

Former joiner Regenerates into artist

Former joiner Regenerates into artist Former joiner Regenerates into artist Eight years ago Gary Nicholson was working as a joiner and, in his own words, living the life of a normal bloke then overnight spinal surgery saw him become unemployed,

More information

NEURONAL CIRCUIT DYNAMICS ACROSS SCALES AND SPECIES

NEURONAL CIRCUIT DYNAMICS ACROSS SCALES AND SPECIES SUOMI SVENSKA SUPPORT US! UNIVERSITY OF HELSINKI NEURONAL CIRCUIT DYNAMICS ACROSS SCALES AND SPECIES Neuroscience Center 15th Anniversary and 1st Helsinki Brain Center Symposium 3-4 May 2018, Helsinki,

More information

Experimental Design I

Experimental Design I Experimental Design I Topics What questions can we ask (intelligently) in fmri Basic assumptions in isolating cognitive processes and comparing conditions General design strategies A few really cool experiments

More information

READY PLUS READING. CURRICULUM ASSOCIATES, Inc.

READY PLUS READING. CURRICULUM ASSOCIATES, Inc. A Quick-Study Program TEST Book 7 READY PLUS READING REVIEWS Key Concepts in Reading Comprehension PROVIDES Practice Answering a Variety of Comprehension Questions STRENGTHENS Critical-Thinking Skills

More information

Emotional Intelligence - EQ-i 2.0. Denny Faurote 9114 Promontory Road Indianapolis, IN

Emotional Intelligence - EQ-i 2.0. Denny Faurote 9114 Promontory Road Indianapolis, IN Emotional Intelligence - EQ-i 2.0 Denny Faurote dfaurote@faurotegroup.com 9114 Promontory Road Indianapolis, IN 46236 www.faurotegroup.com Emotions and Performance Impair Facilitate Predictors of Success

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

Elephant Volunteer Experience Mawanella Sri Lanka

Elephant Volunteer Experience Mawanella Sri Lanka Project overview Take the opportunity of a lifetime working closely with majestic elephants in the beautiful setting of Sri Lanka! Such a privilege to spend time during your gap year volunteering to assist

More information

Model-free machine learning methods for personalized breast cancer risk prediction -SWISS PROMPT

Model-free machine learning methods for personalized breast cancer risk prediction -SWISS PROMPT Model-free machine learning methods for personalized breast cancer risk prediction -SWISS PROMPT Chang Ming, 22.11.2017 University of Basel Swiss Public Health Conference 2017 Breast Cancer & personalized

More information

Omicron ACO. A New Ant Colony Optimization Algorithm

Omicron ACO. A New Ant Colony Optimization Algorithm Omicron ACO. A New Ant Colony Optimization Algorithm Osvaldo Gómez Universidad Nacional de Asunción Centro Nacional de Computación Asunción, Paraguay ogomez@cnc.una.py and Benjamín Barán Universidad Nacional

More information

Intelligent Techniques for Configuration Knowledge Evolution

Intelligent Techniques for Configuration Knowledge Evolution Intelligent Techniques for Configuration Knowledge Evolution A. Felfernig, S. Reiterer, M. Stettinger, and J. Tiihonen alexander.felfernig@ist.tugraz.at Paper source: http://dl.acm.org/citation.cfm?id=2701320

More information

Einführung in Agda. Peter Thiemann. Albert-Ludwigs-Universität Freiburg. University of Freiburg, Germany

Einführung in Agda.   Peter Thiemann. Albert-Ludwigs-Universität Freiburg. University of Freiburg, Germany Einführung in Agda https://tinyurl.com/bobkonf17-agda Albert-Ludwigs-Universität Freiburg Peter Thiemann University of Freiburg, Germany thiemann@informatik.uni-freiburg.de 23 Feb 2018 Programs that work

More information

WATER IS LIFE H 2 O. A SIMPLE CHEMISTRY More than Two-Third part (about- 70%) of human body fluid is made-up of water.

WATER IS LIFE H 2 O. A SIMPLE CHEMISTRY More than Two-Third part (about- 70%) of human body fluid is made-up of water. WATER IS LIFE H 2 O A SIMPLE CHEMISTRY More than Two-Third part (about- 70%) of human body fluid is made-up of water. Brain = 75% water Heart = 75% Lungs = 86% Muscle = 73% Blood = 83% Liver = 86% Kidney

More information

Some Connectivity Concepts in Bipolar Fuzzy Graphs

Some Connectivity Concepts in Bipolar Fuzzy Graphs Annals of Pure and Applied Mathematics Vol. 7, No. 2, 2014, 98-108 ISSN: 2279-087X (P), 2279-0888(online) Published on 30 September 2014 www.researchmathsci.org Annals of Some Connectivity Concepts in

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

Implementation of Inference Engine in Adaptive Neuro Fuzzy Inference System to Predict and Control the Sugar Level in Diabetic Patient

Implementation of Inference Engine in Adaptive Neuro Fuzzy Inference System to Predict and Control the Sugar Level in Diabetic Patient , ISSN (Print) : 319-8613 Implementation of Inference Engine in Adaptive Neuro Fuzzy Inference System to Predict and Control the Sugar Level in Diabetic Patient M. Mayilvaganan # 1 R. Deepa * # Associate

More information

Representation Theorems for Multiple Belief Changes

Representation Theorems for Multiple Belief Changes Representation Theorems for Multiple Belief Changes Dongmo Zhang 1,2 Shifu Chen 1 Wujia Zhu 1,2 Zhaoqian Chen 1 1 State Key Lab. for Novel Software Technology Department of Computer Science and Technology

More information

Tau: A Web-Deployed Hybrid Prover for First-Order Logic with Identity, with Optional Inductive Proof

Tau: A Web-Deployed Hybrid Prover for First-Order Logic with Identity, with Optional Inductive Proof Tau: A Web-Deployed Hybrid Prover for First-Order Logic with Identity, with Optional Inductive Proof Jay Halcomb, Randall R. Schulz H&S Information Systems http://hsinfosystems.com mailto:hsis@hsinfosystems.com

More information

The Gastritis & GERD Diet Cookbook: 101 Healing Cookbook Recipes For Effective Natural Remedy In The Treatment, Prevention And Cure Of Gastritis And

The Gastritis & GERD Diet Cookbook: 101 Healing Cookbook Recipes For Effective Natural Remedy In The Treatment, Prevention And Cure Of Gastritis And The Gastritis & GERD Diet Cookbook: 101 Healing Cookbook Recipes For Effective Natural Remedy In The Treatment, Prevention And Cure Of Gastritis And Acid Reflux By Colleen Colman Browse and Read Knock

More information

Selecting Behaviors using Fuzzy Logic

Selecting Behaviors using Fuzzy Logic IEEE Int l Conf. on Fuzzy Systems, Barcelona, Spain, July 997 Selecting Behaviors using Fuzzy Logic François Michaud Interaction Lab Computer Science Department Volen Center for Complex Systems Brandeis

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

Failed IVF - what to do next?

Failed IVF - what to do next? Failed IVF - what to do next? When your IVF cycle fails, it's often hard to digest and bounce back. Even though your head understands that IVF doesn't have a 100% success rate, it's hard to deal with the

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

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

Peano: Life And Work Of Giuseppe Peano

Peano: Life And Work Of Giuseppe Peano Peano: Life And Work Of Giuseppe Peano If searched for a book Peano: Life and Work of Giuseppe Peano in pdf form, then you have come on to the correct site. We present the complete variation of this ebook

More information

Comparison of machine learning models for the prediction of live birth following IVF treatment: an analysis of 463,669 cycles from a national

Comparison of machine learning models for the prediction of live birth following IVF treatment: an analysis of 463,669 cycles from a national Comparison of machine learning models for the prediction of live birth following IVF treatment: an analysis of 463,669 cycles from a national database Session title: Session 53: Machine learning and artificial

More information

Roles of Medical Ontology in Association Mining CRISP-DM Cycle

Roles of Medical Ontology in Association Mining CRISP-DM Cycle Roles of Medical Ontology in Association Mining CRISP-DM Cycle Hana Češpivová1,JanRauch 1,2,Vojtěch Svátek 1,2,MartinKejkula 1, Marie Tomečková 3 1 Department of Information and Knowledge Engineering,

More information

The first women s whole food multivitamin with targeted stress support

The first women s whole food multivitamin with targeted stress support NatureWise Women s Stress Support Multivitamin & Minerals with Sensoril Ashwagandha, Whole Food Complete Multivitamin For Women, Reduce Stress, Boost Energy, Allergen Free, 60 count About the product EFFECTIVE

More information

Closer to Perfection Feed Management, November 1992

Closer to Perfection Feed Management, November 1992 Closer to Perfection Feed Management, November 1992 by Sylvan Eisenberg, PhD and David Eisenberg, MBA Dr. Eisenberg is the founder and Chairman of the Board of Micro-Tracers, Inc, 1370 Van Dyke Ave., San

More information

Journal Club September 29, Vanessa AKIKI PGYlII Internal Medicine

Journal Club September 29, Vanessa AKIKI PGYlII Internal Medicine Journal Club September 29, 2017 Vanessa AKIKI PGYlII Internal Medicine AUBMC 2017 Case Presentation 41-year-old man who was diagnosed with type 1 diabetes 21 years ago presents to your clinic. He believes

More information

Chapter 4.3: Food Chains and Food Webs

Chapter 4.3: Food Chains and Food Webs Chapter 4.3: Food Chains and Food Webs Food Chains All living things need food. It gives them energy as well as substances they need to build up their body. The sun is the starting point of every food

More information

On the Evolution of Choice Principles

On the Evolution of Choice Principles On the Evolution of Choice Principles Michael Franke 1 and Paolo Galeazzi 2 1 Department of Linguistics, University of Tübingen 2 Institute for Logic, Language and Computation, Universiteit van Amsterdam

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education *6155101680* BIOLOGY 0610/23 Paper 2 Core October/November 2013 1 hour 15 minutes Candidates

More information

AN ONTOLOGY FOR DIABETES EARLY WARNING SYSTEM

AN ONTOLOGY FOR DIABETES EARLY WARNING SYSTEM AN ONTOLOGY FOR DIABETES EARLY WARNING SYSTEM 1 NOUF ALMUTAIRI, 2 RIYAD ALSHAMMARI, 3 IMRAN RAZZAK 1,2,3 King Saud bin Abdulaziz University for Health Sciences, Riyadh, Saudi Arabia E-mail: razzakmu@ngha.med.sa

More information

A Fuzzy Expert System for Heart Disease Diagnosis

A Fuzzy Expert System for Heart Disease Diagnosis A Fuzzy Expert System for Heart Disease Diagnosis Ali.Adeli, Mehdi.Neshat Abstract The aim of this study is to design a Fuzzy Expert System for heart disease diagnosis. The designed system based on the

More information

Research Scholar, Department of Computer Science and Engineering Man onmaniam Sundaranar University, Thirunelveli, Tamilnadu, India.

Research Scholar, Department of Computer Science and Engineering Man onmaniam Sundaranar University, Thirunelveli, Tamilnadu, India. DEVELOPMENT AND VALIDATION OF ONTOLOGY BASED KNOWLEDGE REPRESENTATION FOR BRAIN TUMOUR DIAGNOSIS AND TREATMENT 1 1 S. Senthilkumar, 2 G. Tholkapia Arasu 1 Research Scholar, Department of Computer Science

More information

Type-2 fuzzy control of a fed-batch fermentation reactor

Type-2 fuzzy control of a fed-batch fermentation reactor 20 th European Symposium on Computer Aided Process Engineering ESCAPE20 S. Pierucci and G. Buzzi Ferraris (Editors) 2010 Elsevier B.V. All rights reserved. Type-2 fuzzy control of a fed-batch fermentation

More information

Vorlesung Grundlagen der Künstlichen Intelligenz

Vorlesung Grundlagen der Künstlichen Intelligenz Vorlesung Grundlagen der Künstlichen Intelligenz Reinhard Lafrenz / Prof. A. Knoll Robotics and Embedded Systems Department of Informatics I6 Technische Universität München www6.in.tum.de lafrenz@in.tum.de

More information

Research Methods 1 Handouts, Graham Hole,COGS - version 1.0, September 2000: Page 1:

Research Methods 1 Handouts, Graham Hole,COGS - version 1.0, September 2000: Page 1: Research Methods 1 Handouts, Graham Hole,COGS - version 10, September 000: Page 1: T-TESTS: When to use a t-test: The simplest experimental design is to have two conditions: an "experimental" condition

More information

Abductive Reasoning with Description Logics: Use Case in Medical Diagnosis

Abductive Reasoning with Description Logics: Use Case in Medical Diagnosis Abductive Reasoning with Description Logics: Use Case in Medical Diagnosis Júlia Pukancová and Martin Homola Comenius University in Bratislava, Mlynská dolina, 84248 Bratislava, Slovakia {pukancova,homola}@fmph.uniba.sk

More information