Data Mining Decision-Trees for Comparative Models and Possibilities for Uniting Texts and Coded Data

Size: px
Start display at page:

Download "Data Mining Decision-Trees for Comparative Models and Possibilities for Uniting Texts and Coded Data"

Transcription

1 Data Mining Decision-Trees for Comparative Models and Possibilities for Uniting Texts and Coded Data Michael D. Fischer, (U Kent)

2 Comparative Research There are two basic approaches to comparative ethnographic research; doubtless what Doug might refer to as the right way and the wrong way. One approach is that which is featured in these sessions, using coded databases representing cultures chosen for the Standard Crosscultural Sample (SCCS), and examining the relationships between variables, now much improved by Eff's contribution to resolving Galton's Problem relating to autocorrelation. But ultimately these datasets depend on the quality of work by researchers in the original coding of ethnographic works, which works are selected, and how consistently the researcher has balanced judgements in arriving at a value.

3 Comparative Research The other approach is to use the ethnographic texts themselves directly by reading them and depending on either on the fly coding or generally scholarly skills, increasingly in short supply. One attempt to be more systematic in this approach is that of the Human Relations Area Files, in which the Outline of Cultural Materials is used to code each paragraph in an ethnography with oner or more categories. There are a number of problems with this approach. Some reasonable level of consistency is present, as a small core of professionals do this full time. However, there are few tools presently provided to make it easy to do research that can be generalised safely.

4 Comparative Research Even if HRAF's set of cultures included all the SCCS cultures to make these interoperable as analytic tools is challenging. This seems to be the project I have landed myself with, at least to the extent of considering how this can be done, and having some sense of obligation and opportunity as a minor partner in the CoSSci project, and the Vice-president of HRAF. I have been experimenting with data mining decision trees for classifying model outcomes, then normalising the decision trees into production rules to extract a logic underlying the classifications, with a goal to creaing a bi-directional bridge between the codes of SCCS and the texts of HRAF, which hopefully will greatly expand the capability of comparative research. A long way to go yet!

5 The Enterprise...

6 What is Culture? From Behaviour to Thought... that complex whole which includes all the habits acquired by man as a member of society. Ruth Benedict, the integral whole consisting of implements and consumer goods, of constitutional charters for the various social groupings, of human ideas and crafts, beliefs and customs. Bronislaw Malinowski, 1944 A society's culture consists of whatever it is that one has to know or believe in order to operate in a manner acceptable to its members. Ward Goodenough a system of symbols and meanings. David Schneider, 1976

7 Crashing the Party In 1971 G. P. Murdock presented an enigmatic lecture, Anthropology s Mythology, to the Royal Anthropological Institute. He made a pair of dramatic claims; neither culture nor social structure can be reified to serve as an explanation. They were, to the extent they existed at all, our characterisation of patterns of interactions between individuals, not the source of these interactions. Anthropologists must abandon subjects of a superorganic nature and deal with individuals and their productions to explain what we described as social and cultural phenomena.

8 Adaptive Agency Adaption: optimising around minima or maxima of a resource or challenge Adaptive Agency: changing the rules New Ideas - Reconceptualisation Changing the context Fabrication Modifications that must be reproduced Increase choices

9 Lots of shared stuff: American KT 9

10 American KT Algebra 10

11 The SCCS - aggregated agency?

12 So what about Murdock's warning?

13 Adaptive Agency & 'Big Data' Many Choices/Degrees of Freedom Order emerges because of shared stories and the need to apply knowledge need to produce context need to leverage outcome need to reproduce story

14 How Ethnography (and Big Data) works Common 'stories' common Range of approaches by individuals. Different sub-groups have different ongoing narratives that support specific interpretations of these stories. These interpretations inform actions that set up repeated patterns in and between sub-groups

15 How Ethnography (and Big Data) works Ethnography identifies different groups and their group narratives Ethnography includes case studies of how people respond to different contexts Intensive interaction with a relatively small collection of people (<15) leads to surprisingly robust results

16 How Ethnography (and Big Data) works Robust results from small number of people consistent with power of stories and larger narratives to influence behaviour These stories and narratives effectively represent a 'logic' that informs reasoning in different domains To what extent can we recover this logic from patterns of behaviour in conjunction with the stories?

17 PolySocial Reality (PoSR) image infvark.com + sapplin

18 PoSR Layers (exploded)

19 Weighted results - tick those that are of interest

20 Now with ability to record decision-making notes

21 PATTERN IDENTIFICATION: DEVELOPING RULES Generally need body of examples to train from Usually these are hand selected Testing on wild data seeded with similar examples Improved example set

22 So following a search, extract & parsed out scrapped data tf idf weight (term frequency inverse document frequency) - evaluates the importance of a word is to a document in a collection or corpus Importance increases proportionally to the number of times a word appears in the document but is offset by the frequency of the word in the corpus Goldilocks words - not too common or too rare

23 Currently Accuracy - 90% (based on the orchid training dataset) Reports every 10mins Future Aim to combine assessment of the results into the training dataset Expanding to make it to more general for other sites e.g. alibaba.com & gumtree.co.uk

24 So can we amplify SCCS with ethnography?

25 Sample of HRAF Text - Expert Judgements

26

27

28 Weka - Environment for Knowledge Analysis

29 Weka Explorer

30 Weka J48 Output J48 pruned tree Plantain (add crop) = p Macabo (add crop) = p: Plant Cocoa (79.0) Macabo (add crop) = na Climate driver = na: Plant Cocoa (0.0) Climate driver = Longer rainy season and more wind every year: Plant Cocoa (0.0) Climate driver = Increasing dry spells in small wet season and more wind: Plant Cocoa (4.0) Climate driver = Dry spells getting longer and more wind every year: Plant Cassava (2.0) Plantain (add crop) = na: Plant Plantain (10.0) Number of Leaves : 6 Size of the tree : 9

31 Weka J48 Output === Stratified cross-validation === Correctly Classified Instances % Incorrectly Classified Instances % Kappa statistic K&B Relative Info Score % K&B Information Score bits bits/ instance Class complexity order bits bits/ instance Class complexity scheme bits bits/ instance Complexity improvement (Sf) bits bits/ instance Mean absolute error Root mean squared error Relative absolute error % Root relative squared error %

32 KNeTs Expert Rules IF Plantain (add crop) IF Macabo (add crop) THENHYP Plant Cocoa (79.0) IF Plantain (add crop) IFNOT Macabo (add crop) IF Climate driver is Increasing dry spells in small wet season and more wind THENHYP Plant Cocoa (4.0) IF Plantain (add crop) IFNOT Macabo (add crop) IF Climate driver is Dry spells getting longer and more wind every year THENHYP Plant Cassava (2.0) IFNOT Plantain (add crop) THENHYP Plant Plantain (10.0)

33 KNeTs XML Output <rules> <rule> <if> Plantain (add crop)</if> <if> Macabo (add crop)</if> <then val="(79.0)"> Plant Cocoa </then> </rule> <rule> <if> Plantain (add crop)</if> <if><not> Macabo (add crop)</not></if> <if> Climate driver is Increasing dry spells in small wet season and more wind</if> <then val="(4.0)"> Plant Cocoa </then> </rule> <rule> <if> Plantain (add crop)</if> <if><not> Macabo (add crop)</not></if> <if> Climate driver is Dry spells getting longer and more wind every year</if> <then val="(2.0)"> Plant Cassava </then> </rule> <rule> <if><not> Plantain (add crop)</not></if> <then val="(10.0)"> Plant Plantain </then> </rule> </rules>

34 Data Mining Decision-Trees for Comparative Models and Possibilities for Uniting Texts and Coded Data Michael D. Fischer, (U Kent)

Structures of Life. Investigation 2: Growing Further. Big Question: 3 rd Science Notebook. Name:

Structures of Life. Investigation 2: Growing Further. Big Question: 3 rd Science Notebook. Name: 3 rd Science Notebook Structures of Life Investigation 2: Growing Further Name: Big Question: What are the structures and functions of a seedling and how are they important to the plant s survival? 1 Alignment

More information

Alaska Content and Performance Standards Science Grade: 7 - Adopted: Concepts of Life Science (SC1, SC2, SC3)

Alaska Content and Performance Standards Science Grade: 7 - Adopted: Concepts of Life Science (SC1, SC2, SC3) Main Criteria: Alaska Content and Performance Standards Secondary Criteria: Subjects: Science, Social Studies Grade: 7 Correlation Options: Show Correlated AK.C1. Alaska Content and Performance Standards

More information

INTERNATIONAL CULTURAL TOURISM CHARTER Managing Tourism at Places of Heritage Significance (1999)

INTERNATIONAL CULTURAL TOURISM CHARTER Managing Tourism at Places of Heritage Significance (1999) INTERNATIONAL CULTURAL TOURISM CHARTER Managing Tourism at Places of Heritage Significance (1999) Adopted by ICOMOS at the 12th General Assembly in Mexico, October 1999. INTRODUCTION The Charter Ethos

More information

Learning Outcomes 2. Key Concepts 2. Misconceptions and Teaching Challenges 3. Vocabulary 4. Lesson and Content Overview 5

Learning Outcomes 2. Key Concepts 2. Misconceptions and Teaching Challenges 3. Vocabulary 4. Lesson and Content Overview 5 UNIT 1 GUIDE Table of Contents Learning Outcomes 2 Key Concepts 2 Misconceptions and Teaching Challenges 3 Vocabulary 4 Lesson and Content Overview 5 BIG HISTORY PROJECT / UNIT 1 GUIDE 1 Unit 1 What Is

More information

GEOGRAPHY ADVANCED LEVEL

GEOGRAPHY ADVANCED LEVEL GEOGRAPHY ADVANCED LEVEL The syllabus is based on the belief that geography makes a valuable contribution to education. This partly derives from the nature of the questions which geographers raise and

More information

Beyond control: agricultural heritage and the Anthropocene

Beyond control: agricultural heritage and the Anthropocene Beyond control: agricultural heritage and the Anthropocene Daniel Niles Research Institute for Humanity and Nature Kyoto Japan RIHN/UC Berkeley International Workshop Food, Agriculture and Human Impacts

More information

Randomized Decision Trees

Randomized Decision Trees Randomized Decision Trees compiled by Alvin Wan from Professor Jitendra Malik s lecture Discrete Variables First, let us consider some terminology. We have primarily been dealing with real-valued data,

More information

Safety Guidelines for the Chemistry Professional: Understanding Your Role and Responsibilities

Safety Guidelines for the Chemistry Professional: Understanding Your Role and Responsibilities Safety Guidelines for the Chemistry Professional: Understanding Your Role and Responsibilities Kenneth P. Fivizzani Committee on Chemical Safety/ Division of Chemical Health & Safety August 22, 2017 Introduction

More information

PYP of the IB: Program of Inquiry. An inquiry into: An inquiry into How we express ourselves. An inquiry into How the world works

PYP of the IB: Program of Inquiry. An inquiry into: An inquiry into How we express ourselves. An inquiry into How the world works PYP of the IB: Program of Inquiry School: Center for Inquiry at School #2 2010-2011 : Age the nature of orientation in and time; personal the the ways in the natural the the rights K Safe and Healthy Central

More information

Organizing Diversity Taxonomy is the discipline of biology that identifies, names, and classifies organisms according to certain rules.

Organizing Diversity Taxonomy is the discipline of biology that identifies, names, and classifies organisms according to certain rules. 1 2 3 4 5 6 7 8 9 10 Outline 1.1 Introduction to AP Biology 1.2 Big Idea 1: Evolution 1.3 Big Idea 2: Energy and Molecular Building Blocks 1.4 Big Idea 3: Information Storage, Transmission, and Response

More information

STATE GEOGRAPHIC INFORMATION DATABASE

STATE GEOGRAPHIC INFORMATION DATABASE STATE GEOGRAPHIC INFORMATION DATABASE Data Information and Knowledge Management STATE GEOGRAPHIC INFORMATION DATABASE EXECUTIVE SUMMARY Utah has developed one of the most comprehensive statewide GIS resources

More information

What is Text mining? To discover the useful patterns/contents from the large amount of data that can be structured or unstructured.

What is Text mining? To discover the useful patterns/contents from the large amount of data that can be structured or unstructured. What is Text mining? To discover the useful patterns/contents from the large amount of data that can be structured or unstructured. Text mining What can be used for text mining?? Classification/categorization

More information

Robert D. Borchert GIS Technician

Robert D. Borchert GIS Technician QA/QC: AM/FM: A Checklist Confirmed for fit Quality Methods and Control Actions Robert D. Borchert GIS Technician This just goes to show that QA/QC is important. Robert D. Borchert GIS Technician Did you

More information

Rhode Island World-Class Standards Science Grade: K - Adopted: 2006

Rhode Island World-Class Standards Science Grade: K - Adopted: 2006 Main Criteria: Rhode Island World-Class Standards Secondary Criteria: Subjects: Science, Social Studies Grade: K Correlation Options: Show Correlated Rhode Island World-Class Standards Science Grade: K

More information

Decision Support. Dr. Johan Hagelbäck.

Decision Support. Dr. Johan Hagelbäck. Decision Support Dr. Johan Hagelbäck johan.hagelback@lnu.se http://aiguy.org Decision Support One of the earliest AI problems was decision support The first solution to this problem was expert systems

More information

Environmental Ethics: From Theory to Practice

Environmental Ethics: From Theory to Practice Environmental Ethics: From Theory to Practice Marion Hourdequin Companion Website Material Chapter 4 Companion website by Julia Liao and Marion Hourdequin ENVIRONMENTAL ETHICS: FROM THEORY TO PRACTICE

More information

1 Mathematics and Statistics in Science

1 Mathematics and Statistics in Science 1 Mathematics and Statistics in Science Overview Science students encounter mathematics and statistics in three main areas: Understanding and using theory. Carrying out experiments and analysing results.

More information

Wisconsin Academic Standards Science Grade: K - Adopted: 1998

Wisconsin Academic Standards Science Grade: K - Adopted: 1998 Main Criteria: Wisconsin Academic Standards Secondary Criteria: Subjects: Science, Social Studies Grade: K Correlation Options: Show Correlated Wisconsin Academic Standards Science Grade: K - Adopted:

More information

Symbolic Logic. Alice E. Fischer. CSCI 1166 Discrete Mathematics for Computing February 5 6,

Symbolic Logic. Alice E. Fischer. CSCI 1166 Discrete Mathematics for Computing February 5 6, Symbolic Logic Alice E. Fischer CSCI 1166 Discrete Mathematics for Computing February 5 6, 20182018 Alice E. Fischer Symbolic Logic... 1/19 1 2 3 Alice E. Fischer Symbolic Logic... 2/19 Symbolic Logic

More information

The Solution to Assignment 6

The Solution to Assignment 6 The Solution to Assignment 6 Problem 1: Use the 2-fold cross-validation to evaluate the Decision Tree Model for trees up to 2 levels deep (that is, the maximum path length from the root to the leaves is

More information

NGSS Example Bundles. Page 1 of 13

NGSS Example Bundles. Page 1 of 13 High School Modified Domains Model Course III Life Sciences Bundle 4: Life Diversifies Over Time This is the fourth bundle of the High School Domains Model Course III Life Sciences. Each bundle has connections

More information

Application of Text Mining for Faster Weather Forecasting

Application of Text Mining for Faster Weather Forecasting International Journal of Computer Engineering and Information Technology VOL. 8, NO. 11, November 2016, 213 219 Available online at: www.ijceit.org E-ISSN 2412-8856 (Online) Application of Text Mining

More information

The paradox of knowability, the knower, and the believer

The paradox of knowability, the knower, and the believer The paradox of knowability, the knower, and the believer Last time, when discussing the surprise exam paradox, we discussed the possibility that some claims could be true, but not knowable by certain individuals

More information

Prentice Hall Science Explorer: Inside Earth 2005 Correlated to: New Jersey Core Curriculum Content Standards for Science (End of Grade 8)

Prentice Hall Science Explorer: Inside Earth 2005 Correlated to: New Jersey Core Curriculum Content Standards for Science (End of Grade 8) New Jersey Core Curriculum Content Standards for Science (End of Grade 8) STANDARD 5.1 (SCIENTIFIC PROCESSES) - all students will develop problem-solving, decision-making and inquiry skills, reflected

More information

Bachelor s Degree in Agroalimentary Engineering & the Rural Environment. 1 st YEAR Animal & Plant Biology ECTS credits: 6 Semester: 1

Bachelor s Degree in Agroalimentary Engineering & the Rural Environment. 1 st YEAR Animal & Plant Biology ECTS credits: 6 Semester: 1 1 st YEAR 6241 Animal & Plant Biology The teaching objectives that the student is expected to achieve on this module are as follows: 1. Understand the fundamental characteristics of living beings, know

More information

HISTORY 1XX/ DH 1XX. Introduction to Geospatial Humanities. Instructor: Zephyr Frank, Associate Professor, History Department Office: Building

HISTORY 1XX/ DH 1XX. Introduction to Geospatial Humanities. Instructor: Zephyr Frank, Associate Professor, History Department Office: Building HISTORY 1XX/ DH 1XX Introduction to Geospatial Humanities Instructor: Zephyr Frank, Associate Professor, History Department Office: Building 200-332 Course Description This course introduces undergraduate

More information

Course Title: Social Studies People We Know Grade: 2

Course Title: Social Studies People We Know Grade: 2 Course Title: People We Know Grade: 2 Credits: 1.0 Lessons per week: 2/3 (total 36 weeks) Subject Philosophy: Course Summary: is a vehicle for examining and developing our own biblical worldview and exploring

More information

Seymour Centre 2017 Education Program 2071 CURRICULUM LINKS

Seymour Centre 2017 Education Program 2071 CURRICULUM LINKS Suitable for: Stage 5 Stage 6 HSC Subject Links: Seymour Centre 2017 Education Program 2071 CURRICULUM LINKS Science Stage Content Objective Outcomes Stage 5 Earth and Space ES3: People use scientific

More information

Database Data Mining: Practical R Enterprise and Oracle Advanced Analytics

Database Data Mining: Practical R Enterprise and Oracle Advanced Analytics Database Data Mining: Practical R Enterprise and Oracle Advanced Analytics Husnu Sensoy husnu.sensoy@globalmaksimum.com October 2, 2012 Content 1 Introduction 2 Oracle Enterprise R in Practice Data Visualization

More information

LANGUAGE ARTS Junior Elementary

LANGUAGE ARTS Junior Elementary LANGUAGE ARTS History of Writing Oral Language Handwriting Development Development of manuscript Development of cursive Word Study A Vowels and consonants Building words phonetically Silent e phonograms

More information

Modelling environmental systems

Modelling environmental systems Modelling environmental systems Some words on modelling the hitchhiker s guide to modelling Problem perception Definition of the scope of the model Clearly define your objectives Allow for incremental

More information

UTAH S STATEWIDE GEOGRAPHIC INFORMATION DATABASE

UTAH S STATEWIDE GEOGRAPHIC INFORMATION DATABASE UTAH S STATEWIDE GEOGRAPHIC INFORMATION DATABASE Data Information and Knowledge Management NASCIO Awards 2009 STATE GEOGRAPHIC INFORMATION DATABASE B. EXECUTIVE SUMMARY Utah has developed one of the most

More information

Doppler Weather Radars and Weather Decision Support for DP Vessels

Doppler Weather Radars and Weather Decision Support for DP Vessels Author s Name Name of the Paper Session DYNAMIC POSITIONING CONFERENCE October 14-15, 2014 RISK SESSION Doppler Weather Radars and By Michael D. Eilts and Mike Arellano Weather Decision Technologies, Inc.

More information

Reading for Information Grade 2 Correlations to Oregon Content Standards

Reading for Information Grade 2 Correlations to Oregon Content Standards Life Science Earth Science Physical Science Health Grade 2 Leveled Plants Live and Grow Plants: Alive and Growing Plants: Living and Growing All about Soil What Is Soil? Facts about Soil It Takes Force

More information

Predictive Analytics on Accident Data Using Rule Based and Discriminative Classifiers

Predictive Analytics on Accident Data Using Rule Based and Discriminative Classifiers Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 10, Number 3 (2017) pp. 461-469 Research India Publications http://www.ripublication.com Predictive Analytics on Accident Data Using

More information

Investigation 1: Separating Mixtures

Investigation 1: Separating Mixtures 5 th Science Notebook Mixtures and Solutions Investigation 1 Investigation 1: Separating Mixtures Name: Big Question: How are mixtures and solutions similar and different and how can they be separated?

More information

correlated to the Nevada Grades 9 12 Science Standards

correlated to the Nevada Grades 9 12 Science Standards correlated to the Nevada Science McDougal Littell World of Chemistry 2007 correlated to the Nevada Science Publisher s Note: Due to the rich, Chemistry-specific content within our World of Chemistry book,

More information

The National Spatial Strategy

The National Spatial Strategy Purpose of this Consultation Paper This paper seeks the views of a wide range of bodies, interests and members of the public on the issues which the National Spatial Strategy should address. These views

More information

ISO/TR TECHNICAL REPORT. Nanotechnologies Methodology for the classification and categorization of nanomaterials

ISO/TR TECHNICAL REPORT. Nanotechnologies Methodology for the classification and categorization of nanomaterials TECHNICAL REPORT ISO/TR 11360 First edition 2010-07-15 Nanotechnologies Methodology for the classification and categorization of nanomaterials Nanotechnologies Méthodologie de classification et catégorisation

More information

The role of multiple representations in the understanding of ideal gas problems Madden S. P., Jones L. L. and Rahm J.

The role of multiple representations in the understanding of ideal gas problems Madden S. P., Jones L. L. and Rahm J. www.rsc.org/ xxxxxx XXXXXXXX The role of multiple representations in the understanding of ideal gas problems Madden S. P., Jones L. L. and Rahm J. Published in Chemistry Education Research and Practice,

More information

NOAA Surface Weather Program

NOAA Surface Weather Program NOAA Surface Weather Program Maintenance Decision Support System Stakeholder Meeting #9 Jim O Sullivan NOAA Surface Weather Program Manager NWS Office of Climate, Water, and Weather Services September

More information

ECML PKDD Discovery Challenges 2017

ECML PKDD Discovery Challenges 2017 ECML PKDD Discovery Challenges 2017 Roberto Corizzo 1 and Dino Ienco 2 1 Department of Computer Science, University of Bari Aldo Moro, Bari, Italy roberto.corizzo@uniba.it 2 Irstea, UMR TETIS, Univ. Montpellier,

More information

Investigation 3: The Stars

Investigation 3: The Stars Science Notebook Sun, Moon, and Stars Investigation 3: The Stars Big Question: How do stars compare and contrast from the Sun? 1 Alignment with New York State Science Standards & Performance Indicators

More information

Climate Forecasts and Forecast Uncertainty

Climate Forecasts and Forecast Uncertainty Climate Forecasts and Forecast Uncertainty Holly Hartmann Department of Hydrology and Water Resources University of Arizona, Tucson 520-626-8523 hollyh@hwr.arizona.edu CLIMAS-SAHRA press briefing August

More information

Chi-Squared Tests. Semester 1. Chi-Squared Tests

Chi-Squared Tests. Semester 1. Chi-Squared Tests Semester 1 Goodness of Fit Up to now, we have tested hypotheses concerning the values of population parameters such as the population mean or proportion. We have not considered testing hypotheses about

More information

TCs within Reanalyses: Evolving representation, trends, potential misuse, and intriguing questions

TCs within Reanalyses: Evolving representation, trends, potential misuse, and intriguing questions TCs within Reanalyses: Evolving representation, trends, potential misuse, and intriguing questions Robert Hart (rhart@met.fsu.edu) Danielle Manning, Ryan Maue Florida State University Mike Fiorino National

More information

Outline. Geographic Information Analysis & Spatial Data. Spatial Analysis is a Key Term. Lecture #1

Outline. Geographic Information Analysis & Spatial Data. Spatial Analysis is a Key Term. Lecture #1 Geographic Information Analysis & Spatial Data Lecture #1 Outline Introduction Spatial Data Types: Objects vs. Fields Scale of Attribute Measures GIS and Spatial Analysis Spatial Analysis is a Key Term

More information

An Introduction to Scientific Research Methods in Geography Chapter 3 Data Collection in Geography

An Introduction to Scientific Research Methods in Geography Chapter 3 Data Collection in Geography An Introduction to Scientific Research Methods in Geography Chapter 3 Data Collection in Geography Learning Objectives What is the distinction between primary and secondary data sources? What are the five

More information

Lecture 2. Judging the Performance of Classifiers. Nitin R. Patel

Lecture 2. Judging the Performance of Classifiers. Nitin R. Patel Lecture 2 Judging the Performance of Classifiers Nitin R. Patel 1 In this note we will examine the question of how to udge the usefulness of a classifier and how to compare different classifiers. Not only

More information

Knowledge Representation

Knowledge Representation INF5390 Kunstig intelligens Knowledge Representation Roar Fjellheim Outline General ontology Categories and objects Events and processes Reasoning systems Internet shopping world Summary Extracts from

More information

Investigation 2: The Moon

Investigation 2: The Moon Science Notebook Sun, Moon, and Stars Investigation 2: The Moon Big Question: How, and why, does the Moon s appearance change? 1 Alignment with New York State Science Standards & Performance Indicators

More information

Data Warehousing & Data Mining

Data Warehousing & Data Mining 13. Meta-Algorithms for Classification Data Warehousing & Data Mining Wolf-Tilo Balke Silviu Homoceanu Institut für Informationssysteme Technische Universität Braunschweig http://www.ifis.cs.tu-bs.de 13.

More information

Hurricane Season 2018

Hurricane Season 2018 Hurricane Season 2018 Mission Protect LIFE and Property (Save Lives and Livelihoods) NOAA/ National Weather Service We are NOT a 9-to-5 agency. We operate 24/7/365 serving communities. We are available

More information

Grade 6 - ENGLISH LANGUAGE ARTS READING COMPREHENSION Reads with sufficient accuracy and fluency Reads and comprehends literature at grade level

Grade 6 - ENGLISH LANGUAGE ARTS READING COMPREHENSION Reads with sufficient accuracy and fluency Reads and comprehends literature at grade level Grade 6 - ENGLISH LANGUAGE ARTS READING COMPREHENSION Reads with sufficient accuracy and fluency Reads and comprehends literature at grade level Reads and comprehends informational texts at grade level

More information

Soils, Rocks, and Landforms

Soils, Rocks, and Landforms 4 th Science Notebook Soils, Rocks, and Landforms Investigation 3: Rocks and Minerals Name: Big Question: How can geologists identify rocks and minerals? 1 Table of Contents Part Title Page 1 Schoolyard

More information

Economic and Social Council

Economic and Social Council United Nations Economic and Social Council Distr.: General 2 July 2012 E/C.20/2012/10/Add.1 Original: English Committee of Experts on Global Geospatial Information Management Second session New York, 13-15

More information

Investigation 1: The Sun

Investigation 1: The Sun Science Notebook Sun, Moon, and Stars Investigation 1: The Sun Big Question: Does the Sun move, and why is its position in the sky important? 1 Alignment with New York State Science Standards & Performance

More information

CSC200: Lecture 30 1 / 1

CSC200: Lecture 30 1 / 1 CSC200: Lecture 30 1 / 1 Announcements Assignment 3 is due this Wednesday, start of class. Term test 2 will take place Friday, February 12 in the lecture room. Scope will include some or all of the following

More information

COLLEGE OF THE DESERT

COLLEGE OF THE DESERT COLLEGE OF THE DESERT Course Code CH-004 Course Outline of Record 1. Course Code: CH-004 2. a. Long Course Title: Fundamentals Of Chemistry b. Short Course Title: FUND OF CHEMISTRY 3. a. Catalog Course

More information

Hydrological forecasting and decision making in Australia

Hydrological forecasting and decision making in Australia Hydrological forecasting and decision making in Australia Justin Robinson, Jeff Perkins and Bruce Quig Bureau of Meteorology, Australia The Bureau's Hydrological Forecasting Services Seasonal Forecasts

More information

Artificial Intelligence Decision Trees

Artificial Intelligence Decision Trees Artificial Intelligence Decision Trees Andrea Torsello Decision Trees Complex decisions can often be expressed in terms of a series of questions: What to do this Weekend? If my parents are visiting We

More information

TRAITS to put you on the map

TRAITS to put you on the map TRAITS to put you on the map Know what s where See the big picture Connect the dots Get it right Use where to say WOW Look around Spread the word Make it yours Finding your way Location is associated with

More information

where Female = 0 for males, = 1 for females Age is measured in years (22, 23, ) GPA is measured in units on a four-point scale (0, 1.22, 3.45, etc.

where Female = 0 for males, = 1 for females Age is measured in years (22, 23, ) GPA is measured in units on a four-point scale (0, 1.22, 3.45, etc. Notes on regression analysis 1. Basics in regression analysis key concepts (actual implementation is more complicated) A. Collect data B. Plot data on graph, draw a line through the middle of the scatter

More information

CHOOSING THE RIGHT SAMPLING TECHNIQUE FOR YOUR RESEARCH. Awanis Ku Ishak, PhD SBM

CHOOSING THE RIGHT SAMPLING TECHNIQUE FOR YOUR RESEARCH. Awanis Ku Ishak, PhD SBM CHOOSING THE RIGHT SAMPLING TECHNIQUE FOR YOUR RESEARCH Awanis Ku Ishak, PhD SBM Sampling The process of selecting a number of individuals for a study in such a way that the individuals represent the larger

More information

World Geography Unit Curriculum Document

World Geography Unit Curriculum Document Unit Number and Title: Unit 9-Review (including a comparison to North America) Curriculum Concepts: Globalization Culture Democracy Diversity Migration Enduring Understandings (Big Ideas): Time Frame:

More information

David G. DeWitt Director, Climate Prediction Center (CPC) NOAA/NWS

David G. DeWitt Director, Climate Prediction Center (CPC) NOAA/NWS CPC Current Capabilities and Metrics (Part I) and Key Science Challenges to Improving S2S Forecast Skill (Part II) David G. DeWitt Director, Climate Prediction Center (CPC) NOAA/NWS 1 Outline Disclaimer

More information

The Reasons for Seasons By Gail Gibbons

The Reasons for Seasons By Gail Gibbons The Reasons for Seasons By Gail Gibbons Recommended Reading for grades 3-5 DD This book is about the four seasons and the wonders that come with each one of them. It explains how the position of the Earth

More information

Treatment of Error in Experimental Measurements

Treatment of Error in Experimental Measurements in Experimental Measurements All measurements contain error. An experiment is truly incomplete without an evaluation of the amount of error in the results. In this course, you will learn to use some common

More information

GENERAL CURRICULUM MULTI-SUBJECT SUBTEST

GENERAL CURRICULUM MULTI-SUBJECT SUBTEST GENERAL CURRICULUM MULTI-SUBJECT SUBTEST SUPPLEMENTAL SAMPLE OPEN-RESPONSE ITEM WITH SAMPLE RESPONSES AND ANALYSES NOTE: This sample open-response item is provided as a supplement to the Test Information

More information

Module 03 Lecture 14 Inferential Statistics ANOVA and TOI

Module 03 Lecture 14 Inferential Statistics ANOVA and TOI Introduction of Data Analytics Prof. Nandan Sudarsanam and Prof. B Ravindran Department of Management Studies and Department of Computer Science and Engineering Indian Institute of Technology, Madras Module

More information

Holdout and Cross-Validation Methods Overfitting Avoidance

Holdout and Cross-Validation Methods Overfitting Avoidance Holdout and Cross-Validation Methods Overfitting Avoidance Decision Trees Reduce error pruning Cost-complexity pruning Neural Networks Early stopping Adjusting Regularizers via Cross-Validation Nearest

More information

Big Bang, Black Holes, No Math

Big Bang, Black Holes, No Math ASTR/PHYS 109 Dr. David Toback Lecture 5 1 Prep For Today (is now due) L5 Reading: No new reading Unit 2 reading assigned at the end of class Pre-Lecture Reading Questions: Unit 1: Grades have been posted

More information

Introduction to materials modeling and simulation

Introduction to materials modeling and simulation 1 Introduction to materials modeling and simulation With the development of inexpensive, yet very fast, computers and the availability of software for many applications, computational modeling and simulation

More information

1 What are probabilities? 2 Sample Spaces. 3 Events and probability spaces

1 What are probabilities? 2 Sample Spaces. 3 Events and probability spaces 1 What are probabilities? There are two basic schools of thought as to the philosophical status of probabilities. One school of thought, the frequentist school, considers the probability of an event to

More information

VCS MODULE VMD0018 METHODS TO DETERMINE STRATIFICATION

VCS MODULE VMD0018 METHODS TO DETERMINE STRATIFICATION VMD0018: Version 1.0 VCS MODULE VMD0018 METHODS TO DETERMINE STRATIFICATION Version 1.0 16 November 2012 Document Prepared by: The Earth Partners LLC. Table of Contents 1 SOURCES... 2 2 SUMMARY DESCRIPTION

More information

Hypothesis Testing and Confidence Intervals (Part 2): Cohen s d, Logic of Testing, and Confidence Intervals

Hypothesis Testing and Confidence Intervals (Part 2): Cohen s d, Logic of Testing, and Confidence Intervals Hypothesis Testing and Confidence Intervals (Part 2): Cohen s d, Logic of Testing, and Confidence Intervals Lecture 9 Justin Kern April 9, 2018 Measuring Effect Size: Cohen s d Simply finding whether a

More information

Analysis of Variance and Co-variance. By Manza Ramesh

Analysis of Variance and Co-variance. By Manza Ramesh Analysis of Variance and Co-variance By Manza Ramesh Contents Analysis of Variance (ANOVA) What is ANOVA? The Basic Principle of ANOVA ANOVA Technique Setting up Analysis of Variance Table Short-cut Method

More information

61A Extra Lecture 13

61A Extra Lecture 13 61A Extra Lecture 13 Announcements Prediction Regression 4 Regression Given a set of (x, y) pairs, find a function f(x) that returns good y values 4 Regression Given a set of (x, y) pairs, find a function

More information

Leveraging GIS data and tools for maintaining hydraulic sewer models

Leveraging GIS data and tools for maintaining hydraulic sewer models Leveraging GIS data and tools for maintaining hydraulic sewer models Ben Gamble & Joseph Koran Metropolitan Sewer District of Greater Cincinnati Carl C. Chan & Michael York CDM Smith Ben Gamble Senior

More information

Bayes Formula. MATH 107: Finite Mathematics University of Louisville. March 26, 2014

Bayes Formula. MATH 107: Finite Mathematics University of Louisville. March 26, 2014 Bayes Formula MATH 07: Finite Mathematics University of Louisville March 26, 204 Test Accuracy Conditional reversal 2 / 5 A motivating question A rare disease occurs in out of every 0,000 people. A test

More information

A SYSTEM VIEW TO URBAN PLANNING: AN INTRODUCTION

A SYSTEM VIEW TO URBAN PLANNING: AN INTRODUCTION A SYSTEM VIEW TO URBAN PLANNING: AN INTRODUCTION Research Seminar Urban Systems Prof. Leandro Madrazo School of Architecture La Salle November 2015 SYSTEM THEORY DEFINITIONS OF SYSTEM A system can be defined

More information

Quality and Coverage of Data Sources

Quality and Coverage of Data Sources Quality and Coverage of Data Sources Objectives Selecting an appropriate source for each item of information to be stored in the GIS database is very important for GIS Data Capture. Selection of quality

More information

POPULATION AND SAMPLE

POPULATION AND SAMPLE 1 POPULATION AND SAMPLE Population. A population refers to any collection of specified group of human beings or of non-human entities such as objects, educational institutions, time units, geographical

More information

CLUe Training An Introduction to Machine Learning in R with an example from handwritten digit recognition

CLUe Training An Introduction to Machine Learning in R with an example from handwritten digit recognition CLUe Training An Introduction to Machine Learning in R with an example from handwritten digit recognition Ad Feelders Universiteit Utrecht Department of Information and Computing Sciences Algorithmic Data

More information

Essential Question: What is a complex number, and how can you add, subtract, and multiply complex numbers? Explore Exploring Operations Involving

Essential Question: What is a complex number, and how can you add, subtract, and multiply complex numbers? Explore Exploring Operations Involving Locker LESSON 3. Complex Numbers Name Class Date 3. Complex Numbers Common Core Math Standards The student is expected to: N-CN. Use the relation i = 1 and the commutative, associative, and distributive

More information

Five Themes of Geography

Five Themes of Geography There are five themes of geography: location, place, region, movement, and humanenvironment interaction. These themes are important to geographers. The themes help them describe places. They help geographers

More information

Table 2.14 : Distribution of 125 subjects by laboratory and +/ Category. Test Reference Laboratory Laboratory Total

Table 2.14 : Distribution of 125 subjects by laboratory and +/ Category. Test Reference Laboratory Laboratory Total 2.5. Kappa Coefficient and the Paradoxes. - 31-2.5.1 Kappa s Dependency on Trait Prevalence On February 9, 2003 we received an e-mail from a researcher asking whether it would be possible to apply the

More information

Nature s Art Village

Nature s Art Village Nature s Art Village Educational Field Trip Programs Guide To: College, Career & Civic Life C3 Framework For Social Studies State Standards Grades 3 through 5 All That Glitters Children journey back in

More information

The Dust Bowl By Jessica McBirney 2018

The Dust Bowl By Jessica McBirney 2018 Name: Class: The Dust Bowl By Jessica McBirney 2018 The Dust Bowl was a time of harsh dust storms in the central United States during the 1930s. In this informational text, Jessica McBirney discusses the

More information

Background. Developing a FracMan DFN Model. Fractures, FracMan and Fragmentation Applications of DFN Models to Block & Panel Caving

Background. Developing a FracMan DFN Model. Fractures, FracMan and Fragmentation Applications of DFN Models to Block & Panel Caving Background Golder Associates are one of the pioneering groups in the use of the Discrete Fracture Network (DFN) approach. DFN models seek to describe the heterogeneous nature of fractured rock masses by

More information

Investigating Solar Power in Different Weather Conditions.

Investigating Solar Power in Different Weather Conditions. Investigating Solar Power in Different Weather Conditions. Pam Dugdale, Cronton 6 th Form College. Introduction Advertisements for photovoltaic (PV) solar panels are everywhere, with those selling these

More information

CONSTRAINTS TO YOUTH INVOLVEMENT IN COCOA PRODUCTION IN NIGERIA

CONSTRAINTS TO YOUTH INVOLVEMENT IN COCOA PRODUCTION IN NIGERIA CONSTRAINTS TO YOUTH INVOLVEMENT IN COCOA PRODUCTION IN NIGERIA O. O. Oduwole, B. S. Famuyiwa and S. Adebiyi Cocoa Research Institute of Nigeria (CRIN), Ibadan, Nigeria MESSAGE BOX 5 BENEFITS Increase

More information

The Wind Hazard: Messaging the Wind Threat & Corresponding Potential Impacts

The Wind Hazard: Messaging the Wind Threat & Corresponding Potential Impacts The Wind Hazard: Messaging the Wind Threat & Corresponding Potential Impacts Scott Spratt Warning Coordination Meteorologist NWS Melbourne, FL David Sharp Science & Operations Officer NWS Melbourne, FL

More information

GEOGRAPHIC INFORMATION SYSTEMS Session 8

GEOGRAPHIC INFORMATION SYSTEMS Session 8 GEOGRAPHIC INFORMATION SYSTEMS Session 8 Introduction Geography underpins all activities associated with a census Census geography is essential to plan and manage fieldwork as well as to report results

More information

GEOGRAPHY (GE) Courses of Instruction

GEOGRAPHY (GE) Courses of Instruction GEOGRAPHY (GE) GE 102. (3) World Regional Geography. The geographic method of inquiry is used to examine, describe, explain, and analyze the human and physical environments of the major regions of the

More information

The Weather Information Value Chain

The Weather Information Value Chain The Weather Information Value Chain Jeffrey K. Lazo Societal Impacts Program National Center for Atmospheric Research Boulder CO April 27 2016 HIWeather Exeter, England Outline Shout out on WMO/USAID/World

More information

Summary and Conclusions

Summary and Conclusions 6 Summary and Conclusions Conclusions 111 Summary and Calicut University campus covers an area of about 500 acres and the flora consists of naturally growing plants of different habits and also species

More information

Constructing and solving linear equations

Constructing and solving linear equations Key Stage 3 National Strategy Guidance Curriculum and Standards Interacting with mathematics in Key Stage 3 Constructing and solving linear equations Teachers of mathematics Status: Recommended Date of

More information

Truth Tables for Propositions

Truth Tables for Propositions Truth Tables for Propositions 1. Truth Tables for 2-Letter Compound Statements: We have learned about truth tables for simple statements. For instance, the truth table for A B is the following: Conditional

More information

SPLIT UP OF SYLLABUS ( )

SPLIT UP OF SYLLABUS ( ) April M Unit/Chapter 1.India - our country. 2. The Northern Mountains. Concepts/Sub topic *Neighboring countries and States of India. *Physical divisions of India. Learning Outcomes Mapping Skill: Identify

More information