A Comparison of the Discretization Approach for CST and Discretization Approach for VDM

Size: px
Start display at page:

Download "A Comparison of the Discretization Approach for CST and Discretization Approach for VDM"

Transcription

1 Interntionl Journl of Innovtive Reserch in Advnced Engineering (IJIRAE) Volume1 Issue1 (Mrch 2014) A Comprison of the Discretiztion Approch for CST nd Discretiztion Approch for VDM Omr A. A. Shib Fculty of Science, Sebh University- Liby E-mil: bumod99@gmil.com Abstrct- The preprocessing dt is the most importnt tsk in dt mining steps. Discretiztion process is known to be one of the most importnt dt preprocessing tsks in dt mining. Presently, mny discretiztion methods re vilble. Discretiztion methods re used to reduce the number of vlues for given continuous ttributes by dividing the rnge of the ttribute into intervls. Discretiztion mkes lerning more ccurte nd fster. This pper will investigte the effects of discretiztion of continuous ttributes in dtset to the performnce of Cse Slicing Technique s clssifiction method nd compred it with nother clssifiction pproch which will be generic version of the VDM lgorithm the discretized vlue difference metric (DVDM). Keywords- dt mining, discretiztion, clssifiction, slicing, preprocessing. I. INTRODUCTION Dt mining clssifiction lgorithms developed to produce solution to improving the efficiency of systems includes lot of dt. Clssifiction is widely used technique in vrious fields, including dt mining whose gol is clssify lrge dtset into predefined clsses. In dtset the ttributes my be continuous, ctegoricl nd binry. However, most ttributes in rel world re in continuous form [1]. This pper will investigte the effects of discretiztion of continuous ttributes in dtset to the performnce of two clssifiction methods, generic version of the VDM lgorithm the discretized vlue difference metric (DVDM) nd the improved discretiztion pproch of Cse Slicing Technique (CST) [2]. The im is to show tht discretiztion will improve the ccurcy of CST clssifier more thn the VDM clssifier. The dtsets to be used re the Iris Plnts Dtset (IRIS), Credit Crd Applictions (CRX), Heptitis Domin (HEPA) nd Clevelnd Hert Disese (CLEV) from the UCI Mchine Lerning Repository [3]. All dtsets hve been discretized nd feed to clssifiction lgorithms. The rest of this pper is orgnized s follows: the next section presents some preprocessing dt tsks. Section 3 presents experimentl results tht compre the performnce of the lgorithms. Finlly the conclusion is presented in section 4. II. DATA PREPROCESSING In this section some preprocessing dt tsks such s discretiztion, weighting ttributes, similrity computtion etc. tht needed by ttribute selection pproch will be discussed. A. Identify ttributes Types Attributes cn be continuous or discrete. A continuous (or continuously-vlued) ttribute uses rel vlues. A discrete ttribute is one tht cn hve only fixed set of vlues, nd cn be either symbolic or liner. A liner discrete ttribute cn hve only discrete set of liner vlues. It cn be rgued tht ny vlue stored in computer is discrete t some levels. The reson continuous ttributes re treted differently is tht they cn hve so mny different vlues tht ech vlue my pper only rrely (perhps only once). This cuses problems for lgorithms such s Vlue Difference Metric (VDM) nd Cse Slicing Technique (CST) discussed in this Pper. These lgorithms depend on testing two vlues for equlity but these vlues will rrely be equl, though they my be quite close to ech other. A symbolic (or nominl) ttribute is discrete ttribute whose vlues re not in ny liner order. So, the continuous ttributes hve to be trnsformed into discrete vlues. This process is clled discretiztion, which will be discussed in subsection C. B. Weighting ttributes Most of the clssifiction lgorithms developed until now somehow try to mesure the reltive importnce of n ttribute in clssifiction compred to the others, nd use this knowledge while clssifying objects. IJIRAE , IJIRAE All Rights Reserved Pge - 1

2 Interntionl Journl of Innovtive Reserch in Advnced Engineering (IJIRAE) Volume1 Issue1 (Mrch 2014) Some of them try to determine the relevnt nd irrelevnt ttributes in set of ttributes in order to tke relevnt ttributes into ccount more thn the irrelevnt ones, nd some others ttempt to ssign weights ccording to the degree of relevnce on the clssifiction of instnces. In this stge of the Cse Slicing Technique, the bsic version of conditionl probbilities hs been used to mesure the importnce of ech ttribute in the clssifiction. The weight of ech ttribute hs been clculted to clssify the new cse by using this sttisticl pproch shown in Eq.1 nd Eq. 2. High weight vlues re ssigned to ttributes tht re highly correlted with the given clss. The conditionl probbilities hve been used becuse it gives rel weight for ech ttribute bsed on its repetition in the dtset nd bsed on the clss ttribute for ech cse. w i ) P( C i ) (1) ( P C i instnces contining i clss C (2) instnces contining i where the weight for ttribute of clss c is the conditionl probbility tht cse is member of c given the vlue of. Fig.1 gives the pseudo code for doing this. Let c be the output clss of cse i N,v,c = N,v,c + 1 {# of vlue v of ttribute with output clss c} N,v = N,v + 1 {# of vlue v of ttribute } For ech vlue v (of ttribute ) do For ech clss c do If N,v = 0 P,v,c = 0 Else p,v,c = N,v,c/N,v Endfor Endfor C. Discretiztion Fig. 1: Pseudo code for ssign weights to ttributes {using conditionl probbility} P(C i ) In dt mining, discretiztion process is known to be one of the most importnt dt preprocessing tsks. Most of the existing mchine lerning lgorithms is cpble of extrcting knowledge from dtbses tht store discrete ttributes. If the ttribute re continuous, the lgorithms cn be integrted with discretiztion lgorithms which trnsform them into discrete ttribute. Discretiztion methods re used to reduce the number of vlues for given continuous ttributes by dividing the rnge of the ttribute into intervls [4],[5]. Discretiztion mkes lerning more ccurte nd fster. Discretiztion s used in this pper nd in the mchine lerning literture in generl is process of trnsforming continuous ttribute vlue into finite number of intervls nd ssociting ech intervl with discrete, numericl vlue. The usul pproch for lerning tsks tht use mixed-mode (continuous nd discrete) dt is to perform discretiztion prior to the lerning process [6],[7],[8]. The discretiztion process first finds the number of discrete intervls, nd then the width, or the boundries for the intervls, given the rnge of vlues of continuous ttribute. More often thn not, the user must specify the number of intervls, or provide some heuristic rules to be used [9]. A vriety of discretiztion methods hve been developed in recent yers. Some models tht hve used the Vlue Difference Metrics (VDM) or vrints of it [10],[11],[12] hve discretized continuous ttributes into somewht rbitrry number of discrete rnges, nd then treted these vlues s nominl (discrete unordered) vlues. The discretiztion method proposed by Rndll nd Tony [13] nd hs been extended by Pyne nd Edwrds [14] s shown in Eq.3. IJIRAE , IJIRAE All Rights Reserved Pge - 2

3 Interntionl Journl of Innovtive Reserch in Advnced Engineering (IJIRAE) Volume1 Issue1 (Mrch 2014) x, if is discrete s, if x mx, else v disc ( x ) 1, if x min, else (3) ( x min ) / w 1 where w mx min (4) s where mx nd min re the mximum nd minimum vlues, respectively which occur in the trining set for ttribute nd s is n integer supplied by the user. Unfortuntely, there is currently little guidnce s to wht vlue should be ssigned to s. Current reserch is exmining more sophisticted techniques for determining good vlues of s, such s cross-vlidtion, or other sttisticl methods [13]. When using the slicing pproch, continuous vlues re discretized into s equl-width intervls (though the continuous vlues re lso retined for lter use), where s is n integer supplied by the user. The width w of discretized intervl for ttribute is given by Eq. 4. In this Pper, we propose new lterntive, which is to use discretiztion in order to collect sttistics nd determine good vlues of P(C i ) for continuous vlues occurring in the trining set cses, but then retin the continuous vlues for lter use. A generic version of the VDM lgorithm, clled the discretized vlue difference metric (DVDM) will be used for comprisons with extensions proposed in this pper. Thus, differences between DVDM nd the new function cn be pplied to the originl VDM lgorithm or other extensions. The discretized vlue v of continuous vlue x for ttribute is n integer from 1 to s, nd is given by Eq. 5. Fig.2 shows the pseudo code for the discretiztion of continuous vlues in the proposed pproch. ( x min ) if ttribute is continuous v disc ( x ) w (5) x if ttribute is discrete Let x be the input vlue for ttribute of cse i v disc (x) {which is just x if is discrete} w bs mx min / s {The width of discretized intervl for ttribute } {where mx nd min re the mximum nd minimum vlue, respectively, which occur in the trining set for ttribute }, {The discretized vlue v of continuous vlue x for ttribute is n integer from 1 to s nd s is determine by the user.} If is continuous then Else Endif x min w v disc ( x) / v disc ( x) x Fig. 2: Pseudo code for discretize continuous vlues III. EXPERIMENTAL RESULTS IJIRAE , IJIRAE All Rights Reserved Pge - 3

4 Interntionl Journl of Innovtive Reserch in Advnced Engineering (IJIRAE) Volume1 Issue1 (Mrch 2014) In this section the results of severl prcticl experiments re presented to compre the proposed pproch with DVDM pproch. In the experiments, we pplied the discretiztion lgorithm s the preprocessing step of CST clssifier on some selected rel world problems. A. Empiricl Results In this section the comprison of the discretiztion pproch of the DVDM nd the improved discretiztion pproch of Cse Slicing Technique is presented on some selected dtsets. In this comprison four dtsets hs been selected tht re Iris Plnts Dtset (IRIS), Credit Crd Applictions (CRX), Heptitis Domin (HEPA) nd Clevelnd Hert Disese (CLEV). All dtsets hve been discretized nd feed to clssifiction lgorithms, the results of the comprison re shown in Tble 1. Tble 1: Clssifiction ccurcy of CST ginst DVDM bsed on discretiztion pproch DVDM Methods CST Dtsets IRIS % % CRX % % HEPA % % CLEV % % In Tble 1 the comprison between the proposed discretiztion pproch for Cse Slicing Technique nd discretiztion pproch for VDM hs been done on four types of dtsets. The discretiztion result of CST nd VDM hve been forwrded into CST clssifier for clssifiction to mke sure tht the result obtined from ech technique is bsed on discretiztion pproch used during clssifiction. List of the result of clssifiction ccurcy shown in Tble 1. CST gve better clssifiction ccurcy compred with DVDM clssifiction ccurcy. Fig.3 shows the difference in clssifiction ccurcy of CST ginst DVDM bsed on discretiztion pproches. Fig. 3 : Difference in clssifiction ccurcy of CST ginst DVDM VI. CONCLUSION This pper hs presented comprison between the proposed discretiztion pproch for Cse Slicing Technique (CST) nd discretiztion pproch for VDM. The discretiztion result of CST nd VDM hve been forwrded into CST clssifier for clssifiction to mke sure tht the result obtined from ech technique is bsed on discretiztion pproch IJIRAE , IJIRAE All Rights Reserved Pge - 4

5 Interntionl Journl of Innovtive Reserch in Advnced Engineering (IJIRAE) Volume1 Issue1 (Mrch 2014) used during clssifiction. The experiments show tht using the proposed discretiztion pproch for (CST) indeed improves the ccurcy of clssifiction. It gve very high percentge of clssifiction ccurcy. REFERENCES [1]. Mehmet Hcibeyoglu, Ahmet Arsln, Sirzt Khrmnli. Improving Clssifiction Accurcy with Discretiztion on Dtsets Including Continuous Vlued Fetures, World Acdemy of Science, Engineering nd Technology, 2011, 54. [2]. Shib, O., Sulimn, M.N., Mmt, A. & Ahmd, F. An Efficient nd Effective Cse Clssifiction Method Bsed On Slicing, Interntionl Journl of The Computer, the Internet nd Mngement Vol. 14.No.2 (My - August, 2006) pp15-23 [3]. Murphy, P.M. UCI Repositories of Mchine Lerning nd Domin Theories,1997,URL: / (Accessed on 10 Jn. 2012). [4]. Kurgn. L nd Cios, K.J.: Discretiztion Algorithm tht Uses Clss-Attribute Interdependence Mximiztion, Proceedings of the Interntionl Conference on Artificil Intelligence (IC-AI 2001),pp , Ls Vegs, Nevd. [5]. Rtnmhtn, C. A. CloNI: Clustering of N-Intervl Discretiztion, Proceedings of the 4 th Interntionl Conference on Dt Mining Including Building Appliction for CRM & Competitive Intelligence, Rio de Jneiro, Brzil [6]. Ctlett, J. On Chnging Continuous Attributes into Ordered Discrete Attributes. Proceedings of the Europen Working Session on Lerning,1991 (pp ), Berlin: Springer-Verlg. [7]. Dougherty, J., Kohvi, R. & Shmi, M. Supervised nd Unsupervised Discretiztion of Continuous Fetures. Proc. of the 12 th Interntionl Conference on Mchine Lerning, 1995, (pp ), Sn Frncisco, CA: Morgn Kufmnn. [8]. Liu, H., Hussin, F., Tn, C. & Dsh, M. Discretiztion: An Enbling Technique. Journl of Dt Mining nd Knowledge Discovery, 6 (4), [9]. Ching, J., Wong, A. & Chn, K. Clss-Dependent Discretiztion for Inductive Lerning from Continuous nd Mixed Mode Dt. IEEE Trnsctions on Pttern Anlysis nd Mchine Intelligence, 17 (7), [10]. Cost, S. & Slzberg, S. A Weighted Nerest Neighbor Algorithm for Lerning With Symbolic Fetures. Mchine Lerning, 10, [11]. Rchlin, J., Simon, K., Slzberg, S. & Dvid, W. Towrds Better Understnding of Memory-Bsed nd Byesin Clssifiers. In Proceedings of the 11 th Interntionl Mchine Lerning Conference, 1994, (pp ), New Brunswick, NJ: Morgn Kufmnn. [12]. Mohri, T. & Tnk, H. An Optiml Weighting Criterion of Cse Indexing for Both Numeric nd Symbolic Attributes. Workshop, (Technicl Report ws-94-01), 01, 1994, (pp ), Menlo Prk, CA: AIII press. [13]. Rndll, D.W. & Tony, R.M. Vlue Difference Metrics for Continuously Vlued Attributes. In Proceedings of the Interntionl Conference on Artificil Intelligence, Expert Systems nd Neurl Networks, 1996 (pp ). [14]. Pyne, T.R. & Edwrds, P. Implicit Feture Selection With the Vlue Difference Metric. ECAI. 13 th Europen Conference on Artificil Intelligence Edited by Henri Prde, 1998, (pp ), Brighton, UK: Published by John Wiley & Sons, Ltd. IJIRAE , IJIRAE All Rights Reserved Pge - 5

An Efficient and Effective Case Classification Method Based On Slicing

An Efficient and Effective Case Classification Method Based On Slicing An Efficient nd Effective Cse Clssifiction Method Bsed On Slicing An Efficient nd Effective Cse Clssifiction Method Bsed On Slicing Omr A. A. Shib, Md. Nsir Sulimn, Ali Mmt nd Ftimh Ahmd Fculty of Computer

More information

DYNAMIC DISCRETIZATION: A COMBINATION APPROACH

DYNAMIC DISCRETIZATION: A COMBINATION APPROACH DYNAMIC DISCRETIZATION: A COMBINATION APPROACH FAN MIN, QIHE LIU, HONGBIN CAI, AND ZHONGJIAN BAI School of Computer Science nd Engineering, University of Electronic Science nd Technology of Chin, Chengdu

More information

Statistical classification of spatial relationships among mathematical symbols

Statistical classification of spatial relationships among mathematical symbols 2009 10th Interntionl Conference on Document Anlysis nd Recognition Sttisticl clssifiction of sptil reltionships mong mthemticl symbols Wl Aly, Seiichi Uchid Deprtment of Intelligent Systems, Kyushu University

More information

A Transportation Problem Analysed by a New Ranking Method

A Transportation Problem Analysed by a New Ranking Method (IJIRSE) Interntionl Journl of Innovtive Reserch in Science & Engineering ISSN (Online) 7-07 A Trnsporttion Problem Anlysed by New Rnking Method Dr. A. Shy Sudh P. Chinthiy Associte Professor PG Scholr

More information

A New Learning Algorithm for the MAXQ Hierarchical Reinforcement Learning Method

A New Learning Algorithm for the MAXQ Hierarchical Reinforcement Learning Method A New Lerning Algorithm for the MAXQ Hierrchicl Reinforcement Lerning Method Frzneh Mirzzdeh 1, Bbk Behsz 2, nd Hmid Beigy 1 1 Deprtment of Computer Engineering, Shrif University of Technology, Tehrn,

More information

On the Detection of Step Edges in Algorithms Based on Gradient Vector Analysis

On the Detection of Step Edges in Algorithms Based on Gradient Vector Analysis On the Detection of Step Edges in Algorithms Bsed on Grdient Vector Anlysis A. Lrr6, E. Montseny Computer Engineering Dept. Universitt Rovir i Virgili Crreter de Slou sin 43006 Trrgon, Spin Emil: lrre@etse.urv.es

More information

Slides for Data Mining by I. H. Witten and E. Frank

Slides for Data Mining by I. H. Witten and E. Frank Slides for Dt Mining y I. H. Witten nd E. Frnk Simplicity first Simple lgorithms often work very well! There re mny kinds of simple structure, eg: One ttriute does ll the work All ttriutes contriute eqully

More information

Unit #9 : Definite Integral Properties, Fundamental Theorem of Calculus

Unit #9 : Definite Integral Properties, Fundamental Theorem of Calculus Unit #9 : Definite Integrl Properties, Fundmentl Theorem of Clculus Gols: Identify properties of definite integrls Define odd nd even functions, nd reltionship to integrl vlues Introduce the Fundmentl

More information

DECISION LEVEL FUSION OF LIDAR DATA AND AERIAL COLOR IMAGERY BASED ON BAYESIAN THEORY FOR URBAN AREA CLASSIFICATION

DECISION LEVEL FUSION OF LIDAR DATA AND AERIAL COLOR IMAGERY BASED ON BAYESIAN THEORY FOR URBAN AREA CLASSIFICATION DECISION LEVEL FUSION OF LIDAR DATA AND AERIAL COLOR IMAGERY BASED ON BAYESIAN THEORY FOR URBAN AREA CLASSIFICATION H. Rstiveis* School of Surveying nd Geosptil Engineering, Fculty of Engineering, University

More information

USING HOUGH TRANSFORM IN LINE EXTRACTION

USING HOUGH TRANSFORM IN LINE EXTRACTION Stylinidis, Efstrtios USING HOUGH TRANSFORM IN LINE EXTRACTION Efstrtios STYLIANIDIS, Petros PATIAS The Aristotle University of Thessloniki, Deprtment of Cdstre Photogrmmetry nd Crtogrphy Univ. Box 473,

More information

Text mining: bag of words representation and beyond it

Text mining: bag of words representation and beyond it Text mining: bg of words representtion nd beyond it Jsmink Dobš Fculty of Orgniztion nd Informtics University of Zgreb 1 Outline Definition of text mining Vector spce model or Bg of words representtion

More information

Complete Coverage Path Planning of Mobile Robot Based on Dynamic Programming Algorithm Peng Zhou, Zhong-min Wang, Zhen-nan Li, Yang Li

Complete Coverage Path Planning of Mobile Robot Based on Dynamic Programming Algorithm Peng Zhou, Zhong-min Wang, Zhen-nan Li, Yang Li 2nd Interntionl Conference on Electronic & Mechnicl Engineering nd Informtion Technology (EMEIT-212) Complete Coverge Pth Plnning of Mobile Robot Bsed on Dynmic Progrmming Algorithm Peng Zhou, Zhong-min

More information

Engineer To Engineer Note

Engineer To Engineer Note Engineer To Engineer Note EE-169 Technicl Notes on using Anlog Devices' DSP components nd development tools Contct our technicl support by phone: (800) ANALOG-D or e-mil: dsp.support@nlog.com Or visit

More information

Cone Cluster Labeling for Support Vector Clustering

Cone Cluster Labeling for Support Vector Clustering Cone Cluster Lbeling for Support Vector Clustering Sei-Hyung Lee Deprtment of Computer Science University of Msschusetts Lowell MA 1854, U.S.A. slee@cs.uml.edu Kren M. Dniels Deprtment of Computer Science

More information

II. THE ALGORITHM. A. Depth Map Processing

II. THE ALGORITHM. A. Depth Map Processing Lerning Plnr Geometric Scene Context Using Stereo Vision Pul G. Bumstrck, Bryn D. Brudevold, nd Pul D. Reynolds {pbumstrck,brynb,pulr2}@stnford.edu CS229 Finl Project Report December 15, 2006 Abstrct A

More information

Step-Voltage Regulator Model Test System

Step-Voltage Regulator Model Test System IEEE PES GENERAL MEETING, JULY 5 Step-Voltge Regultor Model Test System Md Rejwnur Rshid Mojumdr, Pblo Arboley, Senior Member, IEEE nd Cristin González-Morán, Member, IEEE Abstrct In this pper, 4-node

More information

A Hybrid Wavelet Kernel Construction for Support Vector Machine Classification

A Hybrid Wavelet Kernel Construction for Support Vector Machine Classification A Hybrid Wvelet Kernel Construction for Support Vector Mchine Clssifiction Jose George nd Rjeev Kumrswmy Dept. of Electronics & Commn. Engg., College of Engg., Trivndrum University of Kerl, Thiruvnnthpurm,

More information

DQL: A New Updating Strategy for Reinforcement Learning Based on Q-Learning

DQL: A New Updating Strategy for Reinforcement Learning Based on Q-Learning DQL: A New Updting Strtegy for Reinforcement Lerning Bsed on Q-Lerning Crlos E. Mrino 1 nd Edurdo F. Morles 2 1 Instituto Mexicno de Tecnologí del Agu, Pseo Cuhunáhuc 8532, Jiutepec, Morelos, 6255, MEXICO

More information

Chapter 2 Sensitivity Analysis: Differential Calculus of Models

Chapter 2 Sensitivity Analysis: Differential Calculus of Models Chpter 2 Sensitivity Anlysis: Differentil Clculus of Models Abstrct Models in remote sensing nd in science nd engineering, in generl re, essentilly, functions of discrete model input prmeters, nd/or functionls

More information

Computing offsets of freeform curves using quadratic trigonometric splines

Computing offsets of freeform curves using quadratic trigonometric splines Computing offsets of freeform curves using qudrtic trigonometric splines JIULONG GU, JAE-DEUK YUN, YOONG-HO JUNG*, TAE-GYEONG KIM,JEONG-WOON LEE, BONG-JUN KIM School of Mechnicl Engineering Pusn Ntionl

More information

An Efficient Divide and Conquer Algorithm for Exact Hazard Free Logic Minimization

An Efficient Divide and Conquer Algorithm for Exact Hazard Free Logic Minimization An Efficient Divide nd Conquer Algorithm for Exct Hzrd Free Logic Minimiztion J.W.J.M. Rutten, M.R.C.M. Berkelr, C.A.J. vn Eijk, M.A.J. Kolsteren Eindhoven University of Technology Informtion nd Communiction

More information

1. SEQUENCES INVOLVING EXPONENTIAL GROWTH (GEOMETRIC SEQUENCES)

1. SEQUENCES INVOLVING EXPONENTIAL GROWTH (GEOMETRIC SEQUENCES) Numbers nd Opertions, Algebr, nd Functions 45. SEQUENCES INVOLVING EXPONENTIAL GROWTH (GEOMETRIC SEQUENCES) In sequence of terms involving eponentil growth, which the testing service lso clls geometric

More information

P(r)dr = probability of generating a random number in the interval dr near r. For this probability idea to make sense we must have

P(r)dr = probability of generating a random number in the interval dr near r. For this probability idea to make sense we must have Rndom Numers nd Monte Crlo Methods Rndom Numer Methods The integrtion methods discussed so fr ll re sed upon mking polynomil pproximtions to the integrnd. Another clss of numericl methods relies upon using

More information

4452 Mathematical Modeling Lecture 4: Lagrange Multipliers

4452 Mathematical Modeling Lecture 4: Lagrange Multipliers Mth Modeling Lecture 4: Lgrnge Multipliers Pge 4452 Mthemticl Modeling Lecture 4: Lgrnge Multipliers Lgrnge multipliers re high powered mthemticl technique to find the mximum nd minimum of multidimensionl

More information

Explicit Decoupled Group Iterative Method for the Triangle Element Solution of 2D Helmholtz Equations

Explicit Decoupled Group Iterative Method for the Triangle Element Solution of 2D Helmholtz Equations Interntionl Mthemticl Forum, Vol. 12, 2017, no. 16, 771-779 HIKARI Ltd, www.m-hikri.com https://doi.org/10.12988/imf.2017.7654 Explicit Decoupled Group Itertive Method for the Tringle Element Solution

More information

Dynamic Programming. Andreas Klappenecker. [partially based on slides by Prof. Welch] Monday, September 24, 2012

Dynamic Programming. Andreas Klappenecker. [partially based on slides by Prof. Welch] Monday, September 24, 2012 Dynmic Progrmming Andres Klppenecker [prtilly bsed on slides by Prof. Welch] 1 Dynmic Progrmming Optiml substructure An optiml solution to the problem contins within it optiml solutions to subproblems.

More information

Small Business Networking

Small Business Networking Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd business. Introducing technology

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 12, December ISSN

International Journal of Scientific & Engineering Research, Volume 4, Issue 12, December ISSN Interntionl Journl of Scientific & Engineering Reserch, Volume 4, Issue 1, December-1 ISSN 9-18 Generlised Gussin Qudrture over Sphere K. T. Shivrm Abstrct This pper presents Generlised Gussin qudrture

More information

MATH 25 CLASS 5 NOTES, SEP

MATH 25 CLASS 5 NOTES, SEP MATH 25 CLASS 5 NOTES, SEP 30 2011 Contents 1. A brief diversion: reltively prime numbers 1 2. Lest common multiples 3 3. Finding ll solutions to x + by = c 4 Quick links to definitions/theorems Euclid

More information

Small Business Networking

Small Business Networking Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd business. Introducing technology

More information

Misrepresentation of Preferences

Misrepresentation of Preferences Misrepresenttion of Preferences Gicomo Bonnno Deprtment of Economics, University of Cliforni, Dvis, USA gfbonnno@ucdvis.edu Socil choice functions Arrow s theorem sys tht it is not possible to extrct from

More information

Revisiting the notion of Origin-Destination Traffic Matrix of the Hosts that are attached to a Switched Local Area Network

Revisiting the notion of Origin-Destination Traffic Matrix of the Hosts that are attached to a Switched Local Area Network Interntionl Journl of Distributed nd Prllel Systems (IJDPS) Vol., No.6, November 0 Revisiting the notion of Origin-Destintion Trffic Mtrix of the Hosts tht re ttched to Switched Locl Are Network Mondy

More information

Preserving Constraints for Aggregation Relationship Type Update in XML Document

Preserving Constraints for Aggregation Relationship Type Update in XML Document Preserving Constrints for Aggregtion Reltionship Type Updte in XML Document Eric Prdede 1, J. Wenny Rhyu 1, nd Dvid Tnir 2 1 Deprtment of Computer Science nd Computer Engineering, L Trobe University, Bundoor

More information

Presentation Martin Randers

Presentation Martin Randers Presenttion Mrtin Rnders Outline Introduction Algorithms Implementtion nd experiments Memory consumption Summry Introduction Introduction Evolution of species cn e modelled in trees Trees consist of nodes

More information

A Heuristic Approach for Discovering Reference Models by Mining Process Model Variants

A Heuristic Approach for Discovering Reference Models by Mining Process Model Variants A Heuristic Approch for Discovering Reference Models by Mining Process Model Vrints Chen Li 1, Mnfred Reichert 2, nd Andres Wombcher 3 1 Informtion System Group, University of Twente, The Netherlnds lic@cs.utwente.nl

More information

COMP 423 lecture 11 Jan. 28, 2008

COMP 423 lecture 11 Jan. 28, 2008 COMP 423 lecture 11 Jn. 28, 2008 Up to now, we hve looked t how some symols in n lphet occur more frequently thn others nd how we cn sve its y using code such tht the codewords for more frequently occuring

More information

Efficient Regular Expression Grouping Algorithm Based on Label Propagation Xi Chena, Shuqiao Chenb and Ming Maoc

Efficient Regular Expression Grouping Algorithm Based on Label Propagation Xi Chena, Shuqiao Chenb and Ming Maoc 4th Ntionl Conference on Electricl, Electronics nd Computer Engineering (NCEECE 2015) Efficient Regulr Expression Grouping Algorithm Bsed on Lbel Propgtion Xi Chen, Shuqio Chenb nd Ming Moc Ntionl Digitl

More information

Functor (1A) Young Won Lim 8/2/17

Functor (1A) Young Won Lim 8/2/17 Copyright (c) 2016-2017 Young W. Lim. Permission is grnted to copy, distribute nd/or modify this document under the terms of the GNU Free Documenttion License, Version 1.2 or ny lter version published

More information

Representation of Numbers. Number Representation. Representation of Numbers. 32-bit Unsigned Integers 3/24/2014. Fixed point Integer Representation

Representation of Numbers. Number Representation. Representation of Numbers. 32-bit Unsigned Integers 3/24/2014. Fixed point Integer Representation Representtion of Numbers Number Representtion Computer represent ll numbers, other thn integers nd some frctions with imprecision. Numbers re stored in some pproximtion which cn be represented by fixed

More information

SOME EXAMPLES OF SUBDIVISION OF SMALL CATEGORIES

SOME EXAMPLES OF SUBDIVISION OF SMALL CATEGORIES SOME EXAMPLES OF SUBDIVISION OF SMALL CATEGORIES MARCELLO DELGADO Abstrct. The purpose of this pper is to build up the bsic conceptul frmework nd underlying motivtions tht will llow us to understnd ctegoricl

More information

L. Yaroslavsky. Fundamentals of Digital Image Processing. Course

L. Yaroslavsky. Fundamentals of Digital Image Processing. Course L. Yroslvsky. Fundmentls of Digitl Imge Processing. Course 0555.330 Lecture. Imge enhncement.. Imge enhncement s n imge processing tsk. Clssifiction of imge enhncement methods Imge enhncement is processing

More information

Introduction to Integration

Introduction to Integration Introduction to Integrtion Definite integrls of piecewise constnt functions A constnt function is function of the form Integrtion is two things t the sme time: A form of summtion. The opposite of differentition.

More information

Functor (1A) Young Won Lim 10/5/17

Functor (1A) Young Won Lim 10/5/17 Copyright (c) 2016-2017 Young W. Lim. Permission is grnted to copy, distribute nd/or modify this document under the terms of the GNU Free Documenttion License, Version 1.2 or ny lter version published

More information

What do all those bits mean now? Number Systems and Arithmetic. Introduction to Binary Numbers. Questions About Numbers

What do all those bits mean now? Number Systems and Arithmetic. Introduction to Binary Numbers. Questions About Numbers Wht do ll those bits men now? bits (...) Number Systems nd Arithmetic or Computers go to elementry school instruction R-formt I-formt... integer dt number text chrs... floting point signed unsigned single

More information

ARTIFICIAL NEURAL NETWORK FOR TEXTURE CLASSIFICATION USING SEVERAL FEATURES: A COMPARATIVE STUDY

ARTIFICIAL NEURAL NETWORK FOR TEXTURE CLASSIFICATION USING SEVERAL FEATURES: A COMPARATIVE STUDY ATIFICIAL NEUAL NETWOK FO TEXTUE CLASSIFICATION USING SEVEAL FEATUES: A COMPAATIVE STUDY Mohmmed W. Ashour, Khled M. Mhr, nd Mhmoud F. Hussin College of Engineering & Technology, Arb Acdemy for Science

More information

Improper Integrals. October 4, 2017

Improper Integrals. October 4, 2017 Improper Integrls October 4, 7 Introduction We hve seen how to clculte definite integrl when the it is rel number. However, there re times when we re interested to compute the integrl sy for emple 3. Here

More information

Tree Structured Symmetrical Systems of Linear Equations and their Graphical Solution

Tree Structured Symmetrical Systems of Linear Equations and their Graphical Solution Proceedings of the World Congress on Engineering nd Computer Science 4 Vol I WCECS 4, -4 October, 4, Sn Frncisco, USA Tree Structured Symmetricl Systems of Liner Equtions nd their Grphicl Solution Jime

More information

ISG: Itemset based Subgraph Mining

ISG: Itemset based Subgraph Mining ISG: Itemset bsed Subgrph Mining by Lini Thoms, Stynryn R Vlluri, Kmlkr Krlplem Report No: IIIT/TR/2009/179 Centre for Dt Engineering Interntionl Institute of Informtion Technology Hyderbd - 500 032, INDIA

More information

such that the S i cover S, or equivalently S

such that the S i cover S, or equivalently S MATH 55 Triple Integrls Fll 16 1. Definition Given solid in spce, prtition of consists of finite set of solis = { 1,, n } such tht the i cover, or equivlently n i. Furthermore, for ech i, intersects i

More information

Questions About Numbers. Number Systems and Arithmetic. Introduction to Binary Numbers. Negative Numbers?

Questions About Numbers. Number Systems and Arithmetic. Introduction to Binary Numbers. Negative Numbers? Questions About Numbers Number Systems nd Arithmetic or Computers go to elementry school How do you represent negtive numbers? frctions? relly lrge numbers? relly smll numbers? How do you do rithmetic?

More information

What are suffix trees?

What are suffix trees? Suffix Trees 1 Wht re suffix trees? Allow lgorithm designers to store very lrge mount of informtion out strings while still keeping within liner spce Allow users to serch for new strings in the originl

More information

A Scalable and Reliable Mobile Agent Computation Model

A Scalable and Reliable Mobile Agent Computation Model A Sclble nd Relible Mobile Agent Computtion Model Yong Liu, Congfu Xu, Zhohui Wu, nd Yunhe Pn College of Computer Science, Zhejing University Hngzhou 310027, Chin cckffe@yhoo.com.cn Abstrct. This pper

More information

CS321 Languages and Compiler Design I. Winter 2012 Lecture 5

CS321 Languages and Compiler Design I. Winter 2012 Lecture 5 CS321 Lnguges nd Compiler Design I Winter 2012 Lecture 5 1 FINITE AUTOMATA A non-deterministic finite utomton (NFA) consists of: An input lphet Σ, e.g. Σ =,. A set of sttes S, e.g. S = {1, 3, 5, 7, 11,

More information

Comparative Study of Universities Web Structure Mining

Comparative Study of Universities Web Structure Mining Comprtive Study of Universities Web Structure Mining Z. Abdullh, A. R. Hmdn Abstrct This pper is ment to nlyze the rnking of University of Mlysi Terenggnu, UMT s website in the World Wide Web. There re

More information

The Distributed Data Access Schemes in Lambda Grid Networks

The Distributed Data Access Schemes in Lambda Grid Networks The Distributed Dt Access Schemes in Lmbd Grid Networks Ryot Usui, Hiroyuki Miygi, Yutk Arkw, Storu Okmoto, nd Noki Ymnk Grdute School of Science for Open nd Environmentl Systems, Keio University, Jpn

More information

Before We Begin. Introduction to Spatial Domain Filtering. Introduction to Digital Image Processing. Overview (1): Administrative Details (1):

Before We Begin. Introduction to Spatial Domain Filtering. Introduction to Digital Image Processing. Overview (1): Administrative Details (1): Overview (): Before We Begin Administrtive detils Review some questions to consider Winter 2006 Imge Enhncement in the Sptil Domin: Bsics of Sptil Filtering, Smoothing Sptil Filters, Order Sttistics Filters

More information

IMAGE QUALITY OPTIMIZATION BASED ON WAVELET FILTER DESIGN AND WAVELET DECOMPOSITION IN JPEG2000. Do Quan and Yo-Sung Ho

IMAGE QUALITY OPTIMIZATION BASED ON WAVELET FILTER DESIGN AND WAVELET DECOMPOSITION IN JPEG2000. Do Quan and Yo-Sung Ho IMAGE QUALITY OPTIMIZATIO BASED O WAVELET FILTER DESIG AD WAVELET DECOMPOSITIO I JPEG2000 Do Qun nd Yo-Sung Ho School of Informtion & Mechtronics Gwngju Institute of Science nd Technology (GIST) 26 Cheomdn-gwgiro

More information

Lecture 10 Evolutionary Computation: Evolution strategies and genetic programming

Lecture 10 Evolutionary Computation: Evolution strategies and genetic programming Lecture 10 Evolutionry Computtion: Evolution strtegies nd genetic progrmming Evolution strtegies Genetic progrmming Summry Negnevitsky, Person Eduction, 2011 1 Evolution Strtegies Another pproch to simulting

More information

A Comprehensive Study of Major Techniques of Facial Expression Recognition

A Comprehensive Study of Major Techniques of Facial Expression Recognition A Comprehensive Study of Mjor echniques of Fcil Expression Recognition nvi Sheikh, Shikh Agrwl Abstrct Fcil Expression Recognition is one of the chllenging nd ctive reserch topic in the recent yers. Fcil

More information

Ranking of Hexagonal Fuzzy Numbers for Solving Multi Objective Fuzzy Linear Programming Problem

Ranking of Hexagonal Fuzzy Numbers for Solving Multi Objective Fuzzy Linear Programming Problem Interntionl Journl of Computer pplictions 097 8887 Volume 8 No 8 Decemer 0 nking of egonl Fuzzy Numers Solving ulti Ojective Fuzzy Liner Progrmming Prolem jrjeswri. P Deprtment of themtics Chikknn Government

More information

CS481: Bioinformatics Algorithms

CS481: Bioinformatics Algorithms CS481: Bioinformtics Algorithms Cn Alkn EA509 clkn@cs.ilkent.edu.tr http://www.cs.ilkent.edu.tr/~clkn/teching/cs481/ EXACT STRING MATCHING Fingerprint ide Assume: We cn compute fingerprint f(p) of P in

More information

2 Computing all Intersections of a Set of Segments Line Segment Intersection

2 Computing all Intersections of a Set of Segments Line Segment Intersection 15-451/651: Design & Anlysis of Algorithms Novemer 14, 2016 Lecture #21 Sweep-Line nd Segment Intersection lst chnged: Novemer 8, 2017 1 Preliminries The sweep-line prdigm is very powerful lgorithmic design

More information

Engineer To Engineer Note

Engineer To Engineer Note Engineer To Engineer Note EE-188 Technicl Notes on using Anlog Devices' DSP components nd development tools Contct our technicl support by phone: (800) ANALOG-D or e-mil: dsp.support@nlog.com Or visit

More information

Fig.1. Let a source of monochromatic light be incident on a slit of finite width a, as shown in Fig. 1.

Fig.1. Let a source of monochromatic light be incident on a slit of finite width a, as shown in Fig. 1. Answer on Question #5692, Physics, Optics Stte slient fetures of single slit Frunhofer diffrction pttern. The slit is verticl nd illuminted by point source. Also, obtin n expression for intensity distribution

More information

Essential Question What are some of the characteristics of the graph of a rational function?

Essential Question What are some of the characteristics of the graph of a rational function? 8. TEXAS ESSENTIAL KNOWLEDGE AND SKILLS A..A A..G A..H A..K Grphing Rtionl Functions Essentil Question Wht re some of the chrcteristics of the grph of rtionl function? The prent function for rtionl functions

More information

HW Stereotactic Targeting

HW Stereotactic Targeting HW Stereotctic Trgeting We re bout to perform stereotctic rdiosurgery with the Gmm Knife under CT guidnce. We instrument the ptient with bse ring nd for CT scnning we ttch fiducil cge (FC). Above: bse

More information

CSCI1950 Z Computa4onal Methods for Biology Lecture 2. Ben Raphael January 26, hhp://cs.brown.edu/courses/csci1950 z/ Outline

CSCI1950 Z Computa4onal Methods for Biology Lecture 2. Ben Raphael January 26, hhp://cs.brown.edu/courses/csci1950 z/ Outline CSCI1950 Z Comput4onl Methods for Biology Lecture 2 Ben Rphel Jnury 26, 2009 hhp://cs.brown.edu/courses/csci1950 z/ Outline Review of trees. Coun4ng fetures. Chrcter bsed phylogeny Mximum prsimony Mximum

More information

AVolumePreservingMapfromCubetoOctahedron

AVolumePreservingMapfromCubetoOctahedron Globl Journl of Science Frontier Reserch: F Mthemtics nd Decision Sciences Volume 18 Issue 1 Version 1.0 er 018 Type: Double Blind Peer Reviewed Interntionl Reserch Journl Publisher: Globl Journls Online

More information

Nearest Keyword Set Search in Multi-dimensional Datasets

Nearest Keyword Set Search in Multi-dimensional Datasets Nerest Keyword Set Serch in Multi-dimensionl Dtsets Vishwkrm Singh Deprtment of Computer Science University of Cliforni Snt Brbr, USA Emil: vsingh014@gmil.com Ambuj K. Singh Deprtment of Computer Science

More information

LIMITS AND CONTINUITY

LIMITS AND CONTINUITY LIMITS AND CONTINUITY Joe McBride/Stone/Gett Imges Air resistnce prevents the velocit of skdiver from incresing indefinitel. The velocit pproches it, clled the terminl velocit. The development of clculus

More information

Making Tree Kernels practical for Natural Language Learning

Making Tree Kernels practical for Natural Language Learning Mking Tree Kernels prcticl for turl Lnguge Lerning Alessndro Moschitti eprtment of Computer Science University of Rome Tor ergt Rome, Itly moschitti@info.unirom2.it Abstrct In recent yers tree kernels

More information

Small Business Networking

Small Business Networking Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd business. Introducing technology

More information

A REINFORCEMENT LEARNING APPROACH TO SCHEDULING DUAL-ARMED CLUSTER TOOLS WITH TIME VARIATIONS

A REINFORCEMENT LEARNING APPROACH TO SCHEDULING DUAL-ARMED CLUSTER TOOLS WITH TIME VARIATIONS A REINFORCEMENT LEARNING APPROACH TO SCHEDULING DUAL-ARMED CLUSTER TOOLS WITH TIME VARIATIONS Ji-Eun Roh (), Te-Eog Lee (b) (),(b) Deprtment of Industril nd Systems Engineering, Kore Advnced Institute

More information

Exam #1 for Computer Simulation Spring 2005

Exam #1 for Computer Simulation Spring 2005 Exm # for Computer Simultion Spring 005 >>> SOLUTION

More information

Small Business Networking

Small Business Networking Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd processes. Introducing technology

More information

Ball. Player X. Player O. X Goal. O Goal

Ball. Player X. Player O. X Goal. O Goal Generlizing Adversril Reinforcement Lerning Willim T. B. Uther nd Mnuel M. Veloso Computer Science Deprtment Crnegie Mellon University Pittsburgh, PA 15213 futher,velosog@cs.cmu.edu Abstrct Reinforcement

More information

Small Business Networking

Small Business Networking Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd business. Introducing technology

More information

Spectral Analysis of MCDF Operations in Image Processing

Spectral Analysis of MCDF Operations in Image Processing Spectrl Anlysis of MCDF Opertions in Imge Processing ZHIQIANG MA 1,2 WANWU GUO 3 1 School of Computer Science, Northest Norml University Chngchun, Jilin, Chin 2 Deprtment of Computer Science, JilinUniversity

More information

Parallel Square and Cube Computations

Parallel Square and Cube Computations Prllel Squre nd Cube Computtions Albert A. Liddicot nd Michel J. Flynn Computer Systems Lbortory, Deprtment of Electricl Engineering Stnford University Gtes Building 5 Serr Mll, Stnford, CA 945, USA liddicot@stnford.edu

More information

BPRS: Belief Propagation Based Iterative Recommender System

BPRS: Belief Propagation Based Iterative Recommender System BPRS: Belief Propgtion Bsed Itertive Recommender System Ermn Aydy, Arsh Einolghozti, Frmrz Feri School of Electricl nd Computer Engineering Georgi Institute of Technology, Atlnt, GA 30332 Emil:{eydyi,

More information

Parameterless Outlier Detection in Data Streams

Parameterless Outlier Detection in Data Streams Prmeterless Outlier Detection in Dt Strems Alice Mrscu nd Florent Mssegli INRIA AxIS Project-Tem 2004 route des lucioles - BP 93 {first.lst}@sophi.inri.fr ABSTRACT Outlyingness is subjective concept relying

More information

PROBABILISTIC SEISMIC DEMAND ANALYSIS CONSIDERING RANDOM SYSTEM PROPERTIES BY AN IMPROVED CLOUD METHOD

PROBABILISTIC SEISMIC DEMAND ANALYSIS CONSIDERING RANDOM SYSTEM PROPERTIES BY AN IMPROVED CLOUD METHOD The 4 th World Conference on Erthquke Engineering October -7, 8, Beijing, Chin PROBABILISTIC SEISMIC DEMAND ANALYSIS CONSIDERING RANDOM SYSTEM PROPERTIES BY AN IMPROVED CLOUD METHOD D-Gng Lu, Xio-Hui Yu,

More information

Introduction Transformation formulae Polar graphs Standard curves Polar equations Test GRAPHS INU0114/514 (MATHS 1)

Introduction Transformation formulae Polar graphs Standard curves Polar equations Test GRAPHS INU0114/514 (MATHS 1) POLAR EQUATIONS AND GRAPHS GEOMETRY INU4/54 (MATHS ) Dr Adrin Jnnett MIMA CMth FRAS Polr equtions nd grphs / 6 Adrin Jnnett Objectives The purpose of this presenttion is to cover the following topics:

More information

GENERATING ORTHOIMAGES FOR CLOSE-RANGE OBJECTS BY AUTOMATICALLY DETECTING BREAKLINES

GENERATING ORTHOIMAGES FOR CLOSE-RANGE OBJECTS BY AUTOMATICALLY DETECTING BREAKLINES GENEATING OTHOIMAGES FO CLOSE-ANGE OBJECTS BY AUTOMATICALLY DETECTING BEAKLINES Efstrtios Stylinidis 1, Lzros Sechidis 1, Petros Ptis 1, Spiros Sptls 2 Aristotle University of Thessloniki 1 Deprtment of

More information

Elena Baralis, Silvia Chiusano Politecnico di Torino. Pag. 1. Query optimization. DBMS Architecture. Query optimizer. Query optimizer.

Elena Baralis, Silvia Chiusano Politecnico di Torino. Pag. 1. Query optimization. DBMS Architecture. Query optimizer. Query optimizer. DBMS Architecture SQL INSTRUCTION OPTIMIZER Dtbse Mngement Systems MANAGEMENT OF ACCESS METHODS BUFFER MANAGER CONCURRENCY CONTROL RELIABILITY MANAGEMENT Index Files Dt Files System Ctlog DATABASE 2 Query

More information

cell 1 cell 2 cell 3 cell 4 a a

cell 1 cell 2 cell 3 cell 4 a a Frequency Assignment for Cellulr Mobile Systems Using Constrint Stisfction Techniques Mkoto Yokooy nd Ktsutoshi Hirymz y NTT Communiction Science Lbortories -4 Hikridi, Seik-cho, Sorku-gun, Kyoto 69-037

More information

A Fixed Point Approach of Quadratic Functional Equations

A Fixed Point Approach of Quadratic Functional Equations Int. Journl of Mth. Anlysis, Vol. 7, 03, no. 30, 47-477 HIKARI Ltd, www.m-hikri.com http://dx.doi.org/0.988/ijm.03.86 A Fixed Point Approch of Qudrtic Functionl Equtions Mudh Almhlebi Deprtment of Mthemtics,

More information

A Fast Algorithm for Feature Selection in Conditional. Maximum Entropy Modeling

A Fast Algorithm for Feature Selection in Conditional. Maximum Entropy Modeling A Fst Algorithm for Feture Selection in Conditionl Mximum Entrop Modeling Yqin Zhou Computer Science Deprtment Fudn Universit Shnghi 200433, P.R. Chin rchzhou@hoo.com Lide Wu Computer Science Deprtment

More information

Alignment of Long Sequences. BMI/CS Spring 2012 Colin Dewey

Alignment of Long Sequences. BMI/CS Spring 2012 Colin Dewey Alignment of Long Sequences BMI/CS 776 www.biostt.wisc.edu/bmi776/ Spring 2012 Colin Dewey cdewey@biostt.wisc.edu Gols for Lecture the key concepts to understnd re the following how lrge-scle lignment

More information

CHANGING STRATA AND SELECTION PROBABILITIES* Leslie Kish, The University of Michigan. Summary

CHANGING STRATA AND SELECTION PROBABILITIES* Leslie Kish, The University of Michigan. Summary 124 CHANGING STRATA AND SELECTION PROBABILITIES* Leslie Kish, The University of Michign Summry Survey smples re often bsed on primry units selected from initil strt with probbilities proportionl to initil

More information

Cached Sucient Statistics for Ecient Machine Learning. with Large Datasets. Abstract

Cached Sucient Statistics for Ecient Machine Learning. with Large Datasets. Abstract Journl of Articil Intelligence Reserch 8 (998) 67-9 Submitted 7/97; published /98 Cched Sucient Sttistics for Ecient Mchine Lerning with Lrge Dtsets Andrew Moore Mry Soon Lee School of Computer Science

More information

A HYDRAULIC SIMULATOR FOR AN EXCAVATOR

A HYDRAULIC SIMULATOR FOR AN EXCAVATOR P-06 Proceedings of the 7th JFPS Interntionl Symposium on Fluid Power TOYAMA 008 September 5-8 008 A HYDRAULIC SIMULATOR FOR AN EXCAVATOR Soon-Kwng Kwon* Je-Jun Kim* Young-Mn Jung* Chn-Se Jung* Chng-Don

More information

Math 464 Fall 2012 Notes on Marginal and Conditional Densities October 18, 2012

Math 464 Fall 2012 Notes on Marginal and Conditional Densities October 18, 2012 Mth 464 Fll 2012 Notes on Mrginl nd Conditionl Densities klin@mth.rizon.edu October 18, 2012 Mrginl densities. Suppose you hve 3 continuous rndom vribles X, Y, nd Z, with joint density f(x,y,z. The mrginl

More information

Sequencing and Tabu Search Heuristics for Hybrid Flow Shops with Unrelated Parallel Machines and Setup Times

Sequencing and Tabu Search Heuristics for Hybrid Flow Shops with Unrelated Parallel Machines and Setup Times Proceedings of the 7 th Asi Pcific Industril Engineering nd Mngement Systems Conference 26 17-2 December 26, Bngkok, Thilnd Sequencing nd Tbu Serch Heuristics for Hybrid Flow Shops with Unrelted Prllel

More information

1.1. Interval Notation and Set Notation Essential Question When is it convenient to use set-builder notation to represent a set of numbers?

1.1. Interval Notation and Set Notation Essential Question When is it convenient to use set-builder notation to represent a set of numbers? 1.1 TEXAS ESSENTIAL KNOWLEDGE AND SKILLS Prepring for 2A.6.K, 2A.7.I Intervl Nottion nd Set Nottion Essentil Question When is it convenient to use set-uilder nottion to represent set of numers? A collection

More information

Engineer To Engineer Note

Engineer To Engineer Note Engineer To Engineer Note EE-186 Technicl Notes on using Anlog Devices' DSP components nd development tools Contct our technicl support by phone: (800) ANALOG-D or e-mil: dsp.support@nlog.com Or visit

More information

Stained Glass Design. Teaching Goals:

Stained Glass Design. Teaching Goals: Stined Glss Design Time required 45-90 minutes Teching Gols: 1. Students pply grphic methods to design vrious shpes on the plne.. Students pply geometric trnsformtions of grphs of functions in order to

More information

Topics in Analytic Geometry

Topics in Analytic Geometry Nme Chpter 10 Topics in Anltic Geometr Section 10.1 Lines Objective: In this lesson ou lerned how to find the inclintion of line, the ngle between two lines, nd the distnce between point nd line. Importnt

More information

Pre-Filtering Low-Cost Inertial Measuring Unit using a Wavelet Thresholding De-noising for IMU/GPS Integration

Pre-Filtering Low-Cost Inertial Measuring Unit using a Wavelet Thresholding De-noising for IMU/GPS Integration ISG & ISPRS 11, Sept. 7-9, 11 Shh Alm, MALAYSIA Pre-Filtering Low-Cost Inertil Mesuring Unit using Wvelet Thresholding De-noising for IMU/GPS Integrtion Elkhidir T. Y. 1 & Shuhimi M. 1, Mus T. A., A. Stti

More information

CPSC 213. Polymorphism. Introduction to Computer Systems. Readings for Next Two Lectures. Back to Procedure Calls

CPSC 213. Polymorphism. Introduction to Computer Systems. Readings for Next Two Lectures. Back to Procedure Calls Redings for Next Two Lectures Text CPSC 213 Switch Sttements, Understnding Pointers - 2nd ed: 3.6.7, 3.10-1st ed: 3.6.6, 3.11 Introduction to Computer Systems Unit 1f Dynmic Control Flow Polymorphism nd

More information