A Rough Set Approach to Data Mining: Extracting a Logic of Default Rules from Data. Torulf Mollestad

Size: px
Start display at page:

Download "A Rough Set Approach to Data Mining: Extracting a Logic of Default Rules from Data. Torulf Mollestad"

Transcription

1 A Rough Set Approach to Data Mining: Extracting a Logic of Default Rules from Data Torulf Mollestad Knowledge Systems Group Department of Computer Systems The Norwegian University of Science and Technology February 11, 1997

2 i

3 i excusez-moi je parle cheval (J. Prevert)

4 ii

5 Abstract In this thesis, the problem of Data Mining is investigated, that is, constructing decision rules from a set of primitive input data. The main contention of the present work is that there is a need to be able to reason also in presence of inconsistencies, and that more general, possibly unsafe rules should be made available through the Data Mining process. Such rules are typically simpler in structure and allow the user to reason in absence of information. In this work, Rough Set theory is used as the underlying framework for Data Mining of rules that reect limited knowledge. A framework is suggested for the automatic extraction of propositional default rules that reect normal intra-dependencies in the data. The proposed algorithm introduces indeterminacy by removing conditional attributes in a controlled manner. The selection of attributes to be removed is made from the factors in the discernibility function, thereby removing information needed to discern classes in the original information system. By this procedure, a number of dierent default decision algorithms (sets of default rules) are obtained, each of which classies according to information over a subset of the condition attributes. Hence, when classifying new cases, the default decision algorithm which is best suited to handling the information at hand may be selected and applied. The approach oers the possibility to direct an information gathering process, through upward traversal in the lattice of information systems. At each point, the attribute(s) may be selected that are presumed to give the most information relative to the current situation. In this light, a link is drawn to prioritised default frameworks, arguing that an upward traversal in the lattice enables the use of increasingly more specic rules. If the more specic rules are in conict with conclusions drawn on the basis of less information then the latter conclusions are retracted. A number of properties of the framework are investigated, with special emphasis on methods for limiting an exponential search space. Also, a framework is dened for making an exhaustive search for functional dependencies in an information system; the connection with the default rule extraction algorithm is intuitive. Tests have been run on several dierent data sets. The results suggest that default rules are good for classifying new objects in situations of limited knowledge, and also that default rules give a good view of the relative importance of the dierent attributes. The knowledge is presented in an explicit way, in a manner which is easily understandable to a human being.

6 ii

7 Contents I Preliminaries 1 1 Introduction Living is Learning Learning is Observing Observing is Discerning The Information Explosion Knowledge Discovery and Data Mining Overview of the Thesis Background Knowledge Discovery and Data Mining Methods for Doing Knowledge Discovery The Problem of Uncertainty Reasoning under Uncertainty Probability and Certainty Factors Evidence Theory Default Reasoning A Forward Pointer Overview of the Rough Set Theory Introduction Information Systems Reasoning about Approximate Concepts Taking the Decision into Consideration Extraction of Rules from Information Systems Determinism and Indeterminism Decision Rule Generation i

8 CONTENTS ii II Main Results 51 4 Generation of Default Rules Discernibility Factor Sets What's in a Default? Handling Inconsistent Examples Finding More General Patterns Projections of Information Systems Gluing Object Classes through Making Projections Gluing Generates Indeterminacy The Space of Decision Systems Blocking of Default Rules Generation of Default Rules and Blocks A Sketch of the Algorithm The Framework for Default Rules Generation The Algorithm The Main Function { Compute Decision Algorithms Computing Variants { Compute Variants Rule Generation { Gen DRules DBlocks The Original Example Continued Related Work Discussion Modelling Specicity through Prioritisation Conict Resolution through Voting Lattice Ascent and Prioritised Knowledge Analysis of the Framework The Complexity of the Algorithm The Properties of the Membership Function The Change in Membership Degree A Local Test on Projection Quality Monotonically Decreasing Membership Degree Interesting Nodes are Reached

9 CONTENTS iii 7.5 Selecting Projections with the Least Loss Heuristics and User Control Handling the Complexity A Representation of Decision Class Distribution Minimising the Number of Objects Lost Counting the Size of Classes Selecting Projections from the UDFS The Threshold Function Functional Dependencies Reducts and Minimal Descriptions The Denition of Functional Dependency A Framework for Finding Dependencies Functional Dependencies in A Functional Dependencies in Variants of A III Experiences and Conclusion Experiments and Observations Implementation The Output from the Algorithm The Case Studies Australian Credit Card Approval The Hepatitis Domain The Heart-Disease Domain The Invariance With the Size of the Training Set Two Additional Examples Some Notes on the Experiments Further Improvements Summary and Future Research Contributions and Experience Further Work

10 CONTENTS iv IV Appendices 193 A Proofs of Prop.?? and?? 195 B Notation 197 C Boolean Simplication 199

11 List of Figures 1.1 The Information Pyramid The Projection of the Universe onto an Information System A Decision Tree A Generalisation Hierarchy The B-Upper and B-Lower Approximation of X Performing a projection on A = (U; A) Deterministic and Indeterministic Decision Systems Joining Classes as a Consequence of Projection Pushing Objects into the Border Region The Search in the Lattice for Ex.?? A Lattice over Penguins The Squeezing of the membership value Construction of Variants through other Paths Monotonic Descent Five Classes in a Three Dimensional Vector Space Gluing Classes Together Objects Lost at each Path Cutting Paths in the Lattice The regions sub (A) and sub + (A) The search in the Information System over A = fe; d; m; sg The Australian Credit Domain The Hepatitis Domain v

12 LIST OF FIGURES vi 10.3 The Heart-Disease Domain

13 List of Tables 2.1 A Basic Probability Assignment, and the Belief- and Plausibility Values An Information System An Example Information System The Discernibility Matrix for the Example in Tab.?? An Example Decision System The Discernibility Matrix Modulo Decision Attribute d Gen Denite rules((u; (C; D))) Adding and Removing Objects from A Adding and Removing Condition Attributes from A Adding and Removing Decision Attributes from A Modifying a Decision System Compute Decision Algorithms(A) Compute Variants(A; C Cut ; tr ) Gen DRules DBlocks(A; C Cut ; tr ) Gen DRClass(A; E; X; C; D) The Example Information System (re-shown) The Discernibility Matrix Modulo Decision d (re-shown) The Discernibility Matrices over the Lattice The Rules, Sorted by Membership Degree The Lattice and Computed Rules The Penguins Example An information system with maximal breadth An information system with full traversal Eighty objects from Ex.?? vii

14 LIST OF TABLES viii 9.2 The Discernibility Matrix for the (Flattened) Example Compute FD(A; A Cut ) Attribute Information For Australian Credit The Results of the Best Decision Algorithms on the Test Table The Australian Credit Domain Attribute Information for Hepatitis Sample Objects from Hepatitis The same Objects, Unknowns Corrected, Table Scaled and Coded The Hepatitis Domain The Heart-Disease Domain

15 Acknowledgements First of all, I thank my supervisor, Professor Jan Komorowski, NTNU, and Professor Andrzej Skowron, Warsaw University, who started me up on the topic of Data Mining. Professor Skowron hosted two visits to Poland for me, and the spark of the work was ignited during long and interesting discussions with him. Thanks goes also to Anna Gomolinska and Pjotr Synak for their constructive and encouraging comments. I also thank the current and previous members of the Knowledge Systems group, Tore Amble, Mihhail Matskin, Agata Wrzos-Kaminska, Jacek Wrzos- Kaminski, Staal Vinterbo, Aleksander hrn, Vidar Srhus, Danilo Montesi and Ahmed Guessoum. Our secretary Lisbeth Waagan also deserves credit for her kind help given over the course of these years. Also thanks to Leszek Polkowski, with whom I had some interesting conversations at the early stages of this work. Jon Petter Hjulstad implemented the algorithm in his project{ and diploma work, which was continued by students yvind Tuseth Aasheim and Helge Grenager Solheim. The work of these three has been of great value to the nal result. Thanks goes also to Vidar Larsen and Anders Christensen, who struggled with UNIX for me. Many thanks to my family, my parents Kari and Ulf, my sister Ingrid and her son Eirik for believing in me when I did not. Finally, I would like to thank all my friends for numerous cups of coee, long discussions and a lot of joy. A special thanks to the people of Kameleonteateret. Impro has given me great pleasure and inspiration, and I will continue. During the last part of my study I have been sponsored by a scholarship from the Institute of Computer Systems, Norwegian Institute of Science and Technology. My trips to Warsaw were hosted by the Department of Mathematics, University of Warsaw under support from the National Research Committee (KBN) 8T11C This research was also supported in part by the ESPRIT BRA COMPUNET/NFR contract # /011 and by the Human Capital and Mobility NFR contract # /410. Til minne om m ix

16 LIST OF TABLES x

17 LIST OF TABLES xi With a squeaking sound the old robot approaches the small, just born computer. - Isn't he lovely? says his mother. - Yes, says the robot. - By the way, have you heard this: \Is it true that we descend from the humans?" said the little VW. The robot laughs, a creaky, old laugh. The mother laughs too. The son is the only one silent. He doesn't get the point. But he hides the information in his brain, - just in case. T. A. Bringsvrd, from The City in the Bubble (1967)

18 LIST OF TABLES xii

19 Part I Preliminaries 1

20 2 No man's knowledge here can go beyond his experience (J. Locke)

21 Chapter 1 Introduction 1.1 Living is Learning In order to support life, every individual, human being or animal, is fundamentally dependent on its ability to adapt to the environment. It has to be able to collect information from the surroundings, and to react in a manner which is suitable to the situation. The individual also has to be able to handle changes that occur in that environment, possibly by altering its behaviour. Ultimately, the understanding of what constitutes rational behaviour in human beings has to be seen in light of their previous experiences, which themselves have been obtained through interaction with the environment. Previously experienced situations that are in either sense similar to the current situation play an important role as references when choosing our actions. Hence, through our interaction with the world, we learn by updating our reference knowledge to include new experiences. In this light, learning is a continuous process, calibrated by our actions in diverse situations. 1.2 Learning is Observing We may give the simplistic, yet intuitive, meaning to the word \learning" as the incitation of ideas. According to the philosopher John Locke, all ideas ultimately stem from experience, and take two forms; the ideas received through our senses, such as sight, hearing, etc., and the ideas reached from other ideas through reection, i.e. the functions of conscious thinking. As an illustration of his views, Locke put forward the following riddle: A man who is born blind can distinguish a ball from a cube by feeling the objects. If he suddenly gained sight, would he then be able to distinguish the two objects, without touching them? This little anecdote is interesting from the following perspective: In the philosophy of this thesis work, the man's knowledge is dened in terms of his ability to discern 3

22 CHAPTER 1. INTRODUCTION 4 the two objects, through use of his hands. He is, however, (obviously) not able to see the objects. Therefore, he cannot make any explicit experiences with respect to the connection between the feel of an object and the way it looks. If he suddenly gains sight, sees the objects, but is unable to touch them, will he be able to derive the connection for himself? The question is highly debatable, however illustrates the fundamental dependency which exists between knowledge on one hand, and the utilitarian view of ditto, i.e. the use of the knowledge. 1.3 Observing is Discerning Our ability to act intelligently in an environment relies fundamentally on our ability to discern. Only if we are able to distinguish dierent objects and events in the world are we able to react in a proper manner, to classify them { again according to their distinguishing features. In this light, the study of the relationship between certain properties of an object and its classication with respect to other properties is interesting. Here, the word \object" may mean anything that one can think of, i.e. physical objects, abstract concepts/ideas or situations. One main contention of this work is that observing is fundamentally dependent on the ability to distinguish objects, and correspondingly, the ability to see similarities between objects. Interesting information can be obtained only in presence of contrast. The study of objects is governed by perception. Normally, we do not distinguish between two small rocks lying in the road nor the birds that we see o on their way to Africa. Looking at them, we rest assured that they are birds, the fact that they may be of the same (or dierent) species, or that they are indeed individuals with a number of dierences between them, escapes us, it is not considered relevant. We are, however, able to discern them from all other objects that are not birds. During a phase of information collection, observations are made through making a number of \atomic" measurements that are used to characterise the objects of interest. The importance of such an atomic piece of information may be judged by its ability to discern a number of objects. In other words, we wish to capture the most general distinguishing properties of objects. In this light, there is a very natural preference to gathering the most important information rst, but the cost of collecting the information may also be taken into account. For instance, a medical doctor has a repertoire of very simple tests that may be performed easily, and that give important information. He does not, when introduced to a new and completely unknown patient, immediately set out performing X-ray tests, extensive cardiology or brain scans. Evidently, many such tests would be futile in that they would not provide any interesting information at all, simply not being relevant to the patient's actual medical condition. The patient might for instance have but a slight cold, a fact which would have been revealed by a couple of very simple and cheap tests. In all, the ability to distinguish between objects is a core aspect of learning and intelligent behaviour in general. Moreover, distinction is made at a level which is pragmatically suitable to the situation. Hence, the problem of nding the properties of objects that are potentially most helpful for discerning at the desired level is very important. If a person aunts this kind of accepted code, going intensely into the minute details

23 CHAPTER 1. INTRODUCTION 5 of things without apparent cause, we regard his behaviour as a symptom of obsession, if not insanity. In this thesis we investigate exactly the phenomenon of discernment, i.e. the selection of certain (small) pieces of information that will allow a conclusion to be drawn. These pieces of information will typically have the property that they are descriptory of the objects at the particular level that we are interested in. If we classify objects according to incomplete information, it should however be evident that the conclusions reached may not be correct in the logical sense (i.e. logically valid). However, if they are signicantly supported from the knowledge, they may be used, provided that no contradictory information is presented. Again, a medical doctor may work out an opinion about a patient only based on a minimal number of tests, and base his further analysis on this. His conclusion could however eventually turn out to be incorrect, more elaborate (and expensive) tests may reveal this. 1.4 The Information Explosion Mankind is an active information collector. A continuous search for information, and more importantly, the desire to analyse and understand the information stands out as one of the most fundamental objectives to human behaviour. In this light, understanding involves something more than the mere adaptation to the environment. Whereas animals learn in order to be able to cope with the world, human learning extends beyond this, our intelligence indulges in a search for ways to describe the processes that take place around us. Moreover, mankind is a very active information conveyor. The communication of information depends on the use of language, which allows us express the properties of objects and the relations that exist between them. It is imperative that the language have a well dened meaning, about which the communicating parties agree. The use of language allows human beings to pass information on to others in a manner which is unique among living creatures. Human experience is registered in a multitude of ways, and knowledge is potentially more available to the individual than ever before. Whereas the means for collecting information traditionally was restricted to the use of our natural senses, external devices cater for a steadily increasing fraction of the total amount of information collected in the world. Electronic equipment, operative in diverse elds such as geology, meteorology, astronomy or medicine is capable of gathering vast amounts of information, which may in turn be stored at a low cost. The information potentially available today has grown to incredible amounts, and consequently, a steadily increasing fraction of the data has remained unanalysed. The word data is used here to denote primitive, unanalysed pieces of information, whereas the term knowledge denotes the result of a further analysis of the data. Figure 1.1 illustrates the phenomenon. Primitive data is gathered in huge amounts, but the step leading to the extraction of interesting knowledge is not always easy to take. Hence, in practice, only a small fraction of the information collected has so far been analysed or seen by human beings, and far less used for any practical purpose. It has been estimated that the amount of information in the world doubles every 20 months. The size and number of databases probably increases even faster. [...]

have to be modeled) or isolated words. Output of the system is a grapheme-tophoneme conversion system which takes as its input the spelling of words,

have to be modeled) or isolated words. Output of the system is a grapheme-tophoneme conversion system which takes as its input the spelling of words, A Language-Independent, Data-Oriented Architecture for Grapheme-to-Phoneme Conversion Walter Daelemans and Antal van den Bosch Proceedings ESCA-IEEE speech synthesis conference, New York, September 1994

More information

University of Groningen. Systemen, planning, netwerken Bosman, Aart

University of Groningen. Systemen, planning, netwerken Bosman, Aart University of Groningen Systemen, planning, netwerken Bosman, Aart IMPORTANT NOTE: You are advised to consult the publisher's version (publisher's PDF) if you wish to cite from it. Please check the document

More information

Lecture 1: Machine Learning Basics

Lecture 1: Machine Learning Basics 1/69 Lecture 1: Machine Learning Basics Ali Harakeh University of Waterloo WAVE Lab ali.harakeh@uwaterloo.ca May 1, 2017 2/69 Overview 1 Learning Algorithms 2 Capacity, Overfitting, and Underfitting 3

More information

Clouds = Heavy Sidewalk = Wet. davinci V2.1 alpha3

Clouds = Heavy Sidewalk = Wet. davinci V2.1 alpha3 Identifying and Handling Structural Incompleteness for Validation of Probabilistic Knowledge-Bases Eugene Santos Jr. Dept. of Comp. Sci. & Eng. University of Connecticut Storrs, CT 06269-3155 eugene@cse.uconn.edu

More information

Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining

Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining Dave Donnellan, School of Computer Applications Dublin City University Dublin 9 Ireland daviddonnellan@eircom.net Claus Pahl

More information

Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining

Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining Dave Donnellan, School of Computer Applications Dublin City University Dublin 9 Ireland daviddonnellan@eircom.net Claus Pahl

More information

Module 12. Machine Learning. Version 2 CSE IIT, Kharagpur

Module 12. Machine Learning. Version 2 CSE IIT, Kharagpur Module 12 Machine Learning 12.1 Instructional Objective The students should understand the concept of learning systems Students should learn about different aspects of a learning system Students should

More information

UNDERSTANDING DECISION-MAKING IN RUGBY By. Dave Hadfield Sport Psychologist & Coaching Consultant Wellington and Hurricanes Rugby.

UNDERSTANDING DECISION-MAKING IN RUGBY By. Dave Hadfield Sport Psychologist & Coaching Consultant Wellington and Hurricanes Rugby. UNDERSTANDING DECISION-MAKING IN RUGBY By Dave Hadfield Sport Psychologist & Coaching Consultant Wellington and Hurricanes Rugby. Dave Hadfield is one of New Zealand s best known and most experienced sports

More information

Abstractions and the Brain

Abstractions and the Brain Abstractions and the Brain Brian D. Josephson Department of Physics, University of Cambridge Cavendish Lab. Madingley Road Cambridge, UK. CB3 OHE bdj10@cam.ac.uk http://www.tcm.phy.cam.ac.uk/~bdj10 ABSTRACT

More information

Objectives. Chapter 2: The Representation of Knowledge. Expert Systems: Principles and Programming, Fourth Edition

Objectives. Chapter 2: The Representation of Knowledge. Expert Systems: Principles and Programming, Fourth Edition Chapter 2: The Representation of Knowledge Expert Systems: Principles and Programming, Fourth Edition Objectives Introduce the study of logic Learn the difference between formal logic and informal logic

More information

MYCIN. The MYCIN Task

MYCIN. The MYCIN Task MYCIN Developed at Stanford University in 1972 Regarded as the first true expert system Assists physicians in the treatment of blood infections Many revisions and extensions over the years The MYCIN Task

More information

On-Line Data Analytics

On-Line Data Analytics International Journal of Computer Applications in Engineering Sciences [VOL I, ISSUE III, SEPTEMBER 2011] [ISSN: 2231-4946] On-Line Data Analytics Yugandhar Vemulapalli #, Devarapalli Raghu *, Raja Jacob

More information

Infrastructure Issues Related to Theory of Computing Research. Faith Fich, University of Toronto

Infrastructure Issues Related to Theory of Computing Research. Faith Fich, University of Toronto Infrastructure Issues Related to Theory of Computing Research Faith Fich, University of Toronto Theory of Computing is a eld of Computer Science that uses mathematical techniques to understand the nature

More information

Specification and Evaluation of Machine Translation Toy Systems - Criteria for laboratory assignments

Specification and Evaluation of Machine Translation Toy Systems - Criteria for laboratory assignments Specification and Evaluation of Machine Translation Toy Systems - Criteria for laboratory assignments Cristina Vertan, Walther v. Hahn University of Hamburg, Natural Language Systems Division Hamburg,

More information

The Computational Value of Nonmonotonic Reasoning. Matthew L. Ginsberg. Stanford University. Stanford, CA 94305

The Computational Value of Nonmonotonic Reasoning. Matthew L. Ginsberg. Stanford University. Stanford, CA 94305 The Computational Value of Nonmonotonic Reasoning Matthew L. Ginsberg Computer Science Department Stanford University Stanford, CA 94305 Abstract A substantial portion of the formal work in articial intelligence

More information

Rule-based Expert Systems

Rule-based Expert Systems Rule-based Expert Systems What is knowledge? is a theoretical or practical understanding of a subject or a domain. is also the sim of what is currently known, and apparently knowledge is power. Those who

More information

Mathematics subject curriculum

Mathematics subject curriculum Mathematics subject curriculum Dette er ei omsetjing av den fastsette læreplanteksten. Læreplanen er fastsett på Nynorsk Established as a Regulation by the Ministry of Education and Research on 24 June

More information

BEST OFFICIAL WORLD SCHOOLS DEBATE RULES

BEST OFFICIAL WORLD SCHOOLS DEBATE RULES BEST OFFICIAL WORLD SCHOOLS DEBATE RULES Adapted from official World Schools Debate Championship Rules *Please read this entire document thoroughly. CONTENTS I. Vocabulary II. Acceptable Team Structure

More information

Given a directed graph G =(N A), where N is a set of m nodes and A. destination node, implying a direction for ow to follow. Arcs have limitations

Given a directed graph G =(N A), where N is a set of m nodes and A. destination node, implying a direction for ow to follow. Arcs have limitations 4 Interior point algorithms for network ow problems Mauricio G.C. Resende AT&T Bell Laboratories, Murray Hill, NJ 07974-2070 USA Panos M. Pardalos The University of Florida, Gainesville, FL 32611-6595

More information

A Version Space Approach to Learning Context-free Grammars

A Version Space Approach to Learning Context-free Grammars Machine Learning 2: 39~74, 1987 1987 Kluwer Academic Publishers, Boston - Manufactured in The Netherlands A Version Space Approach to Learning Context-free Grammars KURT VANLEHN (VANLEHN@A.PSY.CMU.EDU)

More information

Seminar - Organic Computing

Seminar - Organic Computing Seminar - Organic Computing Self-Organisation of OC-Systems Markus Franke 25.01.2006 Typeset by FoilTEX Timetable 1. Overview 2. Characteristics of SO-Systems 3. Concern with Nature 4. Design-Concepts

More information

Document number: 2013/ Programs Committee 6/2014 (July) Agenda Item 42.0 Bachelor of Engineering with Honours in Software Engineering

Document number: 2013/ Programs Committee 6/2014 (July) Agenda Item 42.0 Bachelor of Engineering with Honours in Software Engineering Document number: 2013/0006139 Programs Committee 6/2014 (July) Agenda Item 42.0 Bachelor of Engineering with Honours in Software Engineering Program Learning Outcomes Threshold Learning Outcomes for Engineering

More information

A Metacognitive Approach to Support Heuristic Solution of Mathematical Problems

A Metacognitive Approach to Support Heuristic Solution of Mathematical Problems A Metacognitive Approach to Support Heuristic Solution of Mathematical Problems John TIONG Yeun Siew Centre for Research in Pedagogy and Practice, National Institute of Education, Nanyang Technological

More information

RASHTRASANT TUKADOJI MAHARAJ NAGPUR UNIVERSITY APPLICATION FORM

RASHTRASANT TUKADOJI MAHARAJ NAGPUR UNIVERSITY APPLICATION FORM RASHTRASANT TUKADOJI MAHARAJ NAGPUR UNIVERSITY APPLICATION FORM Advertisement No. P/08/ Advertisement No. R/08 Advertisement No. L/08 Advertisement No. UL/08 Advertisement No. DL/08 Advertisement No. PSO/08

More information

Lecture 1: Basic Concepts of Machine Learning

Lecture 1: Basic Concepts of Machine Learning Lecture 1: Basic Concepts of Machine Learning Cognitive Systems - Machine Learning Ute Schmid (lecture) Johannes Rabold (practice) Based on slides prepared March 2005 by Maximilian Röglinger, updated 2010

More information

A Context-Driven Use Case Creation Process for Specifying Automotive Driver Assistance Systems

A Context-Driven Use Case Creation Process for Specifying Automotive Driver Assistance Systems A Context-Driven Use Case Creation Process for Specifying Automotive Driver Assistance Systems Hannes Omasreiter, Eduard Metzker DaimlerChrysler AG Research Information and Communication Postfach 23 60

More information

DIDACTIC MODEL BRIDGING A CONCEPT WITH PHENOMENA

DIDACTIC MODEL BRIDGING A CONCEPT WITH PHENOMENA DIDACTIC MODEL BRIDGING A CONCEPT WITH PHENOMENA Beba Shternberg, Center for Educational Technology, Israel Michal Yerushalmy University of Haifa, Israel The article focuses on a specific method of constructing

More information

Mining Association Rules in Student s Assessment Data

Mining Association Rules in Student s Assessment Data www.ijcsi.org 211 Mining Association Rules in Student s Assessment Data Dr. Varun Kumar 1, Anupama Chadha 2 1 Department of Computer Science and Engineering, MVN University Palwal, Haryana, India 2 Anupama

More information

Pp. 176{182 in Proceedings of The Second International Conference on Knowledge Discovery and Data Mining. Predictive Data Mining with Finite Mixtures

Pp. 176{182 in Proceedings of The Second International Conference on Knowledge Discovery and Data Mining. Predictive Data Mining with Finite Mixtures Pp. 176{182 in Proceedings of The Second International Conference on Knowledge Discovery and Data Mining (Portland, OR, August 1996). Predictive Data Mining with Finite Mixtures Petri Kontkanen Petri Myllymaki

More information

POLA: a student modeling framework for Probabilistic On-Line Assessment of problem solving performance

POLA: a student modeling framework for Probabilistic On-Line Assessment of problem solving performance POLA: a student modeling framework for Probabilistic On-Line Assessment of problem solving performance Cristina Conati, Kurt VanLehn Intelligent Systems Program University of Pittsburgh Pittsburgh, PA,

More information

Probabilistic Latent Semantic Analysis

Probabilistic Latent Semantic Analysis Probabilistic Latent Semantic Analysis Thomas Hofmann Presentation by Ioannis Pavlopoulos & Andreas Damianou for the course of Data Mining & Exploration 1 Outline Latent Semantic Analysis o Need o Overview

More information

Version Space. Term 2012/2013 LSI - FIB. Javier Béjar cbea (LSI - FIB) Version Space Term 2012/ / 18

Version Space. Term 2012/2013 LSI - FIB. Javier Béjar cbea (LSI - FIB) Version Space Term 2012/ / 18 Version Space Javier Béjar cbea LSI - FIB Term 2012/2013 Javier Béjar cbea (LSI - FIB) Version Space Term 2012/2013 1 / 18 Outline 1 Learning logical formulas 2 Version space Introduction Search strategy

More information

Concept Acquisition Without Representation William Dylan Sabo

Concept Acquisition Without Representation William Dylan Sabo Concept Acquisition Without Representation William Dylan Sabo Abstract: Contemporary debates in concept acquisition presuppose that cognizers can only acquire concepts on the basis of concepts they already

More information

Evolution of Collective Commitment during Teamwork

Evolution of Collective Commitment during Teamwork Fundamenta Informaticae 56 (2003) 329 371 329 IOS Press Evolution of Collective Commitment during Teamwork Barbara Dunin-Kȩplicz Institute of Informatics, Warsaw University Banacha 2, 02-097 Warsaw, Poland

More information

Notes on The Sciences of the Artificial Adapted from a shorter document written for course (Deciding What to Design) 1

Notes on The Sciences of the Artificial Adapted from a shorter document written for course (Deciding What to Design) 1 Notes on The Sciences of the Artificial Adapted from a shorter document written for course 17-652 (Deciding What to Design) 1 Ali Almossawi December 29, 2005 1 Introduction The Sciences of the Artificial

More information

ANALYSIS: LABOUR MARKET SUCCESS OF VOCATIONAL AND HIGHER EDUCATION GRADUATES

ANALYSIS: LABOUR MARKET SUCCESS OF VOCATIONAL AND HIGHER EDUCATION GRADUATES ANALYSIS: LABOUR MARKET SUCCESS OF VOCATIONAL AND HIGHER EDUCATION GRADUATES Authors: Ingrid Jaggo, Mart Reinhold & Aune Valk, Analysis Department of the Ministry of Education and Research I KEY CONCLUSIONS

More information

The Strong Minimalist Thesis and Bounded Optimality

The Strong Minimalist Thesis and Bounded Optimality The Strong Minimalist Thesis and Bounded Optimality DRAFT-IN-PROGRESS; SEND COMMENTS TO RICKL@UMICH.EDU Richard L. Lewis Department of Psychology University of Michigan 27 March 2010 1 Purpose of this

More information

Circuit Simulators: A Revolutionary E-Learning Platform

Circuit Simulators: A Revolutionary E-Learning Platform Circuit Simulators: A Revolutionary E-Learning Platform Mahi Itagi Padre Conceicao College of Engineering, Verna, Goa, India. itagimahi@gmail.com Akhil Deshpande Gogte Institute of Technology, Udyambag,

More information

Copyright Corwin 2014

Copyright Corwin 2014 When Jane was a high school student, her history class took a field trip to a historical Western town located about 50 miles from her school. At the local museum, she and her classmates followed a docent

More information

AQUA: An Ontology-Driven Question Answering System

AQUA: An Ontology-Driven Question Answering System AQUA: An Ontology-Driven Question Answering System Maria Vargas-Vera, Enrico Motta and John Domingue Knowledge Media Institute (KMI) The Open University, Walton Hall, Milton Keynes, MK7 6AA, United Kingdom.

More information

Stakeholder Debate: Wind Energy

Stakeholder Debate: Wind Energy Activity ENGAGE For Educator Stakeholder Debate: Wind Energy How do stakeholder interests determine which specific resources a community will use? For the complete activity with media resources, visit:

More information

Reinforcement Learning by Comparing Immediate Reward

Reinforcement Learning by Comparing Immediate Reward Reinforcement Learning by Comparing Immediate Reward Punit Pandey DeepshikhaPandey Dr. Shishir Kumar Abstract This paper introduces an approach to Reinforcement Learning Algorithm by comparing their immediate

More information

Citation for published version (APA): Veenstra, M. J. A. (1998). Formalizing the minimalist program Groningen: s.n.

Citation for published version (APA): Veenstra, M. J. A. (1998). Formalizing the minimalist program Groningen: s.n. University of Groningen Formalizing the minimalist program Veenstra, Mettina Jolanda Arnoldina IMPORTANT NOTE: You are advised to consult the publisher's version (publisher's PDF if you wish to cite from

More information

A GENERIC SPLIT PROCESS MODEL FOR ASSET MANAGEMENT DECISION-MAKING

A GENERIC SPLIT PROCESS MODEL FOR ASSET MANAGEMENT DECISION-MAKING A GENERIC SPLIT PROCESS MODEL FOR ASSET MANAGEMENT DECISION-MAKING Yong Sun, a * Colin Fidge b and Lin Ma a a CRC for Integrated Engineering Asset Management, School of Engineering Systems, Queensland

More information

We are strong in research and particularly noted in software engineering, information security and privacy, and humane gaming.

We are strong in research and particularly noted in software engineering, information security and privacy, and humane gaming. Computer Science 1 COMPUTER SCIENCE Office: Department of Computer Science, ECS, Suite 379 Mail Code: 2155 E Wesley Avenue, Denver, CO 80208 Phone: 303-871-2458 Email: info@cs.du.edu Web Site: Computer

More information

Higher education is becoming a major driver of economic competitiveness

Higher education is becoming a major driver of economic competitiveness Executive Summary Higher education is becoming a major driver of economic competitiveness in an increasingly knowledge-driven global economy. The imperative for countries to improve employment skills calls

More information

(ALMOST?) BREAKING THE GLASS CEILING: OPEN MERIT ADMISSIONS IN MEDICAL EDUCATION IN PAKISTAN

(ALMOST?) BREAKING THE GLASS CEILING: OPEN MERIT ADMISSIONS IN MEDICAL EDUCATION IN PAKISTAN (ALMOST?) BREAKING THE GLASS CEILING: OPEN MERIT ADMISSIONS IN MEDICAL EDUCATION IN PAKISTAN Tahir Andrabi and Niharika Singh Oct 30, 2015 AALIMS, Princeton University 2 Motivation In Pakistan (and other

More information

Individual Component Checklist L I S T E N I N G. for use with ONE task ENGLISH VERSION

Individual Component Checklist L I S T E N I N G. for use with ONE task ENGLISH VERSION L I S T E N I N G Individual Component Checklist for use with ONE task ENGLISH VERSION INTRODUCTION This checklist has been designed for use as a practical tool for describing ONE TASK in a test of listening.

More information

Millersville University Degree Works Training User Guide

Millersville University Degree Works Training User Guide Millersville University Degree Works Training User Guide Page 1 Table of Contents Introduction... 5 What is Degree Works?... 5 Degree Works Functionality Summary... 6 Access to Degree Works... 8 Login

More information

Knowledge-Based - Systems

Knowledge-Based - Systems Knowledge-Based - Systems ; Rajendra Arvind Akerkar Chairman, Technomathematics Research Foundation and Senior Researcher, Western Norway Research institute Priti Srinivas Sajja Sardar Patel University

More information

IT Students Workshop within Strategic Partnership of Leibniz University and Peter the Great St. Petersburg Polytechnic University

IT Students Workshop within Strategic Partnership of Leibniz University and Peter the Great St. Petersburg Polytechnic University IT Students Workshop within Strategic Partnership of Leibniz University and Peter the Great St. Petersburg Polytechnic University 06.11.16 13.11.16 Hannover Our group from Peter the Great St. Petersburg

More information

Executive Guide to Simulation for Health

Executive Guide to Simulation for Health Executive Guide to Simulation for Health Simulation is used by Healthcare and Human Service organizations across the World to improve their systems of care and reduce costs. Simulation offers evidence

More information

Chapter 2 Rule Learning in a Nutshell

Chapter 2 Rule Learning in a Nutshell Chapter 2 Rule Learning in a Nutshell This chapter gives a brief overview of inductive rule learning and may therefore serve as a guide through the rest of the book. Later chapters will expand upon the

More information

CONCEPT MAPS AS A DEVICE FOR LEARNING DATABASE CONCEPTS

CONCEPT MAPS AS A DEVICE FOR LEARNING DATABASE CONCEPTS CONCEPT MAPS AS A DEVICE FOR LEARNING DATABASE CONCEPTS Pirjo Moen Department of Computer Science P.O. Box 68 FI-00014 University of Helsinki pirjo.moen@cs.helsinki.fi http://www.cs.helsinki.fi/pirjo.moen

More information

The Good Judgment Project: A large scale test of different methods of combining expert predictions

The Good Judgment Project: A large scale test of different methods of combining expert predictions The Good Judgment Project: A large scale test of different methods of combining expert predictions Lyle Ungar, Barb Mellors, Jon Baron, Phil Tetlock, Jaime Ramos, Sam Swift The University of Pennsylvania

More information

INNOWIZ: A GUIDING FRAMEWORK FOR PROJECTS IN INDUSTRIAL DESIGN EDUCATION

INNOWIZ: A GUIDING FRAMEWORK FOR PROJECTS IN INDUSTRIAL DESIGN EDUCATION INTERNATIONAL CONFERENCE ON ENGINEERING AND PRODUCT DESIGN EDUCATION 8 & 9 SEPTEMBER 2011, CITY UNIVERSITY, LONDON, UK INNOWIZ: A GUIDING FRAMEWORK FOR PROJECTS IN INDUSTRIAL DESIGN EDUCATION Pieter MICHIELS,

More information

Lawyers for Learning Mentoring Program Information Booklet

Lawyers for Learning Mentoring Program Information Booklet Life-Changing 2016-2017 Lawyers for Learning Mentoring Program Information Booklet Be a part of the Lawyers for Learning experience Enlightening Exciting Rewarding I. Introduction- 2016-17 School Year

More information

Unit 8 Pronoun References

Unit 8 Pronoun References English Two Unit 8 Pronoun References Objectives After the completion of this unit, you would be able to expalin what pronoun and pronoun reference are. explain different types of pronouns. understand

More information

THE PENNSYLVANIA STATE UNIVERSITY SCHREYER HONORS COLLEGE DEPARTMENT OF MATHEMATICS ASSESSING THE EFFECTIVENESS OF MULTIPLE CHOICE MATH TESTS

THE PENNSYLVANIA STATE UNIVERSITY SCHREYER HONORS COLLEGE DEPARTMENT OF MATHEMATICS ASSESSING THE EFFECTIVENESS OF MULTIPLE CHOICE MATH TESTS THE PENNSYLVANIA STATE UNIVERSITY SCHREYER HONORS COLLEGE DEPARTMENT OF MATHEMATICS ASSESSING THE EFFECTIVENESS OF MULTIPLE CHOICE MATH TESTS ELIZABETH ANNE SOMERS Spring 2011 A thesis submitted in partial

More information

Implementing a tool to Support KAOS-Beta Process Model Using EPF

Implementing a tool to Support KAOS-Beta Process Model Using EPF Implementing a tool to Support KAOS-Beta Process Model Using EPF Malihe Tabatabaie Malihe.Tabatabaie@cs.york.ac.uk Department of Computer Science The University of York United Kingdom Eclipse Process Framework

More information

Proof Theory for Syntacticians

Proof Theory for Syntacticians Department of Linguistics Ohio State University Syntax 2 (Linguistics 602.02) January 5, 2012 Logics for Linguistics Many different kinds of logic are directly applicable to formalizing theories in syntax

More information

CWSEI Teaching Practices Inventory

CWSEI Teaching Practices Inventory CWSEI Teaching Practices Inventory To create the inventory we devised a list of the various types of teaching practices that are commonly mentioned in the literature. We recognize that these practices

More information

Axiom 2013 Team Description Paper

Axiom 2013 Team Description Paper Axiom 2013 Team Description Paper Mohammad Ghazanfari, S Omid Shirkhorshidi, Farbod Samsamipour, Hossein Rahmatizadeh Zagheli, Mohammad Mahdavi, Payam Mohajeri, S Abbas Alamolhoda Robotics Scientific Association

More information

Webquests in the Latin Classroom

Webquests in the Latin Classroom Connexions module: m18048 1 Webquests in the Latin Classroom Version 1.1: Oct 19, 2008 10:16 pm GMT-5 Whitney Slough This work is produced by The Connexions Project and licensed under the Creative Commons

More information

OPTIMIZATINON OF TRAINING SETS FOR HEBBIAN-LEARNING- BASED CLASSIFIERS

OPTIMIZATINON OF TRAINING SETS FOR HEBBIAN-LEARNING- BASED CLASSIFIERS OPTIMIZATINON OF TRAINING SETS FOR HEBBIAN-LEARNING- BASED CLASSIFIERS Václav Kocian, Eva Volná, Michal Janošek, Martin Kotyrba University of Ostrava Department of Informatics and Computers Dvořákova 7,

More information

Entrepreneurial Discovery and the Demmert/Klein Experiment: Additional Evidence from Germany

Entrepreneurial Discovery and the Demmert/Klein Experiment: Additional Evidence from Germany Entrepreneurial Discovery and the Demmert/Klein Experiment: Additional Evidence from Germany Jana Kitzmann and Dirk Schiereck, Endowed Chair for Banking and Finance, EUROPEAN BUSINESS SCHOOL, International

More information

INDIAN STATISTICAL INSTITUTE 203, BARRACKPORE TRUNK ROAD KOLKATA

INDIAN STATISTICAL INSTITUTE 203, BARRACKPORE TRUNK ROAD KOLKATA INDIAN STATISTICAL INSTITUTE 203, BARRACKPORE TRUNK ROAD KOLKATA 700 108 A D V E R T I S E M E N T Applications are invited from Indian Nationals for recruitment of following posts required at Kolkata,

More information

Statewide Framework Document for:

Statewide Framework Document for: Statewide Framework Document for: 270301 Standards may be added to this document prior to submission, but may not be removed from the framework to meet state credit equivalency requirements. Performance

More information

WHY GO TO GRADUATE SCHOOL?

WHY GO TO GRADUATE SCHOOL? WHY GO TO GRADUATE SCHOOL? 1 GRADUATE EDUCATION: WHAT ARE THE QUESTIONS? Why go to graduate school? What degree? Masters of Doctorate? Where should you go? And how to choose? When is the right time for

More information

Mastering Team Skills and Interpersonal Communication. Copyright 2012 Pearson Education, Inc. publishing as Prentice Hall.

Mastering Team Skills and Interpersonal Communication. Copyright 2012 Pearson Education, Inc. publishing as Prentice Hall. Chapter 2 Mastering Team Skills and Interpersonal Communication Chapter 2-1 Communicating Effectively in Teams Chapter 2-2 Communicating Effectively in Teams Collaboration involves working together to

More information

Evolution of Symbolisation in Chimpanzees and Neural Nets

Evolution of Symbolisation in Chimpanzees and Neural Nets Evolution of Symbolisation in Chimpanzees and Neural Nets Angelo Cangelosi Centre for Neural and Adaptive Systems University of Plymouth (UK) a.cangelosi@plymouth.ac.uk Introduction Animal communication

More information

The open source development model has unique characteristics that make it in some

The open source development model has unique characteristics that make it in some Is the Development Model Right for Your Organization? A roadmap to open source adoption by Ibrahim Haddad The open source development model has unique characteristics that make it in some instances a superior

More information

INFORMATION What is 2GetThere? Learning by doing

INFORMATION What is 2GetThere? Learning by doing INFORMATION What is 2GetThere? 2GetThere (www.2getthere.info) is a project created for and run by young people and youth coaches. The project is funded by the municipality of Arnhem and implemented by

More information

SDTM Implementation within Data Management

SDTM Implementation within Data Management SDTM Implementation within Data Management CDISC Users Group Meeting Lauren Shinaberry MSc, CCDM Data Management and SDTM SDTM can be seen as the end point representation of all the work done within DM

More information

Machine Learning and Data Mining. Ensembles of Learners. Prof. Alexander Ihler

Machine Learning and Data Mining. Ensembles of Learners. Prof. Alexander Ihler Machine Learning and Data Mining Ensembles of Learners Prof. Alexander Ihler Ensemble methods Why learn one classifier when you can learn many? Ensemble: combine many predictors (Weighted) combina

More information

Ontologies vs. classification systems

Ontologies vs. classification systems Ontologies vs. classification systems Bodil Nistrup Madsen Copenhagen Business School Copenhagen, Denmark bnm.isv@cbs.dk Hanne Erdman Thomsen Copenhagen Business School Copenhagen, Denmark het.isv@cbs.dk

More information

SETTING STANDARDS FOR CRITERION- REFERENCED MEASUREMENT

SETTING STANDARDS FOR CRITERION- REFERENCED MEASUREMENT SETTING STANDARDS FOR CRITERION- REFERENCED MEASUREMENT By: Dr. MAHMOUD M. GHANDOUR QATAR UNIVERSITY Improving human resources is the responsibility of the educational system in many societies. The outputs

More information

Paper presented at the ERA-AARE Joint Conference, Singapore, November, 1996.

Paper presented at the ERA-AARE Joint Conference, Singapore, November, 1996. THE DEVELOPMENT OF SELF-CONCEPT IN YOUNG CHILDREN: PRESCHOOLERS' VIEWS OF THEIR COMPETENCE AND ACCEPTANCE Christine Johnston, Faculty of Nursing, University of Sydney Paper presented at the ERA-AARE Joint

More information

arxiv: v1 [math.at] 10 Jan 2016

arxiv: v1 [math.at] 10 Jan 2016 THE ALGEBRAIC ATIYAH-HIRZEBRUCH SPECTRAL SEQUENCE OF REAL PROJECTIVE SPECTRA arxiv:1601.02185v1 [math.at] 10 Jan 2016 GUOZHEN WANG AND ZHOULI XU Abstract. In this note, we use Curtis s algorithm and the

More information

Classifying combinations: Do students distinguish between different types of combination problems?

Classifying combinations: Do students distinguish between different types of combination problems? Classifying combinations: Do students distinguish between different types of combination problems? Elise Lockwood Oregon State University Nicholas H. Wasserman Teachers College, Columbia University William

More information

Pedagogical Content Knowledge for Teaching Primary Mathematics: A Case Study of Two Teachers

Pedagogical Content Knowledge for Teaching Primary Mathematics: A Case Study of Two Teachers Pedagogical Content Knowledge for Teaching Primary Mathematics: A Case Study of Two Teachers Monica Baker University of Melbourne mbaker@huntingtower.vic.edu.au Helen Chick University of Melbourne h.chick@unimelb.edu.au

More information

Spring 2012 MECH 3313 THERMO-FLUIDS LABORATORY

Spring 2012 MECH 3313 THERMO-FLUIDS LABORATORY Spring 2012 MECH 3313 THERMO-FLUIDS LABORATORY Course Description Instructor An introductory class to basic measurements and principles of engineering experimental practices. This course focuses on measurements

More information

MKTG 611- Marketing Management The Wharton School, University of Pennsylvania Fall 2016

MKTG 611- Marketing Management The Wharton School, University of Pennsylvania Fall 2016 MKTG 611- Marketing Management The Wharton School, University of Pennsylvania Fall 2016 Professor Jonah Berger and Professor Barbara Kahn Teaching Assistants: Nashvia Alvi nashvia@wharton.upenn.edu Puranmalka

More information

Python Machine Learning

Python Machine Learning Python Machine Learning Unlock deeper insights into machine learning with this vital guide to cuttingedge predictive analytics Sebastian Raschka [ PUBLISHING 1 open source I community experience distilled

More information

Identifying Novice Difficulties in Object Oriented Design

Identifying Novice Difficulties in Object Oriented Design Identifying Novice Difficulties in Object Oriented Design Benjy Thomasson, Mark Ratcliffe, Lynda Thomas University of Wales, Aberystwyth Penglais Hill Aberystwyth, SY23 1BJ +44 (1970) 622424 {mbr, ltt}

More information

Critical Thinking in Everyday Life: 9 Strategies

Critical Thinking in Everyday Life: 9 Strategies Critical Thinking in Everyday Life: 9 Strategies Most of us are not what we could be. We are less. We have great capacity. But most of it is dormant; most is undeveloped. Improvement in thinking is like

More information

Assessing Functional Relations: The Utility of the Standard Celeration Chart

Assessing Functional Relations: The Utility of the Standard Celeration Chart Behavioral Development Bulletin 2015 American Psychological Association 2015, Vol. 20, No. 2, 163 167 1942-0722/15/$12.00 http://dx.doi.org/10.1037/h0101308 Assessing Functional Relations: The Utility

More information

Biomedical Sciences (BC98)

Biomedical Sciences (BC98) Be one of the first to experience the new undergraduate science programme at a university leading the way in biomedical teaching and research Biomedical Sciences (BC98) BA in Cell and Systems Biology BA

More information

Twitter Sentiment Classification on Sanders Data using Hybrid Approach

Twitter Sentiment Classification on Sanders Data using Hybrid Approach IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 4, Ver. I (July Aug. 2015), PP 118-123 www.iosrjournals.org Twitter Sentiment Classification on Sanders

More information

UML MODELLING OF DIGITAL FORENSIC PROCESS MODELS (DFPMs)

UML MODELLING OF DIGITAL FORENSIC PROCESS MODELS (DFPMs) UML MODELLING OF DIGITAL FORENSIC PROCESS MODELS (DFPMs) Michael Köhn 1, J.H.P. Eloff 2, MS Olivier 3 1,2,3 Information and Computer Security Architectures (ICSA) Research Group Department of Computer

More information

Too busy doing the mission to take care of your Airmen? Think again...

Too busy doing the mission to take care of your Airmen? Think again... Too busy doing the mission to take care of your Airmen? Think again... Commentary by Col. Noel Zamot Commandant, USAF Test Pilot School 4/13/2011 - EDWARDS AIR FORCE BASE, Calif. -- Have you ever heard

More information

Software Maintenance

Software Maintenance 1 What is Software Maintenance? Software Maintenance is a very broad activity that includes error corrections, enhancements of capabilities, deletion of obsolete capabilities, and optimization. 2 Categories

More information

A Note on Structuring Employability Skills for Accounting Students

A Note on Structuring Employability Skills for Accounting Students A Note on Structuring Employability Skills for Accounting Students Jon Warwick and Anna Howard School of Business, London South Bank University Correspondence Address Jon Warwick, School of Business, London

More information

Modeling user preferences and norms in context-aware systems

Modeling user preferences and norms in context-aware systems Modeling user preferences and norms in context-aware systems Jonas Nilsson, Cecilia Lindmark Jonas Nilsson, Cecilia Lindmark VT 2016 Bachelor's thesis for Computer Science, 15 hp Supervisor: Juan Carlos

More information

Essay on importance of good friends. It can cause flooding of the countries or even continents..

Essay on importance of good friends. It can cause flooding of the countries or even continents.. Essay on importance of good friends. It can cause flooding of the countries or even continents.. Essay on importance of good friends >>>CLICK HERE

More information

Probability estimates in a scenario tree

Probability estimates in a scenario tree 101 Chapter 11 Probability estimates in a scenario tree An expert is a person who has made all the mistakes that can be made in a very narrow field. Niels Bohr (1885 1962) Scenario trees require many numbers.

More information

(Sub)Gradient Descent

(Sub)Gradient Descent (Sub)Gradient Descent CMSC 422 MARINE CARPUAT marine@cs.umd.edu Figures credit: Piyush Rai Logistics Midterm is on Thursday 3/24 during class time closed book/internet/etc, one page of notes. will include

More information

Instructions and Guidelines for Promotion and Tenure Review of IUB Librarians

Instructions and Guidelines for Promotion and Tenure Review of IUB Librarians Instructions and Guidelines for Promotion and Tenure Review of IUB Librarians Approved by the IUB Library Faculty June 2012. Future amendment by vote of Bloomington Library Faculty Council. Amended August

More information

Bitstrips for Schools: A How-To Guide

Bitstrips for Schools: A How-To Guide Bitstrips for Schools: A How-To Guide By: Sara Belliveau & Kimberly Mertens EDUC 5553: Educational Technologies Bitstrips for Schools Table of Contents I. Introduction II. III. IV. History Required Materials

More information

Mock Trial Preparation In-Class Assignment to Prepare Direct and Cross Examination Roles 25 September 2015 DIRECT EXAMINATION

Mock Trial Preparation In-Class Assignment to Prepare Direct and Cross Examination Roles 25 September 2015 DIRECT EXAMINATION Mock Trial Preparation In-Class Assignment to Prepare Direct and Cross Examination Roles 25 September 2015 DIRECT EXAMINATION To prepare direct examination questions: 1. Determine your theory of the case.

More information