CHAPTER 5 HARALICK FEATURES EXTRACTION

Size: px
Start display at page:

Download "CHAPTER 5 HARALICK FEATURES EXTRACTION"

Transcription

1 118 CHAPTER 5 HARALICK FEATURES EXTRACTION 5.1 OVERVIEW OF FEATURE EXTRACTION The feature is defined as a function of one or more measurements, each of which specifies some quantifiable property of an object, and is so computed that it quantifies some significant characteristics of the object. All features can be coarsely classified into low-level features and high-level features. Low-level features can be extracted direct from the original images, whereas high-level feature extraction must be based on low-level features. Texture is a surface property. It is characterized by the spatial distribution of gray levels in a neighbourhood. Since texture shows its characteristics both by pixel co-ordinates and pixel values, there are many approaches used for texture classification. The image texture depends on the scale or resolution at which it is displayed. A texture with specific characteristics in a sufficiently small scale could become a uniform texture if it is displayed at a larger scale. The Gray-Level Co-occurrence Matrix (GLCM) seems to be a well-known statistical technique for feature extraction. The GLCM is a tabulation of how often different combinations of pixel gray levels could occur in an image. The goal is to assign an unknown sample image to one of a set of known texture classes. Textural features can be scalar numbers, discrete histograms or empirical distributions. They characterize the textural properties of the images, such as spatial structure, contrast, roughness, orientation, etc and have certain correlation with the desired output.

2 119 In pattern recognition and image processing, feature extraction is a special form of dimensionality reduction. When the input data to an algorithm is too large to be processed and it is suspected to be notoriously redundant, then the input data will be transformed into a reduced representation set of features. Transforming the input data into a set of features is called feature extraction. If the features extracted are carefully chosen it is expected that the feature set will extract the relevant information from the input data in order to perform the desired task using the reduced representation instead of the full size input. Features often contain information relative to gray shade, texture, shape or context. To classify an object in an image, we must first extract some features out of the image. The process by which the features are extracted from an ultrasound placenta is shown in the Figure 5.1 below Ultrasound Histogram Processed Placenta Images Equalization Image Feature Extraction Results: Normal Placenta Feature Classification Feature Selection Figure 5.1 Histogram Equalization and Feature extraction of Ultrasound Placenta 5.2 IMAGE TEXTURE FEATURE EXTRACTION Texture features reflect the regular changes of gray values in images. Such changes are correlated statistically and spatially. Figure 5.2 represent the Haar Wavelet Decomposition of Left Placenta with its

3 120 equivalent histogram. Figure 5.3 shows the Haar Wavelet Decomposition of Right Placenta with its equivalent histogram. Figure 5.4 displays the synthesized Image from image fusion of left and right placenta with its histogram. Figure 5.2 Haar Wavelet Decomposition of Left Placenta with its equivalent histogram Figure 5.3 Haar Wavelet Decomposition of Right Placenta with its equivalent histogram

4 121 Figure 5.4 Synthesized Image from image fusion of left and right placenta with its histogram Texture Features Based on the GLH The Gray Level Histogram (GLH) is a function of the gray scale. It describes the probability of its occurrence in an image and reflects the periodicity and density of image texture element structures. Thus the GLH provides a basic tool for subsequent image processing. For example h(r k ) is a discrete function for an image with L gray scales. It can then be denoted as h(r k ) = n k. (5.1) r k nk = k th grayscale = number of pixels with r k grayscale be calculated as The probability of occurrence for the r k gray scale is P(r k ) and can

5 122 ( ) = (5.2) = total number of the pixels in an image Therefore, ( ) = 1 (5.3) The first order statistics measure the probability of having a specific value on the point which is being evaluated. The histogram of the image will become an important tool to calculate this statistical value. Then by looking at the image histogram, the following first order properties can be computed. = ( ) (5.4) = ( ) ( ) (5.5) = log ( ) ( ) (5.6) where, MGS is the mean of the gray scale for pixels in an image. STD is the measurement of the dispersivity of the gray scale from the MGS. STD becomes small if the gray scales of pixels are approximated. It could also reflect the uniformity of image intensities. ENT measures the uniformity of the grayscale distribution. It reflects the non-uniformity on the complexity of texture in an image. It has its maximum value when the probability of the grayscale occurrence is the same.

6 Texture Features Based on the GLCM The co-occurrence matrix and texture features were initially used for the automated classification of rocks. The fourteen Haralick measures were used to extract useful texture information from the co-occurrence matrix. From then on the GLCM has been one of the commonly used tools for texture analysis because it can estimate image properties related to second-order statistics. An image with the size of pixels and gray levels could illustrate the frequency of pixel (i.e) at the position ) occurrence with gray level and in accordance with a distance d from a certain pixel at the position ( ) with gray level. Frequency is denoted by ( ) and its mathematical expression is ( ) = ( ), ( ) (5.7) Where ( ) denotes the coordinates of the image, pixel and are the gray scale. and denote the position offsets d is the step, is the direction and f is the gray level, theta is often taken in four directions (0, 45, 90, 135 ). Once the GLCM in a certain direction is achieved, ( ) needs to be normalized to ensure that its feature are not influenced by the regions limitation. The normalized ( ) is ( )= ( ) (5.8) If is 0, is taken as ( 1) If is 90, is taken as ( 1) If is 45 is taken as ( 1) ( 1)

7 HARALICK FEATURES EXTRACTION FROM FUSED PLACENTA Gray level co-occurrence matrices (GLCM) proposed by Haralick has become one of the most well-known and widely used texture measures. Let a two-dimensional image ( ), ( = 1, = 1,, ) have gray levels. A co-occurrence matrix depicts the joint gray-level histogram of the image (or a region of the image) in the form of a matrix with the dimensions of. The entries are the joint probability density of pairs of gray levels that occur at pairs of points separated by the displacement vector. Suppose ( ) denotes the cardinality of the set of pairs of points that have gray level values of i and j, for a displacement vector = ( ) = ( ), ( ) ( ) ( ) (5.9) Haralick Features describe the correlation in intensity of pixels that are next to each other in space. Haralick proposed fourteen measures of textural features which are derived from the co-occurrence matrix a well known statistical technique for texture feature extraction. It contains information about how image intensities in pixels with a certain position in relation to each other occur together. Texture is one of the most important defining characteristics of an image. The grey level co-occurrence matrix is the two dimensional matrix of joint probabilities ) between pairs of pixels separated by a distance in a given direction. The second order image histogram referred to as the Grey Level Co-occurrence Matrix (GLCM) of an image offers greater information about the inter-pixel relationship, periodicity and spatial grey level dependencies. This matrix is a source of fourteen texture descriptors.

8 (a) G L C M (b) G L C M (c) Figure 5.5 Asymmetric gray level co-occurrence matrices. (a) is original image, (b) is GLCM in direction (c) is GLCM in direction (Copyright The MathWorks. Incorporated.)

9 Figure 5.6 Symmetric gray level co-occurrence matrices. Left is the original image, right is GLCM in direction The first order statistics of an image can be obtained from mean and standard deviation. These are concerned with properties of individual pixels. The second order statistics of an image can be obtained from GLCM which accounts for the spatial inter-dependency or co-occurrence of two pixels at specific relative positions. Co-occurrence matrices are calculated for the directions of0, 45, 90, and 135. For each matrix, the fourteen features like Angular Second Moment, Contrast, Correlation, Sum of Squares or Variance, Inverse Difference Moment, Sum Average, Sum Variance, Sum Entropy, Entropy, Difference Variance, Difference Entropy, Information Measure of Correlation and Cluster Tendency are obtained for the synthesized placenta image. The homogeneity, contrast, entropy and energy are sensitive to the choice of the direction. The homogeneity and entropy supplies the indication on the dominancy values of the main diagonal on the basis of the frequencies of the problem. The energy supplies the information on the randomness of the spatial distribution.

10 127 First order statistics: Mean and standard deviation are concerned with properties of individual pixels. Second order statistics: It accounts for the spatial interdependency or co-occurrence of two pixels at specific relative positions Contrast Contrast measures the quantity of local changes in an image. It reflects the sensitivity of the textures in relation to changes in the intensity. It returns the measure of intensity contrast between a pixel and its neighborhood. Contrast is 0 for a constant image. It is the amount of local variation present in an image. If the amount of local variation is large, the contrast feature also has consistently higher values comparatively. If the gray scale difference occurs continually, the texture becomes coarse and the contrast becomes large. The texture becomes acute if the contrast has a small value. = ) (5.10) Correlation This feature measures how correlated a pixel is to its neighborhood. It is the measure of gray tone linear dependencies in the image. Feature values range from -1 to 1, these extremes indicating perfect negative and positive correlation respectively. and are the means and and are the standard deviations of ) and ), respectively. If the image has horizontal textures the correlation in the direction of 0 degree is often larger than those in other directions. It can be calculated as

11 128 = ( ) ) (5.11) Homogeneity Homogeneity measures the similarity of pixels. A diagonal gray level co-occurrence matrix gives homogeneity of 1. It becomes large if local textures only have minimal changes. = ) (5.12) Energy Energy also means uniformity, or angular second moment (ASM). The more homogeneous the image is, the larger the value. When energy equals to 1, the image is believed to be a constant image. = ) (5.13) Entropy Entropy is a measure of randomness of intensity image. = ( )log ( ( )) (5.14) Angular Second Moment Feature (ASM) Angular second moment feature is a measure of the uniformity of local gray scale distribution. If ( ) is centralized near the main

12 129 diagonal area the local gray scale distribution becomes uniform. It is a measure of homogeneity of the image. In a homogeneous image very few dominant gray tone transitions will be present. The matrix for the image will have fewer entries of large magnitude. It can be calculated using the formula, = ( ) (5.15) Energy, entropy, contrast, homogeneity and correlation features are often used among the 14 Haralick texture features to reveal certain properties about the spatial distribution of the texture image. Since real textures usually have so many different dimensions, these texture properties are not independent of each other. For instance, the energy measure generated from gray level co-occurrence matrix is also known as homogeneity and variance is a measure of contrast in images. Therefore, when choosing a subset of meaningful features from gray level co-occurrence matrix for a particular application, features do not have to be independent because a subset of fully independent features is usually hard to find. Haralick illustrated the applications of some textural features computed based on co-occurrence matrices. He employed distance co-occurrence matrices to compute angular second moment, contrast, correlation and entropy for categorization tasks for several kinds of images. The features computed based on the co-occurrence matrices have a general applicability for different kinds of images. Algorithm 2: Image Feature Extraction Input: Synthesized Image obtained from phase 1(Wavelet Decomposition and Image Fusion)

13 130 Output: Image Features for each Image where D is the collection of synthesized image. 1. For each Image do 2. Compute the grey level Co-occurrence Matrices in an neighborhood of the current pixel 3. ( ) 4. For each extract the fourteen features defined by Haralick 5. End for 6. Store the features fi in a file 5.4 RESULTS The Haralick features which are obtained from the ultrasound images are recorded in the following Table 5.1. This table shows the discriminating features that aid in the classification of normal placenta and placenta complicated by gestational diabetes mellitus. The features Mean, Contrast, Correlation, Entropy recorded in the Table 5.1 is obtained from equation 5.10, 5.11 and Table 5.1 Haralick Features for Ultrasound Placenta Images for sample images Images Mean Contrast Correlation Entropy Sum of squares Class Img e e e4 7.2 AN Img e e e5 1.1 AN Img e e e4 5.6 AN(GDM) Img e e e4 1.0 AN

14 131 Table 5.1 contd. Haralick Features for Ultrasound Placenta Images for sample images Images Mean Contrast Correlation Entropy Sum of squares Class Img e e e4 1.2 N Img e e e5 2.5 AN Img e e e4 1.7 AN Img e e e AN Img e e e4 1.2 N Img e e e N 5.5 CONCLUSION The ultrasound images of placenta which was decomposed using Haar Wavelet is fused using the Max approximation and mean detailed. It is already discussed earlier in table 3.1, 3.2, 3.3, 3.4 and 3.5. The fusion results can be obtained from 4.1, 4.2, 4.3 and 4.4. The Haralick features that were extracted from the wavelet fused ultrasound placenta, highlights on the characteristic features of the input image. These features form the basis for effective classification of placenta whether it is normal or complicated by gestational diabetes mellitus which will be discussed in the consequent chapters.

15 167 CHAPTER 8 CONCLUSION This research suggests wavelet based image fusion approach for the classification of ultrasound placenta images. The placenta is the organ that supports the growth of the fetus throughout the gestation period. The ultrasound is taken during the pregnancy to ensure the growth of the fetus. In order to sustain the growth of the fetus, there arises the need to monitor the morphology of the placenta, thereby the growth of the placenta. The growth or the age of the placenta contributes directly or indirectly to the fetal growth. In the Indian scenario, routine pelvic examination of pregnant women, placenta appears to be treated with less attention than the fetus or the gravid uterus. This research uses placenta images (10 weeks, 12 weeks, 15 weeks, 17 weeks and more than 20 weeks of both normal and GDM complicated Placenta) from the Mediscan (Chennai), Excel Diagnostics (Chennai) and Precision Diagnostics (Chennai). The research also uses placenta images from Imaging Consult (Online). The ultrasound images taken during the routine scan reveals the placenta. It holds the essential features regarding the complications which may increase the mortality rate of the fetus. The quality of the ultrasound image is usually low in resolution. Such images may not be directly suitable for medical diagnostics. The wavelet decomposition when applied on the ultrasound placenta images were able to improve the region which retains the essential characteristics. The image is subjected to various decomposition techniques in wavelet. It is found that the images obtained from Haar wavelet decomposition of the ultrasound placenta contained more information than the Daubechies, and

16 168 Symlet. As the decomposition level is increased, finer detail is retained. The decomposition performed at level four using Haar wavelet is found to have improved quality. During the pregnancy screening the ultrasound images are captured as sequence of images. This is due to the dynamic nature of the fetus. Each of these ultrasound images has specific information characteristics. When these images are fused together, a combination of relevant information is obtained which is required to assist the experts in decision making process. The routine pregnancy screening shows multiview of the ultrasound placenta and the fetus. The idea is to combine the best features from each image and to represent as a single image. The Image Fusion results in a single image containing more precise details than any of the source images. It employed min, mean, max approximation and min, mean and max detail image fusion methods. The image quality measures obtained from Haar wavelet decomposed and fused image is comparatively better when the images are fused using max approximation and mean detail method. It indicates that the ultrasound image fused using max approximation and mean detail has richness of information. It clearly shows that the wavelet decomposed images when subjected to image fusion increases the quality of information in an image. Thus the essential features that characterize the placenta are then extracted. This is supported by the results of various quality assessment methods performed on the image obtained from the different wavelet decomposition techniques. The Entropy, Mean, Standard Deviation, Root Mean Square Error, Peak Signal to Noise Ratio, Fusion Mutual Information, Normalized Cross Correlation, Normalized Absolute Error, Average Difference, Max Difference, Mean Square Error are the quality assessment methods used in this work. It is found that Fusion Mutual Information,

17 169 Entropy, Structural Content, RMSE and PSNR prove to be a benchmark in quality assessment methods in the case of ultrasound placenta images. The assessment of the ultrasound placenta at a regular scan using this technique brings out features that can be used to reduce the loss of the fetus. The ultrasound of a placenta surfaces the complications that are concealed beneath. The fusion of decomposed ultrasound placenta improves the uniqueness of the essential features which improve the classification accuracy. The onset of gestational diabetes mellitus changes the morphology of the placenta. But the variations are so minimal in the initial stages of pregnancy which escapes from human vision. The medical diagnoses on the placenta are possibly done during the later stages of second trimester. This raises the question of the survival of the fetus in the women complicated by GDM. There comes the need to classify the ultrasound placenta as normal or abnormal. The Haralick features obtained for the ultrasound image of placenta plays a significant role in the classification process. Fourteen features were obtained for the ultrasound placenta image which is subjected to Haar Wavelet decomposition and max approximation and max detail fusion. Of these features, Mean, Contrast, Correlation, Entropy and Sum of Squares showed significant discriminating features that classified the placenta. This is justified by the result which showed an increase in contrast in the case of ultrasound placenta which is complicated by GDM. The size of the placenta also plays a significant role in the classification of placenta complicated by GDM. The ultrasound placenta image subjected to wavelet decomposition and subsequent image fusion is then segmented using the watershed algorithm to extract the region of interest from the decomposed and fused multi-view ultrasound placenta. The statistical measurements like area and perimeter are obtained. It shows an

18 170 increase in the area and perimeter of the segmented placenta image which has GDM complications. The high values of major axis length and minor axis length strongly indicate the diabetic insult on the placenta. The statistical measurements obtained from the segmented ultrasound placenta image at early stages of pregnancy can minimize the loss due to GDM and can prevent placental abruption. Evaluation of these measurements are later stages of gestation may lead only to an increased morbidity or mortality rate of the fetus. In the Indian scenario, the estimation of placental volume is not a regular practice in the case of 2D ultrasound. Here, an attempt is made to estimate the placental volume using the Convex-Concave Hull model. The proposed method attempts to identify the changes in the ultrasound placenta at fifteen to twenty weeks of gestation under GDM conditions, which otherwise improves the risk of fetal destruction. The statistical measurements from the segmented placenta serve as a base for the volume estimation of the placenta. Placental volume is calculated using the linear measurements of placental thickness, height and width using the concave-convex shell formula. The clinical references of the Negroid race, the Dravidian sub race were compared against the statistical measurements obtained using Matlab 7.0. Based on these comparisons, the statistical measurements of the ultrasound placenta were classified as normal or abnormal placenta. The abnormal placenta is further classified into placenta complicated by Gestational Diabetes Mellitus and the placenta complicated by other reasons based on the volume features. The clinical references also show a very marginal difference between placenta with Beckwith Wiedemann Syndrome and placenta complicated by GDM. An increase in the volume measurement raises

19 171 suspicion of GDM. High volume of the placenta strongly indicates the diabetic insult on the placenta. Neural Network has been widely used to discover various biological discovery, drug discovery and health discovery. Even then, these techniques need to be used with great care in the medical applications. This is due to the sensitiveness of the medical data. Each learning algorithms may be superior for different medical data. The practitioners can choose appropriate algorithm as a solution for a particular problem. The decision to employ a network classifier varies from one application to another. It employed Radial basis neural network classifier on the statistical data obtained from Haralick features extraction. The performance of the Radial Basis Neural Network is compared against the other neural classifiers like Back Propagation, Perceptron and Feed Forward Neural Network. Radial Basis Neural Network showed 98.9% accuracy in the classification of the Haralick features of the ultrasound placenta. Feed Forward classifier gave 96% accuracy was closer to Radial Basis. The other classifier showed comparatively lower classification accuracy of 93%. The results suggest that Radial Basis can be employed in classifying the multi-view ultrasound placenta. Even then, these techniques need to be used with great care in the medical application as medical data are often very sensitive. The medical databases are of different types which consequently differ a lot. Integration and analysis of this valuable information is a tremendous task. The background knowledge or the domain knowledge for a particular problem is a crucial because the data in the medical field is heterogeneous, more ethical and social issues constraints apply to private medical domain.

20 172 The findings of this research are that Wavelet Image Fusion can be employed on the analysis on the growth of the placenta as seen in ultrasound at fifteen to twenty weeks of gestation complicated by Gestational Diabetes Mellitus otherwise paves way to the threat of fetal death. In future, the research can apply these methodologies on the extraction of stem cells from the placenta culture. Also, the possibility of creating a classifier using neural networks can be explored. The ultrasound images of placenta were obtained from Imaging Consult.

ScienceDirect. Brain Image Classification using Learning Machine Approach and Brain Structure Analysis

ScienceDirect. Brain Image Classification using Learning Machine Approach and Brain Structure Analysis Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 50 (2015 ) 388 394 2nd International Symposium on Big Data and Cloud Computing (ISBCC 15) Brain Image Classification using

More information

Applying Image Analysis Methods to Network Traffic Classification

Applying Image Analysis Methods to Network Traffic Classification Applying Image Analysis Methods to Network Traffic Classification Thorsten Kisner, and Firoz Kaderali Department of Communication Systems Faculty of Mathematics and Computer Science FernUniversität in

More information

Big Ideas in Mathematics

Big Ideas in Mathematics Big Ideas in Mathematics which are important to all mathematics learning. (Adapted from the NCTM Curriculum Focal Points, 2006) The Mathematics Big Ideas are organized using the PA Mathematics Standards

More information

Assessment. Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall

Assessment. Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall Automatic Photo Quality Assessment Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall Estimating i the photorealism of images: Distinguishing i i paintings from photographs h Florin

More information

COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS

COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS B.K. Mohan and S. N. Ladha Centre for Studies in Resources Engineering IIT

More information

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches PhD Thesis by Payam Birjandi Director: Prof. Mihai Datcu Problematic

More information

Measuring Line Edge Roughness: Fluctuations in Uncertainty

Measuring Line Edge Roughness: Fluctuations in Uncertainty Tutor6.doc: Version 5/6/08 T h e L i t h o g r a p h y E x p e r t (August 008) Measuring Line Edge Roughness: Fluctuations in Uncertainty Line edge roughness () is the deviation of a feature edge (as

More information

DESCRIPTIVE STATISTICS. The purpose of statistics is to condense raw data to make it easier to answer specific questions; test hypotheses.

DESCRIPTIVE STATISTICS. The purpose of statistics is to condense raw data to make it easier to answer specific questions; test hypotheses. DESCRIPTIVE STATISTICS The purpose of statistics is to condense raw data to make it easier to answer specific questions; test hypotheses. DESCRIPTIVE VS. INFERENTIAL STATISTICS Descriptive To organize,

More information

Component Ordering in Independent Component Analysis Based on Data Power

Component Ordering in Independent Component Analysis Based on Data Power Component Ordering in Independent Component Analysis Based on Data Power Anne Hendrikse Raymond Veldhuis University of Twente University of Twente Fac. EEMCS, Signals and Systems Group Fac. EEMCS, Signals

More information

FPGA Implementation of Human Behavior Analysis Using Facial Image

FPGA Implementation of Human Behavior Analysis Using Facial Image RESEARCH ARTICLE OPEN ACCESS FPGA Implementation of Human Behavior Analysis Using Facial Image A.J Ezhil, K. Adalarasu Department of Electronics & Communication Engineering PSNA College of Engineering

More information

Colour Image Segmentation Technique for Screen Printing

Colour Image Segmentation Technique for Screen Printing 60 R.U. Hewage and D.U.J. Sonnadara Department of Physics, University of Colombo, Sri Lanka ABSTRACT Screen-printing is an industry with a large number of applications ranging from printing mobile phone

More information

Department of Mechanical Engineering, King s College London, University of London, Strand, London, WC2R 2LS, UK; e-mail: david.hann@kcl.ac.

Department of Mechanical Engineering, King s College London, University of London, Strand, London, WC2R 2LS, UK; e-mail: david.hann@kcl.ac. INT. J. REMOTE SENSING, 2003, VOL. 24, NO. 9, 1949 1956 Technical note Classification of off-diagonal points in a co-occurrence matrix D. B. HANN, Department of Mechanical Engineering, King s College London,

More information

Texture. Chapter 7. 7.1 Introduction

Texture. Chapter 7. 7.1 Introduction Chapter 7 Texture 7.1 Introduction Texture plays an important role in many machine vision tasks such as surface inspection, scene classification, and surface orientation and shape determination. For example,

More information

Morphological analysis on structural MRI for the early diagnosis of neurodegenerative diseases. Marco Aiello On behalf of MAGIC-5 collaboration

Morphological analysis on structural MRI for the early diagnosis of neurodegenerative diseases. Marco Aiello On behalf of MAGIC-5 collaboration Morphological analysis on structural MRI for the early diagnosis of neurodegenerative diseases Marco Aiello On behalf of MAGIC-5 collaboration Index Motivations of morphological analysis Segmentation of

More information

PIXEL-LEVEL IMAGE FUSION USING BROVEY TRANSFORME AND WAVELET TRANSFORM

PIXEL-LEVEL IMAGE FUSION USING BROVEY TRANSFORME AND WAVELET TRANSFORM PIXEL-LEVEL IMAGE FUSION USING BROVEY TRANSFORME AND WAVELET TRANSFORM Rohan Ashok Mandhare 1, Pragati Upadhyay 2,Sudha Gupta 3 ME Student, K.J.SOMIYA College of Engineering, Vidyavihar, Mumbai, Maharashtra,

More information

This unit will lay the groundwork for later units where the students will extend this knowledge to quadratic and exponential functions.

This unit will lay the groundwork for later units where the students will extend this knowledge to quadratic and exponential functions. Algebra I Overview View unit yearlong overview here Many of the concepts presented in Algebra I are progressions of concepts that were introduced in grades 6 through 8. The content presented in this course

More information

STATS8: Introduction to Biostatistics. Data Exploration. Babak Shahbaba Department of Statistics, UCI

STATS8: Introduction to Biostatistics. Data Exploration. Babak Shahbaba Department of Statistics, UCI STATS8: Introduction to Biostatistics Data Exploration Babak Shahbaba Department of Statistics, UCI Introduction After clearly defining the scientific problem, selecting a set of representative members

More information

Jitter Measurements in Serial Data Signals

Jitter Measurements in Serial Data Signals Jitter Measurements in Serial Data Signals Michael Schnecker, Product Manager LeCroy Corporation Introduction The increasing speed of serial data transmission systems places greater importance on measuring

More information

Chapter 6. The stacking ensemble approach

Chapter 6. The stacking ensemble approach 82 This chapter proposes the stacking ensemble approach for combining different data mining classifiers to get better performance. Other combination techniques like voting, bagging etc are also described

More information

PATTERN RECOGNITION AND MACHINE LEARNING CHAPTER 4: LINEAR MODELS FOR CLASSIFICATION

PATTERN RECOGNITION AND MACHINE LEARNING CHAPTER 4: LINEAR MODELS FOR CLASSIFICATION PATTERN RECOGNITION AND MACHINE LEARNING CHAPTER 4: LINEAR MODELS FOR CLASSIFICATION Introduction In the previous chapter, we explored a class of regression models having particularly simple analytical

More information

Data Exploration Data Visualization

Data Exploration Data Visualization Data Exploration Data Visualization What is data exploration? A preliminary exploration of the data to better understand its characteristics. Key motivations of data exploration include Helping to select

More information

Section 14 Simple Linear Regression: Introduction to Least Squares Regression

Section 14 Simple Linear Regression: Introduction to Least Squares Regression Slide 1 Section 14 Simple Linear Regression: Introduction to Least Squares Regression There are several different measures of statistical association used for understanding the quantitative relationship

More information

MBA 611 STATISTICS AND QUANTITATIVE METHODS

MBA 611 STATISTICS AND QUANTITATIVE METHODS MBA 611 STATISTICS AND QUANTITATIVE METHODS Part I. Review of Basic Statistics (Chapters 1-11) A. Introduction (Chapter 1) Uncertainty: Decisions are often based on incomplete information from uncertain

More information

Java Modules for Time Series Analysis

Java Modules for Time Series Analysis Java Modules for Time Series Analysis Agenda Clustering Non-normal distributions Multifactor modeling Implied ratings Time series prediction 1. Clustering + Cluster 1 Synthetic Clustering + Time series

More information

Solving Simultaneous Equations and Matrices

Solving Simultaneous Equations and Matrices Solving Simultaneous Equations and Matrices The following represents a systematic investigation for the steps used to solve two simultaneous linear equations in two unknowns. The motivation for considering

More information

BEHAVIOR BASED CREDIT CARD FRAUD DETECTION USING SUPPORT VECTOR MACHINES

BEHAVIOR BASED CREDIT CARD FRAUD DETECTION USING SUPPORT VECTOR MACHINES BEHAVIOR BASED CREDIT CARD FRAUD DETECTION USING SUPPORT VECTOR MACHINES 123 CHAPTER 7 BEHAVIOR BASED CREDIT CARD FRAUD DETECTION USING SUPPORT VECTOR MACHINES 7.1 Introduction Even though using SVM presents

More information

Current Standard: Mathematical Concepts and Applications Shape, Space, and Measurement- Primary

Current Standard: Mathematical Concepts and Applications Shape, Space, and Measurement- Primary Shape, Space, and Measurement- Primary A student shall apply concepts of shape, space, and measurement to solve problems involving two- and three-dimensional shapes by demonstrating an understanding of:

More information

RUN-LENGTH ENCODING FOR VOLUMETRIC TEXTURE

RUN-LENGTH ENCODING FOR VOLUMETRIC TEXTURE RUN-LENGTH ENCODING FOR VOLUMETRIC TEXTURE Dong-Hui Xu, Arati S. Kurani, Jacob D. Furst, Daniela S. Raicu Intelligent Multimedia Processing Laboratory, School of Computer Science, Telecommunications, and

More information

Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur

Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur Module No. #01 Lecture No. #15 Special Distributions-VI Today, I am going to introduce

More information

Determining optimal window size for texture feature extraction methods

Determining optimal window size for texture feature extraction methods IX Spanish Symposium on Pattern Recognition and Image Analysis, Castellon, Spain, May 2001, vol.2, 237-242, ISBN: 84-8021-351-5. Determining optimal window size for texture feature extraction methods Domènec

More information

Algebra 1 2008. Academic Content Standards Grade Eight and Grade Nine Ohio. Grade Eight. Number, Number Sense and Operations Standard

Algebra 1 2008. Academic Content Standards Grade Eight and Grade Nine Ohio. Grade Eight. Number, Number Sense and Operations Standard Academic Content Standards Grade Eight and Grade Nine Ohio Algebra 1 2008 Grade Eight STANDARDS Number, Number Sense and Operations Standard Number and Number Systems 1. Use scientific notation to express

More information

DRAFTING MANUAL. Gears (Bevel and Hypoid) Drafting Practice

DRAFTING MANUAL. Gears (Bevel and Hypoid) Drafting Practice Page 1 1.0 General This section provides the basis for uniformity in engineering gears drawings and their technical data for gears with intersecting axes (bevel gears), and nonparallel, nonintersecting

More information

Joint models for classification and comparison of mortality in different countries.

Joint models for classification and comparison of mortality in different countries. Joint models for classification and comparison of mortality in different countries. Viani D. Biatat 1 and Iain D. Currie 1 1 Department of Actuarial Mathematics and Statistics, and the Maxwell Institute

More information

Face detection is a process of localizing and extracting the face region from the

Face detection is a process of localizing and extracting the face region from the Chapter 4 FACE NORMALIZATION 4.1 INTRODUCTION Face detection is a process of localizing and extracting the face region from the background. The detected face varies in rotation, brightness, size, etc.

More information

Supervised and unsupervised learning - 1

Supervised and unsupervised learning - 1 Chapter 3 Supervised and unsupervised learning - 1 3.1 Introduction The science of learning plays a key role in the field of statistics, data mining, artificial intelligence, intersecting with areas in

More information

15.062 Data Mining: Algorithms and Applications Matrix Math Review

15.062 Data Mining: Algorithms and Applications Matrix Math Review .6 Data Mining: Algorithms and Applications Matrix Math Review The purpose of this document is to give a brief review of selected linear algebra concepts that will be useful for the course and to develop

More information

6.4 Normal Distribution

6.4 Normal Distribution Contents 6.4 Normal Distribution....................... 381 6.4.1 Characteristics of the Normal Distribution....... 381 6.4.2 The Standardized Normal Distribution......... 385 6.4.3 Meaning of Areas under

More information

Introduction to Quantitative Methods

Introduction to Quantitative Methods Introduction to Quantitative Methods October 15, 2009 Contents 1 Definition of Key Terms 2 2 Descriptive Statistics 3 2.1 Frequency Tables......................... 4 2.2 Measures of Central Tendencies.................

More information

99.37, 99.38, 99.38, 99.39, 99.39, 99.39, 99.39, 99.40, 99.41, 99.42 cm

99.37, 99.38, 99.38, 99.39, 99.39, 99.39, 99.39, 99.40, 99.41, 99.42 cm Error Analysis and the Gaussian Distribution In experimental science theory lives or dies based on the results of experimental evidence and thus the analysis of this evidence is a critical part of the

More information

The Scientific Data Mining Process

The Scientific Data Mining Process Chapter 4 The Scientific Data Mining Process When I use a word, Humpty Dumpty said, in rather a scornful tone, it means just what I choose it to mean neither more nor less. Lewis Carroll [87, p. 214] In

More information

Descriptive statistics Statistical inference statistical inference, statistical induction and inferential statistics

Descriptive statistics Statistical inference statistical inference, statistical induction and inferential statistics Descriptive statistics is the discipline of quantitatively describing the main features of a collection of data. Descriptive statistics are distinguished from inferential statistics (or inductive statistics),

More information

Data, Measurements, Features

Data, Measurements, Features Data, Measurements, Features Middle East Technical University Dep. of Computer Engineering 2009 compiled by V. Atalay What do you think of when someone says Data? We might abstract the idea that data are

More information

Prentice Hall Algebra 2 2011 Correlated to: Colorado P-12 Academic Standards for High School Mathematics, Adopted 12/2009

Prentice Hall Algebra 2 2011 Correlated to: Colorado P-12 Academic Standards for High School Mathematics, Adopted 12/2009 Content Area: Mathematics Grade Level Expectations: High School Standard: Number Sense, Properties, and Operations Understand the structure and properties of our number system. At their most basic level

More information

Fairfield Public Schools

Fairfield Public Schools Mathematics Fairfield Public Schools AP Statistics AP Statistics BOE Approved 04/08/2014 1 AP STATISTICS Critical Areas of Focus AP Statistics is a rigorous course that offers advanced students an opportunity

More information

Lecture 2. Marginal Functions, Average Functions, Elasticity, the Marginal Principle, and Constrained Optimization

Lecture 2. Marginal Functions, Average Functions, Elasticity, the Marginal Principle, and Constrained Optimization Lecture 2. Marginal Functions, Average Functions, Elasticity, the Marginal Principle, and Constrained Optimization 2.1. Introduction Suppose that an economic relationship can be described by a real-valued

More information

A Wavelet Based Prediction Method for Time Series

A Wavelet Based Prediction Method for Time Series A Wavelet Based Prediction Method for Time Series Cristina Stolojescu 1,2 Ion Railean 1,3 Sorin Moga 1 Philippe Lenca 1 and Alexandru Isar 2 1 Institut TELECOM; TELECOM Bretagne, UMR CNRS 3192 Lab-STICC;

More information

CA200 Quantitative Analysis for Business Decisions. File name: CA200_Section_04A_StatisticsIntroduction

CA200 Quantitative Analysis for Business Decisions. File name: CA200_Section_04A_StatisticsIntroduction CA200 Quantitative Analysis for Business Decisions File name: CA200_Section_04A_StatisticsIntroduction Table of Contents 4. Introduction to Statistics... 1 4.1 Overview... 3 4.2 Discrete or continuous

More information

Algebra 2 Chapter 1 Vocabulary. identity - A statement that equates two equivalent expressions.

Algebra 2 Chapter 1 Vocabulary. identity - A statement that equates two equivalent expressions. Chapter 1 Vocabulary identity - A statement that equates two equivalent expressions. verbal model- A word equation that represents a real-life problem. algebraic expression - An expression with variables.

More information

DATA VISUALIZATION GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF GEOGRAPHIC INFORMATION SYSTEMS AN INTRODUCTORY TEXTBOOK CHAPTER 7

DATA VISUALIZATION GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF GEOGRAPHIC INFORMATION SYSTEMS AN INTRODUCTORY TEXTBOOK CHAPTER 7 DATA VISUALIZATION GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF GEOGRAPHIC INFORMATION SYSTEMS AN INTRODUCTORY TEXTBOOK CHAPTER 7 Contents GIS and maps The visualization process Visualization and strategies

More information

AN EXPERT SYSTEM TO ANALYZE HOMOGENEITY IN FUEL ELEMENT PLATES FOR RESEARCH REACTORS

AN EXPERT SYSTEM TO ANALYZE HOMOGENEITY IN FUEL ELEMENT PLATES FOR RESEARCH REACTORS AN EXPERT SYSTEM TO ANALYZE HOMOGENEITY IN FUEL ELEMENT PLATES FOR RESEARCH REACTORS Cativa Tolosa, S. and Marajofsky, A. Comisión Nacional de Energía Atómica Abstract In the manufacturing control of Fuel

More information

Galaxy Morphological Classification

Galaxy Morphological Classification Galaxy Morphological Classification Jordan Duprey and James Kolano Abstract To solve the issue of galaxy morphological classification according to a classification scheme modelled off of the Hubble Sequence,

More information

Data Mining: Exploring Data. Lecture Notes for Chapter 3. Introduction to Data Mining

Data Mining: Exploring Data. Lecture Notes for Chapter 3. Introduction to Data Mining Data Mining: Exploring Data Lecture Notes for Chapter 3 Introduction to Data Mining by Tan, Steinbach, Kumar What is data exploration? A preliminary exploration of the data to better understand its characteristics.

More information

Introduction to Matrix Algebra

Introduction to Matrix Algebra Psychology 7291: Multivariate Statistics (Carey) 8/27/98 Matrix Algebra - 1 Introduction to Matrix Algebra Definitions: A matrix is a collection of numbers ordered by rows and columns. It is customary

More information

Defect detection of gold-plated surfaces on PCBs using Entropy measures

Defect detection of gold-plated surfaces on PCBs using Entropy measures Defect detection of gold-plated surfaces on PCBs using ntropy measures D. M. Tsai and B. T. Lin Machine Vision Lab. Department of Industrial ngineering and Management Yuan-Ze University, Chung-Li, Taiwan,

More information

Learning Example. Machine learning and our focus. Another Example. An example: data (loan application) The data and the goal

Learning Example. Machine learning and our focus. Another Example. An example: data (loan application) The data and the goal Learning Example Chapter 18: Learning from Examples 22c:145 An emergency room in a hospital measures 17 variables (e.g., blood pressure, age, etc) of newly admitted patients. A decision is needed: whether

More information

Glencoe. correlated to SOUTH CAROLINA MATH CURRICULUM STANDARDS GRADE 6 3-3, 5-8 8-4, 8-7 1-6, 4-9

Glencoe. correlated to SOUTH CAROLINA MATH CURRICULUM STANDARDS GRADE 6 3-3, 5-8 8-4, 8-7 1-6, 4-9 Glencoe correlated to SOUTH CAROLINA MATH CURRICULUM STANDARDS GRADE 6 STANDARDS 6-8 Number and Operations (NO) Standard I. Understand numbers, ways of representing numbers, relationships among numbers,

More information

A Learning Based Method for Super-Resolution of Low Resolution Images

A Learning Based Method for Super-Resolution of Low Resolution Images A Learning Based Method for Super-Resolution of Low Resolution Images Emre Ugur June 1, 2004 emre.ugur@ceng.metu.edu.tr Abstract The main objective of this project is the study of a learning based method

More information

Part-Based Recognition

Part-Based Recognition Part-Based Recognition Benedict Brown CS597D, Fall 2003 Princeton University CS 597D, Part-Based Recognition p. 1/32 Introduction Many objects are made up of parts It s presumably easier to identify simple

More information

Data Mining Cluster Analysis: Basic Concepts and Algorithms. Lecture Notes for Chapter 8. Introduction to Data Mining

Data Mining Cluster Analysis: Basic Concepts and Algorithms. Lecture Notes for Chapter 8. Introduction to Data Mining Data Mining Cluster Analysis: Basic Concepts and Algorithms Lecture Notes for Chapter 8 Introduction to Data Mining by Tan, Steinbach, Kumar Tan,Steinbach, Kumar Introduction to Data Mining 4/8/2004 Hierarchical

More information

Why Taking This Course? Course Introduction, Descriptive Statistics and Data Visualization. Learning Goals. GENOME 560, Spring 2012

Why Taking This Course? Course Introduction, Descriptive Statistics and Data Visualization. Learning Goals. GENOME 560, Spring 2012 Why Taking This Course? Course Introduction, Descriptive Statistics and Data Visualization GENOME 560, Spring 2012 Data are interesting because they help us understand the world Genomics: Massive Amounts

More information

Lecture 14. Point Spread Function (PSF)

Lecture 14. Point Spread Function (PSF) Lecture 14 Point Spread Function (PSF), Modulation Transfer Function (MTF), Signal-to-noise Ratio (SNR), Contrast-to-noise Ratio (CNR), and Receiver Operating Curves (ROC) Point Spread Function (PSF) Recollect

More information

Exploratory data analysis (Chapter 2) Fall 2011

Exploratory data analysis (Chapter 2) Fall 2011 Exploratory data analysis (Chapter 2) Fall 2011 Data Examples Example 1: Survey Data 1 Data collected from a Stat 371 class in Fall 2005 2 They answered questions about their: gender, major, year in school,

More information

THREE DIMENSIONAL REPRESENTATION OF AMINO ACID CHARAC- TERISTICS

THREE DIMENSIONAL REPRESENTATION OF AMINO ACID CHARAC- TERISTICS THREE DIMENSIONAL REPRESENTATION OF AMINO ACID CHARAC- TERISTICS O.U. Sezerman 1, R. Islamaj 2, E. Alpaydin 2 1 Laborotory of Computational Biology, Sabancı University, Istanbul, Turkey. 2 Computer Engineering

More information

Signature verification using Kolmogorov-Smirnov. statistic

Signature verification using Kolmogorov-Smirnov. statistic Signature verification using Kolmogorov-Smirnov statistic Harish Srinivasan, Sargur N.Srihari and Matthew J Beal University at Buffalo, the State University of New York, Buffalo USA {srihari,hs32}@cedar.buffalo.edu,mbeal@cse.buffalo.edu

More information

How To Understand And Solve A Linear Programming Problem

How To Understand And Solve A Linear Programming Problem At the end of the lesson, you should be able to: Chapter 2: Systems of Linear Equations and Matrices: 2.1: Solutions of Linear Systems by the Echelon Method Define linear systems, unique solution, inconsistent,

More information

Analecta Vol. 8, No. 2 ISSN 2064-7964

Analecta Vol. 8, No. 2 ISSN 2064-7964 EXPERIMENTAL APPLICATIONS OF ARTIFICIAL NEURAL NETWORKS IN ENGINEERING PROCESSING SYSTEM S. Dadvandipour Institute of Information Engineering, University of Miskolc, Egyetemváros, 3515, Miskolc, Hungary,

More information

Physics Lab Report Guidelines

Physics Lab Report Guidelines Physics Lab Report Guidelines Summary The following is an outline of the requirements for a physics lab report. A. Experimental Description 1. Provide a statement of the physical theory or principle observed

More information

2. Spin Chemistry and the Vector Model

2. Spin Chemistry and the Vector Model 2. Spin Chemistry and the Vector Model The story of magnetic resonance spectroscopy and intersystem crossing is essentially a choreography of the twisting motion which causes reorientation or rephasing

More information

BNG 202 Biomechanics Lab. Descriptive statistics and probability distributions I

BNG 202 Biomechanics Lab. Descriptive statistics and probability distributions I BNG 202 Biomechanics Lab Descriptive statistics and probability distributions I Overview The overall goal of this short course in statistics is to provide an introduction to descriptive and inferential

More information

Statistics. Measurement. Scales of Measurement 7/18/2012

Statistics. Measurement. Scales of Measurement 7/18/2012 Statistics Measurement Measurement is defined as a set of rules for assigning numbers to represent objects, traits, attributes, or behaviors A variableis something that varies (eye color), a constant does

More information

BASIC STATISTICAL METHODS FOR GENOMIC DATA ANALYSIS

BASIC STATISTICAL METHODS FOR GENOMIC DATA ANALYSIS BASIC STATISTICAL METHODS FOR GENOMIC DATA ANALYSIS SEEMA JAGGI Indian Agricultural Statistics Research Institute Library Avenue, New Delhi-110 012 seema@iasri.res.in Genomics A genome is an organism s

More information

Elasticity Theory Basics

Elasticity Theory Basics G22.3033-002: Topics in Computer Graphics: Lecture #7 Geometric Modeling New York University Elasticity Theory Basics Lecture #7: 20 October 2003 Lecturer: Denis Zorin Scribe: Adrian Secord, Yotam Gingold

More information

Subspace Analysis and Optimization for AAM Based Face Alignment

Subspace Analysis and Optimization for AAM Based Face Alignment Subspace Analysis and Optimization for AAM Based Face Alignment Ming Zhao Chun Chen College of Computer Science Zhejiang University Hangzhou, 310027, P.R.China zhaoming1999@zju.edu.cn Stan Z. Li Microsoft

More information

Understanding Raster Data

Understanding Raster Data Introduction The following document is intended to provide a basic understanding of raster data. Raster data layers (commonly referred to as grids) are the essential data layers used in all tools developed

More information

Multiple Optimization Using the JMP Statistical Software Kodak Research Conference May 9, 2005

Multiple Optimization Using the JMP Statistical Software Kodak Research Conference May 9, 2005 Multiple Optimization Using the JMP Statistical Software Kodak Research Conference May 9, 2005 Philip J. Ramsey, Ph.D., Mia L. Stephens, MS, Marie Gaudard, Ph.D. North Haven Group, http://www.northhavengroup.com/

More information

Statistics Graduate Courses

Statistics Graduate Courses Statistics Graduate Courses STAT 7002--Topics in Statistics-Biological/Physical/Mathematics (cr.arr.).organized study of selected topics. Subjects and earnable credit may vary from semester to semester.

More information

In mathematics, there are four attainment targets: using and applying mathematics; number and algebra; shape, space and measures, and handling data.

In mathematics, there are four attainment targets: using and applying mathematics; number and algebra; shape, space and measures, and handling data. MATHEMATICS: THE LEVEL DESCRIPTIONS In mathematics, there are four attainment targets: using and applying mathematics; number and algebra; shape, space and measures, and handling data. Attainment target

More information

Topological Data Analysis Applications to Computer Vision

Topological Data Analysis Applications to Computer Vision Topological Data Analysis Applications to Computer Vision Vitaliy Kurlin, http://kurlin.org Microsoft Research Cambridge and Durham University, UK Topological Data Analysis quantifies topological structures

More information

Social Media Mining. Data Mining Essentials

Social Media Mining. Data Mining Essentials Introduction Data production rate has been increased dramatically (Big Data) and we are able store much more data than before E.g., purchase data, social media data, mobile phone data Businesses and customers

More information

Exploratory Data Analysis

Exploratory Data Analysis Exploratory Data Analysis Johannes Schauer johannes.schauer@tugraz.at Institute of Statistics Graz University of Technology Steyrergasse 17/IV, 8010 Graz www.statistics.tugraz.at February 12, 2008 Introduction

More information

Descriptive Statistics and Measurement Scales

Descriptive Statistics and Measurement Scales Descriptive Statistics 1 Descriptive Statistics and Measurement Scales Descriptive statistics are used to describe the basic features of the data in a study. They provide simple summaries about the sample

More information

Descriptive Statistics. Purpose of descriptive statistics Frequency distributions Measures of central tendency Measures of dispersion

Descriptive Statistics. Purpose of descriptive statistics Frequency distributions Measures of central tendency Measures of dispersion Descriptive Statistics Purpose of descriptive statistics Frequency distributions Measures of central tendency Measures of dispersion Statistics as a Tool for LIS Research Importance of statistics in research

More information

Biostatistics: DESCRIPTIVE STATISTICS: 2, VARIABILITY

Biostatistics: DESCRIPTIVE STATISTICS: 2, VARIABILITY Biostatistics: DESCRIPTIVE STATISTICS: 2, VARIABILITY 1. Introduction Besides arriving at an appropriate expression of an average or consensus value for observations of a population, it is important to

More information

Digital image processing

Digital image processing 746A27 Remote Sensing and GIS Lecture 4 Digital image processing Chandan Roy Guest Lecturer Department of Computer and Information Science Linköping University Digital Image Processing Most of the common

More information

NEW YORK STATE TEACHER CERTIFICATION EXAMINATIONS

NEW YORK STATE TEACHER CERTIFICATION EXAMINATIONS NEW YORK STATE TEACHER CERTIFICATION EXAMINATIONS TEST DESIGN AND FRAMEWORK September 2014 Authorized for Distribution by the New York State Education Department This test design and framework document

More information

2. Simple Linear Regression

2. Simple Linear Regression Research methods - II 3 2. Simple Linear Regression Simple linear regression is a technique in parametric statistics that is commonly used for analyzing mean response of a variable Y which changes according

More information

Image Compression through DCT and Huffman Coding Technique

Image Compression through DCT and Huffman Coding Technique International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2015 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Rahul

More information

Principal components analysis

Principal components analysis CS229 Lecture notes Andrew Ng Part XI Principal components analysis In our discussion of factor analysis, we gave a way to model data x R n as approximately lying in some k-dimension subspace, where k

More information

CS 591.03 Introduction to Data Mining Instructor: Abdullah Mueen

CS 591.03 Introduction to Data Mining Instructor: Abdullah Mueen CS 591.03 Introduction to Data Mining Instructor: Abdullah Mueen LECTURE 3: DATA TRANSFORMATION AND DIMENSIONALITY REDUCTION Chapter 3: Data Preprocessing Data Preprocessing: An Overview Data Quality Major

More information

Environmental Remote Sensing GEOG 2021

Environmental Remote Sensing GEOG 2021 Environmental Remote Sensing GEOG 2021 Lecture 4 Image classification 2 Purpose categorising data data abstraction / simplification data interpretation mapping for land cover mapping use land cover class

More information

Nonlinear Iterative Partial Least Squares Method

Nonlinear Iterative Partial Least Squares Method Numerical Methods for Determining Principal Component Analysis Abstract Factors Béchu, S., Richard-Plouet, M., Fernandez, V., Walton, J., and Fairley, N. (2016) Developments in numerical treatments for

More information

Multiscale Object-Based Classification of Satellite Images Merging Multispectral Information with Panchromatic Textural Features

Multiscale Object-Based Classification of Satellite Images Merging Multispectral Information with Panchromatic Textural Features Remote Sensing and Geoinformation Lena Halounová, Editor not only for Scientific Cooperation EARSeL, 2011 Multiscale Object-Based Classification of Satellite Images Merging Multispectral Information with

More information

MIMO CHANNEL CAPACITY

MIMO CHANNEL CAPACITY MIMO CHANNEL CAPACITY Ochi Laboratory Nguyen Dang Khoa (D1) 1 Contents Introduction Review of information theory Fixed MIMO channel Fading MIMO channel Summary and Conclusions 2 1. Introduction The use

More information

Medical Information Management & Mining. You Chen Jan,15, 2013 You.chen@vanderbilt.edu

Medical Information Management & Mining. You Chen Jan,15, 2013 You.chen@vanderbilt.edu Medical Information Management & Mining You Chen Jan,15, 2013 You.chen@vanderbilt.edu 1 Trees Building Materials Trees cannot be used to build a house directly. How can we transform trees to building materials?

More information

New Work Item for ISO 3534-5 Predictive Analytics (Initial Notes and Thoughts) Introduction

New Work Item for ISO 3534-5 Predictive Analytics (Initial Notes and Thoughts) Introduction Introduction New Work Item for ISO 3534-5 Predictive Analytics (Initial Notes and Thoughts) Predictive analytics encompasses the body of statistical knowledge supporting the analysis of massive data sets.

More information

Data Preprocessing. Week 2

Data Preprocessing. Week 2 Data Preprocessing Week 2 Topics Data Types Data Repositories Data Preprocessing Present homework assignment #1 Team Homework Assignment #2 Read pp. 227 240, pp. 250 250, and pp. 259 263 the text book.

More information

Association Between Variables

Association Between Variables Contents 11 Association Between Variables 767 11.1 Introduction............................ 767 11.1.1 Measure of Association................. 768 11.1.2 Chapter Summary.................... 769 11.2 Chi

More information

1) Write the following as an algebraic expression using x as the variable: Triple a number subtracted from the number

1) Write the following as an algebraic expression using x as the variable: Triple a number subtracted from the number 1) Write the following as an algebraic expression using x as the variable: Triple a number subtracted from the number A. 3(x - x) B. x 3 x C. 3x - x D. x - 3x 2) Write the following as an algebraic expression

More information

PARAMETRIC MODELING. David Rosen. December 1997. By carefully laying-out datums and geometry, then constraining them with dimensions and constraints,

PARAMETRIC MODELING. David Rosen. December 1997. By carefully laying-out datums and geometry, then constraining them with dimensions and constraints, 1 of 5 11/18/2004 6:24 PM PARAMETRIC MODELING David Rosen December 1997 The term parametric modeling denotes the use of parameters to control the dimensions and shape of CAD models. Think of a rubber CAD

More information