Early detection of mining truck failure by modelling its operation with neural networks classification algorithms

Size: px
Start display at page:

Download "Early detection of mining truck failure by modelling its operation with neural networks classification algorithms"

Transcription

1 RU, Rand GOLOSINSKI, T.S. Early detectin f mining truck failure by mdelling its peratin with neural netwrks classificatin algrithms. Applicatin f Cmputers and Operatins Research ill the Minerals Industries, Suth African Institute f Mining and Metallurgy, Early detectin f mining truck failure by mdelling its peratin with neural netwrks classificatin algrithms H. HU and T.S. GOLOSINSKI Mining Engineering, University f Missuri-Rlla, Missuri, USA The paper reprts n use f neural netwrk algrithms t mdel perfrmance and cnditin f mining trucks. The mdel inputs are selected digital data streams cllected by truck Vital Infrmatin Management System, VIMS, during its peratin in a mine. The mdels built as the result f this wrk allw fr prjectin f truck cnditin and perfrmance int future. As such they facilitate mre efficient management f mine truck fleets. Keywrds: Mdelling, mdeling, neural netwrks, mining equipment, Vital Infrmatin Management System, Intelligent Miner, mining truck Intrductin Mdern mining equipment is equipped with numerus sensrs that mnitr its cnditin and perfrmance. Data cllected by these sensrs are used t alert the peratr t existence f abnrmal perating cnditins and t perfrm emergency shutdwn if the pre-set upper r lwer limits f the mnitring parameters are reached. These data are als used fr pst-failure diagnstics and fr reprting and analysis f equipment perfrmance. A vailabilit f these vluminus data, tgether with availability f sphisticated data prcessing methds and tls, allw fr extractin f additinal infrmatin cntained in the data. One set f methds that may permit this is data mining1,2. In previus research the authrs attempted t identify and extract this infrmatin by mdelling mining truck peratins using Decisin-Tree algrithms. These mdels used cllected data as inputs and were built t predict VIMS events. While these mdels have shwn reasnable average predictin errr rate (21 %), the high standard deviatin (26%) f errr rate fr test data sets indicates instability f the resulting predictins. As an example a typical mdel implies 14% prbability f false alarms related t high engine speed n ne hand, and 50% prbability f missing high engine speed alarms n the ther. Thus, these mdels are nt sufficiently reliable and can nt be used fr predictin f events that may take place 3,4. Research presented in this paper uses neural netwrk based mdelling t imprve predictin accuracy. This apprach has allwed fr significant reductin in errrs f predictins fr bth the truck perfrmance and its cnditin int the future. The IBM Intelligent Miner fr Data was used t build the relevant mdels. Data preparatin The data analysed in this research is f tw types; it includes snapsht (event recrder) and datalgger VIMS recrds, each cntaining values f 70 truck parameters recrded ver a perid f time. These data were cllected at six Caterpillar 789B trucks during their peratin in a surface mine. One snapsht stres a segment f truck histry that cntains values f all 70 mnitred parameters recrded during the perid f six minutes. Value f each parameter is recrded nce per secnd. The snapsht recrding is triggered by ccurrence f an abnrmal situatin r event, such as when a mnitred parameter reaches a pre-set critical value. A snapsht recrd describes truck cnditins during five minutes befre the event and ne minute after the event takes place. In this paper, every snapsht recrd is called 'event' fr simplicity. Unlike snapsht, the data lgger recrds values f all truck parameters that are mnitred by VIMS ver varying perids f time, als at ne-secnd intervalss. The recrding needs t be triggered and stpped manually, with individual recrds cvering perids f up t 30 minutes f truck peratin. Datalgger recrds d nt have t be assciated with any events. Of the 70 truck parameters mnitred in the field, values f 26 were recrded as categrical and the remaining 44 as numeric values. The example f basic statistical descriptin f the numerical parameter values is presented in Table 1. The actual mdel inputs are statistics f recrded truck parameter values calculated fr ne-t three-minute time intervals f truck peratin. The statistics include: Minimum Maximum Range Average Standard deviatin Variance Regressin slpe Regressin intercept Regressin sum f square. Neural netwrks Research described in this paper used neural netwrk algrithms t mdel truck peratin. Neural netwrks are cmputer implementatins f sphisticated pattern detectin and machine learning algrithms used t build predictive mdels frm large histrical databases. They allw fr cnstructin f highly accurate predictive mdels that serve t slve a large number f different prblems. EARLY DETECTION OF MINING TRUCK FAILURE BY MODELLING ITS OPERATION 191

2 Table I Example f numerical parameter values Parameter name Minimum value Maximum value Mean value Standard deviatin AFTRCLR_TEMP AMB_AlR_TEMP_ ATMOS_PRES_ BOOST-PRES_ Nde Nde Detail Input Hidden Layer Output Figure 1. Back-prpagatin neural netwrk architecture 8 Varius visualizatin techniques were used in cnjunctin with neural mdels t help explain and cntrl the mdel, and t assure its clarity and transparency. IBM Intelligent Miner implementatin f relevant algrithms was used t cnstruct the mdels the tl. The 'back prpagatin' f a specific algrithm was used t train the neural netwrk. Discvery f an effective methd f training a multiplayer neural netwrk led t the re-emergence f neural netwrks as a tl fr slving a wide variety f prblems. This training methd is called back prpagatin (f errrs) r the generalized delta rule. It is simply a gradient descent methd that minimizes the ttal squared errr f the utput cmputed by the netwrk6. A multilayer neural netwrk with ne layer f hidden units (Z units) is shwn in Figure 1. The input layer cntains the statistical parameters used t predict VIMS events. The utput are the predicted VIMS events. The left side f Figure 1 is a basic neurn, utput f which is calculated by the activatin functin fez). One f the mst typical activatin functins is the binary sigmid functin, which has the range f (0, 1) and is defined as Equatins [1], [2]. 1 J;(x) = 1 +e-x with the fllwing prperty J;' (x) = J; ( x )[ 1-1; ( x ) ] The Z is calculated as the sum f the prducts f the inputs and related weights. The utput units (Y units) and the hidden units may have biases, while the input value is [1] [2] always ne. Only the directin f infrmatin flw fr the feed-frward phase f peratin is shwn in Figure 1. During the back-prpagatin phase f learning, signals are sent in the reverse directin. VIMS event mdelling T facilitate mdelling f truck peratins the pattern f changes in VIMS parameter values was analysed, as assciated with varius events. The bjective was t identify such patterns in changes f parameter values that, if repeated, may prvide early indicatin f an impending failure. The ther VIMS data were then screened fr presence f these patterns. Initial analysis and mdelling were dne by building a decisin tree classificatin mdel f the truck. The mdel was t allw fr predictin f an ccurrence f a selected event, based n the pattern f changes in values f ther parameters. Event predictin The 'high engine speed' events were mst numerus in analysed data. Cnsequently these were chsen t be the main targets f mdelling and analysis. Caterpillar defines the 'engine speed' as the actual rtatinal speed f the crankshaft. Fr the mdelled truck, this event is activated when the engine speed reaches 2250 rpm and deactivated when the speed drps t 1900 rpm. Fr cmparative analysis VIMS data cllected during nrmal peratin was selected, gruped in 'ther' class. In this wrk the truck peratin was divided in three-, tw-, and ne-minute intervals. Fr each interval the patterns f interest were sught. Figure 2 illustrates VIMS 192 APCOM2003

3 Nrmal Engine Speed High Engine Speed Snapsht Nrmal Engine Speed VIMS.. Data High Eng Event Predicted Other Other Label l,- 767_1 767_2 En9_1 En9_2 Other Other Figure 2. VIMS event predictin mdel event predictin mdel f ne VIMS event, 'high engine speed' based n three-minute truck peratin intervals. T predict ccurrence f this event statistics are defined fr each three-minute interval f VIMS recrds. If the analysed three-minute VIMS recrds shw similar statistics as d the first three minutes f the 'high engine speed' snapsht, the prbability exists that the high engine speed will ccur after anther tw minutes f truck peratin. As shwn in Figure 2, the ne-minute interval mdel can predict events that will ccur within the next 4 minutes f truck peratin. Similarly, the tw-minute interval mdel can prvide predictins f events that may ccur within the fllwing 3 minutes. The three-minute mdel can nly predict events that will ccur within the fllwing tw minutes 3. Mdeling The tw main prcedures f data mining are training, called als mdel cnstructin, and testing called als mdel validatin. In training mde, the functin builds a mdel based n the selected input data. This mdel is later used as a classifier. In the test mde, the functin uses a set f data t verify that the mdel created in the training mde prduces results in satisfactry precisin f predictins. In this wrk all available data were split int tw parts. Bulk f the data, 86.4%, were used fr mdel training. There are remainder, 13.6% f available data, were used fr mdel testing. The test data include dataset #1 (randm selectin) and dataset #2 (the whle set f all snapsht and datalgger data). Three mdels were built based n the ne-, tw-, and three minute interval statistics. The errr rate was defined fr each and used fr evaluatin f the training and the testing prcesses. This was dne by analysing cnfusin matlix determined fr each mdel. Results During mdeling, the ne-minute and tw-minute based mdels were unable t cnverge t predefined errr rate after as many as 2000 passes in their training mde. Only three-minute mdel was able t satisfactrily cnverge. T quantify the distributin f the misclassificatins f the neural netwrk mdel runs the cnfusin matrix was used. In every matrix, the number n the diagnal indicates the crrect classificatin; ther numbers indicate misclassificatin. The cnfusin matrix btained fr neminute and tw-minute interval statistics shw that the netwrk has nt learned enugh t be able t differentiate 'high engine speed' frm 'Other'. Only the mdel built frm the three-minute statistical data is able t d s (Figures 3 t 7). Discussin Figure 8 cmpares results f Neural Netwrk Classificatin mdeling and that f Decisin Tree Classificatin fr threeminute truck peratin intervals. The Neural Netwrk Classificatin mdel run has lwer errr rates f training and test fr dataset #1. The errr rates f the individual classes are presented in Table IT. While Decisin Tree mdel has 6% and 1 % lwer average errr n training and test data f dataset #1, the Neural Netwrk has 20% lwer errr rate (standard deviatin) as evident in Figure 9. While the Neural Netwrk mdel has smewhat higher verall errr rate, it shws much higher stability. The perfrmance predictin is quantified by accuracy f mdel runs n tw datasets, 'test #1' and 'test #2'. This cmpares t 14% f alarms missing and 50% false alarm prbability in Decisin Tree mdel. While runs f the Neural Netwrk mdel shw 17% f alanns missing, the prbability f false alann is nly 29%. Thus Neural Netwrk mdels allws fr making mre accurate predictin f the 'high engine speed' VIMS. The Intelligent Miner incrprates the sensitivity analysis functin, which is represented by a list f input fields ranked accrding t their respective imprtance t the classificatin functin. The results are nrmalized s that they ttal 100%. A parameter that is listed as having 20% scre is twice as imprtant in making the desired classificatin as a parameter with a 10% scre 7. The parameters with highest sensitivity, defined fr the Neural Netwrk mdel and nt lwer than 0.5 are shwn in Table m. This Table als gives parameter descriptins. Cnclusins The mdelling apprach presented in this paper cmpresses the VIMS data int statistical table and facilitates predictin EARLY DETECTION OF MINING TRUCK FAILURE BY MODELLING ITS OPERATION 193

4 Ttal Errrs = 24 (24%) Pred,cted Class --> I Other I Eng1 I Eng3 I Eng2 I Eng4 I Eng6 I Eng5 I Unknwn Other L 1 32 Eng '1 28 Eng Eng Eng Eng6 36 I Eng ' 1 10 Figure 3. Training with ne-minute statistical data Ttal Errrs = 15 ( /0) Predicted Class --> 1 OTHER I ENG1 I ENG2 I ENG3 I Unknwn OTHER 643 I 17 I ENG I 0 I 10 ENG I ENG Figure 4. Training with tw-minute statistical data Ttal Errrs = 72 ( /0) Predicted Class --> 1 OTHER I ENGl I ENG2 Unknwn OTHER ENGl p ENG I 1 Figure 5. Training with three-minute statistical data f events with certain accuracy. The time hrizn fr predictins is tw minutes. Perfrmance f Neural Netwrk Classificatin mdeling n the analysed data differs frm that f Decisin Tree Classificatin mdeling. While the Neural Netwrk mdel built n the three-minute statistics f VIMS data sets shws an errr rate clse t that f the Decisin Tree mdel, the errr rate f standard deviatin is nly 6%. It fllws that the first shws mre rbustness. The balanced prbability that an alarm will be missed and that a false alarm will be 194 APCOM2003

5 Ttal Errrs = 15 (23.8 % ) Predicted Class --> 1 OTHER I ENG1 1 ENG2 Unknwn OTHER ENG1 ENG Figure 6. Test #1 with three-minute statistical data Ttal Errrs = 9 (14%) Predicted Class --> I OTHER I ENGl 1 ENG2 Unknwn OTHER ENGl ENG ~- 44 I \ 1 2 I Figure 7. Test #2 with three-minute statistical data -;!2. ~ a: l W 5 D Neural netwrk n three- minute data Decisin three n three-minute data training test #1 test #2 Figure 8. Ttal errr rate cmparisn between Neural Netwrk and Decisin Tree classificatin D Decisin Tree n three-minute data NN three-minute data ~ 0 -~ "- g 0) r "- > « trai'ning test c il '> 0.25 "0 "0 0.2 "- r "0 c 0.15 r t ~ 0.05 g 0 w training test Figure 9. Errr rate statistics cmparisn between Neural Netwrk and Decisin Tree classificatin EARLY DETECTION OF MINING TRUCK FAILURE BY MODELLING ITS OPERATION 195

6 Tablell Neural netwrk mdel perfrmance calculatin Decisin Tree-three minute Training Test #1 Test #2 Ttal test Class Crrect Ttal Errr rate % Crrect Ttal Errr rate % Crrect Ttal Errr rate % Crrect Ttal Errr rate % Other Engl Eng Average % (errr rate) Standard deviatin (errrrate) N-tlu'ee minute Training Test #1 Test #2 Ttal test Class Crrect Ttal Errr rate % COlTect Ttal Enr rate % Cnect Ttal Errr rate % Crrect Ttal Enrrate % Other Engl Eng Average % (errr rate) Standard deviatin (errr rate) Table III VIMS parameters with high sensitivity Parameter Descriptin Sensitivity DIFF FLTR SW AVG The status f the differential axle il filter (plugged r OK) 0.5 ENG_LOAD_MlN This is calculated by the engne ECM (Electrical Cntrl Mdule) after cnsidering the engine 0.5 speed, thrttle switch psitin, thrttle psitin, bst pressure, and atmspheric pressure and is shwn as a per cent f a full lad ENG_SPD_REGR SLOPE The actual rtatinal speed f the crankshaft 0.5 GROUND_SPD_MlN The speed f the machine relative t the grund 0.5 MACHlNE_RACK_MAX This is calculated frm the fur machine suspensin cylinder pressures. 05 VIMS takes the sum f the tw diagnal suspensin cylinder pressure minus the sum f the tw ther diagnal suspensin cylinders pressures PAYLOAD MlN The paylad is calculated by VIMS based n pressure f the fur suspensin cylinders RETARDER AVERAGE The status f the retarder system (On r Off) 0.5 RT_R_BRK_TEMP MlN The cling il temperature frm the right rear brake 0.5 TC_OUT3EMP _MAX The il temperature n the utlet f the trque cnverter 0.5 recrded is 17% and 29% respectively, a significant imprvement ver the results f Decisin Tree Classificatin mdeling. Neural Netwrk Classificatin needs mre time fr mdel training. Furthermre, the results f mdel runs are nt as easy t interpret as that f Decisin Tree Classificatin based mdels. There is als a risk that that Neural Netwrk Classificatin mdel training runs may nt cnverge in the absence f large databases. All cnclusins drawn here are valid fr the investigated dataset f VIMS. The mdel predictin accuracy, while imprved, remains relatively lw. T imprve the accuracy f the mdel, mre VIMS data are needed, including bth mre values fr each parameter and values f mre VIMS parameters. The mdel predictin accuracy, while imprved, remains relatively lw.! Acknwledgements Financial supprt fr the research presented in this paper was prvided by Caterpillar, Inc. f Peria, Illinis. The IBM (Internatinal Business Machines) prvided a cpy f the IBM Intelligent Miner at n charge t the researchers under the IBM Schlars prgram. References 1. GOLOSINSKI, T.S. Data mining uses in mining. Prceedings, Cmputer Applicatins in the Minerals Industries (APCOM), Beijing, China, 2001, pp GOLOSINSKI, T.S. and HV, H. Data mining f mine 196 APCOM2003

7 equipment databases. Prceedings f the Artificial Neural Netwrks in Engineering Cnference (ANNIE 2001), St. Luis, Missuri, U.S.A. 200l. pp GOLOSINSKI, T.S. and RU, R. Mdeling cnditin and perfrmance f mining equipment. Prceedings, Mine Planning and Equipment Selectin 2002, Czech (in print) RU, H. and GOLOSINSKI, T.S. Failure pattern recgnitin f a mining truck with a decisin tree algrithm. Mineral Resurces Engineering (in print) Caterpillar, Inc. Vital infrmatin management system (VIMS): system peratin testing and adjusting. Cmpany publicatin pp FAUSETT, V.L. Fundamentals f neural netwrksarchitectures, algrithms, and applicatins' Flrida Institute f Technlgy pp. 7. IBM (Internatinal Business Machines Crpratin). Manual: using the intelligent miner fr data. Cmpany publicatin pp. S. CLAIR, ST. D.C. CS404: Data mining and knwledge discvery. Lecture Nte. Cmputer Science Department f University, Missuri-Rlla. 200l. EARLY DETECTION OF MINING TRUCK FAILURE BY MODELLING ITS OPERATION 197

8 198 APCOM2003

the results to larger systems due to prop'erties of the projection algorithm. First, the number of hidden nodes must

the results to larger systems due to prop'erties of the projection algorithm. First, the number of hidden nodes must M.E. Aggune, M.J. Dambrg, M.A. El-Sharkawi, R.J. Marks II and L.E. Atlas, "Dynamic and static security assessment f pwer systems using artificial neural netwrks", Prceedings f the NSF Wrkshp n Applicatins

More information

Enhancing Performance of MLP/RBF Neural Classifiers via an Multivariate Data Distribution Scheme

Enhancing Performance of MLP/RBF Neural Classifiers via an Multivariate Data Distribution Scheme Enhancing Perfrmance f / Neural Classifiers via an Multivariate Data Distributin Scheme Halis Altun, Gökhan Gelen Nigde University, Electrical and Electrnics Engineering Department Nigde, Turkey haltun@nigde.edu.tr

More information

Tree Structured Classifier

Tree Structured Classifier Tree Structured Classifier Reference: Classificatin and Regressin Trees by L. Breiman, J. H. Friedman, R. A. Olshen, and C. J. Stne, Chapman & Hall, 98. A Medical Eample (CART): Predict high risk patients

More information

Bootstrap Method > # Purpose: understand how bootstrap method works > obs=c(11.96, 5.03, 67.40, 16.07, 31.50, 7.73, 11.10, 22.38) > n=length(obs) >

Bootstrap Method > # Purpose: understand how bootstrap method works > obs=c(11.96, 5.03, 67.40, 16.07, 31.50, 7.73, 11.10, 22.38) > n=length(obs) > Btstrap Methd > # Purpse: understand hw btstrap methd wrks > bs=c(11.96, 5.03, 67.40, 16.07, 31.50, 7.73, 11.10, 22.38) > n=length(bs) > mean(bs) [1] 21.64625 > # estimate f lambda > lambda = 1/mean(bs);

More information

Pattern Recognition 2014 Support Vector Machines

Pattern Recognition 2014 Support Vector Machines Pattern Recgnitin 2014 Supprt Vectr Machines Ad Feelders Universiteit Utrecht Ad Feelders ( Universiteit Utrecht ) Pattern Recgnitin 1 / 55 Overview 1 Separable Case 2 Kernel Functins 3 Allwing Errrs (Sft

More information

Checking the resolved resonance region in EXFOR database

Checking the resolved resonance region in EXFOR database Checking the reslved resnance regin in EXFOR database Gttfried Bertn Sciété de Calcul Mathématique (SCM) Oscar Cabells OECD/NEA Data Bank JEFF Meetings - Sessin JEFF Experiments Nvember 0-4, 017 Bulgne-Billancurt,

More information

NUROP CONGRESS PAPER CHINESE PINYIN TO CHINESE CHARACTER CONVERSION

NUROP CONGRESS PAPER CHINESE PINYIN TO CHINESE CHARACTER CONVERSION NUROP Chinese Pinyin T Chinese Character Cnversin NUROP CONGRESS PAPER CHINESE PINYIN TO CHINESE CHARACTER CONVERSION CHIA LI SHI 1 AND LUA KIM TENG 2 Schl f Cmputing, Natinal University f Singapre 3 Science

More information

Determining the Accuracy of Modal Parameter Estimation Methods

Determining the Accuracy of Modal Parameter Estimation Methods Determining the Accuracy f Mdal Parameter Estimatin Methds by Michael Lee Ph.D., P.E. & Mar Richardsn Ph.D. Structural Measurement Systems Milpitas, CA Abstract The mst cmmn type f mdal testing system

More information

Chapter 3: Cluster Analysis

Chapter 3: Cluster Analysis Chapter 3: Cluster Analysis } 3.1 Basic Cncepts f Clustering 3.1.1 Cluster Analysis 3.1. Clustering Categries } 3. Partitining Methds 3..1 The principle 3.. K-Means Methd 3..3 K-Medids Methd 3..4 CLARA

More information

Part 3 Introduction to statistical classification techniques

Part 3 Introduction to statistical classification techniques Part 3 Intrductin t statistical classificatin techniques Machine Learning, Part 3, March 07 Fabi Rli Preamble ØIn Part we have seen that if we knw: Psterir prbabilities P(ω i / ) Or the equivalent terms

More information

A Scalable Recurrent Neural Network Framework for Model-free

A Scalable Recurrent Neural Network Framework for Model-free A Scalable Recurrent Neural Netwrk Framewrk fr Mdel-free POMDPs April 3, 2007 Zhenzhen Liu, Itamar Elhanany Machine Intelligence Lab Department f Electrical and Cmputer Engineering The University f Tennessee

More information

Math Foundations 20 Work Plan

Math Foundations 20 Work Plan Math Fundatins 20 Wrk Plan Units / Tpics 20.8 Demnstrate understanding f systems f linear inequalities in tw variables. Time Frame December 1-3 weeks 6-10 Majr Learning Indicatrs Identify situatins relevant

More information

Design and Simulation of Dc-Dc Voltage Converters Using Matlab/Simulink

Design and Simulation of Dc-Dc Voltage Converters Using Matlab/Simulink American Jurnal f Engineering Research (AJER) 016 American Jurnal f Engineering Research (AJER) e-issn: 30-0847 p-issn : 30-0936 Vlume-5, Issue-, pp-9-36 www.ajer.rg Research Paper Open Access Design and

More information

Least Squares Optimal Filtering with Multirate Observations

Least Squares Optimal Filtering with Multirate Observations Prc. 36th Asilmar Cnf. n Signals, Systems, and Cmputers, Pacific Grve, CA, Nvember 2002 Least Squares Optimal Filtering with Multirate Observatins Charles W. herrien and Anthny H. Hawes Department f Electrical

More information

Dataflow Analysis and Abstract Interpretation

Dataflow Analysis and Abstract Interpretation Dataflw Analysis and Abstract Interpretatin Cmputer Science and Artificial Intelligence Labratry MIT Nvember 9, 2015 Recap Last time we develped frm first principles an algrithm t derive invariants. Key

More information

1996 Engineering Systems Design and Analysis Conference, Montpellier, France, July 1-4, 1996, Vol. 7, pp

1996 Engineering Systems Design and Analysis Conference, Montpellier, France, July 1-4, 1996, Vol. 7, pp THE POWER AND LIMIT OF NEURAL NETWORKS T. Y. Lin Department f Mathematics and Cmputer Science San Jse State University San Jse, Califrnia 959-003 tylin@cs.ssu.edu and Bereley Initiative in Sft Cmputing*

More information

5.4 Measurement Sampling Rates for Daily Maximum and Minimum Temperatures

5.4 Measurement Sampling Rates for Daily Maximum and Minimum Temperatures 5.4 Measurement Sampling Rates fr Daily Maximum and Minimum Temperatures 1 1 2 X. Lin, K. G. Hubbard, and C. B. Baker University f Nebraska, Lincln, Nebraska 2 Natinal Climatic Data Center 1 1. INTRODUCTION

More information

THERMAL-VACUUM VERSUS THERMAL- ATMOSPHERIC TESTS OF ELECTRONIC ASSEMBLIES

THERMAL-VACUUM VERSUS THERMAL- ATMOSPHERIC TESTS OF ELECTRONIC ASSEMBLIES PREFERRED RELIABILITY PAGE 1 OF 5 PRACTICES PRACTICE NO. PT-TE-1409 THERMAL-VACUUM VERSUS THERMAL- ATMOSPHERIC Practice: Perfrm all thermal envirnmental tests n electrnic spaceflight hardware in a flight-like

More information

Learning to Control an Unstable System with Forward Modeling

Learning to Control an Unstable System with Forward Modeling 324 Jrdan and Jacbs Learning t Cntrl an Unstable System with Frward Mdeling Michael I. Jrdan Brain and Cgnitive Sciences MIT Cambridge, MA 02139 Rbert A. Jacbs Cmputer and Infrmatin Sciences University

More information

Physical Layer: Outline

Physical Layer: Outline 18-: Intrductin t Telecmmunicatin Netwrks Lectures : Physical Layer Peter Steenkiste Spring 01 www.cs.cmu.edu/~prs/nets-ece Physical Layer: Outline Digital Representatin f Infrmatin Characterizatin f Cmmunicatin

More information

Analysis on the Stability of Reservoir Soil Slope Based on Fuzzy Artificial Neural Network

Analysis on the Stability of Reservoir Soil Slope Based on Fuzzy Artificial Neural Network Research Jurnal f Applied Sciences, Engineering and Technlgy 5(2): 465-469, 2013 ISSN: 2040-7459; E-ISSN: 2040-7467 Maxwell Scientific Organizatin, 2013 Submitted: May 08, 2012 Accepted: May 29, 2012 Published:

More information

Data Mining: Concepts and Techniques. Classification and Prediction. Chapter February 8, 2007 CSE-4412: Data Mining 1

Data Mining: Concepts and Techniques. Classification and Prediction. Chapter February 8, 2007 CSE-4412: Data Mining 1 Data Mining: Cncepts and Techniques Classificatin and Predictin Chapter 6.4-6 February 8, 2007 CSE-4412: Data Mining 1 Chapter 6 Classificatin and Predictin 1. What is classificatin? What is predictin?

More information

COMP 551 Applied Machine Learning Lecture 5: Generative models for linear classification

COMP 551 Applied Machine Learning Lecture 5: Generative models for linear classification COMP 551 Applied Machine Learning Lecture 5: Generative mdels fr linear classificatin Instructr: Herke van Hf (herke.vanhf@mail.mcgill.ca) Slides mstly by: Jelle Pineau Class web page: www.cs.mcgill.ca/~hvanh2/cmp551

More information

CS 477/677 Analysis of Algorithms Fall 2007 Dr. George Bebis Course Project Due Date: 11/29/2007

CS 477/677 Analysis of Algorithms Fall 2007 Dr. George Bebis Course Project Due Date: 11/29/2007 CS 477/677 Analysis f Algrithms Fall 2007 Dr. Gerge Bebis Curse Prject Due Date: 11/29/2007 Part1: Cmparisn f Srting Algrithms (70% f the prject grade) The bjective f the first part f the assignment is

More information

CHAPTER 3 INEQUALITIES. Copyright -The Institute of Chartered Accountants of India

CHAPTER 3 INEQUALITIES. Copyright -The Institute of Chartered Accountants of India CHAPTER 3 INEQUALITIES Cpyright -The Institute f Chartered Accuntants f India INEQUALITIES LEARNING OBJECTIVES One f the widely used decisin making prblems, nwadays, is t decide n the ptimal mix f scarce

More information

Methods for Determination of Mean Speckle Size in Simulated Speckle Pattern

Methods for Determination of Mean Speckle Size in Simulated Speckle Pattern 0.478/msr-04-004 MEASUREMENT SCENCE REVEW, Vlume 4, N. 3, 04 Methds fr Determinatin f Mean Speckle Size in Simulated Speckle Pattern. Hamarvá, P. Šmíd, P. Hrváth, M. Hrabvský nstitute f Physics f the Academy

More information

x 1 Outline IAML: Logistic Regression Decision Boundaries Example Data

x 1 Outline IAML: Logistic Regression Decision Boundaries Example Data Outline IAML: Lgistic Regressin Charles Suttn and Victr Lavrenk Schl f Infrmatics Semester Lgistic functin Lgistic regressin Learning lgistic regressin Optimizatin The pwer f nn-linear basis functins Least-squares

More information

Resampling Methods. Cross-validation, Bootstrapping. Marek Petrik 2/21/2017

Resampling Methods. Cross-validation, Bootstrapping. Marek Petrik 2/21/2017 Resampling Methds Crss-validatin, Btstrapping Marek Petrik 2/21/2017 Sme f the figures in this presentatin are taken frm An Intrductin t Statistical Learning, with applicatins in R (Springer, 2013) with

More information

A New Evaluation Measure. J. Joiner and L. Werner. The problems of evaluation and the needed criteria of evaluation

A New Evaluation Measure. J. Joiner and L. Werner. The problems of evaluation and the needed criteria of evaluation III-l III. A New Evaluatin Measure J. Jiner and L. Werner Abstract The prblems f evaluatin and the needed criteria f evaluatin measures in the SMART system f infrmatin retrieval are reviewed and discussed.

More information

Linear Classification

Linear Classification Linear Classificatin CS 54: Machine Learning Slides adapted frm Lee Cper, Jydeep Ghsh, and Sham Kakade Review: Linear Regressin CS 54 [Spring 07] - H Regressin Given an input vectr x T = (x, x,, xp), we

More information

Churn Prediction using Dynamic RFM-Augmented node2vec

Churn Prediction using Dynamic RFM-Augmented node2vec Churn Predictin using Dynamic RFM-Augmented nde2vec Sandra Mitrvić, Jchen de Weerdt, Bart Baesens & Wilfried Lemahieu Department f Decisin Sciences and Infrmatin Management, KU Leuven 18 September 2017,

More information

Perfrmance f Sensitizing Rules n Shewhart Cntrl Charts with Autcrrelated Data Key Wrds: Autregressive, Mving Average, Runs Tests, Shewhart Cntrl Chart

Perfrmance f Sensitizing Rules n Shewhart Cntrl Charts with Autcrrelated Data Key Wrds: Autregressive, Mving Average, Runs Tests, Shewhart Cntrl Chart Perfrmance f Sensitizing Rules n Shewhart Cntrl Charts with Autcrrelated Data Sandy D. Balkin Dennis K. J. Lin y Pennsylvania State University, University Park, PA 16802 Sandy Balkin is a graduate student

More information

AP Statistics Notes Unit Two: The Normal Distributions

AP Statistics Notes Unit Two: The Normal Distributions AP Statistics Ntes Unit Tw: The Nrmal Distributins Syllabus Objectives: 1.5 The student will summarize distributins f data measuring the psitin using quartiles, percentiles, and standardized scres (z-scres).

More information

CONSTRUCTING STATECHART DIAGRAMS

CONSTRUCTING STATECHART DIAGRAMS CONSTRUCTING STATECHART DIAGRAMS The fllwing checklist shws the necessary steps fr cnstructing the statechart diagrams f a class. Subsequently, we will explain the individual steps further. Checklist 4.6

More information

Lecture 2: Supervised vs. unsupervised learning, bias-variance tradeoff

Lecture 2: Supervised vs. unsupervised learning, bias-variance tradeoff Lecture 2: Supervised vs. unsupervised learning, bias-variance tradeff Reading: Chapter 2 STATS 202: Data mining and analysis September 27, 2017 1 / 20 Supervised vs. unsupervised learning In unsupervised

More information

Differentiation Applications 1: Related Rates

Differentiation Applications 1: Related Rates Differentiatin Applicatins 1: Related Rates 151 Differentiatin Applicatins 1: Related Rates Mdel 1: Sliding Ladder 10 ladder y 10 ladder 10 ladder A 10 ft ladder is leaning against a wall when the bttm

More information

CHAPTER 24: INFERENCE IN REGRESSION. Chapter 24: Make inferences about the population from which the sample data came.

CHAPTER 24: INFERENCE IN REGRESSION. Chapter 24: Make inferences about the population from which the sample data came. MATH 1342 Ch. 24 April 25 and 27, 2013 Page 1 f 5 CHAPTER 24: INFERENCE IN REGRESSION Chapters 4 and 5: Relatinships between tw quantitative variables. Be able t Make a graph (scatterplt) Summarize the

More information

Lecture 2: Supervised vs. unsupervised learning, bias-variance tradeoff

Lecture 2: Supervised vs. unsupervised learning, bias-variance tradeoff Lecture 2: Supervised vs. unsupervised learning, bias-variance tradeff Reading: Chapter 2 STATS 202: Data mining and analysis September 27, 2017 1 / 20 Supervised vs. unsupervised learning In unsupervised

More information

^YawataR&D Laboratory, Nippon Steel Corporation, Tobata, Kitakyushu, Japan

^YawataR&D Laboratory, Nippon Steel Corporation, Tobata, Kitakyushu, Japan Detectin f fatigue crack initiatin frm a ntch under a randm lad C. Makabe," S. Nishida^C. Urashima,' H. Kaneshir* "Department f Mechanical Systems Engineering, University f the Ryukyus, Nishihara, kinawa,

More information

Agenda. What is Machine Learning? Learning Type of Learning: Supervised, Unsupervised and semi supervised Classification

Agenda. What is Machine Learning? Learning Type of Learning: Supervised, Unsupervised and semi supervised Classification Agenda Artificial Intelligence and its applicatins Lecture 6 Supervised Learning Prfessr Daniel Yeung danyeung@ieee.rg Dr. Patrick Chan patrickchan@ieee.rg Suth China University f Technlgy, China Learning

More information

DEFENSE OCCUPATIONAL AND ENVIRONMENTAL HEALTH READINESS SYSTEM (DOEHRS) ENVIRONMENTAL HEALTH SAMPLING ELECTRONIC DATA DELIVERABLE (EDD) GUIDE

DEFENSE OCCUPATIONAL AND ENVIRONMENTAL HEALTH READINESS SYSTEM (DOEHRS) ENVIRONMENTAL HEALTH SAMPLING ELECTRONIC DATA DELIVERABLE (EDD) GUIDE DEFENSE OCCUPATIOL AND ENVIRONMENTAL HEALTH READINESS SYSTEM (DOEHRS) ENVIRONMENTAL HEALTH SAMPLING ELECTRONIC DATA DELIVERABLE (EDD) GUIDE 20 JUNE 2017 V1.0 i TABLE OF CONTENTS 1 INTRODUCTION... 1 2 CONCEPT

More information

APPLICATION OF THE BRATSETH SCHEME FOR HIGH LATITUDE INTERMITTENT DATA ASSIMILATION USING THE PSU/NCAR MM5 MESOSCALE MODEL

APPLICATION OF THE BRATSETH SCHEME FOR HIGH LATITUDE INTERMITTENT DATA ASSIMILATION USING THE PSU/NCAR MM5 MESOSCALE MODEL JP2.11 APPLICATION OF THE BRATSETH SCHEME FOR HIGH LATITUDE INTERMITTENT DATA ASSIMILATION USING THE PSU/NCAR MM5 MESOSCALE MODEL Xingang Fan * and Jeffrey S. Tilley University f Alaska Fairbanks, Fairbanks,

More information

NAME: Prof. Ruiz. 1. [5 points] What is the difference between simple random sampling and stratified random sampling?

NAME: Prof. Ruiz. 1. [5 points] What is the difference between simple random sampling and stratified random sampling? CS4445 ata Mining and Kwledge iscery in atabases. B Term 2014 Exam 1 Nember 24, 2014 Prf. Carlina Ruiz epartment f Cmputer Science Wrcester Plytechnic Institute NAME: Prf. Ruiz Prblem I: Prblem II: Prblem

More information

Resampling Methods. Chapter 5. Chapter 5 1 / 52

Resampling Methods. Chapter 5. Chapter 5 1 / 52 Resampling Methds Chapter 5 Chapter 5 1 / 52 1 51 Validatin set apprach 2 52 Crss validatin 3 53 Btstrap Chapter 5 2 / 52 Abut Resampling An imprtant statistical tl Pretending the data as ppulatin and

More information

CHAPTER 4 DIAGNOSTICS FOR INFLUENTIAL OBSERVATIONS

CHAPTER 4 DIAGNOSTICS FOR INFLUENTIAL OBSERVATIONS CHAPTER 4 DIAGNOSTICS FOR INFLUENTIAL OBSERVATIONS 1 Influential bservatins are bservatins whse presence in the data can have a distrting effect n the parameter estimates and pssibly the entire analysis,

More information

ENG2410 Digital Design Sequential Circuits: Part A

ENG2410 Digital Design Sequential Circuits: Part A ENG2410 Digital Design Sequential Circuits: Part A Fall 2017 S. Areibi Schl f Engineering University f Guelph Week #6 Tpics Sequential Circuit Definitins Latches Flip-Flps Delays in Sequential Circuits

More information

Temperature sensor / Dual Temp+Humidity

Temperature sensor / Dual Temp+Humidity www.akcp.cm Temperature sensr / Dual Temp+Humidity Intrductin Temperature sensrs are imprtant where ptimum temperature cntrl is paramunt. If there is an air cnditining malfunctin r abnrmal weather cnditins,

More information

, which yields. where z1. and z2

, which yields. where z1. and z2 The Gaussian r Nrmal PDF, Page 1 The Gaussian r Nrmal Prbability Density Functin Authr: Jhn M Cimbala, Penn State University Latest revisin: 11 September 13 The Gaussian r Nrmal Prbability Density Functin

More information

3D FE Modeling Simulation of Cold Rotary Forging with Double Symmetry Rolls X. H. Han 1, a, L. Hua 1, b, Y. M. Zhao 1, c

3D FE Modeling Simulation of Cold Rotary Forging with Double Symmetry Rolls X. H. Han 1, a, L. Hua 1, b, Y. M. Zhao 1, c Materials Science Frum Online: 2009-08-31 ISSN: 1662-9752, Vls. 628-629, pp 623-628 di:10.4028/www.scientific.net/msf.628-629.623 2009 Trans Tech Publicatins, Switzerland 3D FE Mdeling Simulatin f Cld

More information

Physics 2010 Motion with Constant Acceleration Experiment 1

Physics 2010 Motion with Constant Acceleration Experiment 1 . Physics 00 Mtin with Cnstant Acceleratin Experiment In this lab, we will study the mtin f a glider as it accelerates dwnhill n a tilted air track. The glider is supprted ver the air track by a cushin

More information

Floating Point Method for Solving Transportation. Problems with Additional Constraints

Floating Point Method for Solving Transportation. Problems with Additional Constraints Internatinal Mathematical Frum, Vl. 6, 20, n. 40, 983-992 Flating Pint Methd fr Slving Transprtatin Prblems with Additinal Cnstraints P. Pandian and D. Anuradha Department f Mathematics, Schl f Advanced

More information

Synchronous Motor V-Curves

Synchronous Motor V-Curves Synchrnus Mtr V-Curves 1 Synchrnus Mtr V-Curves Intrductin Synchrnus mtrs are used in applicatins such as textile mills where cnstant speed peratin is critical. Mst small synchrnus mtrs cntain squirrel

More information

Temperature sensor / Dual Temp+Humidity

Temperature sensor / Dual Temp+Humidity www.akcp.cm Temperature sensr / Dual Temp+Humidity Intrductin Temperature sensrs are imprtant where ptimum temperature cntrl is paramunt. If there is an air cnditining malfunctin r abnrmal weather cnditins,

More information

o o IMPORTANT REMINDERS Reports will be graded largely on their ability to clearly communicate results and important conclusions.

o o IMPORTANT REMINDERS Reports will be graded largely on their ability to clearly communicate results and important conclusions. BASD High Schl Frmal Lab Reprt GENERAL INFORMATION 12 pt Times New Rman fnt Duble-spaced, if required by yur teacher 1 inch margins n all sides (tp, bttm, left, and right) Always write in third persn (avid

More information

Biplots in Practice MICHAEL GREENACRE. Professor of Statistics at the Pompeu Fabra University. Chapter 13 Offprint

Biplots in Practice MICHAEL GREENACRE. Professor of Statistics at the Pompeu Fabra University. Chapter 13 Offprint Biplts in Practice MICHAEL GREENACRE Prfessr f Statistics at the Pmpeu Fabra University Chapter 13 Offprint CASE STUDY BIOMEDICINE Cmparing Cancer Types Accrding t Gene Epressin Arrays First published:

More information

EASTERN ARIZONA COLLEGE Introduction to Statistics

EASTERN ARIZONA COLLEGE Introduction to Statistics EASTERN ARIZONA COLLEGE Intrductin t Statistics Curse Design 2014-2015 Curse Infrmatin Divisin Scial Sciences Curse Number PSY 220 Title Intrductin t Statistics Credits 3 Develped by Adam Stinchcmbe Lecture/Lab

More information

ENG2410 Digital Design Arithmetic Circuits

ENG2410 Digital Design Arithmetic Circuits ENG24 Digital Design Arithmetic Circuits Fall 27 S. Areibi Schl f Engineering University f Guelph Recall: Arithmetic -- additin Binary additin is similar t decimal arithmetic N carries + + Remember: +

More information

Simulation of Line Outage Distribution Factors (L.O.D.F) Calculation for N-Buses System

Simulation of Line Outage Distribution Factors (L.O.D.F) Calculation for N-Buses System Simulatin f Line Outage Distributin Factrs (L.O.D.F) Calculatin fr N-Buses System Rashid H. AL-Rubayi Department f Electrical Engineering, University f Technlgy Afaneen A. Abd Department f Electrical Engineering,

More information

AMERICAN PETROLEUM INSTITUTE API RP 581 RISK BASED INSPECTION BASE RESOURCE DOCUMENT BALLOT COVER PAGE

AMERICAN PETROLEUM INSTITUTE API RP 581 RISK BASED INSPECTION BASE RESOURCE DOCUMENT BALLOT COVER PAGE Ballt ID: Title: USING LIFE EXTENSION FACTOR (LEF) TO INCREASE BUNDLE INSPECTION INTERVAL Purpse: 1. Prvides a methd t increase a bundle s inspectin interval t accunt fr LEF. 2. Clarifies Table 8.6.5 Als

More information

Technical Note

Technical Note CO &< S8 i CO PJ < '! t-i H i M Q H U3 CO w w ESD-TR-68-188 ESD RECORD COPY RETURN TO SCIENTIFIC & TECHNICAL INFORMATION DIVISION (ESTi), BUILDING 1211 ESD ACCESSION LIST ESTI Call N. AL 61616 Cpy N. f

More information

5 th grade Common Core Standards

5 th grade Common Core Standards 5 th grade Cmmn Cre Standards In Grade 5, instructinal time shuld fcus n three critical areas: (1) develping fluency with additin and subtractin f fractins, and develping understanding f the multiplicatin

More information

BASD HIGH SCHOOL FORMAL LAB REPORT

BASD HIGH SCHOOL FORMAL LAB REPORT BASD HIGH SCHOOL FORMAL LAB REPORT *WARNING: After an explanatin f what t include in each sectin, there is an example f hw the sectin might lk using a sample experiment Keep in mind, the sample lab used

More information

k-nearest Neighbor How to choose k Average of k points more reliable when: Large k: noise in attributes +o o noise in class labels

k-nearest Neighbor How to choose k Average of k points more reliable when: Large k: noise in attributes +o o noise in class labels Mtivating Example Memry-Based Learning Instance-Based Learning K-earest eighbr Inductive Assumptin Similar inputs map t similar utputs If nt true => learning is impssible If true => learning reduces t

More information

Support-Vector Machines

Support-Vector Machines Supprt-Vectr Machines Intrductin Supprt vectr machine is a linear machine with sme very nice prperties. Haykin chapter 6. See Alpaydin chapter 13 fr similar cntent. Nte: Part f this lecture drew material

More information

MODULAR DECOMPOSITION OF THE NOR-TSUM MULTIPLE-VALUED PLA

MODULAR DECOMPOSITION OF THE NOR-TSUM MULTIPLE-VALUED PLA MODUAR DECOMPOSITION OF THE NOR-TSUM MUTIPE-AUED PA T. KAGANOA, N. IPNITSKAYA, G. HOOWINSKI k Belarusian State University f Infrmatics and Radielectrnics, abratry f Image Prcessing and Pattern Recgnitin.

More information

Evaluating enterprise support: state of the art and future challenges. Dirk Czarnitzki KU Leuven, Belgium, and ZEW Mannheim, Germany

Evaluating enterprise support: state of the art and future challenges. Dirk Czarnitzki KU Leuven, Belgium, and ZEW Mannheim, Germany Evaluating enterprise supprt: state f the art and future challenges Dirk Czarnitzki KU Leuven, Belgium, and ZEW Mannheim, Germany Intrductin During the last decade, mircecnmetric ecnmetric cunterfactual

More information

PSU GISPOPSCI June 2011 Ordinary Least Squares & Spatial Linear Regression in GeoDa

PSU GISPOPSCI June 2011 Ordinary Least Squares & Spatial Linear Regression in GeoDa There are tw parts t this lab. The first is intended t demnstrate hw t request and interpret the spatial diagnstics f a standard OLS regressin mdel using GeDa. The diagnstics prvide infrmatin abut the

More information

Multiple Source Multiple. using Network Coding

Multiple Source Multiple. using Network Coding Multiple Surce Multiple Destinatin Tplgy Inference using Netwrk Cding Pegah Sattari EECS, UC Irvine Jint wrk with Athina Markpulu, at UCI, Christina Fraguli, at EPFL, Lausanne Outline Netwrk Tmgraphy Gal,

More information

The standards are taught in the following sequence.

The standards are taught in the following sequence. B L U E V A L L E Y D I S T R I C T C U R R I C U L U M MATHEMATICS Third Grade In grade 3, instructinal time shuld fcus n fur critical areas: (1) develping understanding f multiplicatin and divisin and

More information

Distributions, spatial statistics and a Bayesian perspective

Distributions, spatial statistics and a Bayesian perspective Distributins, spatial statistics and a Bayesian perspective Dug Nychka Natinal Center fr Atmspheric Research Distributins and densities Cnditinal distributins and Bayes Thm Bivariate nrmal Spatial statistics

More information

A Novel Isolated Buck-Boost Converter

A Novel Isolated Buck-Boost Converter vel slated uck-st Cnverter S-Sek Kim *,WOO-J JG,JOOG-HO SOG, Ok-K Kang, and Hee-Jn Kim ept. f Electrical Eng., Seul atinal University f Technlgy, Krea Schl f Electrical and Cmputer Eng., Hanyang University,

More information

COMP 551 Applied Machine Learning Lecture 4: Linear classification

COMP 551 Applied Machine Learning Lecture 4: Linear classification COMP 551 Applied Machine Learning Lecture 4: Linear classificatin Instructr: Jelle Pineau (jpineau@cs.mcgill.ca) Class web page: www.cs.mcgill.ca/~jpineau/cmp551 Unless therwise nted, all material psted

More information

Level Control in Horizontal Tank by Fuzzy-PID Cascade Controller

Level Control in Horizontal Tank by Fuzzy-PID Cascade Controller Wrld Academy f Science, Engineering and Technlgy 5 007 Level Cntrl in Hrizntal Tank by Fuzzy-PID Cascade Cntrller Satean Tunyasrirut, and Santi Wangnipparnt Abstract The paper describes the Fuzzy PID cascade

More information

1 The limitations of Hartree Fock approximation

1 The limitations of Hartree Fock approximation Chapter: Pst-Hartree Fck Methds - I The limitatins f Hartree Fck apprximatin The n electrn single determinant Hartree Fck wave functin is the variatinal best amng all pssible n electrn single determinants

More information

Hypothesis Tests for One Population Mean

Hypothesis Tests for One Population Mean Hypthesis Tests fr One Ppulatin Mean Chapter 9 Ala Abdelbaki Objective Objective: T estimate the value f ne ppulatin mean Inferential statistics using statistics in rder t estimate parameters We will be

More information

On Huntsberger Type Shrinkage Estimator for the Mean of Normal Distribution ABSTRACT INTRODUCTION

On Huntsberger Type Shrinkage Estimator for the Mean of Normal Distribution ABSTRACT INTRODUCTION Malaysian Jurnal f Mathematical Sciences 4(): 7-4 () On Huntsberger Type Shrinkage Estimatr fr the Mean f Nrmal Distributin Department f Mathematical and Physical Sciences, University f Nizwa, Sultanate

More information

Aerodynamic Separability in Tip Speed Ratio and Separability in Wind Speed- a Comparison

Aerodynamic Separability in Tip Speed Ratio and Separability in Wind Speed- a Comparison Jurnal f Physics: Cnference Series OPEN ACCESS Aerdynamic Separability in Tip Speed Rati and Separability in Wind Speed- a Cmparisn T cite this article: M L Gala Sants et al 14 J. Phys.: Cnf. Ser. 555

More information

Dead-beat controller design

Dead-beat controller design J. Hetthéssy, A. Barta, R. Bars: Dead beat cntrller design Nvember, 4 Dead-beat cntrller design In sampled data cntrl systems the cntrller is realised by an intelligent device, typically by a PLC (Prgrammable

More information

Computational modeling techniques

Computational modeling techniques Cmputatinal mdeling techniques Lecture 4: Mdel checing fr ODE mdels In Petre Department f IT, Åb Aademi http://www.users.ab.fi/ipetre/cmpmd/ Cntent Stichimetric matrix Calculating the mass cnservatin relatins

More information

ASSESSMENT OF REGIONAL EFFICIENCY IN CROATIA USING DATA ENVELOPMENT ANALYSIS

ASSESSMENT OF REGIONAL EFFICIENCY IN CROATIA USING DATA ENVELOPMENT ANALYSIS ASSESSMENT OF REGIONAL EFFICIENCY IN CROATIA USING DATA ENVELOPMENT ANALYSIS Danijela Rabar Juraj Dbrila University f Pula Department f Ecnmics and Turism Dr. Mij Mirkvić Preradvićeva 1, 52 100 Pula, Cratia

More information

CAUSAL INFERENCE. Technical Track Session I. Phillippe Leite. The World Bank

CAUSAL INFERENCE. Technical Track Session I. Phillippe Leite. The World Bank CAUSAL INFERENCE Technical Track Sessin I Phillippe Leite The Wrld Bank These slides were develped by Christel Vermeersch and mdified by Phillippe Leite fr the purpse f this wrkshp Plicy questins are causal

More information

initially lcated away frm the data set never win the cmpetitin, resulting in a nnptimal nal cdebk, [2] [3] [4] and [5]. Khnen's Self Organizing Featur

initially lcated away frm the data set never win the cmpetitin, resulting in a nnptimal nal cdebk, [2] [3] [4] and [5]. Khnen's Self Organizing Featur Cdewrd Distributin fr Frequency Sensitive Cmpetitive Learning with One Dimensinal Input Data Aristides S. Galanpuls and Stanley C. Ahalt Department f Electrical Engineering The Ohi State University Abstract

More information

T Algorithmic methods for data mining. Slide set 6: dimensionality reduction

T Algorithmic methods for data mining. Slide set 6: dimensionality reduction T-61.5060 Algrithmic methds fr data mining Slide set 6: dimensinality reductin reading assignment LRU bk: 11.1 11.3 PCA tutrial in mycurses (ptinal) ptinal: An Elementary Prf f a Therem f Jhnsn and Lindenstrauss,

More information

The Research on Flux Linkage Characteristic Based on BP and RBF Neural Network for Switched Reluctance Motor

The Research on Flux Linkage Characteristic Based on BP and RBF Neural Network for Switched Reluctance Motor Prgress In Electrmagnetics Research M, Vl. 35, 5 6, 24 The Research n Flux Linkage Characteristic Based n BP and RBF Neural Netwrk fr Switched Reluctance Mtr Yan Cai, *, Siyuan Sun, Chenhui Wang, and Cha

More information

Accreditation Information

Accreditation Information Accreditatin Infrmatin The ISSP urges members wh have achieved significant success in the field t apply fr higher levels f membership in rder t enjy the fllwing benefits: - Bth Prfessinal members and Fellws

More information

Department of Electrical Engineering, University of Waterloo. Introduction

Department of Electrical Engineering, University of Waterloo. Introduction Sectin 4: Sequential Circuits Majr Tpics Types f sequential circuits Flip-flps Analysis f clcked sequential circuits Mre and Mealy machines Design f clcked sequential circuits State transitin design methd

More information

High penetration of renewable resources and the impact on power system stability. Dharshana Muthumuni

High penetration of renewable resources and the impact on power system stability. Dharshana Muthumuni High penetratin f renewable resurces and the impact n pwer system stability Dharshana Muthumuni Outline Intrductin Discussin f case studies Suth Australia system event f September 2016 System Study integratin

More information

COMP 551 Applied Machine Learning Lecture 9: Support Vector Machines (cont d)

COMP 551 Applied Machine Learning Lecture 9: Support Vector Machines (cont d) COMP 551 Applied Machine Learning Lecture 9: Supprt Vectr Machines (cnt d) Instructr: Herke van Hf (herke.vanhf@mail.mcgill.ca) Slides mstly by: Class web page: www.cs.mcgill.ca/~hvanh2/cmp551 Unless therwise

More information

Space Shuttle Ascent Mass vs. Time

Space Shuttle Ascent Mass vs. Time Space Shuttle Ascent Mass vs. Time Backgrund This prblem is part f a series that applies algebraic principles in NASA s human spaceflight. The Space Shuttle Missin Cntrl Center (MCC) and the Internatinal

More information

3.4 Shrinkage Methods Prostate Cancer Data Example (Continued) Ridge Regression

3.4 Shrinkage Methods Prostate Cancer Data Example (Continued) Ridge Regression 3.3.4 Prstate Cancer Data Example (Cntinued) 3.4 Shrinkage Methds 61 Table 3.3 shws the cefficients frm a number f different selectin and shrinkage methds. They are best-subset selectin using an all-subsets

More information

MEASUREMENT OF MECHANICAL LOSSES IN THE COMBUSTION ENGINES

MEASUREMENT OF MECHANICAL LOSSES IN THE COMBUSTION ENGINES Jurnal f KONES Pwertrain and Transprt, Vl. 17, N. 3 2010 MEASUREMENT OF MECHANICAL LOSSES IN THE COMBUSTION ENGINES Ond ej Dráb, Rbert Vženílek, Stanislav Berun Technical University f Liberec, Department

More information

APPLICATION GUIDE (v4.1)

APPLICATION GUIDE (v4.1) 2.2.3 VitalSensrs VS-300 Sensr Management Statin Remte/Relay Guide Implementing Remte-IN/Relay-OUT Digital I/O Fieldbus Objective: Equipment: Becme familiar with the instrument wiring requirements fr the

More information

ENSC Discrete Time Systems. Project Outline. Semester

ENSC Discrete Time Systems. Project Outline. Semester ENSC 49 - iscrete Time Systems Prject Outline Semester 006-1. Objectives The gal f the prject is t design a channel fading simulatr. Upn successful cmpletin f the prject, yu will reinfrce yur understanding

More information

Snow avalanche runout from two Canadian mountain ranges

Snow avalanche runout from two Canadian mountain ranges Annals f Glacilgy 18 1993 Internati n al Glaciigicai Sciety Snw avalanche runut frm tw Canadian muntain ranges D.J. NIXON AND D. M. MCCLUNG Department f Civil Engineering, University f British Clumbia,

More information

A mathematical model for complete stress-strain curve prediction of permeable concrete

A mathematical model for complete stress-strain curve prediction of permeable concrete A mathematical mdel fr cmplete stress-strain curve predictin f permeable cncrete M. K. Hussin Y. Zhuge F. Bullen W. P. Lkuge Faculty f Engineering and Surveying, University f Suthern Queensland, Twmba,

More information

WRITING THE REPORT. Organizing the report. Title Page. Table of Contents

WRITING THE REPORT. Organizing the report. Title Page. Table of Contents WRITING THE REPORT Organizing the reprt Mst reprts shuld be rganized in the fllwing manner. Smetime there is a valid reasn t include extra chapters in within the bdy f the reprt. 1. Title page 2. Executive

More information

The blessing of dimensionality for kernel methods

The blessing of dimensionality for kernel methods fr kernel methds Building classifiers in high dimensinal space Pierre Dupnt Pierre.Dupnt@ucluvain.be Classifiers define decisin surfaces in sme feature space where the data is either initially represented

More information

MATHEMATICS SYLLABUS SECONDARY 5th YEAR

MATHEMATICS SYLLABUS SECONDARY 5th YEAR Eurpean Schls Office f the Secretary-General Pedaggical Develpment Unit Ref. : 011-01-D-8-en- Orig. : EN MATHEMATICS SYLLABUS SECONDARY 5th YEAR 6 perid/week curse APPROVED BY THE JOINT TEACHING COMMITTEE

More information

User Guide: Operation of ActiveAhead Mobile Application

User Guide: Operation of ActiveAhead Mobile Application 1 (11) User Guide: Operatin f ActiveAhead Mbile Applicatin The ActiveAhead mbile applicatin allws yu t adjust the luminaire parameters f an ActiveAhead slutin. T use this applicatin yu must have an apprved

More information

SUPPLEMENTARY MATERIAL GaGa: a simple and flexible hierarchical model for microarray data analysis

SUPPLEMENTARY MATERIAL GaGa: a simple and flexible hierarchical model for microarray data analysis SUPPLEMENTARY MATERIAL GaGa: a simple and flexible hierarchical mdel fr micrarray data analysis David Rssell Department f Bistatistics M.D. Andersn Cancer Center, Hustn, TX 77030, USA rsselldavid@gmail.cm

More information