Machine Learning: Algorithms and Applications

Size: px
Start display at page:

Download "Machine Learning: Algorithms and Applications"

Transcription

1 /03/ Mache Learg: Algorthms ad Applcatos Florao Z Free Uversty of Boze-Bolzao Faculty of Computer Scece Academc Year 0-0 Lecture 3: th March 0 Naïve Bayes classfer ( Problem defto A trag set X, where each trag stace x s represeted as a -dmesoal attrbute vector: (x, x,..., x A pre-defed set of classes: C={c, c,..., c m } Gve a ew stace z, whch class should z be classfed to? We wat to fd the most probable class for stace z c MAP = arg max P( c cmap = argmax P( c z, z,..., c C c MAP = argmax c!c P(z, z,..., z c * P(c P(z, z,..., z c C (by Bayes theorem c MAP = argmax P(z, z,..., z c " P(c c!c (P(z,z,...,z s the same for all classes

2 /03/ Naïve Bayes classfer ( Assumpto Naïve Bayes classfer. The attrbutes are codtoally depedet gve the classfcato P( z, z,..., z c = P( z j c j= Naïve Bayes classfer fds the most probable class for z c NB = argmax c!c " P(c * P(z j c j= Naïve Bayes classfer - Algorthm The learg (trag phase (gve a trag set For each class c C Estmate the pror probablty: P(c For each attrbute value z j, estmate the probablty of that attrbute value gve class c : P(z j c The classfcato phase For each class c C, compute the formula " P(c! P(z j c Select the most probable class c * c * = argmax c!c j= # P(c " P(z j c j=

3 /03/ Naïve Bayes classfer Example ( Rec. ID Age Icome Studet Credt_Ratg Buy_Computer Youg Hgh No Far No Youg Hgh No Excellet No 3 Medum Hgh No Far Yes 4 Old Medum No Far Yes 5 Old Low Yes Far Yes 6 Old Low Yes Excellet No 7 Medum Low Yes Excellet Yes 8 Youg Medum No Far No 9 Youg Low Yes Far Yes 0 Old Medum Yes Far Yes Youg Medum Yes Excellet Yes Medum Medum No Excellet Yes 3 Medum Hgh Yes Far Yes 4 Old Medum No Excellet No Wll a youg studet wth medum come ad far credt ratg buy a computer? Naïve Bayes classfer Example ( Represetato of the problem z = (Age=Youg,Icome=Medum,Studet=Yes,Credt_Ratg=Far Two classes: c (buy a computer ad c (ot buy a computer Compute the pror probablty for each class P(c = 9/4 P(c = 5/4 Compute the probablty of each attrbute value gve each class P(Age=Youg c = /9; P(Age=Youg c = 3/5 P(Icome=Medum c = 4/9; P(Icome=Medum c = /5 P(Studet=Yes c = 6/9; P(Studet=Yes c = /5 P(Credt_Ratg=Far c = 6/9; P(Credt_Ratg=Far c = /5 3

4 /03/ Naïve Bayes classfer Example (3 Compute the lkelhood of stace z gve each class For class c P(z c = P(Age=Youg c *P(Icome=Medum c *P(Studet=Yes c * P(Credt_Ratg=Far c = (/9*(4/9*(6/9*(6/9 = For class c P(z c = P(Age=Youg c *P(Icome=Medum c *P(Studet=Yes c * P(Credt_Ratg=Far c = (3/5*(/5*(/5*(/5 = 0.09 Fd the most probable class For class c P(c *P(z c = (9/4*(0.044 = 0.08 For class c P(c *P(z c = (5/4*(0.09 = Cocluso: The perso z (a youg studet wth medum come ad far credt ratg wll buy a computer! Naïve Bayes classfer Issues ( What happes f o trag staces assocated wth class c have attrbute value x j? E.g., the buy computer example, o youg studets bought computers P(x j c = (c j,x j /(c j =0, ad hece: Soluto: use a Bayesa approach to estmate P(x j c ( c, x j + mp P( x j c = ( c + m (c : umber of trag staces assocated wth class c (c,x j : umber of trag staces assocated wth class c that have attrbute value x j p: a pror estmate for P(x j c Assume uform prors: p=/k, f attrbute f j has k possble values m: a weght gve to pror P(c!" P(x j c = 0 To augmet the (c actual observatos by a addtoal m vrtual samples dstrbuted accordg to p j= 4

5 /03/ Naïve Bayes classfer Issues ( P(x j c <, for every attrbute value x j ad class c So, whe the umber of attrbute values s very large lm j= P( x j c = 0 Soluto: use a logarthmc fucto of probablty c NB = argmax c!c c NB * $ '- log& P(c "# P(x j c, + %& j= ( /. = arg max log P( c + log P( x c C j= j c Naïve Bayes classfer Summary Oe of the most practcal learg methods Based o the Bayes theorem Parameter estmato for Naïve Bayes models uses the maxmum lkelhood estmato Computatoally very fast Trag: oly oe pass over the trag set Classfcato: lear the umber of attrbutes Despte ts codtoal depedece assumpto, Naïve Bayes classfer shows a good performace several applcato domas Whe to use? A moderate or large trag set avalable Istaces are represeted by a large umber of attrbutes Attrbutes that descrbe staces are codtoally depedet gve classfcato 5

6 /03/ Lear regresso Lear regresso Itroducto Goal: to predct a real-valued output gve a put stace A smple-but-effectve learg techque whe the target fucto s a lear fucto The learg problem s to lear (.e., approxmate a real-valued fucto f f: X Y X: The put doma (.e., a -dmesoal vector space R Y: The output doma (.e., the real values doma R f: The target fucto to be leared (.e., a lear mappg fucto f ( x = w0 + w x + w x w x = w0 + w x (w,x R Essetally, to lear the weghts vector w = (w 0, w, w,, w = 6

7 /03/ Lear regresso Example What s the lear fucto f(x? x f(x E.g., f(x = x f(x x Lear regresso Trag / test staces For each trag stace x=(x,x,...,x X, where x R The desred (target output value c x ( R The actual output value y x = w Here, w are the system s curret estmates of the weghts 0 + = w x The actual output value y x s desred to (approxmately be c x For a test stace z=(z,z,...,z To predct the output value By applyg the leared target fucto f 7

8 /03/ Lear regresso Error fucto The learg algorthm requres to defe a error fucto To measure the error made by the system the trag phase Defto of the trag square error E Error computed o each trag example x: E( x = ( cx yx = 0 cx w = w x Error computed o the etre trag set X: E = " E(x = " (c x # y x = $ c # w # w x ' "& " % x 0 ( x!x x!x x!x = Least-square lear regresso Learg the target fucto f s equvalet to learg the weghts vector w that mmzes the trag square error E Why the ame of the approach s Least-Square Lear Regresso Trag phase Italze the weghts vector w (small radom values Compute the trag error E Update the weghts vector w accordg to the delta rule Repeat utl covergg to a (locally mmum error E Predcto phase For a ew stace z, the (predcted output value s: f ( = w* 0 + w* z where w*=(w* 0,w*,..., w* s the leared weghts vector = 8

9 /03/ The delta rule To update the weghts vector w the drecto that decreases the trag error E η s the learg rate (.e., a small postve costat To decde the degree to whch the weghts are chaged at each trag step Istace-to-stace update: w w + η(c x -y x x Batch update: w! w +! $ ( c x " y x x Other ames of the delta rule LMS (least mea square rule Adale rule Wdrow-Hoff rule x#x LSLR_batch(X, η for each attrbute w a tal (small radom value whle ot CONVERGENCE for each attrbute delta_w 0 for each trag example x X compute the actual output value y x for each attrbute delta_w delta_w + η(c x -y x x for each attrbute w w + delta_w ed whle retur w 9

10 /03/ Batch vs. cremetal update The prevous algorthm follows a batch update approach Batch update At each trag step (cycle, the weghts are updated after all the trag staces are putted to the system - Frst, the error s computed cumulatvely o all the trag staces - The, the weghts are updated accordg to the overall (cumulated error Icremetal update At each trag step, the weghts are updated mmedately after each trag stace s putted to the system - The dvdual error s computed for the trag stace - The weghts are updated mmedately accordg to the dvdual error LSLR_cremetal(X, η for each attrbute w a tal (small radom value whle ot CONVERGENCE for each trag example x X compute the actual output value y x for each attrbute w w + η(c x -y x x ed whle retur w 0

11 /03/ Trag termato codtos I the LSLR_batch ad LSLR_cremetal learg algorthms, the trag process termates whe the codtos dcated by CONVERGENCE are met The (trag termato codtos are typcally defed based o some kd of system performace measure Stop, f the error s less tha a threshold value Stop, f the error at a learg step s greater tha that at the prevous step Stop, f the dfferece betwee the errors at two cosecutve steps s less tha a threshold value Stop, f... Nearest eghbor learer

12 /03/ Nearest eghbor learer Itroducto ( Some alteratve ames Istace-based learg Lazy learg Memory-based learg Nearest eghbor learer Gve a set of trag staces Just store the trag staces Not costruct a geeral, explct descrpto (model of the target fucto based o the trag staces Gve a test stace (to be classfed/predcted Exame the relatoshp betwee the test stace ad the trag staces to assg a target fucto value Nearest eghbor learer Itroducto ( The put represetato Each stace x s represeted as a vector a - dmesoal vector space X R x = (x,x,,x, where x ( R s a real umber We cosder two learg tasks Nearest eghbor learer for classfcato To lear a dscrete-valued target fucto The output s oe of pre-defed omal values (.e., class labels Nearest eghbor learer for predcto To lear a cotuous-valued target fucto The output s a real umber

13 /03/ Nearest eghbor learer Example earest eghbor Assg z to c 3 earest eghbors Assg z to c 5 earest eghbors Assg z to c class c class c test stace z k-nearest eghbor classfer Algorthm For the classfcato task Each trag stace x s represeted by The descrpto: x=(x,x,,x, where x R The class label: c ( C, where C s a pre-defed set of class labels Trag phase Just store the trag staces set X = {x} Test phase. To classfy a ew stace z For each trag stace x X, compute dstace betwee x ad z Compute the set NB( the eghbourhood of z The k staces X earest to z accordg to a dstace fucto d Classfy z to the majorty class of the staces NB( 3

14 /03/ k-nearest eghbor predctor Algorthm For the regresso task (.e., to predct a real output value Each trag stace x s represeted by The descrpto: x=(x,x,,x, where x R The output value: y x R (.e., a real umber Trag phase Just store the trag examples set X Test phase. To predct the output value for ew stace z For each trag stace x X, compute dstace betwee x ad z Compute the set NB( the eghbourhood of z The k staces X earest to z accordg to a dstace fucto d Predct the output value of z: y z = k x NB( y x Oe vs. More tha oe eghbor Usg oly a sgle eghbor (.e., the trag stace closest to the test stace to determe the classfcato s subject to errors E.g., ose (.e. error the class label of a sgle trag stace Cosder the k (> earest trag staces, ad retur the majorty class label of these k staces The value of k s typcally odd to avod tes For example, k=3 or k=5 4

15 /03/ Dstace fucto ( The dstace fucto d Play a very mportat role the earest eghbor learg approach Typcally defed before, ad fxed through, the trag ad test phases.e., ot adjusted based o data Choce of the dstace fucto d Geometry dstace fuctos, for cotuous-valued put space (x R Hammg dstace fucto, for bary-valued put space (x {0,} Dstace fucto ( Geometry dstace fuctos Mahatta dstace Eucldea dstace Mkowsk (p-orm dstace Chebyshev dstace d( = d( = d d = x z ( x z = / p p ( = x z = / p p ( = lm x z p = = max x z 5

16 /03/ Dstace fucto (3 Hammg dstace fucto For bary-valued put space E.g., x=(0,,0,, d( = = Dfferece( x, z, f ( a b Dfferece( a, b = 0, f ( a = b Attrbute value ormalzato The Eucldea dstace fucto Assume that a stace s represeted by 3 attrbutes: Age, Icome (per moth, ad Heght ( meters x = (Age=0, Icome=000, Heght=.68 z = (Age=40, Icome=300, Heght=.75 The dstace betwee x ad z d( = [( ( ( ] / The dstace s domated by the local dstace (dfferece o the Icome attrbute Because the Icome attrbute has a large rage of values To ormalze the values of all the attrbutes to the same rage Usually the value rage [0,] s used d( = ( x z E.g., for every attrbute : x = x /max_value_of_attrbute_ = 6

17 /03/ Attrbute mportace weght The Eucldea dstace fucto d( = = All the attrbutes are cosdered equally mportat the dstace computato Dfferet attrbutes may have dfferet degrees of fluece o the dstace metrc To corporate attrbute mportace weghts the dstace fucto w s the mportace weght of attrbute : ( x z How to acheve the attrbute mportace weghts? By the doma-specfc kowledge (e.g., dcated by experts the problem doma By a optmzato process (e.g., usg a separate valdato set to lear a optmal set of attrbute weghts d( = = w ( x z Dstace-weghted NN learer ( Cosder NB( the set of the k trag staces earest to the test stace z Each (earest stace has a dfferet dstace to z Should these (earest staces fluece equally to the classfcato/predcto of z? No! test stace z To weght the cotrbuto of each of the k eghbors accordg to ther dstace to z Larger weght for earer eghbor! 7

18 /03/ Dstace-weghted NN learer ( Let s deote by v a dstace-based weghtg fucto Gve a dstace d( the dstace of x to z v( s versely proportoal to d( For the classfcato task: " $ c( = argmax # v( "!(c j,c(x!(a, b = # c j!c x!nb( %$ v(! f (x For the predcto task: f ( = # x"nb( x"nb( v( Select a dstace-based weghtg fucto #,f (a = b 0,f (a! b v( = v( α + d( = σ v( = e α + [ d( ] d ( Lazy learg vs. Eager learg Lazy learg. The target fucto estmato (.e., geeralzato s postpoed utl the test stace s troduced E.g., Nearest eghbor learer, Locally weghted regresso Estmate (.e., approxmate the target fucto locally ad dfferetly for each test stace.e., performed at the classfcato/predcto tme Compute may local approxmatos of the target fucto Typcally take loger tme to aswer queres, ad requre more memory space Eager learg. The target fucto estmato s completed before ay test stace s troduced E.g., Lear regresso, Support vector maches, Neural etworks, etc. Estmate (.e., approxmate the target fucto globally for the etre stace space.e., performed at the trag tme Compute a sgle (global approxmato of the target fucto 8

19 /03/ Nearest eghbor learer Whe? Istaces are represeted as vectors R The dmesoalty of the put space s ot large A large set of trag staces s avalable Advatages No trag s eeded (.e., just store the trag staces Scale well wth a large umber of classes Not eed to lear classfers for classes k-nn (k >> learer s robust to osy data Classfcato/predcto s performed cosderg k earest eghbors Dsadvatages Dstace fucto must be carefully chose Computatoal cost ( tme ad memory at the classfcato/predcto tme May be msled by rrelevat attrbutes 9

CS 2710 Foundations of AI Lecture 22. Machine learning. Machine Learning

CS 2710 Foundations of AI Lecture 22. Machine learning. Machine Learning CS 7 Foudatos of AI Lecture Mache learg Mlos Hauskrecht mlos@cs.ptt.edu 539 Seott Square Mache Learg The feld of mache learg studes the desg of computer programs (agets) capable of learg from past eperece

More information

Face Recognition using Supervised & Unsupervised Techniques

Face Recognition using Supervised & Unsupervised Techniques Natoal Uversty of Sgapore EE5907-Patter recogto-2 NAIONAL UNIVERSIY OF SINGAPORE EE5907 Patter Recogto Project Part-2 Face Recogto usg Supervsed & Usupervsed echques SUBMIED BY: SUDEN NAME: harapa Reddy

More information

For all questions, answer choice E) NOTA" means none of the above answers is correct. A) 50,500 B) 500,000 C) 500,500 D) 1,001,000 E) NOTA

For all questions, answer choice E) NOTA means none of the above answers is correct. A) 50,500 B) 500,000 C) 500,500 D) 1,001,000 E) NOTA For all questos, aswer choce " meas oe of the above aswers s correct.. What s the sum of the frst 000 postve tegers? A) 50,500 B) 500,000 C) 500,500 D),00,000. What s the sum of the tegers betwee 00 ad

More information

Point Estimation-III: General Methods for Obtaining Estimators

Point Estimation-III: General Methods for Obtaining Estimators Pot Estmato-III: Geeral Methods for Obtag Estmators RECAP 0.-0.6 Data: Radom Sample from a Populato of terest o Real valued measuremets: o Assumpto (Hopefully Reasoable) o Model: Specfed Probablty Dstrbuto

More information

Using Linear-threshold Algorithms to Combine Multi-class Sub-experts

Using Linear-threshold Algorithms to Combine Multi-class Sub-experts Usg Lear-threshold Algorthms to Combe Mult-class Sub-experts Chrs Mesterharm MESTERHA@CS.RUTGERS.EDU Rutgers Computer Scece Departmet 110 Frelghuyse Road Pscataway, NJ 08854 USA Abstract We preset a ew

More information

Machine Learning. CS 2750 Machine Learning. Administration. Lecture 1. Milos Hauskrecht 5329 Sennott Square, x4-8845

Machine Learning. CS 2750 Machine Learning. Administration. Lecture 1. Milos Hauskrecht 5329 Sennott Square, x4-8845 CS 75 Mache Learg Lecture Mache Learg Mlos Hauskrecht mlos@cs.ptt.edu 539 Seott Square, 5 people.cs.ptt.edu/~mlos/courses/cs75/ Admstrato Istructor: Prof. Mlos Hauskrecht mlos@cs.ptt.edu 539 Seott Square,

More information

Bezier curves. 1. Defining a Bezier curve. A closed Bezier curve can simply be generated by closing its characteristic polygon

Bezier curves. 1. Defining a Bezier curve. A closed Bezier curve can simply be generated by closing its characteristic polygon Curve represetato Copyrght@, YZU Optmal Desg Laboratory. All rghts reserved. Last updated: Yeh-Lag Hsu (--). Note: Ths s the course materal for ME55 Geometrc modelg ad computer graphcs, Yua Ze Uversty.

More information

A Comparison of Univariate Smoothing Models: Application to Heart Rate Data Marcus Beal, Member, IEEE

A Comparison of Univariate Smoothing Models: Application to Heart Rate Data Marcus Beal, Member, IEEE A Comparso of Uvarate Smoothg Models: Applcato to Heart Rate Data Marcus Beal, Member, IEEE E-mal: bealm@pdx.edu Abstract There are a umber of uvarate smoothg models that ca be appled to a varety of olear

More information

Designing a learning system

Designing a learning system CS 75 Mache Leafrg Lecture 3 Desgg a learg system Mlos Hauskrecht mlos@cs.ptt.edu 539 Seott Square, x4-8845 people.cs.ptt.edu/~mlos/courses/cs75/ Homeork assgmet Homeork assgmet ll be out today To parts:

More information

Fitting. We ve learned how to detect edges, corners, blobs. Now what? We would like to form a. compact representation of

Fitting. We ve learned how to detect edges, corners, blobs. Now what? We would like to form a. compact representation of Fttg Fttg We ve leared how to detect edges, corers, blobs. Now what? We would lke to form a hgher-level, h l more compact represetato of the features the mage b groupg multple features accordg to a smple

More information

2 General Regression Neural Network (GRNN)

2 General Regression Neural Network (GRNN) 4 Geeral Regresso Neural Network (GRNN) GRNN, as proposed b oald F. Specht [Specht 9] falls to the categor of probablstc eural etworks as dscussed Chapter oe. Ths eural etwork lke other probablstc eural

More information

1-D matrix method. U 4 transmitted. incident U 2. reflected U 1 U 5 U 3 L 2 L 3 L 4. EE 439 matrix method 1

1-D matrix method. U 4 transmitted. incident U 2. reflected U 1 U 5 U 3 L 2 L 3 L 4. EE 439 matrix method 1 -D matrx method We ca expad the smple plae-wave scatterg for -D examples that we ve see to a more versatle matrx approach that ca be used to hadle may terestg -D problems. The basc dea s that we ca break

More information

Optimal Allocation of Complex Equipment System Maintainability

Optimal Allocation of Complex Equipment System Maintainability Optmal Allocato of Complex Equpmet System ataablty X Re Graduate School, Natoal Defese Uversty, Bejg, 100091, Cha edcal Protecto Laboratory, Naval edcal Research Isttute, Shagha, 200433, Cha Emal:rexs841013@163.com

More information

APPLICATION OF CLUSTERING METHODS IN BANK S PROPENSITY MODEL

APPLICATION OF CLUSTERING METHODS IN BANK S PROPENSITY MODEL APPLICATION OF CLUSTERING METHODS IN BANK S PROPENSITY MODEL Sergej Srota Haa Řezaková Abstract Bak s propesty models are beg developed for busess support. They should help to choose clets wth a hgher

More information

Blind Steganalysis for Digital Images using Support Vector Machine Method

Blind Steganalysis for Digital Images using Support Vector Machine Method 06 Iteratoal Symposum o Electrocs ad Smart Devces (ISESD) November 9-30, 06 Bld Stegaalyss for Dgtal Images usg Support Vector Mache Method Marcelus Hery Meor School of Electrcal Egeerg ad Iformatcs Badug

More information

Journal of Chemical and Pharmaceutical Research, 2015, 7(3): Research Article

Journal of Chemical and Pharmaceutical Research, 2015, 7(3): Research Article Avalable ole www.ocpr.com Joural of Chemcal ad Pharmaceutcal Research, 2015, 73):476-481 Research Artcle ISSN : 0975-7384 CODENUSA) : JCPRC5 Research o cocept smlarty calculato method based o sematc grd

More information

Multiclass classification Decision trees

Multiclass classification Decision trees CS 75 Mache Learg Lecture Multclass classfcato Decso trees Mlos Hauskrecht mlos@cs.tt.edu 59 Seott Suare CS 75 Mache Learg Mdterm eam Mdterm Tuesda, March 4, 4 I-class 75 mutes closed book materal covered

More information

Eight Solved and Eight Open Problems in Elementary Geometry

Eight Solved and Eight Open Problems in Elementary Geometry Eght Solved ad Eght Ope Problems Elemetary Geometry Floret Smaradache Math & Scece Departmet Uversty of New Mexco, Gallup, US I ths paper we revew eght prevous proposed ad solved problems of elemetary

More information

Signal Classification Method Based on Support Vector Machine and High-Order Cumulants

Signal Classification Method Based on Support Vector Machine and High-Order Cumulants Wreless Sesor Network,,, 48-5 do:.46/ws..7 Publshed Ole Jauary (http://www.scrp.org/joural/ws/). Sgal Classfcato Method Based o Support Vector Mache ad Hgh-Order Cumulats Abstract X ZHOU, Yg WU, B YANG

More information

Performance Impact of Load Balancers on Server Farms

Performance Impact of Load Balancers on Server Farms erformace Impact of Load Balacers o Server Farms Ypg Dg BMC Software Server Farms have gaed popularty for provdg scalable ad relable computg / Web servces. A load balacer plays a key role ths archtecture,

More information

Unsupervised Discretization Using Kernel Density Estimation

Unsupervised Discretization Using Kernel Density Estimation Usupervsed Dscretzato Usg Kerel Desty Estmato Maregle Bba, Floraa Esposto, Stefao Ferll, Ncola D Mauro, Teresa M.A Basle Departmet of Computer Scece, Uversty of Bar Va Oraboa 4, 7025 Bar, Italy {bba,esposto,ferll,dm,basle}@d.uba.t

More information

Text Categorization Based on a Similarity Approach

Text Categorization Based on a Similarity Approach Text Categorzato Based o a Smlarty Approach Cha Yag Ju We School of Computer Scece & Egeerg, Uversty of Electroc Scece ad Techology of Cha, Chegdu 60054, P.R. Cha Abstract Text classfcato ca effcetly ehace

More information

ABSTRACT Keywords

ABSTRACT Keywords A Preprocessg Scheme for Hgh-Cardalty Categorcal Attrbutes Classfcato ad Predcto Problems Daele Mcc-Barreca ClearCommerce Corporato 1100 Metrc Blvd. Aust, TX 78732 ABSTRACT Categorcal data felds characterzed

More information

An Ensemble Multi-Label Feature Selection Algorithm Based on Information Entropy

An Ensemble Multi-Label Feature Selection Algorithm Based on Information Entropy The Iteratoal Arab Joural of Iformato Techology, Vol., No. 4, July 204 379 A Esemble Mult-Label Feature Selecto Algorthm Based o Iformato Etropy Shg L, Zheha Zhag, ad Jaq Dua School of Computer Scece,

More information

Analysis of Students' Performance by Using Different Data Mining Classifiers

Analysis of Students' Performance by Using Different Data Mining Classifiers I.J. Moder Educato ad Computer Scece, 2017, 8, 9-15 Publshed Ole August 2017 MECS (http://www.mecs-press.org/) DOI: 10.5815/jmecs.2017.08.02 Aalyss of Studets' Performace by Usg Dfferet Data Mg Classfers

More information

Software reliability is defined as the probability of failure

Software reliability is defined as the probability of failure Evolutoary Regresso Predcto for Software Cumulatve Falure Modelg: a comparatve study M. Beaddy, M. Wakrm & S. Aljahdal 2 : Dept. of Math. & Ifo. Equpe MMS, Ib Zohr Uversty Morocco. beaddym@yahoo.fr 2:

More information

Learning Graphical Models from a Distributed Stream

Learning Graphical Models from a Distributed Stream Learg Graphcal Models from a Dstrbuted Stream Yu Zhag #1, Srkata Trthapura #2, Graham Cormode # Electrcal ad Computer Egeerg Departmet, Iowa State Uversty 1 yuz1988@astate.edu 2 st@astate.edu Uversty of

More information

ChEn 475 Statistical Analysis of Regression Lesson 1. The Need for Statistical Analysis of Regression

ChEn 475 Statistical Analysis of Regression Lesson 1. The Need for Statistical Analysis of Regression Statstcal-Regresso_hadout.xmcd Statstcal Aalss of Regresso ChE 475 Statstcal Aalss of Regresso Lesso. The Need for Statstcal Aalss of Regresso What do ou do wth dvdual expermetal data pots? How are the

More information

Applying Support Vector Machines to Imbalanced Datasets

Applying Support Vector Machines to Imbalanced Datasets Applyg Support Vector Maches to Imbalaced Datasets Reha Akba 1, Stephe Kwek 1, ad Nathale Japkowcz 2 1 Departmet of Computer Scece, Uversty of Texas at Sa Atoo 6900 N. Loop 1604 W, Sa Atoo, Texas, 78249,

More information

Clustering documents with vector space model using n-grams

Clustering documents with vector space model using n-grams Clusterg documets wth vector space model usg -grams Klas Skogmar, d97ksk@efd.lth.se Joha Olsso, d97jo@efd.lth.se Lud Isttute of Techology Supervsed by: Perre Nugues, Perre.Nugues@cs.lth.se Abstract Ths

More information

Constructive Semi-Supervised Classification Algorithm and Its Implement in Data Mining

Constructive Semi-Supervised Classification Algorithm and Its Implement in Data Mining Costructve Sem-Supervsed Classfcato Algorthm ad Its Implemet Data Mg Arvd Sgh Chadel, Arua Twar, ad Naredra S. Chaudhar Departmet of Computer Egg. Shr GS Ist of Tech.& Sc. SGSITS, 3, Par Road, Idore (M.P.)

More information

International Mathematical Forum, 1, 2006, no. 31, ON JONES POLYNOMIALS OF GRAPHS OF TORUS KNOTS K (2, q ) Tamer UGUR, Abdullah KOPUZLU

International Mathematical Forum, 1, 2006, no. 31, ON JONES POLYNOMIALS OF GRAPHS OF TORUS KNOTS K (2, q ) Tamer UGUR, Abdullah KOPUZLU Iteratoal Mathematcal Forum,, 6, o., 57-54 ON JONES POLYNOMIALS OF RAPHS OF TORUS KNOTS K (, q ) Tamer UUR, Abdullah KOPUZLU Atatürk Uverst Scece Facult Dept. of. Math. 54 Erzurum, Turkey tugur@atau.edu.tr

More information

Estimating Feasibility Using Multiple Surrogates and ROC Curves

Estimating Feasibility Using Multiple Surrogates and ROC Curves Estmatg Feasblty Usg Multple Surrogates ad ROC Curves Arba Chaudhur * Uversty of Florda, Gaesvlle, Florda, 3601 Rodolphe Le Rche École Natoale Supéreure des Mes de Sat-Étee, Sat-Étee, Frace ad CNRS LIMOS

More information

NEURO FUZZY MODELING OF CONTROL SYSTEMS

NEURO FUZZY MODELING OF CONTROL SYSTEMS NEURO FUZZY MODELING OF CONTROL SYSTEMS Efré Gorrosteta, Carlos Pedraza Cetro de Igeería y Desarrollo Idustral CIDESI, Av Pe de La Cuesta 70. Des. Sa Pablo. Querétaro, Qro, Méxco gorrosteta@teso.mx pedraza@cdes.mx

More information

Transistor/Gate Sizing Optimization

Transistor/Gate Sizing Optimization Trasstor/Gate Szg Optmzato Gve: Logc etwork wth or wthout cell lbrary Fd: Optmal sze for each trasstor/gate to mmze area or power, both uder delay costrat Statc szg: based o tmg aalyss ad cosder all paths

More information

MATHEMATICAL PROGRAMMING MODEL OF THE CRITICAL CHAIN METHOD

MATHEMATICAL PROGRAMMING MODEL OF THE CRITICAL CHAIN METHOD MATHEMATICAL PROGRAMMING MODEL OF THE CRITICAL CHAIN METHOD TOMÁŠ ŠUBRT, PAVLÍNA LANGROVÁ CUA, SLOVAKIA Abstract Curretly there s creasgly dcated that most of classcal project maagemet methods s ot sutable

More information

A Genetic K-means Clustering Algorithm Applied to Gene Expression Data

A Genetic K-means Clustering Algorithm Applied to Gene Expression Data A Geetc K-meas Clusterg Algorthm Appled to Gee Expresso Data Fag-Xag Wu, W. J. Zhag, ad Athoy J. Kusal Dvso of Bomedcal Egeerg, Uversty of Sasatchewa, Sasatoo, S S7N 5A9, CANADA faw34@mal.usas.ca, zhagc@egr.usas.ca

More information

Eight Solved and Eight Open Problems in Elementary Geometry

Eight Solved and Eight Open Problems in Elementary Geometry Eght Solved ad Eght Ope Problems Elemetary Geometry Floret Smaradache Math & Scece Departmet Uversty of New Mexco, Gallup, US I ths paper we revew eght prevous proposed ad solved problems of elemetary

More information

Electrocardiogram Classification Method Based on SVM

Electrocardiogram Classification Method Based on SVM Electrocardogram Classfcato Method Based o SVM Xao Tag Zhwe Mo College of mathematcs ad software scece, Schua ormal uversty, Chegdu 60066, P. R. Cha Abstract Heart dsease s oe of the ma dseases threateg

More information

COMSC 2613 Summer 2000

COMSC 2613 Summer 2000 Programmg II Fal Exam COMSC 63 Summer Istructos: Name:. Prt your ame the space provded Studet Id:. Prt your studet detfer the space Secto: provded. Date: 3. Prt the secto umber of the secto whch you are

More information

Cubic fuzzy H-ideals in BF-Algebras

Cubic fuzzy H-ideals in BF-Algebras OSR Joural of Mathematcs (OSR-JM) e-ssn: 78-578 p-ssn: 39-765X Volume ssue 5 Ver (Sep - Oct06) PP 9-96 wwwosrjouralsorg Cubc fuzzy H-deals F-lgebras Satyaarayaa Esraa Mohammed Waas ad U du Madhav 3 Departmet

More information

A Comparison of Heuristics for Scheduling Spatial Clusters to Reduce I/O Cost in Spatial Join Processing

A Comparison of Heuristics for Scheduling Spatial Clusters to Reduce I/O Cost in Spatial Join Processing Edth Cowa Uversty Research Ole ECU Publcatos Pre. 20 2006 A Comparso of Heurstcs for Schedulg Spatal Clusters to Reduce I/O Cost Spatal Jo Processg Jta Xao Edth Cowa Uversty 0.09/ICMLC.2006.258779 Ths

More information

Spatial Interpolation Using Neural Fuzzy Technique

Spatial Interpolation Using Neural Fuzzy Technique Wog, K.W., Gedeo, T., Fug, C.C. ad Wog, P.M. (00) Spatal terpolato usg eural fuzzy techque. I: Proceedgs of the 8th Iteratoal Coferece o Neural Iformato Processg (ICONIP), Shagha, Cha Spatal Iterpolato

More information

Active Bayesian Learning For Mixture Models

Active Bayesian Learning For Mixture Models Actve Bayesa Learg For Mxture Models Ia Davdso Slco Graphcs 300 Crttede L, MS 876 Mouta Vew, CA 94587 pd@hotmal.com Abstract Tradtoally, Bayesa ductve learg volves fdg the most probable model from the

More information

An Ensemble Approach to Classifier Construction based on Bootstrap Aggregation

An Ensemble Approach to Classifier Construction based on Bootstrap Aggregation A Esemble Approach to Classfer Costructo based o Bootstrap Aggregato Dewa Md. Fard Jahagragar Uversty Dhaka-342, Bagladesh Mohammad Zahdur Rahma Jahagragar Uversty Dhaka-342, Bagladesh Chowdhury Mofzur

More information

Nine Solved and Nine Open Problems in Elementary Geometry

Nine Solved and Nine Open Problems in Elementary Geometry Ne Solved ad Ne Ope Problems Elemetary Geometry Floret Smaradache Math & Scece Departmet Uversty of New Mexco, Gallup, US I ths paper we revew e prevous proposed ad solved problems of elemetary D geometry

More information

Application Research for Ultrasonic Flaw Identification Based on Support Vector Machine Jing Huang 1, a, Binglei Guan 1, b

Application Research for Ultrasonic Flaw Identification Based on Support Vector Machine Jing Huang 1, a, Binglei Guan 1, b 4th Iteratoal Coferece o Mechatrocs, Materals, Chemstry ad Computer Egeerg (ICMMCCE 205) Applcato Research for Ultrasoc Flaw Idetfcato Based o Support Vector Mache Jg Huag, a, Bgle Gua, b School of Electroc

More information

Prof. Feng Liu. Winter /24/2019

Prof. Feng Liu. Winter /24/2019 Prof. Feg Lu Wter 209 http://www.cs.pd.edu/~flu/courses/cs40/ 0/24/209 Last Tme Feature detecto 2 Toda Feature matchg Fttg The followg sldes are largel from Prof. S. Lazebk 3 Wh etract features? Motvato:

More information

On a Sufficient and Necessary Condition for Graph Coloring

On a Sufficient and Necessary Condition for Graph Coloring Ope Joural of Dscrete Matheatcs, 04, 4, -5 Publshed Ole Jauary 04 (http://wwwscrporg/joural/ojd) http://dxdoorg/0436/ojd04400 O a Suffcet ad Necessary Codto for raph Colorg Maodog Ye Departet of Matheatcs,

More information

SVM Classification Method Based Marginal Points of Representative Sample Sets

SVM Classification Method Based Marginal Points of Representative Sample Sets P P College P P College P Iteratoal Joural of Iformato Techology Vol. No. 9 005 SVM Classfcato Method Based Margal Pots of Represetatve Sample Sets Wecag ZhaoP P, Guagrog JP P, Ru NaP P, ad Che FegP of

More information

MINIMIZATION OF THE VALUE OF DAVIES-BOULDIN INDEX

MINIMIZATION OF THE VALUE OF DAVIES-BOULDIN INDEX MIIMIZATIO OF THE VALUE OF DAVIES-BOULDI IDEX ISMO ÄRÄIE ad PASI FRÄTI Departmet of Computer Scece, Uversty of Joesuu Box, FI-800 Joesuu, FILAD ABSTRACT We study the clusterg problem whe usg Daves-Bould

More information

A New Hybrid Audio Classification Algorithm Based on SVM Weight Factor and Euclidean Distance

A New Hybrid Audio Classification Algorithm Based on SVM Weight Factor and Euclidean Distance Proceedgs of the 2007 WSEAS Iteratoal Coferece o Computer Egeerg ad Applcatos, Gold Coast, Australa, Jauary 7-9, 2007 52 A New Hybrd Audo Classfcato Algorthm Based o SVM Weght Factor ad Eucldea Dstace

More information

A MapReduce-Based Multiple Flow Direction Runoff Simulation

A MapReduce-Based Multiple Flow Direction Runoff Simulation A MapReduce-Based Multple Flow Drecto Ruoff Smulato Ahmed Sdahmed ad Gyozo Gdofalv GeoIformatcs, Urba lag ad Evromet, KTH Drottg Krstas väg 30 100 44 Stockholm Telephoe: +46-8-790 8709 Emal:{sdahmed, gyozo}@

More information

Delay based Duplicate Transmission Avoid (DDA) Coordination Scheme for Opportunistic routing

Delay based Duplicate Transmission Avoid (DDA) Coordination Scheme for Opportunistic routing Delay based Duplcate Trasmsso Avod (DDA) Coordato Scheme for Opportustc routg Ng L, Studet Member IEEE, Jose-Fera Martez-Ortega, Vcete Heradez Daz Abstract-Sce the packet s trasmtted to a set of relayg

More information

A PROCEDURE FOR SOLVING INTEGER BILEVEL LINEAR PROGRAMMING PROBLEMS

A PROCEDURE FOR SOLVING INTEGER BILEVEL LINEAR PROGRAMMING PROBLEMS ISSN: 39-8753 Iteratoal Joural of Iovatve Research Scece, Egeerg ad Techology A ISO 397: 7 Certfed Orgazato) Vol. 3, Issue, Jauary 4 A PROCEDURE FOR SOLVING INTEGER BILEVEL LINEAR PROGRAMMING PROBLEMS

More information

Comparison Studies on Classification for Remote Sensing Image Based on Data Mining Method

Comparison Studies on Classification for Remote Sensing Image Based on Data Mining Method Hag Xao ad Xub Zhag Comparso Studes o Classfcato for Remote Sesg Image Based o Data Mg Method Hag XIAO 1, Xub ZHANG 1 1: School of Electroc, Iformato ad Electrcal Egeerg Shagha Jaotog Uversty No. 1954,

More information

DEEP (Displacement Estimation Error Back-Propagation) Method for Cascaded ViSPs (Visually Servoed Paired Structured Light Systems)

DEEP (Displacement Estimation Error Back-Propagation) Method for Cascaded ViSPs (Visually Servoed Paired Structured Light Systems) DEEP (Dsplacemet Estmato Error Back-Propagato) Method for Cascaded VSPs (Vsually Servoed Pared Structured Lght Systems) Haem Jeo 1), Jae-Uk Sh 2), Wachoel Myeog 3), Yougja Km 4), ad *Hyu Myug 5) 1), 3),

More information

LP: example of formulations

LP: example of formulations LP: eample of formulatos Three classcal decso problems OR: Trasportato problem Product-m problem Producto plag problem Operatos Research Massmo Paolucc DIBRIS Uversty of Geova Trasportato problem The decso

More information

SALAM A. ISMAEEL Computer Man College for Computer Studies, Khartoum / Sudan

SALAM A. ISMAEEL Computer Man College for Computer Studies, Khartoum / Sudan AAPTIVE HYBRI-WAVELET ETHO FOR GPS/ SYSTE INTEGRATION SALA A. ISAEEL Computer a College for Computer Studes, Khartoum / Suda salam.smaeel@gmal.com ABSTRACT I ths paper, a techque for estmato a global postog

More information

Differentiated Service of Streaming Media Playback Technology

Differentiated Service of Streaming Media Playback Technology Iteratoal Coferece o Advaced Iformato ad Commucato Techology for Educato (ICAICTE 2013) Dfferetated Servce of Streamg Meda Playback Techology CHENG Z-ao 1 MENG Bo 1 WANG Da-hua 1 ZHAO Yue 1 1 Iformatzato

More information

An Improved Fuzzy C-Means Clustering Algorithm Based on Potential Field

An Improved Fuzzy C-Means Clustering Algorithm Based on Potential Field 07 d Iteratoal Coferece o Advaces Maagemet Egeerg ad Iformato Techology (AMEIT 07) ISBN: 978--60595-457-8 A Improved Fuzzy C-Meas Clusterg Algorthm Based o Potetal Feld Yua-hag HAO, Zhu-chao YU *, X GAO

More information

Integration of Support Vector Machine and Bayesian Neural Network for Data Mining and Classification

Integration of Support Vector Machine and Bayesian Neural Network for Data Mining and Classification World Academy of Scece, Egeerg ad Techology Iteratoal Joural of Computer ad Iformato Egeerg Vol:4, No:4, 2 Itegrato of Support Vector Mache ad Bayesa Neural Network for Data Mg ad Classfcato Essam Al-Daoud

More information

APR 1965 Aggregation Methodology

APR 1965 Aggregation Methodology Sa Joaqu Valley Ar Polluto Cotrol Dstrct APR 1965 Aggregato Methodology Approved By: Sged Date: March 3, 2016 Araud Marjollet, Drector of Permt Servces Backgroud Health rsk modelg ad the collecto of emssos

More information

A Perception of Statistical Inference in Data Mining

A Perception of Statistical Inference in Data Mining Iteratoal Joural of Computer Scece & Commucato Vol., No., July-December 00, pp. 373-378 A Percepto of Statstcal Iferece Data Mg Sajay Gaur & M. S. Dulawat, Departmet of Mathematcs & Statstcs, Mohalal Sukhada

More information

Constructing Scalable 3D Animated Model by Deformation Sensitive Simplification

Constructing Scalable 3D Animated Model by Deformation Sensitive Simplification Costructg Scalable 3D Amated Model by Deformato Seste Smplfcato Sheg-Yao Cho Natoal Tawa Uersty e@cmlab.cse.tu.edu.tw Bg-Yu Che Natoal Tawa Uersty rob@tu.edu.tw ABSTRACT To date, more hgh resoluto amated

More information

Review Statistics review 1: Presenting and summarising data Elise Whitley* and Jonathan Ball

Review Statistics review 1: Presenting and summarising data Elise Whitley* and Jonathan Ball Crtcal Care February Vol 6 No Whtley ad Ball Revew Statstcs revew : Presetg ad summarsg data Else Whtley* ad Joatha Ball *Lecturer Medcal Statstcs, Uversty of Brstol, Brstol, UK Lecturer Itesve Care Medce,

More information

From Math to Efficient Hardware. James C. Hoe Department of ECE Carnegie Mellon University

From Math to Efficient Hardware. James C. Hoe Department of ECE Carnegie Mellon University FFT Compler: From Math to Effcet Hardware James C. Hoe Departmet of ECE Carege Mello Uversty jot wor wth Peter A. Mlder, Fraz Frachett, ad Marus Pueschel the SPIRAL project wth support from NSF ACR-3493,

More information

A genetic procedure used to train RFB neural networks

A genetic procedure used to train RFB neural networks A geetc procedure used to tra RFB eural etworks Costat-Iula VIZITIU Commucatos ad Electroc Systems Departmet Mltary Techcal Academy George Cosbuc Aveue 8-83 5 th Dstrct Bucharest ROMANIA vc@mta.ro http://www.mta.ro

More information

A Simple Dimensionality Reduction Technique for Fast Similarity Search in Large Time Series Databases

A Simple Dimensionality Reduction Technique for Fast Similarity Search in Large Time Series Databases A Smple Dmesoalty Reducto Techque for Fast Smlarty Search Large Tme Seres Databases Eamo J. Keogh ad Mchael J. Pazza Departmet of Iformato ad Computer Scece Uversty of Calfora, Irve, Calfora 92697 USA

More information

Keywords- clustering; naïve Bayesian classifier; boosting; hybrid classifier.

Keywords- clustering; naïve Bayesian classifier; boosting; hybrid classifier. World of Computer Scece ad Iformato Techology Joural (WCSIT) ISSN: 2221-0741 Vol. 1, No. 3, 105-109, 2011. A Hybrd Classfer usg Boostg, Clusterg, ad Naïve Bayesa Classfer A. J. M. Abu Afza, Dewa Md. Fard,

More information

A Double-Window-based Classification Algorithm for Concept Drifting Data Streams

A Double-Window-based Classification Algorithm for Concept Drifting Data Streams 00 IEEE Iteratoal Coferece o Graular Computg A Double-Wdow-based Classfcato Algorthm for Cocept Drftg Data Streams Qu Zhu, Xuegag Hu, Yuhog Zhag, Pepe L, Xdog Wu, School of Computer Scece ad Iformato Egeerg,

More information

Unsupervised visual learning of three-dimensional objects using a modular network architecture

Unsupervised visual learning of three-dimensional objects using a modular network architecture PERGAMON Neural Networks 12 (1999) 1037 1051 Neural Networks www.elsever.com/locate/euet Usupervsed vsual learg of three-dmesoal objects usg a modular etwork archtecture H. Ado a, *, S. Suzuk a,b, T. Fujta

More information

ECE Digital Image Processing and Introduction to Computer Vision

ECE Digital Image Processing and Introduction to Computer Vision ECE59064 Dgtal Image Processg ad Itroducto to Computer Vso Depart. of ECE NC State Uverst Istructor: Tafu Matt Wu Sprg 07 Outle Recap Le Segmet Detecto Fttg Least square Total square Robust estmator Hough

More information

Marcus Gallagher School of Information Technology and Electrical Engineering The University of Queensland QLD 4072, Australia

Marcus Gallagher School of Information Technology and Electrical Engineering The University of Queensland QLD 4072, Australia O the Importace of Dversty Mateace Estmato of Dstrbuto Algorthms Bo Yua School of Iformato Techology ad Electrcal Egeerg The Uversty of Queeslad QLD 4072, Australa +6-7-3365636 boyua@tee.uq.edu.au Marcus

More information

Reliable Surface Extraction from Point-Clouds using Scanner-Dependent Parameters

Reliable Surface Extraction from Point-Clouds using Scanner-Dependent Parameters 1 Relable Surface Extracto from Pot-Clouds usg Scaer-Depedet Parameters Hrosh Masuda 1, Ichro Taaka 2, ad Masakazu Eomoto 3 1 The Uversty of Tokyo, masuda@sys.t.u-tokyo.ac.jp 2 Tokyo Dek Uversty, taaka@cck.deda.ac.jp

More information

Fuzzy ID3 Decision Tree Approach for Network Reliability Estimation

Fuzzy ID3 Decision Tree Approach for Network Reliability Estimation IJCSI Iteratoal Joural of Computer Scece Issues, Vol. 9, Issue 1, o 1, Jauary 2012 ISS (Ole): 1694-0814 www.ijcsi.org 446 Fuzzy ID3 Decso Tree Approach for etwor Relablty Estmato A. Ashaumar Sgh 1, Momtaz

More information

Term Weighting Schemes Experiment Based on SVD for Malay Text Retrieval

Term Weighting Schemes Experiment Based on SVD for Malay Text Retrieval IJCSS Iteratoal Joural o Computer Scece ad etwork Securty, VOL.8 o.0, October 2008 357 Term Weghtg Schemes Expermet Based o SVD or Malay Text Retreval ordaah Ab Samat, Masrah Azrah Azm Murad, Muhamad Tauk

More information

A Web Mining Based Network Personalized Learning System Hua PANG1, a, Jian YU1, Long WANG2, b

A Web Mining Based Network Personalized Learning System Hua PANG1, a, Jian YU1, Long WANG2, b 3rd Iteratoal Coferece o Machery, Materals ad Iformato Techology Applcatos (ICMMITA 05) A Web Mg Based Network Persoalzed Learg System Hua PANG, a, Ja YU, Log WANG, b College of Educato Techology, Sheyag

More information

A Dynamic Bayesian Network Model for Hierarchial Classification and its Application in Predicting Yeast Genes Functions

A Dynamic Bayesian Network Model for Hierarchial Classification and its Application in Predicting Yeast Genes Functions Assocato for Iformato Systems AIS Electroc Lbrary (AISeL AMCIS 2005 Proceedgs Amercas Coferece o Iformato Systems (AMCIS 2005 A Dyamc Bayesa Networ Model for Herarchal Classfcato ad ts Applcato Predctg

More information

ANALYSIS OF VARIANCE WITH PARETO DATA

ANALYSIS OF VARIANCE WITH PARETO DATA Proceedgs of the th Aual Coferece of Asa Pacfc Decso Sceces Isttute Hog Kog, Jue -8, 006, pp. 599-609. ANALYSIS OF VARIANCE WITH PARETO DATA Lakhaa Watthaacheewakul Departmet of Mathematcs ad Statstcs,

More information

Classification Web Pages By Using User Web Navigation Matrix By Mementic Algorithm

Classification Web Pages By Using User Web Navigation Matrix By Mementic Algorithm Classfcato Web Pages By Usg User Web Navgato Matrx By Memetc Algorthm 1 Parvaeh roustae 2 Mehd sadegh zadeh 1 Studet of Computer Egeerg Software EgeergDepartmet of ComputerEgeerg, Bushehr brach,

More information

Grid Resource Discovery Algorithm Based on Distance

Grid Resource Discovery Algorithm Based on Distance 966 JOURNAL OF SOFTWARE, OL. 9, NO., NOEMBER 4 Grd Resource Dscovery Algorthm Based o Dstace Zhogpg Zhag,, Log He, Chao Zhag The School of Iformato Scece ad Egeerg, Yasha Uversty, Qhuagdao, Hebe, 664,

More information

COMPARISON OF PARAMETERIZATION METHODS USED FOR B-SPLINE CURVE INTERPOLATION

COMPARISON OF PARAMETERIZATION METHODS USED FOR B-SPLINE CURVE INTERPOLATION Europea Joural of Techc COMPARISON OF PARAMETERIZATION METHODS USED FOR B-SPLINE CURVE INTERPOLATION Sıtı ÖZTÜRK, Cegz BALTA, Melh KUNCAN 2* Kocael Üverstes, Mühedsl Faültes, Eletro ve Haberleşme Mühedslğ

More information

Fingerprint Classification Based on Spectral Features

Fingerprint Classification Based on Spectral Features Fgerprt Classfcato Based o Spectral Features Hosse Pourghassem Tarbat Modares Uversty h_poorghasem@modares.ac.r Hassa Ghassema Tarbat Modares Uversty ghassem@modares.ac.r Abstract: Fgerprt s oe of the

More information

ITEM ToolKit Technical Support Notes

ITEM ToolKit Technical Support Notes ITEM ToolKt Notes Fault Tree Mathematcs Revew, Ic. 2875 Mchelle Drve Sute 300 Irve, CA 92606 Phoe: +1.240.297.4442 Fax: +1.240.297.4429 http://www.itemsoft.com Page 1 of 15 6/1/2016 Copyrght, Ic., All

More information

Application of Genetic Algorithm for Computing a Global 3D Scene Exploration

Application of Genetic Algorithm for Computing a Global 3D Scene Exploration Joural of Software Egeerg ad Applcatos, 2011, 4, 253-258 do:10.4236/jsea.2011.44028 Publshed Ole Aprl 2011 (http://www.scrp.org/joural/jsea) 253 Applcato of Geetc Algorthm for Computg a Global 3D Scee

More information

Auto-Scalability in Cloud: A Surveyof Energy and Sla Efficient Virtual Machine Consolidation

Auto-Scalability in Cloud: A Surveyof Energy and Sla Efficient Virtual Machine Consolidation SSRG Iteratoal Joural of Computer Scece ad Egeerg (SSRG-IJCSE volume 3 Issue November 06 Auto-Scalablty Cloud: A Surveyof Eergy ad Sla Effcet Vrtual Mache Cosoldato A.Rchard Wllam, Dr.J.Sethlkumar Asst.

More information

Weighting Cache Replace Algorithm for Storage System

Weighting Cache Replace Algorithm for Storage System Weghtg Cache Replace Algorthm for Storage System Yhu Luo 2 Chagsheg Xe 2 Chegfeg Zhag 2 School of mathematcs ad Computer Scece, Hube Uversty, Wuha 430062, P.R. Cha 2 Natoal Storage System Laboratory, School

More information

Toward Undetected Operating System Fingerprinting

Toward Undetected Operating System Fingerprinting Toward Udetected Operatg System Fgerprtg Lloyd G. Greewald ad Tavars J. Thomas LGS Bell Labs Iovatos {lgreewald, tthomas}@lgsovatos.com Abstract Tools for actve remote operatg system fgerprtg geerate may

More information

Construction Project Cost Prediction Based on Genetic Algorithm and Least Squares Support Vector Machine

Construction Project Cost Prediction Based on Genetic Algorithm and Least Squares Support Vector Machine 5th Iteratoal Coferece o Cvl Egeerg ad rasportato (ICCE 05) Costructo Project Cost Predcto Based o Geetc Algorthm ad Least Squares Support Vector Mache Mg Xu, a, Bgfeg Xu,b*, Lajag Zhou,c ad L Wu,d School

More information

Network Intrusion Detection Using Support Vector Machine Based on Particle Swarm Optimization Li Wang 1,2, Chunhua Dong 2, Jianping Hu 2, Guodong Li 2

Network Intrusion Detection Using Support Vector Machine Based on Particle Swarm Optimization Li Wang 1,2, Chunhua Dong 2, Jianping Hu 2, Guodong Li 2 Iteratoal Coferece o Appled Scece ad Egeerg Iovato (ASEI 015) Network Itruso Detecto Usg Support Vector Mache Based o Partcle Swarm Optmzato L Wag 1,, Chuhua Dog, Japg Hu, Guodog L 1.School of Electrocs

More information

New Fuzzy Integral for the Unit Maneuver in RTS Game

New Fuzzy Integral for the Unit Maneuver in RTS Game New Fuzzy Itegral for the Ut Maeuver RTS Game Peter Hu Fug Ng, YgJe L, ad Smo Ch Keug Shu Departmet of Computg, The Hog Kog Polytechc Uversty, Hog Kog {cshfg,csyjl,csckshu}@comp.polyu.edu.hk Abstract.

More information

Multi-class Cancer Classification with OVR-Support Vector Machines Selected by Naïve Bayes Classifier

Multi-class Cancer Classification with OVR-Support Vector Machines Selected by Naïve Bayes Classifier Mult-class Cacer Classfcato wth OVR-Support Vector Maches Selected by Naïve Bayes Classfer J-Hyuk Hog ad Sug-Bae Cho Dept. of Computer Scece, Yose Uversty 34 Scho-dog, Sudaemoo-ku Seoul 0-749, Korea hjh@sclab.yose.ac.kr,

More information

FEATURE SELECTION ON COMBINATIONS FOR EFFICIENT LEARNING FROM IMAGES. Rong Xiao, Lei Zhang, and Hong-Jiang Zhang

FEATURE SELECTION ON COMBINATIONS FOR EFFICIENT LEARNING FROM IMAGES. Rong Xiao, Lei Zhang, and Hong-Jiang Zhang FEATURE SELECTION ON COMBINATIONS FOR EFFICIENT LEARNING FROM IMAGES Rog Xao, Le Zhag, ad Hog-Jag Zhag Mcrosoft Research Asa, Bejg 100080, P.R. Cha {t-rxao, lezhag, hjzhag}@mcrosoft.com ABSTRACT Due to

More information

Developer Recommendation with Awareness of Accuracy and Cost

Developer Recommendation with Awareness of Accuracy and Cost Developer Recommedato wth Awareess of Accuracy ad Cost * J Lu, Yquz Ta State Key Lab of Software Egeerg Computer School, Wuha Uversty Wuha, Cha *Correspodg author jlu@whu.edu.c tayquz@whu.edu.c Lag Hog

More information

EDGE- ODD Gracefulness of the Tripartite Graph

EDGE- ODD Gracefulness of the Tripartite Graph EDGE- ODD Graceuless o the Trpartte Graph C. Vmala, A. Saskala, K. Ruba 3, Asso. Pro, Departmet o Mathematcs, Peryar Maamma Uversty, Vallam, Thajavur Post.. Taml Nadu, Ida. 3 M. Phl Scholar, Departmet

More information

Impact of Mobility Prediction on the Temporal Stability of MANET Clustering Algorithms *

Impact of Mobility Prediction on the Temporal Stability of MANET Clustering Algorithms * Impact of Moblty Predcto o the Temporal Stablty of MANET Clusterg Algorthms * Aravdha Vekateswara, Vekatesh Saraga, Nataraa Gautam 1, Ra Acharya Departmet of Comp. Sc. & Egr. Pesylvaa State Uversty Uversty

More information

NUMERICAL INTEGRATION BY GENETIC ALGORITHMS. Vladimir Morozenko, Irina Pleshkova

NUMERICAL INTEGRATION BY GENETIC ALGORITHMS. Vladimir Morozenko, Irina Pleshkova 5 Iteratoal Joural Iformato Theores ad Applcatos, Vol., Number 3, 3 NUMERICAL INTEGRATION BY GENETIC ALGORITHMS Vladmr Morozeko, Ira Pleshkova Abstract: It s show that geetc algorthms ca be used successfully

More information

Evaluation of Node and Link Importance Based on Network Topology and Traffic Information DU Xun-Wei, LIU Jun, GUO Wei

Evaluation of Node and Link Importance Based on Network Topology and Traffic Information DU Xun-Wei, LIU Jun, GUO Wei Advaced Materals Research Submtted: 2014-08-29 ISSN: 1662-8985, Vols. 1049-1050, pp 1765-1770 Accepted: 2014-09-01 do:10.4028/www.scetfc.et/amr.1049-1050.1765 Ole: 2014-10-10 2014 Tras Tech Publcatos,

More information

A New Newton s Method with Diagonal Jacobian Approximation for Systems of Nonlinear Equations

A New Newton s Method with Diagonal Jacobian Approximation for Systems of Nonlinear Equations Joural of Mathematcs ad Statstcs 6 (3): 46-5, ISSN 549-3644 Scece Publcatos A New Newto s Method wth Dagoal Jacoba Appromato for Systems of Nolear Equatos M.Y. Wazr, W.J. Leog, M.A. Hassa ad M. Mos Departmet

More information