The University of Iowa Intelligent Systems Laboratory The University of Iowa. f1 f2 f k-1 f k,f k+1 f m-1 f m f m- 1 D. Data set 1 Data set 2

Size: px
Start display at page:

Download "The University of Iowa Intelligent Systems Laboratory The University of Iowa. f1 f2 f k-1 f k,f k+1 f m-1 f m f m- 1 D. Data set 1 Data set 2"

Transcription

1 Decomposition in Data Mining Basic Approaches Andrew Kusiak 4312 Seamans Center Iowa City, Iowa Direct mining of data sets Mining of transformed data sets: - decomposition - discretization - filling missing values Data Set Decomposition Feature Set Decomposition Feature set decomposition Object set decomposition Content-based decomposition Intermediate-decision decomposition Feature type decomposition Feature relevance decomposition Object Set Decomposition Data Set Decomposition Object content decomposition (e.g., context) Decision value decomposition Feature value decomposition (e.g., context) f1 f2 f k-1 f k,f k+1 f m-1 f m f m- 1 D Data set 1 Data set 2 Data set 3 Function F 1 Function F 2 Rule set 1 Stage 1 fk =F 1 (f k-1 ) Rule set 2 f m =F 2 (f m-1 ) Rule set 3 Stage 2 Stage 3 Stage 4 Stage 5 Hybrid system 1

2 Data Set Decomposition Rule set 1 IF f 1 = 2 AND f 2 = Low THEN f 3 = 4 IF f 2 in [2.1, 4] THEN f 3 = 5 Function F 1 f 4 = (f 3-3.1) 3 Rule set 2 IF f 4 < 8.5 AND f 5 = High THEN f 6 = 8.4 IF f 5 = Low THEN f 6 = 12.4 Function F 2 f 7 = ln (f ) 1/2 Rule set 3 IF f 7 < 1.3 THEN D = Good IF f 8 >= 3.3 AND f 9 = Positive THEN D = Bad Domain Decomposition Ease of model construction and understanding Support of the evolutionary computation concept Increased model structural stability Ease of data acquisition and model maintenance Reuse of known models and dependencies Representation of alternative solutions Rule Structuring Possible generalization to f 3 >=2 and f 5 <=8 Rule Structuring Feature independence f1 f2 f3 f4 f5 D Rule Algorithm {B, C, D} a Low R1 A1 <2 (2, 5] Low R7 A3 {E, F} b Low R4 A3 {C, F} <4 Medium R8 A1 >9 Medium R5 A1 Unstructured rule-feature incidence matrix f3 f5 f2 f1 f4 D Rule Algorithm Equivalent a {B, C, D} Low R1 A1 Independent b {E, F} Low R4 A3 >9 Medium R5 A1 Identical Structured rule-feature incidence matrix Rule Structuring f1 f2 f3 f4 f5 D RuleAlgorithm {B, C,D}a Low R1 A1 <2 (2, 5] Low R7 A3 {E, F} b Low R4 A3 {C, F} <4 Medium R8 A1 >9 Medium R5 A1 Structured Removed due to overlap with feature value ranges of other rules f 3 f 5 f 2 f 1 f 4 D Rule Algorithm a {B, C, D} Low R1 A1 b {E, F} Low R4 A3 >9 Medium R5 A1 Matrix Types Mutually separable matrix Non-decomposable matrix Matrix with conflicting outcomes 2

3 Mutually Separable Matrix Mutually Separable Matrix D One One One One One One One 8 1 Two D One One Rules One One One One One 8 1 Two Rule 1. (F6 = 0) THEN (D = One); [6, 85.71%, %][6, 0][1, 2, 3, 5, 6, 7] Rule 2. (F5 = 0) THEN (D = One); [4, 57.14%, %][1, 2, 4, 5] Rule 3. (F1 = 1) AND (F6 = 1) THEN (D = Two); [1, %, %][8] Rule 1 Clusters Rule 1. (F6 = 0) THEN (D = One); [6, 85.71%, %][6, 0][1, 2, 3, 5, 6, 7] Rule 2 Cluster Rule 2. (F5 = 0) THEN (D = One); [4, 57.14%, %][1, 2, 4, 5] Non-Decomposable Matrix F7 F8 F9 F10 3

4 Non-Decomposable Matrix F1 F2 F3 F4 F5F6 F7 F8 F9 F10 F7 F8 F9 F10 D One One One One One 9 Two Rules Rule 8. (F8 = 0) THEN (D = One); [7, 87.50%, %][2, 3, 4, 5, 6, 7, 8] Rule 9. (F5 = 0) THEN (D = One); [5, 62.50%, %][1, 2, 5, 6, 8] Rule 10. (F1 = 1) AND (F8 = 1) THEN (D = Two); [1, %, %][0, 1][9}] F1F2F3F4F5F6 F7 F8 F9F10 D One One One One One 9 Two Rule 8 Clusters F5 F10 F1 F4 F2 F8 F3 F6 F7 F9 Rule 8. (F8 = 0) THEN (D = One); [7, 87.50%, %][2, 3, 4, 5, 6, 7, 8] Rule 9 Clusters F5 F10 F1 F4 F2 F8 F3 F6 F7 F9 Rule 9. (F5 = 0) THEN (D = One); [5, 62.50%, %][1, 2, 5, 6, 8] Data Set with Ill-Defined Outcomes F7 F8 F9 F10 D Two Three Two Three Three Two Three Decision Rules Exact rules Rule 1. (F1 = 1) AND (F9 = 0) THEN (D = One) Rule 2. (F4 = 0) AND (F7 = 0) AND (F10 = 0) THEN (D = One) Rule 3. (F8 = 1) THEN (D = Two) Rule 4. (F7 = 1) THEN (D = Three) Approximate rules Rule 5. (F1 = 0) AND (F10 = 1) THEN (D = One) OR (D = Two) Rule 6. (F3 = 0) AND (F4 = 1) THEN (D = Two) OR (D = Three) 4

5 Clusters F5 F10 F1 F4 F2 F8 F3 F6 F7 F9 Clusters F7 F8 F9 F10 D Two Three Two Three Three Two Three Conflicts detected Rule 1. (F1 = 1) AND (F9 = 0) THEN (D = One); [1, 33.33%, %][3] Rule 2. (F4 = 0) AND (F7 = 0) AND (F10 = 0) THEN (D = One); [1, 33.33%, %][7] Rule 3. (F8 = 1) THEN (D = Two); [1, 33.33%, %][1] Rule 4. (F7 = 1) THEN (D = Three); [3, 75.00%, %[2, 6, 8] Rule 5. (F1 = 0) AND (F10 = 1) THEN (D = One) OR (D = Two); [2, %, %][4, 9] Rule 6. (F3 = 0) AND (F4 = 1) THEN (D = Two) OR (D = Three); [2, %, %][5, 10] Data Set with Ill-Defined Outcomes About 100 objects About 80 features Case 1 N Z P None N Z P Correct Incorrect None N 12.50% 57.50% 10.00% Z 50.83% 44.17% 5.00% P 79.17% 10.69% 10.12% Av 51.39% 38.33% 10.28% As-is Data Set N Z P None N 9 1 Z P Correct Incorrect None N 36.37% 40.83% 2.50% Z 50.00% 32.50% 17.50% P 86.48% 9.60% 3.92% Av 61.67% 30.00% 8.33% Case 2 The outcome of one of the two conflicting object of Case 1 changed from D = P to D = Z Case 1 vs Case 2 Case 1 Case 2 N 2 9 Z 9 11 P Case 1 Case 2 Correct 46.25% 66.67% Incorrect 45.97% 30.00% None 7.78% 8.33% 5

6 References A. Kusiak, Decomposition in Data Mining: An Industrial Case Study, IEEE Transactions on Electronics Packaging Manufacturing, Vol. 23, No. 4, 2000, pp A. Kusiak and C. Kurasek, Data Mining Analysis of Printed-Circuit Board Defects, IEEE Transactions on Robotics and Automation, Vol. 17, April A. Kusiak, Decomposition in Data Mining: A Medical Case Study, Proceedings of the Conference on Data Mining and Knowledge Discovery: Theory, Tools, and Technology III, SPIE, Orlando, FL, April

Instance Selection. Motivation. Sample Selection (1) Sample Selection (2) Sample Selection (3) Sample Size (1)

Instance Selection. Motivation. Sample Selection (1) Sample Selection (2) Sample Selection (3) Sample Size (1) Instance Selection Andrew Kusiak 2139 Seamans Center Iowa City, Iowa 52242-1527 Motivation The need for preprocessing of data for effective data mining is important. Tel: 319-335 5934 Fax: 319-335 5669

More information

Data Mining. Preamble: Control Application. Industrial Researcher s Approach. Practitioner s Approach. Example. Example. Goal: Maintain T ~Td

Data Mining. Preamble: Control Application. Industrial Researcher s Approach. Practitioner s Approach. Example. Example. Goal: Maintain T ~Td Data Mining Andrew Kusiak 2139 Seamans Center Iowa City, Iowa 52242-1527 Preamble: Control Application Goal: Maintain T ~Td Tel: 319-335 5934 Fax: 319-335 5669 andrew-kusiak@uiowa.edu http://www.icaen.uiowa.edu/~ankusiak

More information

NAM weather forecasting model. RUC weather forecasting model 4/19/2011. Outline. Short and Long Term Wind Farm Power Prediction

NAM weather forecasting model. RUC weather forecasting model 4/19/2011. Outline. Short and Long Term Wind Farm Power Prediction Short and Long Term Wind Farm Power Prediction Andrew Kusiak Intelligent Systems Laboratory 2139 Seamans Center The University of Iowa Iowa City, Iowa 52242 1527 andrew kusiak@uiowa.edu Tel: 319 335 5934

More information

Rough Set Theory. Andrew Kusiak Intelligent Systems Laboratory 2139 Seamans Center The University of Iowa Iowa City, Iowa

Rough Set Theory. Andrew Kusiak Intelligent Systems Laboratory 2139 Seamans Center The University of Iowa Iowa City, Iowa Rough Set Theory Andrew Kusiak 139 Seamans Center Iowa City, Iowa 54-157 Iowa City Tel: 319-335 5934 Fa: 319-335 5669 andrew-kusiak@uiowa.edu http://www.icaen.uiowa.edu/~ankusiak Benefits Evaluation of

More information

General Scheduling Model and

General Scheduling Model and General Scheduling Model and Algorithm Andrew Kusiak 2139 Seamans Center Iowa City, Iowa 52242-1527 Tel: 319-335 5934 Fax: 319-335 5669 andrew-kusiak@uiowa.edu http://www.icaen.uiowa.edu/~ankusiak MANUFACTURING

More information

Outline. Introduction, or what is fuzzy thinking? Fuzzy sets Linguistic variables and hedges Operations of fuzzy sets Fuzzy rules Summary.

Outline. Introduction, or what is fuzzy thinking? Fuzzy sets Linguistic variables and hedges Operations of fuzzy sets Fuzzy rules Summary. Fuzzy Logic Part ndrew Kusiak Intelligent Systems Laboratory 239 Seamans Center The University of Iowa Iowa City, Iowa 52242-527 andrew-kusiak@uiowa.edu http://www.icaen.uiowa.edu/~ankusiak Tel: 39-335

More information

Data Mining. Chapter 1. What s it all about?

Data Mining. Chapter 1. What s it all about? Data Mining Chapter 1. What s it all about? 1 DM & ML Ubiquitous computing environment Excessive amount of data (data flooding) Gap between the generation of data and their understanding Looking for structural

More information

What is Fuzzy Logic? Fuzzy logic is a tool for embedding human knowledge (experience, expertise, heuristics) Fuzzy Logic

What is Fuzzy Logic? Fuzzy logic is a tool for embedding human knowledge (experience, expertise, heuristics) Fuzzy Logic Fuzz Logic Andrew Kusiak 239 Seamans Center Iowa Cit, IA 52242 527 andrew-kusiak@uiowa.edu http://www.icaen.uiowa.edu/~ankusiak (Based on the material provided b Professor V. Kecman) What is Fuzz Logic?

More information

The Impact of Tolerance on Kill Ratio Estimation for Memory

The Impact of Tolerance on Kill Ratio Estimation for Memory 404 IEEE TRANSACTIONS ON SEMICONDUCTOR MANUFACTURING, VOL. 15, NO. 4, NOVEMBER 2002 The Impact of Tolerance on Kill Ratio Estimation for Memory Oliver D. Patterson, Member, IEEE Mark H. Hansen Abstract

More information

Outline. Page 1. Big Picture LAYOUT EXAMPLES LAYOUT OF MACHINES AND FACILITIES

Outline. Page 1. Big Picture LAYOUT EXAMPLES LAYOUT OF MACHINES AND FACILITIES Andrew Kusiak, Professor Industrial Engineering 9 Seamans Center Iowa City, Iowa - 7 LAYOUT OF MACHINES AND FACILITIES Tel: 9-9 Fax: 9-669 andrew-kusiak@uiowa.edu http://www.icaen.uiowa.edu/~ankusiak Outline

More information

Lesson B1 - Probability Distributions.notebook

Lesson B1 - Probability Distributions.notebook Learning Goals: * Define a discrete random variable * Applying a probability distribution of a discrete random variable. * Use tables, graphs, and expressions to represent the distributions. Should you

More information

Plant-wide Root Cause Identification of Transient Disturbances with Application to a Board Machine

Plant-wide Root Cause Identification of Transient Disturbances with Application to a Board Machine Moncef Chioua, Margret Bauer, Su-Liang Chen, Jan C. Schlake, Guido Sand, Werner Schmidt and Nina F. Thornhill Plant-wide Root Cause Identification of Transient Disturbances with Application to a Board

More information

Fuzzy Logic Sequence Control for Batch Sugar Centrifugal Machines

Fuzzy Logic Sequence Control for Batch Sugar Centrifugal Machines International Journal of Research Studies in Computer Science and Engineering (IJRSCSE) Volume. 1, Issue 4, August 2014, PP 10-18 ISSN 2349-4840 (Print) & ISSN 2349-4859 (Online) www.arcjournals.org Fuzzy

More information

Content. Learning. Regression vs Classification. Regression a.k.a. function approximation and Classification a.k.a. pattern recognition

Content. Learning. Regression vs Classification. Regression a.k.a. function approximation and Classification a.k.a. pattern recognition Content Andrew Kusiak Intelligent Systems Laboratory 239 Seamans Center The University of Iowa Iowa City, IA 52242-527 andrew-kusiak@uiowa.edu http://www.icaen.uiowa.edu/~ankusiak Introduction to learning

More information

Predictive Analytics on Accident Data Using Rule Based and Discriminative Classifiers

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

More information

Systems and Matrices CHAPTER 7

Systems and Matrices CHAPTER 7 CHAPTER 7 Systems and Matrices 7.1 Solving Systems of Two Equations 7.2 Matrix Algebra 7.3 Multivariate Linear Systems and Row Operations 7.4 Partial Fractions 7.5 Systems of Inequalities in Two Variables

More information

Entropy Measures for System Identification and Analysis Joseph J. Simpson, Mary J. Simpson System Concepts, LLC

Entropy Measures for System Identification and Analysis Joseph J. Simpson, Mary J. Simpson System Concepts, LLC Entropy Measures for System Identification and Analysis Joseph J. Simpson, Mary J. Simpson System Concepts, LLC Abstract Whole system metrics and measures are valuable tools for use in systems science

More information

Database Design and Normalization

Database Design and Normalization Database Design and Normalization Chapter 11 (Week 12) EE562 Slides and Modified Slides from Database Management Systems, R. Ramakrishnan 1 1NF FIRST S# Status City P# Qty S1 20 London P1 300 S1 20 London

More information

Black-box testing TDDD04 Lecture 2

Black-box testing TDDD04 Lecture 2 Black-box testing TDDD04 Lecture 2 Ola Leifler Unit testing Different kinds of unit testing Code inspections Code walkthroughs Black-box testing White-box testing Determines what the inputs are Determines

More information

Measuring the efficiency of assembled printed circuit boards with undesirable outputs using Two-stage Data Envelopment Analysis

Measuring the efficiency of assembled printed circuit boards with undesirable outputs using Two-stage Data Envelopment Analysis Measuring the efficiency of assembled printed circuit boards with undesirable outputs using Two-stage ata Envelopment Analysis Vincent Charles CENTRUM Católica, Graduate School of Business, Pontificia

More information

Free Lunch for Optimisation under the Universal Distribution

Free Lunch for Optimisation under the Universal Distribution Free Lunch for Optimisation under the Universal Distribution Tom Everitt 1 Tor Lattimore 2 Marcus Hutter 3 1 Stockholm University, Stockholm, Sweden 2 University of Alberta, Edmonton, Canada 3 Australian

More information

Comments and Corrections

Comments and Corrections 1386 IEEE TRANSACTIONS ON AUTOMATIC CONTROL, VOL 59, NO 5, MAY 2014 Comments and Corrections Corrections to Stochastic Barbalat s Lemma and Its Applications Xin Yu and Zhaojing Wu Abstract The proof of

More information

ZIP Code Tabulation Areas For Census 2000

ZIP Code Tabulation Areas For Census 2000 ZIP Code Tabulation Areas For Census 2000 NCHS, CDC Andrew Flora June 13, 2000 TIGER Operations Branch Geography Division U S C E N S U S B U R E A U Helping You Make Informed Decisions ZIP Code Tabulations

More information

Protein-Protein Interaction and Group Testing in Bipartite Graphs

Protein-Protein Interaction and Group Testing in Bipartite Graphs Int. J. Bioinformatics Research and Applications, Vol. x, No. x, xxxx 1 Protein-Protein Interaction and Group Testing in Bipartite Graphs Yingshu Li, My T. Thai, Zhen Liu and Weili Wu Department of Computer

More information

Decision trees for stream data mining new results

Decision trees for stream data mining new results Decision trees for stream data mining new results Leszek Rutkowski leszek.rutkowski@iisi.pcz.pl Lena Pietruczuk lena.pietruczuk@iisi.pcz.pl Maciej Jaworski maciej.jaworski@iisi.pcz.pl Piotr Duda piotr.duda@iisi.pcz.pl

More information

1 Introduction to information theory

1 Introduction to information theory 1 Introduction to information theory 1.1 Introduction In this chapter we present some of the basic concepts of information theory. The situations we have in mind involve the exchange of information through

More information

University of Technology, Building and Construction Engineering Department (Undergraduate study) PROBABILITY THEORY

University of Technology, Building and Construction Engineering Department (Undergraduate study) PROBABILITY THEORY ENGIEERING STATISTICS (Lectures) University of Technology, Building and Construction Engineering Department (Undergraduate study) PROBABILITY THEORY Dr. Maan S. Hassan Lecturer: Azhar H. Mahdi Probability

More information

Anand Raghunathan MSEE 348

Anand Raghunathan MSEE 348 ECE 595Z: Digital VLSI Design Automation, Spring 2012 2012 Anand Raghunathan 1 ECE 595Z Digital Systems Design Automation Module 2 (Lectures 3-5) : Advanced Boolean Algebra Lecture 5 Anand Raghunathan

More information

Introduction to Statistical Hypothesis Testing

Introduction to Statistical Hypothesis Testing Introduction to Statistical Hypothesis Testing Arun K. Tangirala Hypothesis Testing of Variance and Proportions Arun K. Tangirala, IIT Madras Intro to Statistical Hypothesis Testing 1 Learning objectives

More information

Lectures of STA 231: Biostatistics

Lectures of STA 231: Biostatistics Lectures of STA 231: Biostatistics Second Semester Academic Year 2016/2017 Text Book Biostatistics: Basic Concepts and Methodology for the Health Sciences (10 th Edition, 2014) By Wayne W. Daniel Prepared

More information

lecture 2 and 3: algorithms for linear algebra

lecture 2 and 3: algorithms for linear algebra lecture 2 and 3: algorithms for linear algebra STAT 545: Introduction to computational statistics Vinayak Rao Department of Statistics, Purdue University August 27, 2018 Solving a system of linear equations

More information

PRODUCT yield plays a critical role in determining the

PRODUCT yield plays a critical role in determining the 140 IEEE TRANSACTIONS ON SEMICONDUCTOR MANUFACTURING, VOL. 18, NO. 1, FEBRUARY 2005 Monitoring Defects in IC Fabrication Using a Hotelling T 2 Control Chart Lee-Ing Tong, Chung-Ho Wang, and Chih-Li Huang

More information

Potentials for Dual-energy kv/mv On-board Imaging and Therapeutic Applications

Potentials for Dual-energy kv/mv On-board Imaging and Therapeutic Applications Potentials for Dual-energy kv/mv On-board Imaging and Therapeutic Applications Fang-Fang Yin Department of Radiation Oncology Duke University Medical Center Acknowledgement Dr Hao Li for his excellent

More information

Comparison of Shannon, Renyi and Tsallis Entropy used in Decision Trees

Comparison of Shannon, Renyi and Tsallis Entropy used in Decision Trees Comparison of Shannon, Renyi and Tsallis Entropy used in Decision Trees Tomasz Maszczyk and W lodzis law Duch Department of Informatics, Nicolaus Copernicus University Grudzi adzka 5, 87-100 Toruń, Poland

More information

Integration of Rational Functions by Partial Fractions

Integration of Rational Functions by Partial Fractions Integration of Rational Functions by Partial Fractions Part 2: Integrating Rational Functions Rational Functions Recall that a rational function is the quotient of two polynomials. x + 3 x + 2 x + 2 x

More information

Roberto s Notes on Infinite Series Chapter 1: Sequences and series Section 4. Telescoping series. Clear as mud!

Roberto s Notes on Infinite Series Chapter 1: Sequences and series Section 4. Telescoping series. Clear as mud! Roberto s Notes on Infinite Series Chapter : Sequences and series Section Telescoping series What you need to now already: The definition and basic properties of series. How to decompose a rational expression

More information

Safety and Reliability of Embedded Systems. (Sicherheit und Zuverlässigkeit eingebetteter Systeme) Fault Tree Analysis Obscurities and Open Issues

Safety and Reliability of Embedded Systems. (Sicherheit und Zuverlässigkeit eingebetteter Systeme) Fault Tree Analysis Obscurities and Open Issues (Sicherheit und Zuverlässigkeit eingebetteter Systeme) Fault Tree Analysis Obscurities and Open Issues Content What are Events? Examples for Problematic Event Semantics Inhibit, Enabler / Conditioning

More information

TLM modelling of heat flow through defects in aircraft sandwich structures

TLM modelling of heat flow through defects in aircraft sandwich structures TLM modelling of heat flow through defects in aircraft sandwich structures Joanna Wójcik, Tadeusz Niedziela + Abstract The Transmission Line Matrix (TLM) model is applied to describe heat flow in highly

More information

Describing Data Table with Best Decision

Describing Data Table with Best Decision Describing Data Table with Best Decision ANTS TORIM, REIN KUUSIK Department of Informatics Tallinn University of Technology Raja 15, 12618 Tallinn ESTONIA torim@staff.ttu.ee kuusik@cc.ttu.ee http://staff.ttu.ee/~torim

More information

Department of Electrical and Computer Engineering University of Wisconsin Madison. Fall Midterm Examination CLOSED BOOK

Department of Electrical and Computer Engineering University of Wisconsin Madison. Fall Midterm Examination CLOSED BOOK Department of Electrical and Computer Engineering University of Wisconsin Madison ECE 553: Testing and Testable Design of Digital Systems Fall 2014-2015 Midterm Examination CLOSED BOOK Kewal K. Saluja

More information

Conditional Probability

Conditional Probability Example 2.24 Complex components are assembled in a plant that uses two different assembly lines, A and B. Line A uses older equipment than B, so it is somewhat slower and less reliable. Suppose on a given

More information

Constraint relationship for reflectional symmetry and rotational symmetry

Constraint relationship for reflectional symmetry and rotational symmetry Journal of Electronic Imaging 10(4), 1 0 (October 2001). Constraint relationship for reflectional symmetry and rotational symmetry Dinggang Shen Johns Hopkins University Department of Radiology Baltimore,

More information

Carnegie Mellon University Department of Computer Science /615 - Database Applications C. Faloutsos & A. Pavlo, Fall 2016

Carnegie Mellon University Department of Computer Science /615 - Database Applications C. Faloutsos & A. Pavlo, Fall 2016 Carnegie Mellon University Department of Computer Science 15-415/615 - Database Applications C. Faloutsos & A. Pavlo, Fall 2016 Homework 2 (by Lu Zhang) - Solutions Due: hard copy, in class at 3:00pm,

More information

Performance and Variability Driven Guidelines for BEOL Layout Decomposition with LELE Double Patterning

Performance and Variability Driven Guidelines for BEOL Layout Decomposition with LELE Double Patterning Performance and Variability Driven Guidelines for BEOL Layout Decomposition with LELE Double Patterning Tuck-Boon Chan, Kwangok Jeong and Andrew B. Kahng ECE and CSE Depts., University of California at

More information

Neural Network Modeling of Parallel-Plain Fin Heat Sink

Neural Network Modeling of Parallel-Plain Fin Heat Sink International Journal of Applied Science and Technology Vol. 3 No. 3; March 2013 Neural Network Modeling of Parallel-Plain Fin Heat Sink Wafa Batayneh Mechanical Engineering Department Jordan University

More information

Digital Fundamentals

Digital Fundamentals Online Instructor s Manual for Digital Fundamentals Eleventh Edition Thomas L. Floyd Boston Columbus Indianapolis New York San Francisco Hoboken Amsterdam Cape Town Dubai London Madrid Milan Munich Paris

More information

A Micromechanics-Based Vapor Pressure Model in Electronic Packages

A Micromechanics-Based Vapor Pressure Model in Electronic Packages X. J. Fan 1 Philips Research USA, 345 Scarborough Road, Briarcliff Manor, NY 10510 e-mail: xuejun.fan@ieee.org J. Zhou Department of Mechanical Engineering, Lamar University, Beaumont, TX 77710 e-mail:

More information

HETEROGENEOUS QUANTUM COMPUTING FOR SATELLITE OPTIMIZATION

HETEROGENEOUS QUANTUM COMPUTING FOR SATELLITE OPTIMIZATION HETEROGENEOUS QUANTUM COMPUTING FOR SATELLITE OPTIMIZATION GIDEON BASS BOOZ ALLEN HAMILTON September 2017 COLLABORATORS AND PARTNERS Special thanks to: Brad Lackey (UMD/QuICS) for advice and suggestions

More information

Chapter 4 Introduction to Probability. Probability

Chapter 4 Introduction to Probability. Probability Chapter 4 Introduction to robability Experiments, Counting Rules, and Assigning robabilities Events and Their robability Some Basic Relationships of robability Conditional robability Bayes Theorem robability

More information

Applied Integer Programming: Modeling and Solution

Applied Integer Programming: Modeling and Solution Applied Integer Programming: Modeling and Solution Chen, Batson, Dang Section 6. - 6.3 Blekinge Institute of Technology April 5, 05 Modeling Combinatorical Optimization Problems II Traveling Salesman Problem

More information

A Geo-Statistical Approach for Crime hot spot Prediction

A Geo-Statistical Approach for Crime hot spot Prediction A Geo-Statistical Approach for Crime hot spot Prediction Sumanta Das 1 Malini Roy Choudhury 2 Abstract Crime hot spot prediction is a challenging task in present time. Effective models are needed which

More information

THE LONG-TERM STABILITY OF THE U.S. NAVAL OBSERVATORY S MASERS

THE LONG-TERM STABILITY OF THE U.S. NAVAL OBSERVATORY S MASERS THE LONG-TERM STABILITY OF THE U.S. NAVAL OBSERVATORY S MASERS Demetrios Matsakis, Paul Koppang Time Service Department U.S. Naval Observatory Washington, DC, USA and R. Michael Garvey Symmetricom, Inc.

More information

Forecasting in Hierarchical Models

Forecasting in Hierarchical Models Forecasting in Hierarchical Models Lucy Morgan Supervisor: Nikolaos Kourentzes 20 th February 2015 Introduction Forecasting is the process of making statements about events whose actual outcomes (typically)

More information

Solution of Assignment #2

Solution of Assignment #2 of Assignment #2 Problem #2-20 (Homework) Three events are shown on the Venn diagram in the following figure: a.) Reproduce the figure and shade the region that corresponds to each of the following events.

More information

AP Statistics Homework 11. Logistic Regression

AP Statistics Homework 11. Logistic Regression AP Statistics Homework 11 Logistic Regression 1. Anabolic steroid abuse has been increasing despite increased press reports of adverse medical and psychiatric consequences. In a recent study, medical researchers

More information

Intelligent decision support system based on rough set and fuzzy logic approach for efficacious precipitation forecast

Intelligent decision support system based on rough set and fuzzy logic approach for efficacious precipitation forecast Decision Science Letters 6 (2017) 95 106 Contents lists available at GrowingScience Decision Science Letters homepage: www.growingscience.com/dsl Intelligent decision support system based on rough set

More information

ESE 570: Digital Integrated Circuits and VLSI Fundamentals

ESE 570: Digital Integrated Circuits and VLSI Fundamentals ESE 570: Digital Integrated Circuits and VLSI Fundamentals Lec 23: April 17, 2018 I/O Circuits, Inductive Noise, CLK Generation Lecture Outline! Packaging! Variation and Testing! I/O Circuits! Inductive

More information

AP CALCULUS BC 2007 SCORING GUIDELINES

AP CALCULUS BC 2007 SCORING GUIDELINES AP CALCULUS BC 2007 SCORING GUIDELINES Question 4 Let f be the function defined for x > 0, with f( e ) = 2 and f, the first derivative of f, given by f ( x) = x 2 ln x. (a) Write an equation for the line

More information

General Education Foundations F1 - Composition & Rhetoric 3-6 ENGL 101 & ENGL 102

General Education Foundations F1 - Composition & Rhetoric 3-6 ENGL 101 & ENGL 102 Chemistry 1 Chemistry Degree Awarded Bachelor of Science Nature of Program Chemistry is the study of the composition, structure and properties of matter. Chemists work in the growing fields of biotechnology,

More information

UAV Navigation: Airborne Inertial SLAM

UAV Navigation: Airborne Inertial SLAM Introduction UAV Navigation: Airborne Inertial SLAM Jonghyuk Kim Faculty of Engineering and Information Technology Australian National University, Australia Salah Sukkarieh ARC Centre of Excellence in

More information

Simulation of the Influence of Manufacturing Quality on Thermomechanical Stress of Microvias

Simulation of the Influence of Manufacturing Quality on Thermomechanical Stress of Microvias As originally published in the IPC APEX EXPO Conference Proceedings. Simulation of the Influence of Manufacturing Quality on Thermomechanical Stress of Microvias Yan Ning, Michael H. Azarian, and Michael

More information

Building Probabilistic Expert Systems. Diagnostic Reasoning. Probabilistic Expert Systems A model for diagnosis

Building Probabilistic Expert Systems. Diagnostic Reasoning. Probabilistic Expert Systems A model for diagnosis Building Probabilistic Expert Systems iagnostic Reasoning Probabilistic Expert Systems A model for diagnosis Salient Observations Hypothetico-deductive reasoning cycle [Elstein, et al, 1971] value of information

More information

Prerequisites: Successful completion of PHYS 2222 General Physics (Calculus) with a grade of C or better.

Prerequisites: Successful completion of PHYS 2222 General Physics (Calculus) with a grade of C or better. Prepared by: P. Blake Reviewed by: M. Mayfield Date prepared: March 13, 2017 C&GE approved: April 17, 2017 Board approved: May 10, 2017 Semester effective: Spring 2018 Engineering (ENGR) 2000 Circuit Analysis

More information

FALL 2018 ON-CAMPUS EARLY COLLEGE SCHEDULE (BY TIME)

FALL 2018 ON-CAMPUS EARLY COLLEGE SCHEDULE (BY TIME) FALL 2018 ON-CAMPUS EARLY COLLEGE SCHEDULE (BY TIME) Students should choose a Career Pathway and appropriate General Education Courses. Students are encouraged to consult an advisor for assistance. Updated

More information

Finding Multiple Outliers from Multidimensional Data using Multiple Regression

Finding Multiple Outliers from Multidimensional Data using Multiple Regression Finding Multiple Outliers from Multidimensional Data using Multiple Regression L. Sunitha 1*, Dr M. Bal Raju 2 1* CSE Research Scholar, J N T U Hyderabad, Telangana (India) 2 Professor and principal, K

More information

SPATIAL DATA MINING. Ms. S. Malathi, Lecturer in Computer Applications, KGiSL - IIM

SPATIAL DATA MINING. Ms. S. Malathi, Lecturer in Computer Applications, KGiSL - IIM SPATIAL DATA MINING Ms. S. Malathi, Lecturer in Computer Applications, KGiSL - IIM INTRODUCTION The main difference between data mining in relational DBS and in spatial DBS is that attributes of the neighbors

More information

WIND POWER generation is rapidly expanding into a

WIND POWER generation is rapidly expanding into a IEEE TRANSACTIONS ON ENERGY CONVERSION, VOL. 24, NO. 1, MARCH 2009 125 Short-Term Prediction of Wind Farm Power: A Data Mining Approach Andrew Kusiak, Member, IEEE, Haiyang Zheng, and Zhe Song, Student

More information

Prediction, filtering and smoothing using LSCR: State estimation algorithms with guaranteed confidence sets

Prediction, filtering and smoothing using LSCR: State estimation algorithms with guaranteed confidence sets 2 5th IEEE Conference on Decision and Control and European Control Conference (CDC-ECC) Orlando, FL, USA, December 2-5, 2 Prediction, filtering and smoothing using LSCR: State estimation algorithms with

More information

A Constraint Relationship for Reflectional Symmetry and Rotational Symmetry

A Constraint Relationship for Reflectional Symmetry and Rotational Symmetry A Constraint Relationship for Reflectional Symmetry and Rotational Symmetry Dinggang Shen, Horace H. S. Ip 2 and Eam Khwang Teoh 3 Department of Radiology, Johns Hopkins University Email: dgshen@cbmv.jhu.edu

More information

Monotonicity Analysis, Evolutionary Multi-Objective Optimization, and Discovery of Design Principles

Monotonicity Analysis, Evolutionary Multi-Objective Optimization, and Discovery of Design Principles Monotonicity Analysis, Evolutionary Multi-Objective Optimization, and Discovery of Design Principles Kalyanmoy Deb and Aravind Srinivasan Kanpur Genetic Algorithms Laboratory (KanGAL) Indian Institute

More information

ARTIFICIAL NEURAL NETWORK WITH HYBRID TAGUCHI-GENETIC ALGORITHM FOR NONLINEAR MIMO MODEL OF MACHINING PROCESSES

ARTIFICIAL NEURAL NETWORK WITH HYBRID TAGUCHI-GENETIC ALGORITHM FOR NONLINEAR MIMO MODEL OF MACHINING PROCESSES International Journal of Innovative Computing, Information and Control ICIC International c 2013 ISSN 1349-4198 Volume 9, Number 4, April 2013 pp. 1455 1475 ARTIFICIAL NEURAL NETWORK WITH HYBRID TAGUCHI-GENETIC

More information

Repeated Measures ANOVA Multivariate ANOVA and Their Relationship to Linear Mixed Models

Repeated Measures ANOVA Multivariate ANOVA and Their Relationship to Linear Mixed Models Repeated Measures ANOVA Multivariate ANOVA and Their Relationship to Linear Mixed Models EPSY 905: Multivariate Analysis Spring 2016 Lecture #12 April 20, 2016 EPSY 905: RM ANOVA, MANOVA, and Mixed Models

More information

CS4445 Data Mining and Knowledge Discovery in Databases. B Term 2014 Solutions Exam 2 - December 15, 2014

CS4445 Data Mining and Knowledge Discovery in Databases. B Term 2014 Solutions Exam 2 - December 15, 2014 CS4445 Data Mining and Knowledge Discovery in Databases. B Term 2014 Solutions Exam 2 - December 15, 2014 Prof. Carolina Ruiz Department of Computer Science Worcester Polytechnic Institute NAME: Prof.

More information

Publications. Books. Book Chapters. Publications under review. Journal Publications

Publications. Books. Book Chapters. Publications under review. Journal Publications Publications Books [1] L. Giarre and B. Bamieh (Eds.). Multidisciplinary research in control: the Mohammed Dahleh Symposium 2002. Lecture notes in control and information sciences; 289. Springer, 2003.

More information

Interconnect Yield Model for Manufacturability Prediction in Synthesis of Standard Cell Based Designs *

Interconnect Yield Model for Manufacturability Prediction in Synthesis of Standard Cell Based Designs * Interconnect Yield Model for Manufacturability Prediction in Synthesis of Standard Cell Based Designs * Hans T. Heineken and Wojciech Maly Department of Electrical and Computer Engineering Carnegie Mellon

More information

Educational Objectives

Educational Objectives MDSS and Anti-Icing: How to Anti-Ice with Confidence Wilf Nixon, Ph.D., P.E. IIHR Hydroscience and Engineering University of Iowa Iowa City And Asset Insight Technologies, LLC Educational Objectives At

More information

Sampling. Module II Chapter 3

Sampling. Module II Chapter 3 Sampling Module II Chapter 3 Topics Introduction Terms in Sampling Techniques of Sampling Essentials of Good Sampling Introduction In research terms a sample is a group of people, objects, or items that

More information

Analysis and Synthesis of Weighted-Sum Functions

Analysis and Synthesis of Weighted-Sum Functions Analysis and Synthesis of Weighted-Sum Functions Tsutomu Sasao Department of Computer Science and Electronics, Kyushu Institute of Technology, Iizuka 820-8502, Japan April 28, 2005 Abstract A weighted-sum

More information

MATH 250 / SPRING 2011 SAMPLE QUESTIONS / SET 3

MATH 250 / SPRING 2011 SAMPLE QUESTIONS / SET 3 MATH 250 / SPRING 2011 SAMPLE QUESTIONS / SET 3 1. A four engine plane can fly if at least two engines work. a) If the engines operate independently and each malfunctions with probability q, what is the

More information

of an algorithm for automated cause-consequence diagram construction.

of an algorithm for automated cause-consequence diagram construction. Loughborough University Institutional Repository Development of an algorithm for automated cause-consequence diagram construction. This item was submitted to Loughborough University's Institutional Repository

More information

FERRITES. March Ni-Zn. Ferrites for EMI Suppression. BB series(1 Hole)

FERRITES. March Ni-Zn. Ferrites for EMI Suppression. BB series(1 Hole) March 2014 Ni-Zn Ferrites for EMI Suppression BB series(1 Hole) (2/9) REMINDERS FOR USING THESE PRODUCTS Please be sure to read this manual thoroughly before using the products. The products listed on

More information

Logarithmic quantisation of wavelet coefficients for improved texture classification performance

Logarithmic quantisation of wavelet coefficients for improved texture classification performance Logarithmic quantisation of wavelet coefficients for improved texture classification performance Author Busch, Andrew, W. Boles, Wageeh, Sridharan, Sridha Published 2004 Conference Title 2004 IEEE International

More information

Optimization Methods for Machine Learning (OMML)

Optimization Methods for Machine Learning (OMML) Optimization Methods for Machine Learning (OMML) 2nd lecture (2 slots) Prof. L. Palagi 16/10/2014 1 What is (not) Data Mining? By Namwar Rizvi - Ad Hoc Query: ad Hoc queries just examines the current data

More information

Abstractions and Decision Procedures for Effective Software Model Checking

Abstractions and Decision Procedures for Effective Software Model Checking Abstractions and Decision Procedures for Effective Software Model Checking Prof. Natasha Sharygina The University of Lugano, Carnegie Mellon University Microsoft Summer School, Moscow, July 2011 Lecture

More information

Generation of High Quality Non-Robust Tests for Path Delay Faults

Generation of High Quality Non-Robust Tests for Path Delay Faults Generation of High Quality Non-Robust Tests for Path Delay Faults Kwang-Ting Cheng Hsi-Chuan Chen Department of ECE AT&T Bell Laboratories University of California Murray Hill, NJ 07974 Santa Barbara,

More information

SIMPLICITY AND TECHNOLOGY THE LIASYS CLINICAL CHEMISTRY SYSTEMS FOR PHYSICIAN OFFICE LABORATORIES

SIMPLICITY AND TECHNOLOGY THE LIASYS CLINICAL CHEMISTRY SYSTEMS FOR PHYSICIAN OFFICE LABORATORIES SIMPLICITY AND TECHNOLOGY THE LIASYS CLINICAL CHEMISTRY SYSTEMS FOR PHYSICIAN OFFICE LABORATORIES INNOVATIVE AND COST-SAVING TECHNOLOGIES AT YOUR SERVICE DISTRIBUTED BY LIASYS MODELS LIASYS 330 - for POL

More information

Discrete Probability and State Estimation

Discrete Probability and State Estimation 6.01, Fall Semester, 2007 Lecture 12 Notes 1 MASSACHVSETTS INSTITVTE OF TECHNOLOGY Department of Electrical Engineering and Computer Science 6.01 Introduction to EECS I Fall Semester, 2007 Lecture 12 Notes

More information

An-Najah National University Faculty of Engineering Industrial Engineering Department. Course : Quantitative Methods (65211)

An-Najah National University Faculty of Engineering Industrial Engineering Department. Course : Quantitative Methods (65211) An-Najah National University Faculty of Engineering Industrial Engineering Department Course : Quantitative Methods (65211) Instructor: Eng. Tamer Haddad 2 nd Semester 2009/2010 Chapter 2 Probability 2-1

More information

Status of Simulation Tools for ScECAL of ILD

Status of Simulation Tools for ScECAL of ILD Status of Simulation Tools for ScECAL of ILD Katsushige Kotera 1 on behalf of the ILD software group 1- Shinshu University, Faculty of Science 1-1-3 Asahi Matsumoto Nagano Japan The scintillator-strip

More information

Aggregate Set-utility Fusion for Multi-Demand Multi-Supply Systems

Aggregate Set-utility Fusion for Multi-Demand Multi-Supply Systems Aggregate Set-utility Fusion for Multi- Multi- Systems Eri P. Blasch BEAR Consulting 393 Fieldstone Cir, Fairborn, O 4534 eri.blasch@sensors.wpafb.af.mil Abstract Microeconomic theory develops demand and

More information

Model for Shielded Suspended Substrate Microstrip Line

Model for Shielded Suspended Substrate Microstrip Line Circuit Theory Laboratory Report Series CT-38 Model for Shielded Suspended Substrate Microstrip Line Anu Lehtovuori and Luis Costa Helsinki University of Technology Department of Electrical and Communications

More information

HYPENS Manual. Fausto Sessego, Alessandro Giua, Carla Seatzu. February 7, 2008

HYPENS Manual. Fausto Sessego, Alessandro Giua, Carla Seatzu. February 7, 2008 HYPENS Manual Fausto Sessego, Alessandro Giua, Carla Seatzu February 7, 28 HYPENS is an open source tool to simulate timed discrete, continuous and hybrid Petri nets. It has been developed in Matlab to

More information

Classification: Decision Trees

Classification: Decision Trees Classification: Decision Trees These slides were assembled by Byron Boots, with grateful acknowledgement to Eric Eaton and the many others who made their course materials freely available online. Feel

More information

Content. Learning Goal. Regression vs Classification. Support Vector Machines. SVM Context

Content. Learning Goal. Regression vs Classification. Support Vector Machines. SVM Context Content Andrew Kusiak 39 Seamans Center Iowa City, IA 5-57 andrew-kusiak@uiowa.edu http://www.icaen.uiowa.edu/~ankusiak (Based on the material provided by Professor. Kecman) Introduction to learning from

More information

Department of Electrical and Computer Engineering University of Wisconsin Madison. Fall Midterm Examination CLOSED BOOK

Department of Electrical and Computer Engineering University of Wisconsin Madison. Fall Midterm Examination CLOSED BOOK Department of Electrical and Computer Engineering University of Wisconsin Madison ECE 553: Testing and Testable Design of Digital Systems Fall 203-204 Midterm Examination CLOSED OOK Kewal K. Saluja Date:

More information

EECS 579: Test Generation 4. Test Generation System

EECS 579: Test Generation 4. Test Generation System EECS 579: Test Generation 4 Other Combinational ATPG Algorithms SOCRATES Structure-Oriented Cost-Reducing Automatic TESt pattern generation [Schultz et al. 988] An ATPG system not just a test generation

More information

Advising on Research Methods: A consultant's companion. Herman J. Ader Gideon J. Mellenbergh with contributions by David J. Hand

Advising on Research Methods: A consultant's companion. Herman J. Ader Gideon J. Mellenbergh with contributions by David J. Hand Advising on Research Methods: A consultant's companion Herman J. Ader Gideon J. Mellenbergh with contributions by David J. Hand Contents Preface 13 I Preliminaries 19 1 Giving advice on research methods

More information

Computational Methods. Solving Equations

Computational Methods. Solving Equations Computational Methods Solving Equations Manfred Huber 2010 1 Solving Equations Solving scalar equations is an elemental task that arises in a wide range of applications Corresponds to finding parameters

More information

Efficiently merging symbolic rules into integrated rules

Efficiently merging symbolic rules into integrated rules Efficiently merging symbolic rules into integrated rules Jim Prentzas a, Ioannis Hatzilygeroudis b a Democritus University of Thrace, School of Education Sciences Department of Education Sciences in Pre-School

More information

Math 447. Introduction to Probability and Statistics I. Fall 1998.

Math 447. Introduction to Probability and Statistics I. Fall 1998. Math 447. Introduction to Probability and Statistics I. Fall 1998. Schedule: M. W. F.: 08:00-09:30 am. SW 323 Textbook: Introduction to Mathematical Statistics by R. V. Hogg and A. T. Craig, 1995, Fifth

More information