SSB Debate: Model-based Inference vs. Machine Learning

Size: px
Start display at page:

Download "SSB Debate: Model-based Inference vs. Machine Learning"

Transcription

1 SSB Debate: Model-based nference vs. Machine Learning June 3, 2018 SSB 2018 June 3, / 20

2 Machine learning in the biological sciences SSB 2018 June 3, / 20

3 Machine learning in the biological sciences and in our meeting! SSB 2018 June 3, / 20

4 ntroduction to topics and terminology Machine learning: Collection of algorithmic methods for pattern recognition, classification, and prediction, that may be based on models derived from existing data Model-based inference: Techniques in which probability models are defined and then fit to a data set, with the goals of evaluating model fit, estimating parameters, or testing hypotheses SSB 2018 June 3, / 20

5 Example Motivating problem: Given a set of measurements on a sample of lizards, determine species-level memberships for the individuals Data: For each lizard sampled, collect two continuous measurements: snout-to-vent length (SVL) and hind-leg length (HLL) Questions of interest: How many species are represented in the sample? To what species does each individual belong? Given a new lizard, how can we classify it into a species given what we ve learned from our initial sample? SSB 2018 June 3, / 20

6 Types of machine learning algorithms Supervised learning: Lizards in the sample are associated with species labels Hind-leg Length Snout-to-Vent Length SSB 2018 June 3, / 20

7 Types of machine learning algorithms Supervised learning example 1: disciminant analysis Basic idea: Find a discriminant function for each group that can be evaluated at the observed variables and used to classify individuals into groups Example: For these data, the linear discriminant function is SVL HLL Evaluating this for our two groups, we find Green, long-tailed lizards Blue, short-tailed lizards SSB 2018 June 3, / 20

8 Example Hind-leg Length Snout-to-Vent Length SSB 2018 June 3, / 20

9 Types of machine learning algorithms Supervised learning example 2: decision trees SSB 2018 June 3, / 20

10 Example Hind-leg Length Snout-to-Vent Length SSB 2018 June 3, / 20

11 Types of machine learning algorithms Supervised learning example 3: Support Vector Machines (SVM) Basic idea: Find a line (or plane) that produces maximum separation between two groups of data Hind-leg Length Snout-to-Vent Length SSB 2018 June 3, / 20

12 Types of machine learning algorithms Supervised learning: many, many other algorithms/methods exist Examples: Neural networks k-nearest Neighbor (k-nn) classifier Random forests SSB 2018 June 3, / 20

13 Types of machine learning algorithms Unsupervised learning: Lizards in the sample are NOT associated with species labels species must be learned from the data Example data: Hind-leg Length Snout-to-Vent Length SSB 2018 June 3, / 20

14 Types of machine learning algorithms Unsupervised learning example 1: k-means clustering Basic idea: partition the data into k groups such that the sum of squares from the data points to the assigned cluster centers is minimized Example: For our data with k = 2, we have Green, long-tailed lizards Blue, short-tailed lizards SSB 2018 June 3, / 20

15 Example Hind-leg Length Snout-to-Vent Length SSB 2018 June 3, / 20

16 Types of machine learning algorithms Unsupervised learning example 2: Principal components analysis Basic idea: use an orthogonal transformation to convert a set of observations of possibly correlated variables into a set of values of linearly uncorrelated variables called principal components PCA2 (45%) PCA1 (55%) SSB 2018 June 3, / 20

17 Types of machine learning algorithms Unsupervised learning: many, many other algorithms/methods exist Examples: Hierarchical clustering Self-organizing map (SOM) SSB 2018 June 3, / 20

18 Model-based methods Basic idea: Write a formal model and fit the model to the data Assumption is that the model describes the data su ciently well that the desired insights can be made through parameter estimation (Schrider and Kern 2017) Examples: Maximum likelihood Bayesian methods Discriminant analysis?? Logistic regression?? n many cases, a method has elements of both machine learning and model-based inference, and methods are di cult to classify! SSB 2018 June 3, / 20

19 Machine learning vs. model-based methods Now that we ve got the basics down, we can make some broad comparisons Machine learning methods Most often used for classification and prediction Useful when there are LOTS of data (training set, test set, pattern extraction) Useful when the number of predictor variables is much larger than the number of observations Model-based methods Most often used for inference - parameter estimation and hypothesis testing Model fitting may become di cult for large data sets / complex models Methods perform best when the number of observations is larger than the number of predictors SSB 2018 June 3, / 20

20 ntroducing our panelists Cécile Ané Professor, Departments of Statistics and Botany University of Wisconsin-Madison Machine learning Joe Rusinko Associate Professor, Department of Mathematics and Computer Science Hobart and William Smith Colleges Model-based methods SSB 2018 June 3, / 20

An Introduction to Machine Learning for Social Scientists

An Introduction to Machine Learning for Social Scientists An Introduction to Machine Learning for Social Scientists Tyler Ransom University of Oklahoma, Dept. of Economics November 10, 2017 Outline 1. Intro 2. Examples 3. Conclusion Tyler Ransom (OU Econ) An

More information

Statistical Tests: More Complicated Discriminants

Statistical Tests: More Complicated Discriminants 03/07/07 PHY310: Statistical Data Analysis 1 PHY310: Lecture 14 Statistical Tests: More Complicated Discriminants Road Map When the likelihood discriminant will fail The Multi Layer Perceptron discriminant

More information

Session 124TS, A Practical Guide to Machine Learning for Actuaries. Presenters: Dave M. Liner, FSA, MAAA, CERA

Session 124TS, A Practical Guide to Machine Learning for Actuaries. Presenters: Dave M. Liner, FSA, MAAA, CERA Session 124TS, A Practical Guide to Machine Learning for Actuaries Presenters: Dave M. Liner, FSA, MAAA, CERA SOA Antitrust Disclaimer SOA Presentation Disclaimer A practical guide to machine learning

More information

The Automatic Classification Problem. Perceptrons, SVMs, and Friends: Some Discriminative Models for Classification

The Automatic Classification Problem. Perceptrons, SVMs, and Friends: Some Discriminative Models for Classification Perceptrons, SVMs, and Friends: Some Discriminative Models for Classification Parallel to AIMA 8., 8., 8.6.3, 8.9 The Automatic Classification Problem Assign object/event or sequence of objects/events

More information

Voice Activity Detection

Voice Activity Detection Voice Activity Detection Speech Processing Tom Bäckström Aalto University October 2015 Introduction Voice activity detection (VAD) (or speech activity detection, or speech detection) refers to a class

More information

GE 113 REMOTE SENSING

GE 113 REMOTE SENSING GE 113 REMOTE SENSING Topic 8. Image Classification and Accuracy Assessment Lecturer: Engr. Jojene R. Santillan jrsantillan@carsu.edu.ph Division of Geodetic Engineering College of Engineering and Information

More information

Lecture 3 - Regression

Lecture 3 - Regression Lecture 3 - Regression Instructor: Prof Ganesh Ramakrishnan July 25, 2016 1 / 30 The Simplest ML Problem: Least Square Regression Curve Fitting: Motivation Error measurement Minimizing Error Method of

More information

Constructing local discriminative features for signal classification

Constructing local discriminative features for signal classification Constructing local discriminative features for signal classification Local features for signal classification Outline Motivations Problem formulation Lifting scheme Local features Conclusions Toy example

More information

Contents. List of Figures List of Tables. Structure of the Book How to Use this Book Online Resources Acknowledgements

Contents. List of Figures List of Tables. Structure of the Book How to Use this Book Online Resources Acknowledgements Contents List of Figures List of Tables Preface Notation Structure of the Book How to Use this Book Online Resources Acknowledgements Notational Conventions Notational Conventions for Probabilities xiii

More information

Kernels and Support Vector Machines

Kernels and Support Vector Machines Kernels and Support Vector Machines Machine Learning CSE446 Sham Kakade University of Washington November 1, 2016 2016 Sham Kakade 1 Announcements: Project Milestones coming up HW2 You ve implemented GD,

More information

A collaboration between Maryland Virtual High School and the Pittsburgh Supercomputing Center

A collaboration between Maryland Virtual High School and the Pittsburgh Supercomputing Center A collaboration between Maryland Virtual High School and the Pittsburgh Supercomputing Center Participants will gain A working definition of computational reasoning by using simulations to collect and

More information

Collaborative Classification of Multiple Ground Vehicles in Wireless Sensor Networks Based on Acoustic Signals

Collaborative Classification of Multiple Ground Vehicles in Wireless Sensor Networks Based on Acoustic Signals Western Michigan University ScholarWorks at WMU Dissertations Graduate College 1-1-2011 Collaborative Classification of Multiple Ground Vehicles in Wireless Sensor Networks Based on Acoustic Signals Ahmad

More information

Regression: Tree Rings and Measuring Things

Regression: Tree Rings and Measuring Things Objectives: Measure biological data Use biological measurements to calculate means, slope and intercept Determine best linear fit of data Interpret fit using correlation Materials: Ruler (in millimeters)

More information

Automating NSF HERD Reporting Using Machine Learning and Administrative Data

Automating NSF HERD Reporting Using Machine Learning and Administrative Data Automating NSF HERD Reporting Using Machine Learning and Administrative Data Rodolfo H. Torres CIMA Session: The Use of Advance Analytics to Drive Decisions 2018 APLU Annual Meeting New Orleans Marriott,

More information

A Review of Related Work on Machine Learning in Semiconductor Manufacturing and Assembly Lines

A Review of Related Work on Machine Learning in Semiconductor Manufacturing and Assembly Lines A Review of Related Work on Machine Learning in Semiconductor Manufacturing and Assembly Lines DI Darko Stanisavljevic VIRTUAL VEHICLE DI Michael Spitzer VIRTUAL VEHICLE i-know 16 18.-19.10.2016, Graz

More information

Detection and Classification of Power Quality Event using Discrete Wavelet Transform and Support Vector Machine

Detection and Classification of Power Quality Event using Discrete Wavelet Transform and Support Vector Machine Detection and Classification of Power Quality Event using Discrete Wavelet Transform and Support Vector Machine Okelola, Muniru Olajide Department of Electronic and Electrical Engineering LadokeAkintola

More information

The Game-Theoretic Approach to Machine Learning and Adaptation

The Game-Theoretic Approach to Machine Learning and Adaptation The Game-Theoretic Approach to Machine Learning and Adaptation Nicolò Cesa-Bianchi Università degli Studi di Milano Nicolò Cesa-Bianchi (Univ. di Milano) Game-Theoretic Approach 1 / 25 Machine Learning

More information

Figure 1. Artificial Neural Network structure. B. Spiking Neural Networks Spiking Neural networks (SNNs) fall into the third generation of neural netw

Figure 1. Artificial Neural Network structure. B. Spiking Neural Networks Spiking Neural networks (SNNs) fall into the third generation of neural netw Review Analysis of Pattern Recognition by Neural Network Soni Chaturvedi A.A.Khurshid Meftah Boudjelal Electronics & Comm Engg Electronics & Comm Engg Dept. of Computer Science P.I.E.T, Nagpur RCOEM, Nagpur

More information

Knowledge discovery & data mining Classification & fraud detection

Knowledge discovery & data mining Classification & fraud detection Knowledge discovery & data mining Classification & fraud detection Knowledge discovery & data mining Classification & fraud detection 5/24/00 Click here to start Table of Contents Author: Dino Pedreschi

More information

AUTOMATED MUSIC TRACK GENERATION

AUTOMATED MUSIC TRACK GENERATION AUTOMATED MUSIC TRACK GENERATION LOUIS EUGENE Stanford University leugene@stanford.edu GUILLAUME ROSTAING Stanford University rostaing@stanford.edu Abstract: This paper aims at presenting our method to

More information

Tools for Advanced Sound & Vibration Analysis

Tools for Advanced Sound & Vibration Analysis Tools for Advanced Sound & Vibration Ravichandran Raghavan Technical Marketing Engineer Agenda NI Sound and Vibration Measurement Suite Advanced Signal Processing Algorithms Time- Quefrency and Cepstrum

More information

Operational Forest Mapping Systems Youngsinn Sohn University of Maryland Baltimore County

Operational Forest Mapping Systems Youngsinn Sohn University of Maryland Baltimore County Operational Forest Mapping Systems Youngsinn Sohn University of Maryland Baltimore County 19-21 Nov 2001 1 Collaborators Guoqing Sun, University of Maryland William Clerke, USDA Forest Service, Southern

More information

Distinguishing Mislabeled Data from Correctly Labeled Data in Classifier Design

Distinguishing Mislabeled Data from Correctly Labeled Data in Classifier Design Distinguishing Mislabeled Data from Correctly Labeled Data in Classifier Design Sundara Venkataraman, Dimitris Metaxas, Dmitriy Fradkin, Casimir Kulikowski, Ilya Muchnik DCS, Rutgers University, NJ November

More information

arxiv: v1 [eess.sp] 20 Dec 2017

arxiv: v1 [eess.sp] 20 Dec 2017 GSM CommSense-based through-the-wall sensing Abhishek Bhatta Electrical Engineering Department Amit Kumar Mishra Electrical Engineering Department arxiv:1712.08574v1 [eess.sp] 20 Dec 2017 University of

More information

Drum Transcription Based on Independent Subspace Analysis

Drum Transcription Based on Independent Subspace Analysis Report for EE 391 Special Studies and Reports for Electrical Engineering Drum Transcription Based on Independent Subspace Analysis Yinyi Guo Center for Computer Research in Music and Acoustics, Stanford,

More information

Augment the Spatial Resolution of Multispectral Image Using PCA Fusion Method and Classified It s Region Using Different Techniques.

Augment the Spatial Resolution of Multispectral Image Using PCA Fusion Method and Classified It s Region Using Different Techniques. Augment the Spatial Resolution of Multispectral Image Using PCA Fusion Method and Classified It s Region Using Different Techniques. Israa Jameel Muhsin 1, Khalid Hassan Salih 2, Ebtesam Fadhel 3 1,2 Department

More information

Segmentation of Fingerprint Images

Segmentation of Fingerprint Images Segmentation of Fingerprint Images Asker M. Bazen and Sabih H. Gerez University of Twente, Department of Electrical Engineering, Laboratory of Signals and Systems, P.O. box 217-75 AE Enschede - The Netherlands

More information

Predicting outcomes of professional DotA 2 matches

Predicting outcomes of professional DotA 2 matches Predicting outcomes of professional DotA 2 matches Petra Grutzik Joe Higgins Long Tran December 16, 2017 Abstract We create a model to predict the outcomes of professional DotA 2 (Defense of the Ancients

More information

Research Collection. Acoustic signal discrimination in prestressed concrete elements based on statistical criteria. Conference Paper.

Research Collection. Acoustic signal discrimination in prestressed concrete elements based on statistical criteria. Conference Paper. Research Collection Conference Paper Acoustic signal discrimination in prestressed concrete elements based on statistical criteria Author(s): Kalicka, Malgorzata; Vogel, Thomas Publication Date: 2011 Permanent

More information

Research Seminar. Stefano CARRINO fr.ch

Research Seminar. Stefano CARRINO  fr.ch Research Seminar Stefano CARRINO stefano.carrino@hefr.ch http://aramis.project.eia- fr.ch 26.03.2010 - based interaction Characterization Recognition Typical approach Design challenges, advantages, drawbacks

More information

Applications of Machine Learning Techniques in Human Activity Recognition

Applications of Machine Learning Techniques in Human Activity Recognition Applications of Machine Learning Techniques in Human Activity Recognition Jitenkumar B Rana Tanya Jha Rashmi Shetty Abstract Human activity detection has seen a tremendous growth in the last decade playing

More information

Image analysis. CS/CME/BIOPHYS/BMI 279 Fall 2015 Ron Dror

Image analysis. CS/CME/BIOPHYS/BMI 279 Fall 2015 Ron Dror Image analysis CS/CME/BIOPHYS/BMI 279 Fall 2015 Ron Dror A two- dimensional image can be described as a function of two variables f(x,y). For a grayscale image, the value of f(x,y) specifies the brightness

More information

Semantic Localization of Indoor Places. Lukas Kuster

Semantic Localization of Indoor Places. Lukas Kuster Semantic Localization of Indoor Places Lukas Kuster Motivation GPS for localization [7] 2 Motivation Indoor navigation [8] 3 Motivation Crowd sensing [9] 4 Motivation Targeted Advertisement [10] 5 Motivation

More information

MATHEMATICAL MODELS Vol. I - Measurements in Mathematical Modeling and Data Processing - William Moran and Barbara La Scala

MATHEMATICAL MODELS Vol. I - Measurements in Mathematical Modeling and Data Processing - William Moran and Barbara La Scala MEASUREMENTS IN MATEMATICAL MODELING AND DATA PROCESSING William Moran and University of Melbourne, Australia Keywords detection theory, estimation theory, signal processing, hypothesis testing Contents.

More information

MINE 432 Industrial Automation and Robotics

MINE 432 Industrial Automation and Robotics MINE 432 Industrial Automation and Robotics Part 3, Lecture 5 Overview of Artificial Neural Networks A. Farzanegan (Visiting Associate Professor) Fall 2014 Norman B. Keevil Institute of Mining Engineering

More information

Cómo estructurar un buen proyecto de Machine Learning? Anna Bosch Rue VP Data Launchmetrics

Cómo estructurar un buen proyecto de Machine Learning? Anna Bosch Rue VP Data Launchmetrics Cómo estructurar un buen proyecto de Machine Learning? Anna Bosch Rue VP Data Intelligence @ Launchmetrics annaboschrue@gmail.com Motivating example 90% Accuracy and you want to do better IDEAS: - Collect

More information

WorldQuant. Perspectives. Welcome to the Machine

WorldQuant. Perspectives. Welcome to the Machine WorldQuant Welcome to the Machine Unlike the science of artificial intelligence, which has yet to live up to the promise of replicating the human brain, machine learning is changing the way we do everything

More information

BASIC PATTERN RECOGNITION AND DIGITAL IMAGE PROCESSING USING

BASIC PATTERN RECOGNITION AND DIGITAL IMAGE PROCESSING USING BASIC PATTERN RECOGNITION AND DIGITAL IMAGE PROCESSING USING SAS/AF FRAME Abhishek Lall Department of Mathematics and Statistics, Sam Houston State University, Huntsville, Texas Abstract The principal

More information

Privacy preserving data mining multiplicative perturbation techniques

Privacy preserving data mining multiplicative perturbation techniques Privacy preserving data mining multiplicative perturbation techniques Li Xiong CS573 Data Privacy and Anonymity Outline Review and critique of randomization approaches (additive noise) Multiplicative data

More information

Adaptive Feature Analysis Based SAR Image Classification

Adaptive Feature Analysis Based SAR Image Classification I J C T A, 10(9), 2017, pp. 973-977 International Science Press ISSN: 0974-5572 Adaptive Feature Analysis Based SAR Image Classification Debabrata Samanta*, Abul Hasnat** and Mousumi Paul*** ABSTRACT SAR

More information

Process Data Analytics State of the art and applications in oil sands industry

Process Data Analytics State of the art and applications in oil sands industry Industrial Research Chair Control of Oilsands Processes Process Data Analytics State of the art and applications in oil sands industry Biao Huang Department of Chemical and Materials Engineering University

More information

Remote Sensing. The following figure is grey scale display of SPOT Panchromatic without stretching.

Remote Sensing. The following figure is grey scale display of SPOT Panchromatic without stretching. Remote Sensing Objectives This unit will briefly explain display of remote sensing image, geometric correction, spatial enhancement, spectral enhancement and classification of remote sensing image. At

More information

Classroom Konnect. Artificial Intelligence and Machine Learning

Classroom Konnect. Artificial Intelligence and Machine Learning Artificial Intelligence and Machine Learning 1. What is Machine Learning (ML)? The general idea about Machine Learning (ML) can be traced back to 1959 with the approach proposed by Arthur Samuel, one of

More information

Applications of Music Processing

Applications of Music Processing Lecture Music Processing Applications of Music Processing Christian Dittmar International Audio Laboratories Erlangen christian.dittmar@audiolabs-erlangen.de Singing Voice Detection Important pre-requisite

More information

Campus Location Recognition using Audio Signals

Campus Location Recognition using Audio Signals 1 Campus Location Recognition using Audio Signals James Sun,Reid Westwood SUNetID:jsun2015,rwestwoo Email: jsun2015@stanford.edu, rwestwoo@stanford.edu I. INTRODUCTION People use sound both consciously

More information

Radio Deep Learning Efforts Showcase Presentation

Radio Deep Learning Efforts Showcase Presentation Radio Deep Learning Efforts Showcase Presentation November 2016 hume@vt.edu www.hume.vt.edu Tim O Shea Senior Research Associate Program Overview Program Objective: Rethink fundamental approaches to how

More information

Machine Learning. Classification, Discriminative learning. Marc Toussaint University of Stuttgart Summer 2014

Machine Learning. Classification, Discriminative learning. Marc Toussaint University of Stuttgart Summer 2014 Machine Learning Classification, Discriminative learning Structured output, structured input, discriminative function, joint input-output features, Likelihood Maximization, Logistic regression, binary

More information

CLASSLESS ASSOCIATION USING NEURAL NETWORKS

CLASSLESS ASSOCIATION USING NEURAL NETWORKS Workshop track - ICLR 1 CLASSLESS ASSOCIATION USING NEURAL NETWORKS Federico Raue 1,, Sebastian Palacio, Andreas Dengel 1,, Marcus Liwicki 1 1 University of Kaiserslautern, Germany German Research Center

More information

On Feature Selection, Bias-Variance, and Bagging

On Feature Selection, Bias-Variance, and Bagging On Feature Selection, Bias-Variance, and Bagging Art Munson 1 Rich Caruana 2 1 Department of Computer Science Cornell University 2 Microsoft Corporation ECML-PKDD 2009 Munson; Caruana (Cornell; Microsoft)

More information

SIGNAL PROCESSING OF POWER QUALITY DISTURBANCES

SIGNAL PROCESSING OF POWER QUALITY DISTURBANCES SIGNAL PROCESSING OF POWER QUALITY DISTURBANCES MATH H. J. BOLLEN IRENE YU-HUA GU IEEE PRESS SERIES I 0N POWER ENGINEERING IEEE PRESS SERIES ON POWER ENGINEERING MOHAMED E. EL-HAWARY, SERIES EDITOR IEEE

More information

David Siegel Masters Student University of Cincinnati. IAB 17, May 5 7, 2009 Ford & UM

David Siegel Masters Student University of Cincinnati. IAB 17, May 5 7, 2009 Ford & UM Alternator Health Monitoring For Vehicle Applications David Siegel Masters Student University of Cincinnati Report Documentation Page Form Approved OMB No. 0704-0188 Public reporting burden for the collection

More information

Malaviya National Institute of Technology Jaipur

Malaviya National Institute of Technology Jaipur Malaviya National Institute of Technology Jaipur Advanced Pattern Recognition Techniques 26 th 30 th March 2018 Overview Pattern recognition is the scientific discipline in the field of computer science

More information

Comparative method, coalescents, and the future

Comparative method, coalescents, and the future Comparative method, coalescents, and the future Joe Felsenstein Depts. of Genome Sciences and of Biology, University of Washington Comparative method, coalescents, and the future p.1/36 Correlation of

More information

A Machine Learning Based Approach for Predicting Undisclosed Attributes in Social Networks

A Machine Learning Based Approach for Predicting Undisclosed Attributes in Social Networks A Machine Learning Based Approach for Predicting Undisclosed Attributes in Social Networks Gergely Kótyuk Laboratory of Cryptography and Systems Security (CrySyS) Budapest University of Technology and

More information

Seismic fault detection based on multi-attribute support vector machine analysis

Seismic fault detection based on multi-attribute support vector machine analysis INT 5: Fault and Salt @ SEG 2017 Seismic fault detection based on multi-attribute support vector machine analysis Haibin Di, Muhammad Amir Shafiq, and Ghassan AlRegib Center for Energy & Geo Processing

More information

IBM SPSS Neural Networks

IBM SPSS Neural Networks IBM Software IBM SPSS Neural Networks 20 IBM SPSS Neural Networks New tools for building predictive models Highlights Explore subtle or hidden patterns in your data. Build better-performing models No programming

More information

An Optimization of Audio Classification and Segmentation using GASOM Algorithm

An Optimization of Audio Classification and Segmentation using GASOM Algorithm An Optimization of Audio Classification and Segmentation using GASOM Algorithm Dabbabi Karim, Cherif Adnen Research Unity of Processing and Analysis of Electrical and Energetic Systems Faculty of Sciences

More information

IJITKMI Volume 7 Number 2 Jan June 2014 pp (ISSN ) Impact of attribute selection on the accuracy of Multilayer Perceptron

IJITKMI Volume 7 Number 2 Jan June 2014 pp (ISSN ) Impact of attribute selection on the accuracy of Multilayer Perceptron Impact of attribute selection on the accuracy of Multilayer Perceptron Niket Kumar Choudhary 1, Yogita Shinde 2, Rajeswari Kannan 3, Vaithiyanathan Venkatraman 4 1,2 Dept. of Computer Engineering, Pimpri-Chinchwad

More information

Dependence in Classification of Aluminium Waste

Dependence in Classification of Aluminium Waste Journal of Physics: Conference Series PAPER OPEN ACCESS Dependence in Classification of Aluminium Waste To cite this article: Y Resti 05 J. Phys.: Conf. Ser. 6 005 Recent citations - A probability approach

More information

Texas A & M University Study Abroad: Dominica Dr. Robert Wharton Devra Hunter

Texas A & M University Study Abroad: Dominica Dr. Robert Wharton Devra Hunter Texas A & M University Study Abroad: Dominica 2003 Dr. Robert Wharton Devra Hunter Anolis oculatus Habitat Selection By Samara Ferrara June 9, 2003 Springfield Station Roseau Syndicate Trail Emerald Pool

More information

Several Different Remote Sensing Image Classification Technology Analysis

Several Different Remote Sensing Image Classification Technology Analysis Vol. 4, No. 5; October 2011 Several Different Remote Sensing Image Classification Technology Analysis Xiangwei Liu Foundation Department, PLA University of Foreign Languages, Luoyang 471003, China E-mail:

More information

JUMPSTARTING NEURAL NETWORK TRAINING FOR SEISMIC PROBLEMS

JUMPSTARTING NEURAL NETWORK TRAINING FOR SEISMIC PROBLEMS JUMPSTARTING NEURAL NETWORK TRAINING FOR SEISMIC PROBLEMS Fantine Huot (Stanford Geophysics) Advised by Greg Beroza & Biondo Biondi (Stanford Geophysics & ICME) LEARNING FROM DATA Deep learning networks

More information

Mapping Open Water Bodies with Optical Remote Sensing

Mapping Open Water Bodies with Optical Remote Sensing Mapping Open Water Bodies with Optical Remote Sensing M. O Donnell 1,2 and E. Podest 1 1.Jet Propulsion Laboratory, California Institute of Technology 2 Alliance Gertz-Ressler High School, Los Angeles,

More information

A Multiple Source Framework for the Identification of Activities of Daily Living Based on Mobile Device Data

A Multiple Source Framework for the Identification of Activities of Daily Living Based on Mobile Device Data A Multiple Source Framework for the Identification of Activities of Daily Living Based on Mobile Device Data Ivan Miguel Pires 1,2,3, Nuno M. Garcia 1,3,4, Nuno Pombo 1,3,4, and Francisco Flórez-Revuelta

More information

F2 - Fire 2 module: Remote Sensing Data Classification

F2 - Fire 2 module: Remote Sensing Data Classification F2 - Fire 2 module: Remote Sensing Data Classification F2.1 Task_1: Supervised and Unsupervised classification examples of a Landsat 5 TM image from the Center of Portugal, year 2005 F2.1 Task_2: Burnt

More information

AN AUDIO SEPARATION SYSTEM BASED ON THE NEURAL ICA METHOD

AN AUDIO SEPARATION SYSTEM BASED ON THE NEURAL ICA METHOD AN AUDIO SEPARATION SYSTEM BASED ON THE NEURAL ICA METHOD MICHAL BRÁT, MIROSLAV ŠNOREK Czech Technical University in Prague Faculty of Electrical Engineering Department of Computer Science and Engineering

More information

HEALTH CARE EXPENDITURE IN AFRICA AN APPLICATION OF SHRINKAGE METHODS

HEALTH CARE EXPENDITURE IN AFRICA AN APPLICATION OF SHRINKAGE METHODS Vol., No., pp.1, May 1 HEALTH CARE EXPENDITURE IN AFRICA AN APPLICATION OF SHRINKAGE METHODS Emmanuel Thompson Department of Mathematics, Southeast Missouri State University, One University Plaza, Cape

More information

Region Based Satellite Image Segmentation Using JSEG Algorithm

Region Based Satellite Image Segmentation Using JSEG Algorithm Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 5, May 2015, pg.1012

More information

Machine Learning for Antenna Array Failure Analysis

Machine Learning for Antenna Array Failure Analysis Machine Learning for Antenna Array Failure Analysis Lydia de Lange Under Dr DJ Ludick and Dr TL Grobler Dept. Electrical and Electronic Engineering, Stellenbosch University MML 2019 Outline 15/03/2019

More information

LAND USE MAP PRODUCTION BY FUSION OF MULTISPECTRAL CLASSIFICATION OF LANDSAT IMAGES AND TEXTURE ANALYSIS OF HIGH RESOLUTION IMAGES

LAND USE MAP PRODUCTION BY FUSION OF MULTISPECTRAL CLASSIFICATION OF LANDSAT IMAGES AND TEXTURE ANALYSIS OF HIGH RESOLUTION IMAGES LAND USE MAP PRODUCTION BY FUSION OF MULTISPECTRAL CLASSIFICATION OF LANDSAT IMAGES AND TEXTURE ANALYSIS OF HIGH RESOLUTION IMAGES Xavier OTAZU, Roman ARBIOL Institut Cartogràfic de Catalunya, Spain xotazu@icc.es,

More information

Remote Sensing. Odyssey 7 Jun 2012 Benjamin Post

Remote Sensing. Odyssey 7 Jun 2012 Benjamin Post Remote Sensing Odyssey 7 Jun 2012 Benjamin Post Definitions Applications Physics Image Processing Classifiers Ancillary Data Data Sources Related Concepts Outline Big Picture Definitions Remote Sensing

More information

A Neural Network Facial Expression Recognition System using Unsupervised Local Processing

A Neural Network Facial Expression Recognition System using Unsupervised Local Processing A Neural Network Facial Expression Recognition System using Unsupervised Local Processing Leonardo Franco Alessandro Treves Cognitive Neuroscience Sector - SISSA 2-4 Via Beirut, Trieste, 34014 Italy lfranco@sissa.it,

More information

AN ADVANCED HYBRID SOLUTION FOR AUTOMATED SUBSTATION MONITORING USING NEURAL NETS AND EXPERT SYSTEM TECHNIQUES

AN ADVANCED HYBRID SOLUTION FOR AUTOMATED SUBSTATION MONITORING USING NEURAL NETS AND EXPERT SYSTEM TECHNIQUES ¾ AN ADVANCED HYBRID SOLUTION FOR AUTOMATED SUBSTATION MONITORING USING NEURAL NETS AND EXPERT SYSTEM TECHNIQUES M Kezunovic, I Rikalo Texas A&M University USA C W Fromen, D R Sevcik Houston Lighting &

More information

Friends don t let friends deploy Black-Box models The importance of transparency in Machine Learning. Rich Caruana Microsoft Research

Friends don t let friends deploy Black-Box models The importance of transparency in Machine Learning. Rich Caruana Microsoft Research Friends don t let friends deploy Black-Box models The importance of transparency in Machine Learning Rich Caruana Microsoft Research Friends Don t Let Friends Deploy Black-Box Models The Importance of

More information

Application of Classifier Integration Model to Disturbance Classification in Electric Signals

Application of Classifier Integration Model to Disturbance Classification in Electric Signals Application of Classifier Integration Model to Disturbance Classification in Electric Signals Dong-Chul Park Abstract An efficient classifier scheme for classifying disturbances in electric signals using

More information

Feature analysis of EEG signals using SOM

Feature analysis of EEG signals using SOM 1 Portál pre odborné publikovanie ISSN 1338-0087 Feature analysis of EEG signals using SOM Gráfová Lucie Elektrotechnika, Medicína 21.02.2011 The most common use of EEG includes the monitoring and diagnosis

More information

CS229: Machine Learning

CS229: Machine Learning CS229: Machine Learning Event Identification in Continues Seismic Data Please print out, fill in and include this cover sheet as the first page of your submission. We strongly recommend that you use this

More information

신경망기반자동번역기술. Konkuk University Computational Intelligence Lab. 김강일

신경망기반자동번역기술. Konkuk University Computational Intelligence Lab.  김강일 신경망기반자동번역기술 Konkuk University Computational Intelligence Lab. http://ci.konkuk.ac.kr kikim01@kunkuk.ac.kr 김강일 Index Issues in AI and Deep Learning Overview of Machine Translation Advanced Techniques in

More information

An Hybrid MLP-SVM Handwritten Digit Recognizer

An Hybrid MLP-SVM Handwritten Digit Recognizer An Hybrid MLP-SVM Handwritten Digit Recognizer A. Bellili ½ ¾ M. Gilloux ¾ P. Gallinari ½ ½ LIP6, Université Pierre et Marie Curie ¾ La Poste 4, Place Jussieu 10, rue de l Ile Mabon, BP 86334 75252 Paris

More information

Swing Copters AI. Monisha White and Nolan Walsh Fall 2015, CS229, Stanford University

Swing Copters AI. Monisha White and Nolan Walsh  Fall 2015, CS229, Stanford University Swing Copters AI Monisha White and Nolan Walsh mewhite@stanford.edu njwalsh@stanford.edu Fall 2015, CS229, Stanford University 1. Introduction For our project we created an autonomous player for the game

More information

Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition

Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition Shigueo Nomura and José Ricardo Gonçalves Manzan Faculty of Electrical Engineering, Federal University of Uberlândia, Uberlândia, MG,

More information

EEG Waves Classifier using Wavelet Transform and Fourier Transform

EEG Waves Classifier using Wavelet Transform and Fourier Transform Vol:, No:3, 7 EEG Waves Classifier using Wavelet Transform and Fourier Transform Maan M. Shaker Digital Open Science Index, Bioengineering and Life Sciences Vol:, No:3, 7 waset.org/publication/333 Abstract

More information

Impulse Noise Removal Based on Artificial Neural Network Classification with Weighted Median Filter

Impulse Noise Removal Based on Artificial Neural Network Classification with Weighted Median Filter Impulse Noise Removal Based on Artificial Neural Network Classification with Weighted Median Filter Deepalakshmi R 1, Sindhuja A 2 PG Scholar, Department of Computer Science, Stella Maris College, Chennai,

More information

Acoustic Target Classification. John Horne, University of Washington

Acoustic Target Classification. John Horne, University of Washington Acoustic Target Classification Fred Mabel John Horne, University of Washington Acoustic Measurements Amplitude (volts) 0 Surface Target Target Bottom Time ( seconds) Measure: amplitude f(frequency), elapsed

More information

Discriminative Training for Automatic Speech Recognition

Discriminative Training for Automatic Speech Recognition Discriminative Training for Automatic Speech Recognition 22 nd April 2013 Advanced Signal Processing Seminar Article Heigold, G.; Ney, H.; Schluter, R.; Wiesler, S. Signal Processing Magazine, IEEE, vol.29,

More information

Session 2: 10 Year Vision session (11:00-12:20) - Tuesday. Session 3: Poster Highlights A (14:00-15:00) - Tuesday 20 posters (3minutes per poster)

Session 2: 10 Year Vision session (11:00-12:20) - Tuesday. Session 3: Poster Highlights A (14:00-15:00) - Tuesday 20 posters (3minutes per poster) Lessons from Collecting a Million Biometric Samples 109 Expression Robust 3D Face Recognition by Matching Multi-component Local Shape Descriptors on the Nasal and Adjoining Cheek Regions 177 Shared Representation

More information

Adversarial Examples and Adversarial Training. Ian Goodfellow, OpenAI Research Scientist Presentation at Quora,

Adversarial Examples and Adversarial Training. Ian Goodfellow, OpenAI Research Scientist Presentation at Quora, Adversarial Examples and Adversarial Training Ian Goodfellow, OpenAI Research Scientist Presentation at Quora, 2016-08-04 In this presentation Intriguing Properties of Neural Networks Szegedy et al, 2013

More information

Comparative Study of various Surveys on Sentiment Analysis

Comparative Study of various Surveys on Sentiment Analysis Comparative Study of various Surveys on Milanjit Kaur 1, Deepak Kumar 2. 1 Student (M.Tech Scholar), Computer Science and Engineering, Lovely Professional University, Punjab, India. 2 Assistant Professor,

More information

Learning Deep Networks from Noisy Labels with Dropout Regularization

Learning Deep Networks from Noisy Labels with Dropout Regularization Learning Deep Networks from Noisy Labels with Dropout Regularization Ishan Jindal*, Matthew Nokleby*, Xuewen Chen** *Department of Electrical and Computer Engineering **Department of Computer Science Wayne

More information

Motion Recognition in Wearable Sensor System Using an Ensemble Artificial Neuro-Molecular System

Motion Recognition in Wearable Sensor System Using an Ensemble Artificial Neuro-Molecular System Motion Recognition in Wearable Sensor System Using an Ensemble Artificial Neuro-Molecular System Si-Jung Ryu and Jong-Hwan Kim Department of Electrical Engineering, KAIST, 355 Gwahangno, Yuseong-gu, Daejeon,

More information

COMPARATIVE PERFORMANCE ANALYSIS OF HAND GESTURE RECOGNITION TECHNIQUES

COMPARATIVE PERFORMANCE ANALYSIS OF HAND GESTURE RECOGNITION TECHNIQUES International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 9, Issue 3, May - June 2018, pp. 177 185, Article ID: IJARET_09_03_023 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=9&itype=3

More information

Efficient Signal Identification using the Spectral Correlation Function and Pattern Recognition

Efficient Signal Identification using the Spectral Correlation Function and Pattern Recognition Efficient Signal Identification using the Spectral Correlation Function and Pattern Recognition Theodore Trebaol, Jeffrey Dunn, and Daniel D. Stancil Acknowledgement: J. Peha, M. Sirbu, P. Steenkiste Outline

More information

Roberto Togneri (Signal Processing and Recognition Lab)

Roberto Togneri (Signal Processing and Recognition Lab) Signal Processing and Machine Learning for Power Quality Disturbance Detection and Classification Roberto Togneri (Signal Processing and Recognition Lab) Power Quality (PQ) disturbances are broadly classified

More information

Classification Experiments for Number Plate Recognition Data Set Using Weka

Classification Experiments for Number Plate Recognition Data Set Using Weka Classification Experiments for Number Plate Recognition Data Set Using Weka Atul Kumar 1, Sunila Godara 2 1 Department of Computer Science and Engineering Guru Jambheshwar University of Science and Technology

More information

Classification in Image processing: A Survey

Classification in Image processing: A Survey Classification in Image processing: A Survey Rashmi R V, Sheela Sridhar Department of computer science and Engineering, B.N.M.I.T, Bangalore-560070 Department of computer science and Engineering, B.N.M.I.T,

More information

CROSS-LAYER FEATURES IN CONVOLUTIONAL NEURAL NETWORKS FOR GENERIC CLASSIFICATION TASKS. Kuan-Chuan Peng and Tsuhan Chen

CROSS-LAYER FEATURES IN CONVOLUTIONAL NEURAL NETWORKS FOR GENERIC CLASSIFICATION TASKS. Kuan-Chuan Peng and Tsuhan Chen CROSS-LAYER FEATURES IN CONVOLUTIONAL NEURAL NETWORKS FOR GENERIC CLASSIFICATION TASKS Kuan-Chuan Peng and Tsuhan Chen Cornell University School of Electrical and Computer Engineering Ithaca, NY 14850

More information

Techniques for Sentiment Analysis survey

Techniques for Sentiment Analysis survey I J C T A, 9(41), 2016, pp. 355-360 International Science Press ISSN: 0974-5572 Techniques for Sentiment Analysis survey Anu Sharma* and Savleen Kaur** ABSTRACT A Sentiment analysis is a technique to analyze

More information

Radar Signal Classification Based on Cascade of STFT, PCA and Naïve Bayes

Radar Signal Classification Based on Cascade of STFT, PCA and Naïve Bayes 216 7th International Conference on Intelligent Systems, Modelling and Simulation Radar Signal Classification Based on Cascade of STFT, PCA and Naïve Bayes Yuanyuan Guo Department of Electronic Engineering

More information

A new edited k-nearest neighbor rule in the pattern classi"cation problem

A new edited k-nearest neighbor rule in the pattern classication problem Pattern Recognition 33 (2000) 521}528 A new edited -nearest neighbor rule in the pattern classi"cation problem Kazuo Hattori*, Masahito Taahashi Department of Electrical Engineering and Electronics, Toyohashi

More information

Partial Discharge Classification Using Novel Parameters and a Combined PCA and MLP Technique

Partial Discharge Classification Using Novel Parameters and a Combined PCA and MLP Technique Partial Discharge Classification Using Novel Parameters and a Combined PCA and MLP Technique C. Chang and Q. Su Center for Electrical Power Engineering Monash University, Clayton VIC 3168 Australia Abstract:

More information