MACHINE LEARNING FOR GEOLOGICAL MAPPING: ALGORITHMS AND APPLICATIONS

Size: px
Start display at page:

Download "MACHINE LEARNING FOR GEOLOGICAL MAPPING: ALGORITHMS AND APPLICATIONS"

Transcription

1 MACHINE LEARNING FOR GEOLOGICAL MAPPING: ALGORITHMS AND APPLICATIONS MATTHEW J. CRACKNELL BSc (Hons) ARC Centre of Excellence in Ore Deposits (CODES) School of Physical Sciences (Earth Sciences) Submitted in fulfilment of the requirements for the degree of Doctor of Philosophy University of Tasmania May, 2014

2

3 i Did you ever fly a kite in bed? Did you ever walk with ten cats on your head? Did you ever milk this kind of cow? Well, we can do it. We know how. If you never did you should. These things are fun and fun is good. Dr. Seuss

4 ii

5 iii DECLARATION OF ORIGINALITY This thesis contains no material which has been accepted for a degree or diploma by the University or any other institution, except by way of background information and duly acknowledged in the thesis, and to the best of my knowledge and belief no material previously published or written by another person except where due acknowledgement is made in the text of the thesis, nor does the thesis contain any material that infringes copyright. AUTHORITY OF ACCESS This non-published content of the thesis (see below) may be made available for loan and limited copying and communication in accordance with the Copyright Act STATEMENT REGARDING PUBLISHED WORK CONTAINED IN THESIS Chapter 4 of this thesis is published under a Creative Commons Attribution (CC BY) licence. You are free to copy, communicate and adapt the work, so long as you attribute the authors. To view a copy of this licence, visit The publishers of the papers comprising Chapters 5 to 6 hold the copyright for that content, and access to the material should be sought from the respective journals. Matthew J. Cracknell May 2014

6 iv Machine learning for geological mapping

7 v STATEMENT OF CO-AUTHORSHIP The following people and institutions contributed to the publication of work undertaken as part of this thesis: Matthew James Cracknell, ARC Centre of Excellence in Ore Deposits (CODES), School of Earth Sciences, University of Tasmania = Candidate Anya Marie Reading, ARC Centre of Excellence in Ore Deposits (CODES), School of Earth Sciences, University of Tasmania = Author 1 Andrew William McNeill, Mineral Resources Tasmania, Department of Infrastructure Energy & Resources (DIER) = Author 2 Author details and their roles: Paper 1, Geological mapping using remote sensing data: A comparison of five machine learning algorithms, their response to variations in the spatial distribution of training data and the use of explicit spatial information : Located in Chapter 4 Candidate was the primary author and with Author 1 contributing to its development, refinement and presentation.

8 vi Machine learning for geological mapping Paper 2, The upside of uncertainty: Identification of lithology contact zones from airborne geophysics and satellite data using Random Forests and Support Vector Machines : Located in Chapter 5 Candidate was the primary author and with Author 1 contributing to development, refinement and presentation. Paper 3, Mapping geology and volcanic-hosted massive sulfide alteration in the Hellyer Mt Charter region, Tasmania, using Random Forests and Self-Organising Maps : Located in Chapter 6 Candidate was the primary author and with Author 1 contributing to its refinement and presentation and Author 2 contributing to its formalisation and development. We the undersigned agree with the above stated proportion of work undertaken for each of the above published (or submitted) peer-reviewed manuscripts contributing to this thesis: Signed: Anya M. Reading Supervisor School Of Earth Sciences University of Tasmania Jocelyn McPhie Head of School School Of Earth Sciences University of Tasmania Date:

9 vii ABSTRACT Machine learning algorithms are designed to identify efficiently and to predict accurately patterns within multivariate data. They provide analysts computational tools to aid predictive modelling and the interpretation of interactions between data and the phenomena under investigation. The analysis of large volumes of disparate multivariate geospatial data using machine learning algorithms therefore offers great promise to industry and research in the geosciences. Geoscience data are frequently characterised by a restriction in the number and distribution of direct observations, irreducible noise in these data and a high degree of intraclass variability and interclass similarity. The choice of machine learning algorithm, or algorithms and the details of how algorithms are applied must therefore be appropriate to the context of geoscience data. With this knowledge, I aim to employ machine learning as a means of understanding the spatial distribution of complex geological phenomena. I conduct a rigorous and comprehensive comparison of machine learning algorithms, representing the five general machine learning strategies, for supervised lithology classification applications. I also develop and test a novel method for obtaining robust estimates of the uncertainty associated with machine learning algorithm categorical predictions. The insights gained from these experiments leads to the further development and comparison of new methods for the incorporation of spatial-contextual information into machine learning supervised classifiers. In using machine learning algorithms for geoscience applications, I have developed bestpractice methodologies that address the challenges facing geoscientists for geospatial supervised classification. Guidelines are established that detail the preparation and integration of disparate spatial data, the optimisation of trained classifiers for a given application and the robust statistical and spatial evaluation of outputs. I demonstrate, through a case study in a region that is prospective for economic mineralisation, the combination of supervised and unsupervised machine learning algorithms for the critical appraisal of pre-existing geological maps and formulation of meaningful interpretations of geological phenomena.

10 viii Machine learning for geological mapping The experiments conducted as part of my research confirm the efficacy of machine learning algorithms to generate accurate geological maps representing a variety of terranes. I identify and explore key aspects of the spatial and statistical distributions of geoscience data that affect machine learning algorithm performance. My research clearly identifies Random Forests as a good first-choice algorithm for the prediction of classes representing lithologies using commonly available multivariate geological and geophysical data. Furthermore, Random Forests prediction uncertainty is shown to be closely related to ambiguous and/or erroneous classifications and, thus provides a practical means of indicating variable levels of confidence. Spatial-contextual information is best incorporated into machine learning supervised classifiers via the pre-processing of input variables and/or the post-regularisation of classifications. My findings indicate that a trade-off between optimal predictive models and interpretable explanatory models exists, whereby, intuitively interpretable models are not necessarily the most accurate. The practical application of machine learning algorithms requires the implementation of three key stages: (1) data pre-processing; (2) algorithm training; and (3) prediction evaluation. This methodology provides the foundation for generating accurate and geologically meaningful predictions with minimal user intervention and assists in the formulation of robust interpretations of complex geological phenomena. For example, classifications obtained by Random Forests are useful for critically appraising interpreted geological maps. Clusters produced by Self-Organising Maps indicate the presence of discrete, spatially contiguous and geologically significant sub-classes within individual lithological units, which represent regions of contrasting primary composition and alteration styles. My results may be widely applied to a broad range of practical geoscience challenges such as ore deposit targeting, geo-hazard risk assessment, engineering and construction projects, hydrological and environmental modelling and ecological studies. The applications of machine learning algorithms detailed in this thesis align well with state-of-the-art Big Data online infrastructure and virtual laboratories currently emerging in Australia.

11 ix CONTENTS DECLARATION OF ORIGINALITY... III AUTHORITY OF ACCESS... III STATEMENT REGARDING PUBLISHED WORK CONTAINED IN THESIS... III STATEMENT OF CO-AUTHORSHIP...V ABSTRACT...VII CONTENTS...IX LIST OF TABLES... XV LIST OF FIGURES... XVII LIST OF ABBREVIATIONS...XXI ACKNOWLEDGEMENTS... XXIII CHAPTER 1 INTRODUCTION Machine learning Geological maps Research scope and hypothesis Major research questions to be addressed Thesis structure...7 CHAPTER 2 MACHINE LEARNING THEORY AND IMPLEMENTATION Machine learning Supervised versus unsupervised learning Supervised classification Classification strategies Statistical learning algorithms Instance-based learners Logic-based learners Support Vector Machines Perceptrons Supervised classifier implementation Data pre-processing Classifier training...27

12 x Machine learning for geological mapping Prediction evaluation Unsupervised clustering Clustering strategies Partitioning algorithms Hierarchical algorithms Self-Organising Maps Unsupervised clustering implementation Conclusions CHAPTER 3 A REVIEW OF MACHINE LEARNING FOR GEOSCIENCE CLASSIFICATION APPLICATIONS Machine learning non-geoscience applications Machine learning geoscience applications Classification of 0D data Classification of 1D data One temporal dimension One spatial dimension Classification of 2D data Land cover/vegetation mapping Geological mapping Supervised classification Unsupervised clustering Combined supervised and unsupervised methods Practical machine learning implementation Data Data pre-processing Prediction evaluation Integrated workflow Conclusions CHAPTER 4 GEOLOGICAL MAPPING USING REMOTE SENSING DATA: A COMPARISON OF FIVE MACHINE LEARNING ALGORITHMS, THEIR RESPONSE TO VARIATIONS IN THE SPATIAL DISTRIBUTION OF TRAINING DATA AND THE USE OF EXPLICIT SPATIAL INFORMATION Abstract Introduction Machine learning for supervised classification Machine learning algorithm theory Naïve Bayes k-nearest Neighbours... 73

13 Contents xi Random Forests Support Vector Machines Artificial Neural Networks Geology and tectonic setting Data Methods Pre-processing Classification model training Prediction evaluation Results Discussion Machine learning algorithms compared Influence of training data spatial distribution Using spatially constrained data Conclusions Acknowledgements Description of supplementary information...91 CHAPTER 5 THE UPSIDE OF UNCERTAINTY: IDENTIFICATION OF LITHOLOGY CONTACT ZONES FROM AIRBORNE GEOPHYSICS AND SATELLITE DATA USING RANDOM FORESTS AND SUPPORT VECTOR MACHINES Abstract Introduction The lithology prediction problem Random Forests Support Vector Machines Data Tectonic setting and history Data sources Data pre-processing Methods Training and evaluating algorithms Variance Results Discussion Conclusions Acknowledgements...119

14 xii Machine learning for geological mapping CHAPTER 6 MAPPING GEOLOGY AND VOLCANIC-HOSTED MASSIVE SULFIDE ALTERATION IN THE HELLYER MT CHARTER REGION, TASMANIA, USING RANDOM FORESTS AND SELF-ORGANISING MAPS Abstract Introduction Geological setting Random Forests Self-Organising Maps Data and Methods Source data Data sampling Training Random Forests and variable selection Implementing Self-Organising Maps Results Geological classification using Random Forests Discrimination of geological sub-classes using Self-Organising Maps Discussion Conclusions Acknowledgements CHAPTER 7 SPATIAL-CONTEXTUAL MACHINE LEARNING SUPERVISED CLASSIFIERS: LITHOSTRATIGRAPHY CLASSIFICATION EXAMPLE Abstract Introduction Pre-processing methods Focal operators Image segmentation Training data selection Post-processing methods Combination methods Study aims Data Lithostratigraphy classification target Geophysical data input variables Pre-processing Methods Data sampling Global pixel-based classifiers...162

15 Contents xiii Spatial-contextual classifiers Pre-processing Algorithm training Post-processing Prediction evaluation Results Discussion Spatial-contextual classifiers compared Issues of spatial scale Geological interpretations Conclusions CHAPTER 8 SYNTHESIS AND DISCUSSION Algorithms Supervised classification Implementation Decision structures Accuracy comparison Spatial-contextual classifiers Prediction uncertainty Unsupervised clustering Applications Data pre-processing Data preparation Variable extraction Variable selection Classifier training Training and test data Classifier induction Classification post-processing Evaluation and interpretation Statistical evaluation Interrogating decision structures Complementary interpretation Extended research implications Integrated workflow using R Wider geoscience applications Big Data CHAPTER 9 CONCLUSIONS

16 xiv Machine learning for geological mapping REFERENCES APPENDIX A MACHINE LEARNING ALGORITHM SENSITIVITY TO IMBALANCED CLASS DISTRIBUTIONS A.1. Introduction A.2. Methods A.3. Results A.4. Discussion and Conclusions APPENDIX B VARIANCE AND ENTROPY FOR MULTICLASS CLASSIFICATION UNCERTAINTY APPENDIX C SUPPLEMENTARY INFORMATION C.1. Data C.2. MLA software and parameters APPENDIX D R PACKAGES APPENDIX E DATA SOURCES AND PRE-PROCESSING APPENDIX F R CODE AND SCRIPTS README.txt...275

Phase-averaged analysis of an oscillating water column wave energy converter

Phase-averaged analysis of an oscillating water column wave energy converter Phase-averaged analysis of an oscillating water column wave energy converter Alan Fleming, BEng (Hons) National Centre for Maritime Engineering and Hydrodynamics Australian Maritime College Submitted in

More information

Responses of temperate mobile. macroinvertebrates to reef habitat. structure and protection from fishing. Timothy John Alexander, B.Sc.

Responses of temperate mobile. macroinvertebrates to reef habitat. structure and protection from fishing. Timothy John Alexander, B.Sc. Responses of temperate mobile macroinvertebrates to reef habitat structure and protection from fishing Timothy John Alexander, B.Sc. (Hons) Submitted in fulfilment of the requirements for the degree of

More information

SIXTH SCHEDULE REPUBLIC OF SOUTH SUDAN MINISTRY OF PETROLEUM, MINING THE MINING (MINERAL TITLE) REGULATIONS 2015

SIXTH SCHEDULE REPUBLIC OF SOUTH SUDAN MINISTRY OF PETROLEUM, MINING THE MINING (MINERAL TITLE) REGULATIONS 2015 SIXTH SCHEDULE REPUBLIC OF SOUTH SUDAN MINISTRY OF PETROLEUM, MINING THE MINING ACT, 2012 THE MINING (MINERAL TITLE) REGULATIONS 2015 Guidelines should be prepared by the Directorate of Mineral Development

More information

Newey, Philip Simon (2009) Colony mate recognition in the weaver ant Oecophylla smaragdina. PhD thesis, James Cook University.

Newey, Philip Simon (2009) Colony mate recognition in the weaver ant Oecophylla smaragdina. PhD thesis, James Cook University. This file is part of the following reference: Newey, Philip Simon (2009) Colony mate recognition in the weaver ant Oecophylla smaragdina. PhD thesis, James Cook University. Access to this file is available

More information

Course in Data Science

Course in Data Science Course in Data Science About the Course: In this course you will get an introduction to the main tools and ideas which are required for Data Scientist/Business Analyst/Data Analyst. The course gives an

More information

Pattern Recognition and Machine Learning

Pattern Recognition and Machine Learning Christopher M. Bishop Pattern Recognition and Machine Learning ÖSpri inger Contents Preface Mathematical notation Contents vii xi xiii 1 Introduction 1 1.1 Example: Polynomial Curve Fitting 4 1.2 Probability

More information

Application and Challenges of Artificial Intelligence in Exploration

Application and Challenges of Artificial Intelligence in Exploration Application and Challenges of Artificial Intelligence in Exploration XPLOR 2017 John McGaughey 2017 Mira Geoscience Ltd. Artificial Intelligence Artificial Intelligence is colossally hyped these days,

More information

Statistical Rock Physics

Statistical Rock Physics Statistical - Introduction Book review 3.1-3.3 Min Sun March. 13, 2009 Outline. What is Statistical. Why we need Statistical. How Statistical works Statistical Rock physics Information theory Statistics

More information

How to evaluate credit scorecards - and why using the Gini coefficient has cost you money

How to evaluate credit scorecards - and why using the Gini coefficient has cost you money How to evaluate credit scorecards - and why using the Gini coefficient has cost you money David J. Hand Imperial College London Quantitative Financial Risk Management Centre August 2009 QFRMC - Imperial

More information

Contents 1 Introduction 2 Statistical Tools and Concepts

Contents 1 Introduction 2 Statistical Tools and Concepts 1 Introduction... 1 1.1 Objectives and Approach... 1 1.2 Scope of Resource Modeling... 2 1.3 Critical Aspects... 2 1.3.1 Data Assembly and Data Quality... 2 1.3.2 Geologic Model and Definition of Estimation

More information

Resource Management through Machine Learning

Resource Management through Machine Learning Resource Management through Machine Learning Justin Granek Eldad Haber* Elliot Holtham University of British Columbia University of British Columbia NEXT Exploration Inc Vancouver, BC V6T 1Z4 Vancouver,

More information

GUIDELINES FOR OPEN PIT SLOPE DESIGN EDITORS: JOHN READ, PETER STACEY # & CSIRO. J x PUBLISHING

GUIDELINES FOR OPEN PIT SLOPE DESIGN EDITORS: JOHN READ, PETER STACEY # & CSIRO. J x PUBLISHING GUIDELINES FOR OPEN PIT SLOPE DESIGN EDITORS: JOHN READ, PETER STACEY # & CSIRO J x PUBLISHING S Contents Preface and acknowledgments xiii 1 Fundamentals of slope design 1 Peter Stacey 1.1 Introduction

More information

Effect of 3D Stress States at Crack Front on Deformation, Fracture and Fatigue Phenomena

Effect of 3D Stress States at Crack Front on Deformation, Fracture and Fatigue Phenomena Effect of 3D Stress States at Crack Front on Deformation, Fracture and Fatigue Phenomena By Zhuang He B. Eng., M. Eng. A thesis submitted for the degree of Doctor of Philosophy at the School of Mechanical

More information

Statistical Evaluations in Exploration for Mineral Deposits

Statistical Evaluations in Exploration for Mineral Deposits Friedrich-Wilhelm Wellmer Statistical Evaluations in Exploration for Mineral Deposits Translated by D. Large With 120 Figures and 74 Tables Springer Preface The Most Important Notations and Abbreviations

More information

Doctor of Philosophy

Doctor of Philosophy MAINTAINING A COMMON ARBITRARY UNIT IN SOCIAL MEASUREMENT STEPHEN HUMPHRY 2005 Submitted in fulfillment of the requirements of the degree of Doctor of Philosophy School of Education, Murdoch University,

More information

Man, Machine and Data: A Mineral Exploration Perspective

Man, Machine and Data: A Mineral Exploration Perspective Man, Machine and Data: A Mineral Exploration Perspective Eun-Jung Holden, Geodata Algorithms Team The Centre for Exploration Targeting, School of Earth Sciences The University of Western Australia Team

More information

Learning from Data. Amos Storkey, School of Informatics. Semester 1. amos/lfd/

Learning from Data. Amos Storkey, School of Informatics. Semester 1.   amos/lfd/ Semester 1 http://www.anc.ed.ac.uk/ amos/lfd/ Introduction Welcome Administration Online notes Books: See website Assignments Tutorials Exams Acknowledgement: I would like to that David Barber and Chris

More information

ASSESSING AND EVALUATING RECREATION RESOURCE IMPACTS: SPATIAL ANALYTICAL APPROACHES. Yu-Fai Leung

ASSESSING AND EVALUATING RECREATION RESOURCE IMPACTS: SPATIAL ANALYTICAL APPROACHES. Yu-Fai Leung ASSESSING AND EVALUATING RECREATION RESOURCE IMPACTS: SPATIAL ANALYTICAL APPROACHES by Yu-Fai Leung Dissertation submitted to the Faculty of the Virginia Polytechnic Institute and State University in partial

More information

Evaluation of Mineral Resource risk at a high grade underground gold mine

Evaluation of Mineral Resource risk at a high grade underground gold mine Evaluation of Mineral Resource risk at a high grade underground gold mine Presented by: Aaron Meakin Manager Corporate Services CSA Global 21 August 2015 Project Background Beaconsfield Gold Mine, Tasmania

More information

On Bias, Variance, 0/1-Loss, and the Curse-of-Dimensionality. Weiqiang Dong

On Bias, Variance, 0/1-Loss, and the Curse-of-Dimensionality. Weiqiang Dong On Bias, Variance, 0/1-Loss, and the Curse-of-Dimensionality Weiqiang Dong 1 The goal of the work presented here is to illustrate that classification error responds to error in the target probability estimates

More information

MIDTERM: CS 6375 INSTRUCTOR: VIBHAV GOGATE October,

MIDTERM: CS 6375 INSTRUCTOR: VIBHAV GOGATE October, MIDTERM: CS 6375 INSTRUCTOR: VIBHAV GOGATE October, 23 2013 The exam is closed book. You are allowed a one-page cheat sheet. Answer the questions in the spaces provided on the question sheets. If you run

More information

A Statistical Framework for Analysing Big Data Global Conference on Big Data for Official Statistics October, 2015 by S Tam, Chief

A Statistical Framework for Analysing Big Data Global Conference on Big Data for Official Statistics October, 2015 by S Tam, Chief A Statistical Framework for Analysing Big Data Global Conference on Big Data for Official Statistics 20-22 October, 2015 by S Tam, Chief Methodologist Australian Bureau of Statistics 1 Big Data (BD) Issues

More information

Advanced analysis and modelling tools for spatial environmental data. Case study: indoor radon data in Switzerland

Advanced analysis and modelling tools for spatial environmental data. Case study: indoor radon data in Switzerland EnviroInfo 2004 (Geneva) Sh@ring EnviroInfo 2004 Advanced analysis and modelling tools for spatial environmental data. Case study: indoor radon data in Switzerland Mikhail Kanevski 1, Michel Maignan 1

More information

Three-Dimensional Electron Microscopy of Macromolecular Assemblies

Three-Dimensional Electron Microscopy of Macromolecular Assemblies Three-Dimensional Electron Microscopy of Macromolecular Assemblies Joachim Frank Wadsworth Center for Laboratories and Research State of New York Department of Health The Governor Nelson A. Rockefeller

More information

Predictive analysis on Multivariate, Time Series datasets using Shapelets

Predictive analysis on Multivariate, Time Series datasets using Shapelets 1 Predictive analysis on Multivariate, Time Series datasets using Shapelets Hemal Thakkar Department of Computer Science, Stanford University hemal@stanford.edu hemal.tt@gmail.com Abstract Multivariate,

More information

Spatiotemporal Analysis of Urban Traffic Accidents: A Case Study of Tehran City, Iran

Spatiotemporal Analysis of Urban Traffic Accidents: A Case Study of Tehran City, Iran Spatiotemporal Analysis of Urban Traffic Accidents: A Case Study of Tehran City, Iran January 2018 Niloofar HAJI MIRZA AGHASI Spatiotemporal Analysis of Urban Traffic Accidents: A Case Study of Tehran

More information

For personal use only

For personal use only 6 February 2012 Australian Securities Exchange Exchange Centre 20 Bridge Street Sydney NSW 2000 SIGNIFICANT MAIDEN JORC COMPLIANT RESOURCE FOR EUCLA WEST MINERAL SANDS PROJECT Forge Resources Ltd (ASX:FRG,

More information

Quantitative Interpretation

Quantitative Interpretation Quantitative Interpretation The aim of quantitative interpretation (QI) is, through the use of amplitude analysis, to predict lithology and fluid content away from the well bore. This process should make

More information

QUANTITATIVE INTERPRETATION

QUANTITATIVE INTERPRETATION QUANTITATIVE INTERPRETATION THE AIM OF QUANTITATIVE INTERPRETATION (QI) IS, THROUGH THE USE OF AMPLITUDE ANALYSIS, TO PREDICT LITHOLOGY AND FLUID CONTENT AWAY FROM THE WELL BORE This process should make

More information

Contents. Preface to the second edition. Preface to the fírst edition. Acknowledgments PART I PRELIMINARIES

Contents. Preface to the second edition. Preface to the fírst edition. Acknowledgments PART I PRELIMINARIES Contents Foreword Preface to the second edition Preface to the fírst edition Acknowledgments xvll xix xxi xxiii PART I PRELIMINARIES CHAPTER 1 Introduction 3 1.1 What Is Data Mining? 3 1.2 Where Is Data

More information

TASMANIAN SEAGRASS COMMUNITIES

TASMANIAN SEAGRASS COMMUNITIES TASMANIAN SEAGRASS COMMUNITIES by Christopher Grant Rees, B.Ed (}Ions.) Submitted in partial fulfilment of the requirement for the degree of Master of Environmental Studies (By Coursework) Centre for Environmental

More information

TIME SERIES ANALYSIS. Forecasting and Control. Wiley. Fifth Edition GWILYM M. JENKINS GEORGE E. P. BOX GREGORY C. REINSEL GRETA M.

TIME SERIES ANALYSIS. Forecasting and Control. Wiley. Fifth Edition GWILYM M. JENKINS GEORGE E. P. BOX GREGORY C. REINSEL GRETA M. TIME SERIES ANALYSIS Forecasting and Control Fifth Edition GEORGE E. P. BOX GWILYM M. JENKINS GREGORY C. REINSEL GRETA M. LJUNG Wiley CONTENTS PREFACE TO THE FIFTH EDITION PREFACE TO THE FOURTH EDITION

More information

Self Organizing Maps. We are drowning in information and starving for knowledge. A New Approach for Integrated Analysis of Geological Data.

Self Organizing Maps. We are drowning in information and starving for knowledge. A New Approach for Integrated Analysis of Geological Data. Radiometrics Processed Landsat TM Self Organizing Maps A New Approach for Integrated Analysis of Geological Data. We are drowning in information and starving for knowledge. Rutherford D. Roger Stephen.Fraser@csiro.au

More information

Neutron inverse kinetics via Gaussian Processes

Neutron inverse kinetics via Gaussian Processes Neutron inverse kinetics via Gaussian Processes P. Picca Politecnico di Torino, Torino, Italy R. Furfaro University of Arizona, Tucson, Arizona Outline Introduction Review of inverse kinetics techniques

More information

Annex I to Resolution 6.2/2 (Cg-XVI) Approved Text to replace Chapter B.4 of WMO Technical Regulations (WMO-No. 49), Vol. I

Annex I to Resolution 6.2/2 (Cg-XVI) Approved Text to replace Chapter B.4 of WMO Technical Regulations (WMO-No. 49), Vol. I Annex I to Resolution 6.2/2 (Cg-XVI) Approved Text to replace Chapter B.4 of WMO Technical Regulations (WMO-No. 49), Vol. I TECHNICAL REGULATIONS VOLUME I General Meteorological Standards and Recommended

More information

Copyright is owned by the Author of the thesis. Permission is given for a copy to be downloaded by an individual for the purpose of research and

Copyright is owned by the Author of the thesis. Permission is given for a copy to be downloaded by an individual for the purpose of research and Copyright is owned by the Author of the thesis. Permission is given for a copy to be downloaded by an individual for the purpose of research and private study only. The thesis may not be reproduced elsewhere

More information

1. Introduction. S.S. Patil 1, Sachidananda 1, U.B. Angadi 2, and D.K. Prabhuraj 3

1. Introduction. S.S. Patil 1, Sachidananda 1, U.B. Angadi 2, and D.K. Prabhuraj 3 Cloud Publications International Journal of Advanced Remote Sensing and GIS 2014, Volume 3, Issue 1, pp. 525-531, Article ID Tech-249 ISSN 2320-0243 Research Article Open Access Machine Learning Technique

More information

STANDARD DEFINITIONS

STANDARD DEFINITIONS STANDARD DEFINITIONS Revised October 2012 The following document summarises the outcome of discussions over the last three years reviewing a set of standard CRIRSCO Definitions for inclusion in reporting

More information

CAMBRIAN INTRUSION-RELATED COPPER MINERALISATION AT THE THOMAS CREEK PROSPECT, SOUTHWESTERN TASMANIA

CAMBRIAN INTRUSION-RELATED COPPER MINERALISATION AT THE THOMAS CREEK PROSPECT, SOUTHWESTERN TASMANIA CAMBRIAN INTRUSION-RELATED COPPER MINERALISATION AT THE THOMAS CREEK PROSPECT, SOUTHWESTERN TASMANIA UN I VF.RS TTY OF TASMANIA By Robert Reid (B.Sc. Hons) A thesis submitted in partial fulfillment of

More information

Industrial Rotating Kiln Simulation

Industrial Rotating Kiln Simulation Industrial Rotating Kiln Simulation This thesis is presented for the degree of Doctor of Philosophy Faculty of Science University of Technology, Sydney 1999 Submitted by Dennis Van Puyvelde, B. Chem. Eng.

More information

Introduction to ML. Two examples of Learners: Naïve Bayesian Classifiers Decision Trees

Introduction to ML. Two examples of Learners: Naïve Bayesian Classifiers Decision Trees Introduction to ML Two examples of Learners: Naïve Bayesian Classifiers Decision Trees Why Bayesian learning? Probabilistic learning: Calculate explicit probabilities for hypothesis, among the most practical

More information

ASX Announcement. FLEM survey underway at Henrietta Cobalt Nickel Prospect, Tasmania ASX: AX8 HIGHLIGHTS. Market Data. Board and Management.

ASX Announcement. FLEM survey underway at Henrietta Cobalt Nickel Prospect, Tasmania ASX: AX8 HIGHLIGHTS. Market Data. Board and Management. FLEM survey underway at Henrietta Cobalt Nickel Prospect, Tasmania ASX Announcement Market Data ASX Code: AX8 Shares on Issue: 47,620,000 Board and Management Grant Mooney Non-Executive Chairman Andrew

More information

Multivariate Analysis of Ecological Data using CANOCO

Multivariate Analysis of Ecological Data using CANOCO Multivariate Analysis of Ecological Data using CANOCO JAN LEPS University of South Bohemia, and Czech Academy of Sciences, Czech Republic Universitats- uric! Lanttesbibiiothek Darmstadt Bibliothek Biologie

More information

Case study: Rapid visualisation and modelling of geological data

Case study: Rapid visualisation and modelling of geological data LEAPFROG GEO Case study: Rapid visualisation and modelling of geological data TRANSFORMATIONAL LESSONS AT MMG The rapid development of a 3D model has been a goal in MMG s exploration programs to speed

More information

Estimating the radiation environment in the Great Barrier Reef

Estimating the radiation environment in the Great Barrier Reef Estimating the radiation environment in the Great Barrier Reef by Itsara Masiri M.Sc. (Physics) Submitted in fulfilment of the requirements for the Degree of Doctor of Philosophy University of Tasmania

More information

Location Theory and Decision Analysis

Location Theory and Decision Analysis Location Theory and Decision Analysis Analytics of Spatial Information Second Edition Yupo Chan Professor & Founding Chair Department of Systems Engineering Donaghey College of Engineering and Information

More information

Spatial Analysis and Modeling of Urban Land Use Changes in Lusaka, Zambia: A Case Study of a Rapidly Urbanizing Sub- Saharan African City

Spatial Analysis and Modeling of Urban Land Use Changes in Lusaka, Zambia: A Case Study of a Rapidly Urbanizing Sub- Saharan African City Spatial Analysis and Modeling of Urban Land Use Changes in Lusaka, Zambia: A Case Study of a Rapidly Urbanizing Sub- Saharan African City January 2018 Matamyo SIMWANDA Spatial Analysis and Modeling of

More information

Stratimagic. Seismic Facies Classification

Stratimagic. Seismic Facies Classification Stratimagic Seismic Facies Classification 1 Stratimagic A truly geological interpretation of seismic data Stratimagic seismic facies maps allow geoscientists to rapidly gain insight into the depositional

More information

International Journal of Scientific & Engineering Research, Volume 6, Issue 7, July ISSN

International Journal of Scientific & Engineering Research, Volume 6, Issue 7, July ISSN International Journal of Scientific & Engineering Research, Volume 6, Issue 7, July-2015 1428 Accuracy Assessment of Land Cover /Land Use Mapping Using Medium Resolution Satellite Imagery Paliwal M.C &.

More information

Mir Md. Maruf Morshed

Mir Md. Maruf Morshed Investigation of External Acoustic Loadings on a Launch Vehicle Fairing During Lift-off Supervisors: Professor Colin H. Hansen Associate Professor Anthony C. Zander School of Mechanical Engineering South

More information

Linear and Logistic Regression. Dr. Xiaowei Huang

Linear and Logistic Regression. Dr. Xiaowei Huang Linear and Logistic Regression Dr. Xiaowei Huang https://cgi.csc.liv.ac.uk/~xiaowei/ Up to now, Two Classical Machine Learning Algorithms Decision tree learning K-nearest neighbor Model Evaluation Metrics

More information

Machine learning comes from Bayesian decision theory in statistics. There we want to minimize the expected value of the loss function.

Machine learning comes from Bayesian decision theory in statistics. There we want to minimize the expected value of the loss function. Bayesian learning: Machine learning comes from Bayesian decision theory in statistics. There we want to minimize the expected value of the loss function. Let y be the true label and y be the predicted

More information

PATTERN CLASSIFICATION

PATTERN CLASSIFICATION PATTERN CLASSIFICATION Second Edition Richard O. Duda Peter E. Hart David G. Stork A Wiley-lnterscience Publication JOHN WILEY & SONS, INC. New York Chichester Weinheim Brisbane Singapore Toronto CONTENTS

More information

SUPERVISED LEARNING: INTRODUCTION TO CLASSIFICATION

SUPERVISED LEARNING: INTRODUCTION TO CLASSIFICATION SUPERVISED LEARNING: INTRODUCTION TO CLASSIFICATION 1 Outline Basic terminology Features Training and validation Model selection Error and loss measures Statistical comparison Evaluation measures 2 Terminology

More information

Optical Tweezers: Experimental Demonstrations of the Fluctuation Theorem

Optical Tweezers: Experimental Demonstrations of the Fluctuation Theorem Optical Tweezers: Experimental Demonstrations of the Fluctuation Theorem A thesis submitted for the degree of Doctor of Philosophy of The Australian National University David Michael CARBERRY October 2005

More information

For personal use only

For personal use only 22 May 2012 Thick, high-grade copper intersection from First Extension Hole Assays at A-Zone, reaffirming the growth potential of the Viscaria Project Highlights Drill hole VDD0125 intersects 18.6m @ 1%

More information

Doctor of Philosophy (Applied Science) University of Canberra

Doctor of Philosophy (Applied Science) University of Canberra A thesis submitted for Doctor of Philosophy (Applied Science) University of Canberra Brenda Woods Bachelor of Technology (Forensic and Analytical Chemistry) Bachelor of Science (Honours) An Examination

More information

The performance of estimation methods for generalized linear mixed models

The performance of estimation methods for generalized linear mixed models University of Wollongong Research Online University of Wollongong Thesis Collection 1954-2016 University of Wollongong Thesis Collections 2008 The performance of estimation methods for generalized linear

More information

EMEKA M. ILOGHALU, NNAMDI AZIKIWE UNIVERSITY, AWKA, NIGERIA.

EMEKA M. ILOGHALU, NNAMDI AZIKIWE UNIVERSITY, AWKA, NIGERIA. Automatic classification of lithofacies and interpretation of depositional environment using Neural Networks Technique - A Novel Computer-Based methodology for 3-D reservoir geological modelling and exploration

More information

WIDE AREA CONTROL THROUGH AGGREGATION OF POWER SYSTEMS

WIDE AREA CONTROL THROUGH AGGREGATION OF POWER SYSTEMS WIDE AREA CONTROL THROUGH AGGREGATION OF POWER SYSTEMS Arash Vahidnia B.Sc, M.Sc in Electrical Engineering A Thesis submitted in partial fulfilment of the requirements for the degree of Doctor of Philosophy

More information

Landslide Hazard Assessment Methodologies in Romania

Landslide Hazard Assessment Methodologies in Romania A Scientific Network for Earthquake, Landslide and Flood Hazard Prevention SciNet NatHazPrev Landslide Hazard Assessment Methodologies in Romania In the literature the terms of susceptibility and landslide

More information

Prospectivity Modelling of Granite-Related Nickel Deposits Throughout Eastern Australia

Prospectivity Modelling of Granite-Related Nickel Deposits Throughout Eastern Australia Prospectivity Modelling of Granite-Related Nickel Deposits Throughout Eastern Australia M P Hill 1 and A McCarthy 2 ABSTRACT Spatial modelling has been used to determine potential locations of granite-related

More information

Required Materials Plummer, C., Physical geology. Columbus, OH: McGraw Hill Higher Education

Required Materials Plummer, C., Physical geology. Columbus, OH: McGraw Hill Higher Education Butler Community College Science, Technology, Engineering, and Math Division Robert Carlson Revised Fall 2017 Implemented Spring 2018 Textbook Update Spring 2018 COURSE OUTLINE Physical Geology Course

More information

PROANA A USEFUL SOFTWARE FOR TERRAIN ANALYSIS AND GEOENVIRONMENTAL APPLICATIONS STUDY CASE ON THE GEODYNAMIC EVOLUTION OF ARGOLIS PENINSULA, GREECE.

PROANA A USEFUL SOFTWARE FOR TERRAIN ANALYSIS AND GEOENVIRONMENTAL APPLICATIONS STUDY CASE ON THE GEODYNAMIC EVOLUTION OF ARGOLIS PENINSULA, GREECE. PROANA A USEFUL SOFTWARE FOR TERRAIN ANALYSIS AND GEOENVIRONMENTAL APPLICATIONS STUDY CASE ON THE GEODYNAMIC EVOLUTION OF ARGOLIS PENINSULA, GREECE. Spyridoula Vassilopoulou * Institute of Cartography

More information

Deconstructing Data Science

Deconstructing Data Science Deconstructing Data Science David Bamman, UC Berkeley Info 290 Lecture 3: Classification overview Jan 24, 2017 Auditors Send me an email to get access to bcourses (announcements, readings, etc.) Classification

More information

Notes on Discriminant Functions and Optimal Classification

Notes on Discriminant Functions and Optimal Classification Notes on Discriminant Functions and Optimal Classification Padhraic Smyth, Department of Computer Science University of California, Irvine c 2017 1 Discriminant Functions Consider a classification problem

More information

60% upgrade of Flying Doctor Resource to 104,600 tonnes of contained zinc and lead.

60% upgrade of Flying Doctor Resource to 104,600 tonnes of contained zinc and lead. 30 April 2008 60% upgrade of Flying Doctor Resource to 104,600 tonnes of contained zinc and lead. Perilya Limited (ASX: PEM) is pleased to announce a 60% increase in the mineral resource estimate for the

More information

9/12/17. Types of learning. Modeling data. Supervised learning: Classification. Supervised learning: Regression. Unsupervised learning: Clustering

9/12/17. Types of learning. Modeling data. Supervised learning: Classification. Supervised learning: Regression. Unsupervised learning: Clustering Types of learning Modeling data Supervised: we know input and targets Goal is to learn a model that, given input data, accurately predicts target data Unsupervised: we know the input only and want to make

More information

Case study: Integration of REFLEX iogas and an Olympus PXRF analyzer with Leapfrog Geo for advanced dynamic modelling and better decision making

Case study: Integration of REFLEX iogas and an Olympus PXRF analyzer with Leapfrog Geo for advanced dynamic modelling and better decision making LEAPFROG GEO Case study: Integration of REFLEX iogas and an Olympus PXRF analyzer with Leapfrog Geo for advanced dynamic modelling and better decision making FIRST QUANTUM MINERALS LTD KEVITSA NI-CU-PT-PD

More information

Kurt Marfurt Arnaud Huck THE ADVANCED SEISMIC ATTRIBUTES ANALYSIS

Kurt Marfurt Arnaud Huck THE ADVANCED SEISMIC ATTRIBUTES ANALYSIS The Society of Exploration Geophysicists and GeoNeurale announce Kurt Marfurt Arnaud Huck THE ADVANCED SEISMIC ATTRIBUTES ANALYSIS 3D Seismic Attributes for Prospect Identification and Reservoir Characterization

More information

DESIGNING EXPERIMENTS AND ANALYZING DATA A Model Comparison Perspective

DESIGNING EXPERIMENTS AND ANALYZING DATA A Model Comparison Perspective DESIGNING EXPERIMENTS AND ANALYZING DATA A Model Comparison Perspective Second Edition Scott E. Maxwell Uniuersity of Notre Dame Harold D. Delaney Uniuersity of New Mexico J,t{,.?; LAWRENCE ERLBAUM ASSOCIATES,

More information

The Importance of Spatial Literacy

The Importance of Spatial Literacy The Importance of Spatial Literacy Dr. Michael Phoenix GIS Education Consultant Taiwan, 2009 What is Spatial Literacy? Spatial Literacy is the ability to be able to include the spatial dimension in our

More information

UNCERTAINTY ANALYSIS OF TWO-SHAFT GAS TURBINE PARAMETER OF ARTIFICIAL NEURAL NETWORK (ANN) APPROXIMATED FUNCTION USING SEQUENTIAL PERTURBATION METHOD

UNCERTAINTY ANALYSIS OF TWO-SHAFT GAS TURBINE PARAMETER OF ARTIFICIAL NEURAL NETWORK (ANN) APPROXIMATED FUNCTION USING SEQUENTIAL PERTURBATION METHOD UNCERTAINTY ANALYSIS OF TWO-SHAFT GAS TURBINE PARAMETER OF ARTIFICIAL NEURAL NETWORK (ANN) APPROXIMATED FUNCTION USING SEQUENTIAL PERTURBATION METHOD HILMI ASYRAF BIN RAZALI Report submitted in partial

More information

Compliant Exploration for JORC and CIM Definition Standards / NI Certification

Compliant Exploration for JORC and CIM Definition Standards / NI Certification Compliant Exploration for JORC and CIM Definition Standards / NI 43-101 Certification Dr Norman Lock Private Consultant norman.lock@yahoo.co.uk +1 647 242 9471 Presentation to CBMINA Belo Horizonte, August,

More information

Brief Introduction of Machine Learning Techniques for Content Analysis

Brief Introduction of Machine Learning Techniques for Content Analysis 1 Brief Introduction of Machine Learning Techniques for Content Analysis Wei-Ta Chu 2008/11/20 Outline 2 Overview Gaussian Mixture Model (GMM) Hidden Markov Model (HMM) Support Vector Machine (SVM) Overview

More information

DEFORMATION AND METAMORPHISM OF THE AILEU FORMATION, EAST TIMOR. R. F. Berry (B.Sc. Hons.) SCHOOL OF EARTH SCIENCES. May 1979

DEFORMATION AND METAMORPHISM OF THE AILEU FORMATION, EAST TIMOR. R. F. Berry (B.Sc. Hons.) SCHOOL OF EARTH SCIENCES. May 1979 DEFORMATION AND METAMORPHISM OF THE AILEU FORMATION, EAST TIMOR. by R. F. Berry (B.Sc. Hons.) SCHOOL OF EARTH SCIENCES FLINDERS UNIVERSITY OF SOUTH AUSTRALIA May 1979 i TABLE OF CONTENTS page Table of

More information

Contemporary Data Collection and Spatial Information Management Techniques to support Good Land Policies

Contemporary Data Collection and Spatial Information Management Techniques to support Good Land Policies Contemporary Data Collection and Spatial Information Management Techniques to support Good Land Policies Ch. Ioannidis Associate Professor FIG Commission 3 Workshop Paris, 25-28 October 2011 Introduction

More information

Data Informatics. Seon Ho Kim, Ph.D.

Data Informatics. Seon Ho Kim, Ph.D. Data Informatics Seon Ho Kim, Ph.D. seonkim@usc.edu What is Machine Learning? Overview slides by ETHEM ALPAYDIN Why Learn? Learn: programming computers to optimize a performance criterion using example

More information

USE OF RADIOMETRICS IN SOIL SURVEY

USE OF RADIOMETRICS IN SOIL SURVEY USE OF RADIOMETRICS IN SOIL SURVEY Brian Tunstall 2003 Abstract The objectives and requirements with soil mapping are summarised. The capacities for different methods to address these objectives and requirements

More information

3.4 Fuzzy Logic Fuzzy Set Theory Approximate Reasoning Fuzzy Inference Evolutionary Optimization...

3.4 Fuzzy Logic Fuzzy Set Theory Approximate Reasoning Fuzzy Inference Evolutionary Optimization... Contents 1 Introduction... 1 1.1 The Shale Revolution... 2 1.2 Traditional Modeling... 4 1.3 A Paradigm Shift... 4 2 Modeling Production from Shale... 7 2.1 Reservoir Modeling of Shale... 9 2.2 System

More information

SESE MEASURED RESOURCE EXCEEDS 650MT COAL

SESE MEASURED RESOURCE EXCEEDS 650MT COAL For electronic distribution 15 th August 2012 SESE MEASURED RESOURCE EXCEEDS 650MT COAL Highlights: Initial Measured Resource at Sese calculated at 651Mt coal. Sese Coal & Power Project: Resource Summary

More information

Handwritten English Character Recognition using Pixel Density Gradient Method

Handwritten English Character Recognition using Pixel Density Gradient Method International Journal of Computer Science and Engineering Open Access Research Paper Volume-2, Issue-3 E-ISSN: 2347-2693 Handwritten English Character Recognition using Pixel Density Gradient Method Rakesh

More information

ECE521 week 3: 23/26 January 2017

ECE521 week 3: 23/26 January 2017 ECE521 week 3: 23/26 January 2017 Outline Probabilistic interpretation of linear regression - Maximum likelihood estimation (MLE) - Maximum a posteriori (MAP) estimation Bias-variance trade-off Linear

More information

The Outer Space Treaty of 1967 Preamble

The Outer Space Treaty of 1967 Preamble 0 0 The Outer Space Treaty of Preamble Treaty on principles governing the activities of states in the exploration and use of outer space, including the moon and other celestial bodies. Opened for signature

More information

Principles of Pattern Recognition. C. A. Murthy Machine Intelligence Unit Indian Statistical Institute Kolkata

Principles of Pattern Recognition. C. A. Murthy Machine Intelligence Unit Indian Statistical Institute Kolkata Principles of Pattern Recognition C. A. Murthy Machine Intelligence Unit Indian Statistical Institute Kolkata e-mail: murthy@isical.ac.in Pattern Recognition Measurement Space > Feature Space >Decision

More information

ASSESSMENT OF LOCAL GOVERNANCE STRUCTURES, ATTITUDES AND PERCEPTIONS INFLUENCING MANAGEMENT OF THE MANGROVE ECOSYSTEM IN VANGA, KENYA

ASSESSMENT OF LOCAL GOVERNANCE STRUCTURES, ATTITUDES AND PERCEPTIONS INFLUENCING MANAGEMENT OF THE MANGROVE ECOSYSTEM IN VANGA, KENYA ASSESSMENT OF LOCAL GOVERNANCE STRUCTURES, ATTITUDES AND PERCEPTIONS INFLUENCING MANAGEMENT OF THE MANGROVE ECOSYSTEM IN VANGA, KENYA MARLYN ACHIENG OMONDI A Thesis submitted to the Graduate School in

More information

Lecture 3: Decision Trees

Lecture 3: Decision Trees Lecture 3: Decision Trees Cognitive Systems - Machine Learning Part I: Basic Approaches of Concept Learning ID3, Information Gain, Overfitting, Pruning last change November 26, 2014 Ute Schmid (CogSys,

More information

Three Dimensional Modeling of Geological Parameters in Volcanic Geothermal Systems. Part I Methods and Data.

Three Dimensional Modeling of Geological Parameters in Volcanic Geothermal Systems. Part I Methods and Data. Proceedings World Geothermal Congress 2015 Melbourne, Australia, 19-25 April 2015 Three Dimensional Modeling of Geological Parameters in Volcanic Geothermal Systems. Part I Methods and Data. Gunnlaugur

More information

Significant New Mineralised Zone Paroo Range (RGU:100%)

Significant New Mineralised Zone Paroo Range (RGU:100%) 2 November 2011 The Manager ASX Company Announcements Office PO Box H224, Australia Square SYDNEY NSW 2001 Significant New Mineralised Zone Paroo Range (RGU:100%) Regalpoint Resources Ltd (ASX:RGU or the

More information

Empirical Risk Minimization, Model Selection, and Model Assessment

Empirical Risk Minimization, Model Selection, and Model Assessment Empirical Risk Minimization, Model Selection, and Model Assessment CS6780 Advanced Machine Learning Spring 2015 Thorsten Joachims Cornell University Reading: Murphy 5.7-5.7.2.4, 6.5-6.5.3.1 Dietterich,

More information

Natural Susceptibility to Coastal Erosion: Methodology and Mapping Summary

Natural Susceptibility to Coastal Erosion: Methodology and Mapping Summary Natural Susceptibility to Coastal Erosion: Methodology and Mapping Summary. Introduction The Flood Risk Management (Scotland) Act 2009 (FRM Act) introduced a coordinated and partnership approach to how

More information

Anomaly Detection in Logged Sensor Data. Master s thesis in Complex Adaptive Systems JOHAN FLORBÄCK

Anomaly Detection in Logged Sensor Data. Master s thesis in Complex Adaptive Systems JOHAN FLORBÄCK Anomaly Detection in Logged Sensor Data Master s thesis in Complex Adaptive Systems JOHAN FLORBÄCK Department of Applied Mechanics CHALMERS UNIVERSITY OF TECHNOLOGY Göteborg, Sweden 2015 MASTER S THESIS

More information

Computational Learning Theory

Computational Learning Theory 09s1: COMP9417 Machine Learning and Data Mining Computational Learning Theory May 20, 2009 Acknowledgement: Material derived from slides for the book Machine Learning, Tom M. Mitchell, McGraw-Hill, 1997

More information

Transiogram: A spatial relationship measure for categorical data

Transiogram: A spatial relationship measure for categorical data International Journal of Geographical Information Science Vol. 20, No. 6, July 2006, 693 699 Technical Note Transiogram: A spatial relationship measure for categorical data WEIDONG LI* Department of Geography,

More information

ENVS S102 Earth and Environment (Cross-listed as GEOG 102) ENVS S110 Introduction to ArcGIS (Cross-listed as GEOG 110)

ENVS S102 Earth and Environment (Cross-listed as GEOG 102) ENVS S110 Introduction to ArcGIS (Cross-listed as GEOG 110) ENVS S102 Earth and Environment (Cross-listed as GEOG 102) 1. Describe the fundamental workings of the atmospheric, hydrospheric, lithospheric, and oceanic systems of Earth 2. Explain the interactions

More information

Interpretation and Reservoir Properties Estimation Using Dual-Sensor Streamer Seismic Without the Use of Well

Interpretation and Reservoir Properties Estimation Using Dual-Sensor Streamer Seismic Without the Use of Well Interpretation and Reservoir Properties Estimation Using Dual-Sensor Streamer Seismic Without the Use of Well C. Reiser (Petroleum Geo-Services), T. Bird* (Petroleum Geo-Services) & M. Whaley (Petroleum

More information

For personal use only

For personal use only ASX:LEG 10 July 2014 Fraser Range Aeromagnetic Survey Identifies Targets Seven priority targets considered prospective for nickel-copper Targets interpreted to relate to intrusive mafic/ultramafic bodies

More information

Relationship between Least Squares Approximation and Maximum Likelihood Hypotheses

Relationship between Least Squares Approximation and Maximum Likelihood Hypotheses Relationship between Least Squares Approximation and Maximum Likelihood Hypotheses Steven Bergner, Chris Demwell Lecture notes for Cmpt 882 Machine Learning February 19, 2004 Abstract In these notes, a

More information

Emergent proper+es and singular limits: the case of +me- irreversibility. Sergio Chibbaro Institut d Alembert Université Pierre et Marie Curie

Emergent proper+es and singular limits: the case of +me- irreversibility. Sergio Chibbaro Institut d Alembert Université Pierre et Marie Curie Emergent proper+es and singular limits: the case of +me- irreversibility Sergio Chibbaro Institut d Alembert Université Pierre et Marie Curie Introduction: Definition of emergence I J Kim 2000 The whole

More information

Lesson 6: Accuracy Assessment

Lesson 6: Accuracy Assessment This work by the National Information Security and Geospatial Technologies Consortium (NISGTC), and except where otherwise Development was funded by the Department of Labor (DOL) Trade Adjustment Assistance

More information