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

Size: px
Start display at page:

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

Transcription

1 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, Hefe Uversty of Techology, Cha, Departmet of Computer Scece, Uversty of Vermot, USA, {quzhu.hfut, jsjxhuxg, yuhog.hfut, pepel.hfut}@gmal.com, xwu@cems.uvm.edu Abstract Trackg cocept drfts data streams has recetly become a hot topc data mg. Most of the exstg work s bult o a sgle-wdow-based mechasm to detect cocept drfts. Due to the heret lmtato of the sgle-wdow-based mechasm, t s a challege to hadle dfferet types of drfts. Motvated by ths, a ew classfcato algorthm based o a doublewdow mechasm for hadlg varous cocept drftg data streams (amed DWCDS) s proposed ths paper. I terms of a esemble classfer radom decso trees, a double-wdow-based mechasm s preseted to detect cocept drfts perodcally, ad the model s updated dyamcally to adapt to cocept drfts. Extesve studes o both sythetc ad real-word data demostrate that DWCDS could quckly ad effcetly detect cocept drfts from streamg data, ad the performace o the robustess to ose ad the accuracy of classfcato s also mproved sgfcatly. Keywords: data stream, cocept drft, classfcato. Itroducto Huge amouts of data are emergg the felds of etwork securty, stock aalyss, e-commerce ad weather motorg etc [, ]. These data are called data streams, whch preset ew characterstcs, such as fast, cotuous, hgh-volume, ope-eded, ad cocept drftg [3]. It s challegg for most of tradtoal algorthms for streamg data classfcato. Actually, may classfcato algorthms for cocept drftg data streams have bee proposed. For example, a classfcato algorthm of CVFDT [4] s based o a sgle tree, utlzg sgle wdow of tme ad alteratve sub-trees mechasms to hadle cocept drfts; several classfcato algorthms lke UFFT [5] ad MSRT [6] are based o esemble classfers for cocept drftg data streams. However, algorthms of CVFDT ad UFFT adopt a sgle sldg wdow mechasm to detect cocept drfts the local structure of the classfer. Ths mechasm has the followg lmtato: f the sze of the wdow s large, the model has slower adaptato to a ew target, ad f the value of the wdow s small, the staces are suffcet for learg [7]. The algorthm of MSRT takes two sldg wdows for trag ad testg, but t s actually a dyamc mechasm of stll a sgle wdow. It s also dffcult to determe the wdow s rate of dyamc chage. To overcome the problem metoed above, ths paper, we propose a ew classfcato algorthm for data streams usg a double wdow mechasm (called DWCDS). It s based o the chages of the orgal data dstrbuto the wdow to detect cocept drfts. Correspodgly, the wdow szes are adjusted dyamcally to ehace the adaptablty to cocept drfts. Expermets show that DWCDS performs better o the cocept drft detecto, the ablty of robustess to ose ad the accuracy of classfcato compared to other state-of-the-art algorthms. The rest of ths paper s orgazed as follows. Our Double-Wdow-based Classfcato algorthm for cocept drftg Data Streams (DWCDS) s descrbed Secto. Secto 3 provdes our expermetal study ad Secto 4 summarzes our results ad future work.. The DWCDS algorthm. Algorthm descrpto Our algorthm to be proposed ths secto s based o a double-wdow mechasm to hadle cocept drftg data streams. There are three steps. At the frst step, we geerate N-basc classfers usg the data a N-cell sldg wdow SW (each classfer /0 $ IEEE DOI 0.09/GrC

2 cossts of K-radom decso trees). The, whe SW s full, we check the dstrbuto chages of streamg data the wdow to detect cocept drfts. If a cocept drft occurs, we wll take some operatos to update the model of DWCDS. Fally, we classfy the test data a votg mechasm usg a esemble classfer CT. The ma process of DWCDS s as follows. Iput: Trag set DSTR; Test set DSTE; Attrbute set A; Maxmum heght of trees h 0 ; Basc classfer cout N; Capacty of each basc classfer K; Sldg wdow SW; Mmum threshold of wdow MSW; Maxmum threshold of wdow MaxSW; Basc wdow w; Mmum umber of splt staces m ; Coeffcet of drft warg ; Coeffcet of drft ; Output: Error rate of classfcato Procedure: DWCDS {DSTR, DSTE, A, h 0, N, K, SW, MSW, MaxSW, w, m,, } { for (=; <N; ++) Geerate K-radom decso trees as a basc classfer CT usg the data SW; whle (a ew stace arrves) { f (SW s full) Detect cocept drfts usg the data dstrbuto chages of curret streamg data the sldg wdow ad a basc wdow; f (a cocept drft occurs) { Delete the classfer CT wth the worst performace o classfcato from CT; Buld a ew basc classfer usg the data that has a ew cocept SW ad put t to CT; Adjust the sze of the sldg wdow; }} for (each test stace DSTE ) Classfy t a votg mechasm usg esemble classfer {CT }; retur the error rate of classfcato; } The growg strategy of trees s as follows. A dscrete attrbutes should ot be chose aga a decso path of the tree whle umercal attrbutes ca be chose multple tmes. If a umercal attrbute s selected, we wll mata the attrbute formato of staces ths ode ad dscretze the umercal attrbute wth the method MSRT. If the umber of staces reaches the value of m, we wll select a dex of the dscretzato tervals radomly ad the set the average value of staces ths terval to a cut-pot. If a dscrete attrbute s chose, we wll geerate a chld brach wth the value of ths attrbute ad a ull poter. Ths geerates ew braches whe the ew values of the attrbute come. I ths paper, we use the methods of Majorty Class ad Naïve Bayes. Majorty Class s sutable for ay databases whle Naïve Bayes s ot sutable for databases that have strog depedeces amog data attrbutes, but the accuracy of classfcato ad the at-ose performace Majorty Class are ot as good as Naïve Bayes. Therefore, we choose dfferet methods to classfy accordg to the characterstcs of each database our expermets..3 A double-wdow-based mechasm for cocept drftg detecto A ew mechasm of double-wdow proposed ths paper ams to detect cocept drfts by testg the dstrbuto chages of streamg data perodcally. Double-wdow s a sldg wdow composed of several basc wdows as show Fgure, deoted SW { w, w,, w, w }. as. Basc classfcato model Because radom decso trees have strog ose resstace ad perform better o the overheads of space ad tme [0, ], our algorthm of DWCDS selects ths model as the basc classfers. I our model, we geerate N-esemble classfers cremetally ad each classfer cotas K-radom decso trees wth the maxmum heght of h 0. Due to the fewer attrbute dmeso several databases, we defe the umber of radom decso trees each basc classfer Attrs / as K m{ C Attrs,0} to avod geeratg trees redudatly ad to mprove the performace o the overhead of space ad tme, where refers to cel(), Attrs specfes the total dmesos of attrbutes a gve database, ad Attrs / [, 3] meas the maxmum heght h 0 of trees. Fgure : A double-wdow The detecto mechasm our algorthm also depeds o the chage of error rates a sldg wdow. If the data dstrbuto chages, the exstg model wll o loger ft the curret data dstrbuto ad the error rate of classfcato wll crease; f the data dstrbuto does ot chage, as the umber of staces creases, the error rate of classfcato wll decrease [8, 4]. I addto, to avod the mpact from osy data, the Beroull dstrbuto method used [5] s troduced ad dfferet thresholds are adopted to dstgush cocept drfts from ose. The detals of Beroull dstrbuto are descrbed below. For a set of examples the error s a radom varable from Beroull trals. The correspodg error rate s p error / ad 640

3 the stadard devato s s p*( p)/, where s the total umber of staces ad the error meas the umber of msclassfed staces. Now, we gve the detals of cocept drftg detecto as follows. Frst of all, calculate the error rate p ad the stadard devato s of staces the basc wdow w ( the curret sldg wdow SW ); the cosder w as a ew cocept ad search drftg pots from back to frot as show Fgure. Because the cocept drfts may occur wth the sldg wdow or the frst basc wdow w, two cases are take to accout respectvely: Fgure -(a): Drft wth the sldg wdow wdow, therefore, the search strategy from frot to back or from back to frot has o devato the cocept drftg detecto. I ths paper, we select the latter as the search strategy. Also, the dvso ths double-wdow mechasm could solve the problem that the larger sze of a sgle-wdow has slower adaptato to a ew target fucto. If the value of a sgle-wdow s small ad the staces are suffcet, there wll be the problem of suffcet learg. The mergg faclty the double-wdow mechasm could solve ths problem. I addto, cosderg the ope-eded characterstc of data streams, we remove a basc classfer f t performs worst o the classfcato the esemble classfer CT, ad create a ew classfer usg the merged data after the drft pot (ad load t to CT). Meawhle, we adjust the wdow sze dyamcally accordg to the detecto results ad specfy the maxmum ad mmum bouds to lmt the umber of basc wdows. Ths s because a large wdow sze s sutable for gradual drfts whle a small wdow sze s adapt to abrupt drfts [5]..4 Complextes of tme ad space Fgure -(b): Drft at the begg of sldg wdow ) As show Fgure -(a), a cocept drft occurs wth the sldg wdow, ad our algorthm begs to search the suspcous drftg pot forward from w. If the detecto values o wj ( j ) meet the equalty (), we beleve that the drft warg status begs from wj, the merge w ~ w j ad wj ~ w, ad calculate ther ew error rates P ad P ', ad the stadard devato S of w ~ w j. If they satsfy the equalty (), we cosder that the cocept drft s occurrg; otherwse, t s possbly mpacted by ose (where ad are costat coeffcet ad ). p s p () * P * S P' () ) As show Fgure -(b), a cocept drft occurs at the begg of the sldg wdow. To reduce the possblty of mssg cocepts ths case, we tegrate w ~ w as SW ad calculate the error rate P ' correspodgly. I terms of the values of P ' SW, ad P ad S SW, we further detect whether cocept drfts occur. If the codto equalty () s met, we cosder that a cocept drft s occurrg; otherwse, there s o cocept drft. Our algorthm s bult o the followg assumpto that the cocept drft occurs oly oce each sldg Tme complexty: regardg the tme cosumpto of DWCDS, t cossts of the cremetal geerato of trees, the detecto o cocept drfts ad the classfcato o test data. The tme cost cremetal geerato of trees s O( co t ds ), where Ot () refers to the average tme cost a splt test at odes wth cotuous splt attrbutes whle t s oly O () at a dscrete ode; the umber of odes wth cotuous splt-attrbutes s co ad the cout of odes wth dscrete splt-attrbutes s ds o average. The tme cost cocept drftg detecto s O ( ), where specfes the umber of basc wdows w a sldg wdow. Wth respect to the tme complexty of classfcato, f the Majorty Class method s selected, the tme complexty s O( classes ), whle the tme complexty of Naïve Bayes s O( leaf classes Attrs ), where classes meas the umber of class labels of the test staces classfed Naïve Bayes or Majorty Class; leaf dcates the cout of staces at the leaf ode ad Attrs specfes the total dmesos of attrbutes a gve database. Space complexty: the space cost maly depeds o the costructo of classfers ad the storage of the sldg wdow. Amog them, the space cost of classfers s O d v classes l Attrs v classes, where d ad l refer to the couts of o-leaves 64

4 ad leaf odes respectvely ad v dcates the maxmum umber of attrbute-values a attrbute. The space cosumpto of the sldg wdow s Ok ( w e ), where k specfes the umber of basc wdows w the sldg wdow, w meas the sze of each basc wdow, ad Oe () refers to the storage space of each stace. 3. Expermetal evaluatos To valdate the effcecy ad effectveess of our proposed drft detecto mechasm DWCDS, a great umber of expermets are coducted o bechmark cocept drftg databases ad real-world databases to compare DWCDS wth SWCDS (whch s based o the same esemble classfer as DWCDS, but adopts a sgle-wdow-based mechasm for cocept drftg detecto). Meawhle, we also compare DWCDS wth the state-of-the-art algorthms of MSRT, CVFDT, HT-DDM [8] (a sgle Hoeffdg Tree wth Drft Detecto Method) ad HT-EDDM [9] (a sgle Hoeffdg Tree wth Early Drft Detecto Method) o the robustess to ose ad the predctve accuracy. The databases used our expermets are from two bechmark databases SEA (whch has four cocepts, ad each test set correspods to a cocept, deoted as SEA-~SEA-4 respectvely) ad HyperPlae, two real databases KDDCup99 [7] ad Yahoo shoppg data [8], ad a osy database LED. All the data of SEA, HyperPlae ad LED are geerated by the data geerator from MOA [6] (a tool for Massve Ole Aalyss). Values of parameters DWCDS are gve below: / h0 Attrs /, N=0, K m{ C, 0}, the tal value of sldg wdow SW=k, MSW=0.4k, MaxSW=k, w=0.k, m =0.k, =.5, ad =3, where the values of h 0, N ad m follow the expermetal results [, 3]; w s specfed correspodg to our expermetal results; ad are chose accordg to the values of parameters used [5] ad the coclusos of our expermets. All expermets are performed o a P4,.5GHz PC wth G ma memory, rug Wdows XP Professoal. The algorthms of HT-DDM, HT- EDDM are coded Java from the ope source of MOA whle others are developed C Detecto o cocept drft Some deotatos used ths secto are frst troduced below. Each database ame s composed of the ame of the database, the sze of the trag set, the sze of the test set, the type of database (C: cotuous, D: dscrete, CD: hybrd) ad the umber of attrbute dmesos. Detecto refers to the umber of cocept drftg detectos. False Alarm specfes the umber of false alarms occurrg the drftg detecto. Mssg meas the umber of cocepts mssg the drftg detecto. Fgures 3~5 preset the cases of trackg cocept drfts by DWCDS o the three databases of SEA, HyperPlae ad KDDCup99, ad ther relevat statstcs are gve Table. We ca see that our algorthm could track cocept drfts, though there are several mssg cocepts ad false alarms occurrg. For example, SEA (cotag 50k-szed staces wth 0% ose), all of the three real cocept drfts are correctly detected, but t also has three false alarms. Ths s due to the osy data. I HyperPlae (cotag 00k-szed staces wth 5% ose), DWCDS correctly detects e cocept drfts, but t also has three msses ad two false alarms. Ths s because of the detecto threshold whch s selected to trade off the effect dfferet types of cocept drftg detecto results. I KDDCup99 (cotag 490kszed staces), DWCDS correctly detect twety-three cocept drfts, but has thrtee mssg cocepts ad e false alarms. Ths s due to the skewed dstrbuto of class labels the KDDCup99 database. Fgure 3: Drft trackg o SEA Fgure 4: Drft trackg o HyperPlae To verfy the valdty of the double-wdow mechasm cocept drftg detecto, we have compared DWCDS wth SWCDS whose wdow sze s set to 0.k, k ad k respectvely, ad the relevat statstcs are show Table. We ca fd that the capablty of SWCDS cocept drftg detecto s worse tha DWCDS. Ths s because the sze of the wdow SWCDS s dffcult to determe. A small wdow sze s easy to cause false alarms. For example, SEA, f the sze of the wdow s set to 0.k, the umber of false alarms s up to thrty-three. But a large wdow sze would crease the probablty of Mssg. 64

5 Fgure 5: Drft trackg o KDDCup99 Table Statstcs of drftg detecto Algorthm #Detecto #False Alarm #Mss -g SEA wth 3 cocept drfts SWCDS-0.k Bayes SWCDS-k SWCDS-k 5 DWCDS HyperPlae wth cocept drfts SWCDS-0.k Max SWCDS-k SWCDS-k 40 7 DWCDS 47 3 KDDCup99 wth 36 cocept drfts SWCDS-0.k Bayes SWCDS-k SWCDS-k DWCDS For example, f the sze of the wdow s set to k, oe cocept s mssed. However, eve f we select a optmal wdow sze, the rate of false alarms SWCDS s stll hgher tha our algorthm of DWCDS. For example, f the sze of the wdow s set to k, the cout of false alarms SWCDS s up to fve whle t s oly three DWCDS. These results cofrm the better performace of DWCDS drftg detecto. As the sgle-wdow-based algorthms of CVFDT, HT-DDM ad HT-EDDM ad MSRT based o two sldg wdows do ot gve specfc drftg detecto results cludg Detecto, False Alarm ad Mssg, we compare them wth DWCDS terms of reslece to ose ad the error rate of classfcato as follows. 3. Robustess Fgure 6 Robustess performace o LED I ths secto, we compare the robustess of all the algorthms o LED ad HyperPlae wth the ose rates varyg from 5% to 30%. The expermetal results show Fgure 6~7 preset that the robustess to ose DWCDS s superor to the other four algorthms. More specfcally, comparso wth the algorthms of MSRT, CVFDT, HT-DDM ad HT- EDDM, the classfcato accuracy o HyperPlae DWCDS s mproved by a rage from 3.5% to 6.9%. Fgure 7: Robustess performace o HyperPlae 3.3 Predctve accuracy I ths secto, we aalyze the accuracy of classfcato DWCDS ad the other four classfcato algorthms o the databases of SEA, KDDCup99 ad Yahoo Shoppg data. Expermetal results show Table reveal that the accuracy of classfcato DWCDS s superor to the others o KDDCup99 ad Yahoo Shoppg data. The mprovemet of accuracy rages from.8% to 35.7% ad from 3.9% to 7.8% respectvely. Meawhle, o the SEA database, the classfcato accuracy of DWCDS s mproved by the rage from.6% to 4.5% compared to MSRT. As compared wth other three algorthms, the predctve accuracy of DWCDS s slghtly worse o the test sets of SEA- ad SEA-3. The reaso s that there are oly three-dmesoal features SEA, ad the heght of trees h 0 s DWCDS ad MSRT. The heght determes the predctve accuracy of models. A lower heght wll result a worse performace o classfcato accuracy. However, f the heght of trees s the same, the classfcato accuracy of models wll be mproved wth the creasg of the umber of decso trees. 4. Coclusos Ths paper preseted a classfcato algorthm for data streams wth a double-wdow mechasm cocept drftg detecto called DWCDS. It s based 643

6 Table Error Rate of Classfcato (%) Database Algorthm DWCDS- Bayes MSRT- Bayes CVFDT HT-DDM HT-EDDM SEA SEA-50k-.5k-C-3 SEA SEA SEA KDDCup99-490K-30K-CD Yahoo shoppg data-84k-8k-cd o radom decso trees, usg the chage of data dstrbuto basc wdows ad the sldg wdow to detect potetal cocept drfts. Expermetal results demostrated that DWCDS has better performace o detecto cocept drfts as compared wth the sglewdow-based method. Meawhle, comparso wth the algorthms of MSRT, CVFDT, HT-EDDM ad HT-EDDM, our algorthm of DWCDS outperforms o the accuracy of classfcato ad the robustess to ose. However, DWCDS stll eeds to create multple decso trees, thus t has a dsadvatage stad-aloe evromets. It s more sutable for mult-cpu ad mult-pc platforms. How to further decrease the rutme ad mprove the teractve votg mechasm the classfcato phase amog multple trees, ad how to model the osy data to dscer cocept drfts from ose are our future work. Ackowledgemets Ths paper s supported by the 973 Program of Cha uder grat 009CB3603, the Natoal Natural Scece Foudato of Cha uder grat , ad the Natural Scece Foudato of Ahu Provce of Cha uder grat Refereces [] L. Golab, ad M.T. Ozsu, Issues data stream maagemet, SIGMOD Record, 003, pp [] Y.Y. Zhu, ad D. Shasha, Effcet elastc burst detecto data streams, Proc. of the 9th ACM SIGKDD Iteratoal Coferece o Kowledge Dscovery ad Data mg, 003, pp [3] A. Tsymbal, The problem of cocept drft: deftos ad related work, Techcal Report TCD-CS-004-5, Computer Scece Departmet, Techcal Report, 004. [4] G. Hulte, L. Specer, ad P. Domgos, Mg tmechagg data streams, Proc. of the 7th ACM SIGKDD Iteratoal Coferece o Kowledge Dscovery ad Data Mg, Sa Fracsco: ACM Press, 00, pp [5] J. Gama, P. Medas, ad P.P. Rodrgues, Cocept drft decso trees learg from data streams, Proc. of the 4th Europea Symposum o Itellget Techologes ad ther mplemetato o Smart Adaptve Systems, 004, pp [6] P. P. L, X.Q. Hu, ad X.D. Wu, Mg coceptdrftg data streams wth multple sem-radom decso trees, Proc. of the 4th Iteratoal Coferece o Advaced Data Mg ad Applcatos, 008, pp [7] D. Wdyatoro, Cocept drft learg ad ts applcato to adaptve formato flterg, PhD thess, Texas A&M Uversty, 003. [8] J. Gama, P. Medas, G. Castllo, ad P.P. Rodrgues, Learg wth drft detecto, SBIA Brazla Symposum o Artfcal Itellgece, 004, pp [9] M. Baea-Garca, J. D. Campo-Avla, R. Fdalgo, A. Bfet, R. Gavalda, ad R. Morales-Bueo, Early drft detecto method, Proc. of the 4th Iteratoal Workshop o Kowledge Dscovery from Data Streams, 006, pp [0] W. Fa, H. Wag, P.S. Yu, ad S. Ma, Is radom model better? O ts accuracy ad effcecy, Proc. of 3rd IEEE Iteratoal Coferece o Data Mg (ICDM 03), 003, pp [] X.G. Hu, P.P. L, X.D. Wu, ad G.Q. Wu, A semradom multple decso-tree algorthm for mg data streams, Joural of Computer Scece ad Techology, 007, (5): pp [] W. Fa, O the optmalty of probablty estmato by radom decso trees, Proc. of the 9th Natoal Coferece o Artfcal Itellgece (AAAI'04), AAAI Press, 004, pp [3] P.P. L, Q.H. Lag, X.D. Wu, ad X.G. Hu, Parameter estmato sem-radom decso tree esemblg o streamg data, Proc. of the 3th Pacfc-Asa Coferece o Kowledge Dscovery ad Data Mg (PAKDD'09), Sprger-Verlag Berl Hedelberg, 009, pp [4] G. Wdmer, ad M. Kubat, Learg the presece of cocept drft ad hdde cotexts, Mache Learg, 996, 3: pp [5] G. Wdmer ad M. Kubat, Learg flexble cocepts from streams of examples: Flora, Proc. of the 0th Europea Coferece o Artfcal Itellgece (ECAI 9), 99, pp [6] G. Holmes, R. Krkby, ad B. Pfahrger, MOA: massve ole aalyss, projecys/moa-datastream, 007. [7] KDDCUP99 data set, ACM Specal Iterest Group o Kowledge Dscovery ad Data Mg, 999. [8] Yahoo! Shoppg Web Servces, yahoo.com/everythg.html, Yahoo! Ic.. 644

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

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

Machine Learning: Algorithms and Applications

Machine Learning: Algorithms and Applications /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

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

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

AN IMPROVED TEXT CLASSIFICATION METHOD BASED ON GINI INDEX

AN IMPROVED TEXT CLASSIFICATION METHOD BASED ON GINI INDEX Joural of Theoretcal ad Appled Iformato Techology 30 th September 0. Vol. 43 No. 005-0 JATIT & LLS. All rghts reserved. ISSN: 99-8645 www.jatt.org E-ISSN: 87-395 AN IMPROVED TEXT CLASSIFICATION METHOD

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

Clustering Algorithm for High Dimensional Data Stream over Sliding Windows

Clustering Algorithm for High Dimensional Data Stream over Sliding Windows 2011 Iteratoal Jot Coferece of IEEE TrustCom-11/IEEE ICESS-11/FCST-11 Clusterg Algorthm for Hgh Dmesoal Data Stream over Sldg Wdows Weguo Lu, Ja OuYag School of Iformato Scece ad Egeerg, Cetral South Uversty,

More information

Area and Power Efficient Modulo 2^n+1 Multiplier

Area and Power Efficient Modulo 2^n+1 Multiplier Iteratoal Joural of Moder Egeerg Research (IJMER) www.jmer.com Vol.3, Issue.3, May-Jue. 013 pp-137-1376 ISSN: 49-6645 Area ad Power Effcet Modulo ^+1 Multpler K. Ptambar Patra, 1 Saket Shrvastava, Sehlata

More information

Adaptive Clustering Algorithm for Mining Subspace Clusters in High-Dimensional Data Stream *

Adaptive Clustering Algorithm for Mining Subspace Clusters in High-Dimensional Data Stream * ISSN 673-948 CODEN JKYTA8 E-mal: fcst@vp.63.com Joural of Froters of Computer Scece ad Techology http://www.ceaj.org 673-948/200/04(09)-0859-06 Tel: +86-0-566056 DOI: 0.3778/j.ss.673-948.200.09.009 *,2,

More information

A Novel Clustering Algorithm Based on Graph Matching

A Novel Clustering Algorithm Based on Graph Matching JOURNAL OF SOFTWARE, VOL. 8, NO. 4, APRIL 203 035 A Novel Clusterg Algorthm Based o raph Matchg uoyua L School of Computer Scece ad Techology, Cha Uversty of Mg ad Techology, Xuzhou, Cha State Key Laboratory

More information

Network Security Evaluation Based on Variable Weight Fuzzy Cloud Model

Network Security Evaluation Based on Variable Weight Fuzzy Cloud Model 207 2 d Iteratoal Coferece o Computer Scece ad Techology (CST 207) ISBN: 978--60595-46-5 Networ Securty Evaluato Based o Varable Weght Fuzzy Cloud Model Yag JIANG a*, Cheg-ha LI, Zh-peg LI ad Mg-ca SUN

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

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

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

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

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

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

Research on Intrusion Detection System Based on Improved PSO-SVM algorithm

Research on Intrusion Detection System Based on Improved PSO-SVM algorithm 583 A publcato of CHEMICAL ENGINEERING TRANSACTIONS VOL. 51, 016 Guest Edtors: Tchu Wag, Hogyag Zhag, Le Ta Copyrght 016, AIDIC Servz S.r.l., ISBN 978-88-95608-43-3; ISSN 83-916 The Itala Assocato of Chemcal

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

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

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

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

Collaborative Filtering Support for Adaptive Hypermedia

Collaborative Filtering Support for Adaptive Hypermedia Collaboratve Flterg Support for Adaptve Hypermeda Mart Balík, Iva Jelíek Departmet of Computer Scece ad Egeerg, Faculty of Electrcal Egeerg Czech Techcal Uversty Karlovo áměstí 3, 35 Prague, Czech Republc

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

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

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

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

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

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

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

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

TDT-2004: ADAPTIVE TOPIC TRACKING AT MARYLAND

TDT-2004: ADAPTIVE TOPIC TRACKING AT MARYLAND TDT-2004: ADAPTIVE TOPIC TRACKING AT MARYLAND Tamer Elsayed, Douglas W. Oard, Davd Doerma Isttute for Advaced r Studes Uversty of Marylad, College Park, MD 20742 Cotact author: telsayed@cs.umd.edu Gary

More information

A hybrid method using FAHP and TOPSIS for project selection Xuan Lia, Jiang Jiangb and Su Deng c

A hybrid method using FAHP and TOPSIS for project selection Xuan Lia, Jiang Jiangb and Su Deng c 5th Iteratoal Coferece o Computer Sceces ad Automato Egeerg (ICCSAE 205) A hybrd method usg FAHP ad TOPSIS for project selecto Xua La, Jag Jagb ad Su Deg c College of Iformato System ad Maagemet, Natoal

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

Descriptive Statistics: Measures of Center

Descriptive Statistics: Measures of Center Secto 2.3 Descrptve Statstcs: Measures of Ceter Frequec dstrbutos are helpful provdg formato about categorcal data, but wth umercal data we ma wat more formato. Statstc: s a umercal measure calculated

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

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

Process Quality Evaluation based on Maximum Entropy Principle. Yuhong Wang, Chuanliang Zhang, Wei Dai a and Yu Zhao

Process Quality Evaluation based on Maximum Entropy Principle. Yuhong Wang, Chuanliang Zhang, Wei Dai a and Yu Zhao Appled Mechacs ad Materals Submtted: 204-08-26 ISSN: 662-7482, Vols. 668-669, pp 625-628 Accepted: 204-09-02 do:0.4028/www.scetfc.et/amm.668-669.625 Ole: 204-0-08 204 Tras Tech Publcatos, Swtzerlad Process

More information

Support Vector Machine and Random Forest Modeling for Intrusion Detection System (IDS)

Support Vector Machine and Random Forest Modeling for Intrusion Detection System (IDS) Joural of Itellget Learg Systems ad Applcatos, 04, 6, 45-5 Publshed Ole February 04 (http://www.scrp.org/joural/jlsa) http://dx.do.org/0.436/jlsa.04.6005 45 Support Vector Mache ad Radom Forest Modelg

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

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

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

Improved MOPSO Algorithm Based on Map-Reduce Model in Cloud Resource Scheduling

Improved MOPSO Algorithm Based on Map-Reduce Model in Cloud Resource Scheduling Improved MOPSO Algorthm Based o Map-Reduce Model Cloud Resource Schedulg Heg-We ZHANG, Ka NIU *, J-Dog WANG, Na WANG Zhegzhou Isttute of Iformato Scece ad Techology, Zhegzhou 45000, Cha State Key Laboratory

More information

Chapter 3 Descriptive Statistics Numerical Summaries

Chapter 3 Descriptive Statistics Numerical Summaries Secto 3.1 Chapter 3 Descrptve Statstcs umercal Summares Measures of Cetral Tedecy 1. Mea (Also called the Arthmetc Mea) The mea of a data set s the sum of the observatos dvded by the umber of observatos.

More information

Suspicious Transaction Detection for Anti-Money Laundering. Xingrong Luo Vocational and technical college in Enshi Enshi, Hubei, China

Suspicious Transaction Detection for Anti-Money Laundering. Xingrong Luo Vocational and technical college in Enshi Enshi, Hubei, China Vol.8, No. (014), pp.157-166 http://dx.do.org/10.1457/jsa.014.8..16 Suspcous Trasacto Detecto for At-Moey Lauderg Xgrog Luo Vocatoal ad techcal college Esh Esh, Hube, Cha es_lxr@16.com Abstract Moey lauderg

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

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

Research Article Fault Diagnosis in Condition of Sample Type Incompleteness Using Support Vector Data Description

Research Article Fault Diagnosis in Condition of Sample Type Incompleteness Using Support Vector Data Description Mathematcal Problems Egeerg Volume 5, Artcle ID 465, pages http://dx.do.org/.55/5/465 Research Artcle Fault Dagoss Codto of Sample Type Icompleteess Usg Support Vector Data Descrpto Hu Y, Zehu Mao,, B

More information

Beijing University of Technology, Beijing , China; Beijing University of Technology, Beijing , China;

Beijing University of Technology, Beijing , China; Beijing University of Technology, Beijing , China; d Iteratoal Coferece o Machery, Materals Egeerg, Chemcal Egeerg ad Botechology (MMECEB 5) Research of error detecto ad compesato of CNC mache tools based o laser terferometer Yuemg Zhag, a, Xuxu Chu, b

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

Mode-based temporal filtering for in-band wavelet video coding with spatial scalability

Mode-based temporal filtering for in-band wavelet video coding with spatial scalability Mode-based temporal flterg for -bad wavelet vdeo codg wth spatal scalablty ogdog Zhag a*, Jzheg Xu b, Feg Wu b, Weju Zhag a, ogka Xog a a Image Commucato Isttute, Shagha Jao Tog Uversty, Shagha b Mcrosoft

More information

Parallel Ant Colony for Nonlinear Function Optimization with Graphics Hardware Acceleration

Parallel Ant Colony for Nonlinear Function Optimization with Graphics Hardware Acceleration Proceedgs of the 009 IEEE Iteratoal Coferece o Systems Ma ad Cyberetcs Sa Atoo TX USA - October 009 Parallel At Coloy for Nolear Fucto Optmzato wth Graphcs Hardware Accelerato Wehag Zhu Departmet of Idustral

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

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

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

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

Application of Neural Networks for Foreign Exchange Rates Forecasting with Noise Reduction

Application of Neural Networks for Foreign Exchange Rates Forecasting with Noise Reduction Applcato of Neural Networks for Foreg Exchage Rates Forecastg wth Nose Reducto We Huag 1,3, K Keug La 2,3, ad Shouyag Wag 4 1 School of Maagemet, Huazhog Uversty of Scece ad Techology WuHa, 430074, Cha

More information

PERSPECTIVES OF THE USE OF GENETIC ALGORITHMS IN CRYPTANALYSIS

PERSPECTIVES OF THE USE OF GENETIC ALGORITHMS IN CRYPTANALYSIS PERSPECTIVES OF THE USE OF GENETIC ALGORITHMS IN CRYPTANALYSIS Lal Besela Sokhum State Uversty, Poltkovskaa str., Tbls, Georga Abstract Moder cryptosystems aalyss s a complex task, the soluto of whch s

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

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

Enumerating XML Data for Dynamic Updating

Enumerating XML Data for Dynamic Updating Eumeratg XML Data for Dyamc Updatg Lau Ho Kt ad Vcet Ng Departmet of Computg, The Hog Kog Polytechc Uversty, Hug Hom, Kowloo, Hog Kog cstyg@comp.polyu.edu.h Abstract I ths paper, a ew mappg model, called

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

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

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

A Novel Spectrum Sensing for Cognitive Radio Networks with Noise Uncertainty

A Novel Spectrum Sensing for Cognitive Radio Networks with Noise Uncertainty Ths artcle has bee accepted for publcato a future ssue of ths joural, but has ot bee fully edted. Cotet may chage pror to fal publcato. Ctato formato: DOI.9/TVT.6.596789, IEEE Trasactos o Vehcular Techology

More information

Morphological Ending based Strategies of Unknown Word Estimation for Statistical POS Urdu Tagger

Morphological Ending based Strategies of Unknown Word Estimation for Statistical POS Urdu Tagger IJCSES Iteratoal Joural of Computer Sceces ad Egeerg Systems, Vol., No.3, July 2007 CSES Iteratoal c2007 ISSN 0973-4406 67 Morphologcal Edg based Strateges of Ukow Word Estmato for Statstcal POS Urdu Tagger

More information

COMBINATORIAL METHOD OF POLYNOMIAL EXPANSION OF SYMMETRIC BOOLEAN FUNCTIONS

COMBINATORIAL METHOD OF POLYNOMIAL EXPANSION OF SYMMETRIC BOOLEAN FUNCTIONS COMBINATORIAL MTHOD O POLYNOMIAL XPANSION O SYMMTRIC BOOLAN UNCTIONS Dala A. Gorodecky The Uted Isttute of Iformatcs Prolems of Natoal Academy of Sceces of Belarus, Msk,, Belarus, dala.gorodecky@gmal.com.

More information

Proactive Detection of DDoS Attacks Utilizing k-nn Classifier in an Anti-DDos Framework

Proactive Detection of DDoS Attacks Utilizing k-nn Classifier in an Anti-DDos Framework World Academy of Scece, Egeerg ad Techology Iteratoal Joural of Computer ad Iformato Egeerg Proactve Detecto of DDoS Attacks Utlzg k-nn Classfer a At-DDos Framework Hoa-Vu Nguye ad Yogsu Cho Dgtal Ope

More information

Effective Steganalysis Based on Statistical Moments of Wavelet Characteristic Function

Effective Steganalysis Based on Statistical Moments of Wavelet Characteristic Function Effectve Stegaalyss Based o Statstcal Momets of Wavelet Characterstc Fucto Yu Q. Sh 1, Guorog Xua, Chegyu Yag, Jaog Gao, Zhepg Zhag, Peq Cha, Deku Zou 1, Chuhua Che 1, We Che 1 1 New Jersey Isttute of

More information

Pattern Extraction, Classification and Comparison Between Attribute Selection Measures

Pattern Extraction, Classification and Comparison Between Attribute Selection Measures Subrata Pramak et al. / (IJCSIT) Iteratoal Joural of Computer Scece ad Iformato Techoes, Vol. 1 (5), 010, 371-375 Patter Extracto, Classfcato ad Comparso Betwee ttrbute Selecto Measures Subrata Pramak,

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

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

A Type of Variation of Hamilton Path Problem with Applications

A Type of Variation of Hamilton Path Problem with Applications Edth Cowa Uersty Research Ole ECU Publcatos Pre. 20 2008 A Type of Varato of Hamlto Path Problem wth Applcatos Jta Xao Edth Cowa Uersty Ju Wag Wezhou Uersty, Zhejag, Cha 0.09/ICYCS.2008.470 Ths artcle

More information

Approximation of Curves Contained on the Surface by Freed-Forward Neural Networks

Approximation of Curves Contained on the Surface by Freed-Forward Neural Networks Appromato of Curves Cotaed o the Surface by Freed-Forward Neural Networks Zheghua Zhou ad Jawe Zhao Departmet of formato ad mathematcs Sceces Cha Jlag Uversty, Hagzhou, 3008, Cha zzhzjw003@63.com Abstract.

More information

Moving Foreground Detection Based On Spatio-temporal Saliency

Moving Foreground Detection Based On Spatio-temporal Saliency IJCSI Iteratoal Joural of Computer Scece Issues Vol. 10 Issue 1 No 3 Jauary 013 ISSN (Prt): 1694-0784 ISSN (Ole): 1694-0814 www.ijcsi.org 79 Movg Foregroud Detecto Based O Spato-temporal Salecy Yag Xa

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

Using The ACO Algorithm in Image Segmentation for Optimal Thresholding 陳香伶財務金融系

Using The ACO Algorithm in Image Segmentation for Optimal Thresholding 陳香伶財務金融系 教專研 95P- Usg The ACO Algorthm Image Segmetato for Optmal Thresholdg Abstract Usg The ACO Algorthm Image Segmetato for Optmal Thresholdg 陳香伶財務金融系 Despte the fact that the problem of thresholdg has bee qute

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

Personalized Search Based on Context-Centric Model

Personalized Search Based on Context-Centric Model JOURNAL OF NETWORKS, VOL. 8, NO. 7, JULY 13 1 Persoalzed Search Based o Cotext-Cetrc Model Mgyag Lu, Shufe Lu, Chaghog Hu Dept. College of Computer Scece ad Techology, Jl Uversty, Chagchu, Jl, Cha Emal:

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

A NOVEL ADAPTIVE FUZZY INFERENCE SYSTEM FOR MOBILE ROBOT NAVIGATION

A NOVEL ADAPTIVE FUZZY INFERENCE SYSTEM FOR MOBILE ROBOT NAVIGATION A NOVEL ADAPTIVE FUZZY INFERENCE SYSTEM FOR MOBILE ROBOT NAVIGATION J. HOSSEN, S. SAYEED, 3 A. HUDAYA, 4 M. F. A. ABDULLAH, 5 I. YUSOF Faculty of Egeerg ad Techology (FET), Multmeda Uversty (MMU), Malaysa,,3,4,5

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

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

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

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

Greater Knowledge Extraction Based on Fuzzy Logic And GKPFCM Clustering Algorithm

Greater Knowledge Extraction Based on Fuzzy Logic And GKPFCM Clustering Algorithm 6th WSEAS It. Coferece o Computatoal Itellgece, Ma-Mache Systems ad Cyberetcs, Teerfe, Spa, December 14-16, 2007 47 Greater Kowledge Extracto Based o uzzy Logc Ad GKPCM Clusterg Algorthm BEJAMÍ OJEDA-MAGAÑA

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

WEB PAGE CLASSIFIERS FOR TOPICAL CRAWLER

WEB PAGE CLASSIFIERS FOR TOPICAL CRAWLER 244 WEB PAGE CLASSIFIERS FOR TOPICAL CRAWLER Dw H. Wdyatoro, Masayu L. Khodra, Paramta * School of Iformatcs ad Electrcal Egeerg - Isttut Tekolog Badug Jl. Gaesha 0 Badug Telephoe 62 22 250835 emal : dw@f.tb.ac.d,

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

Short Text Classification Based on Improved ITC

Short Text Classification Based on Improved ITC Joural of Computer ad Commucatos, 013, 1, -7 http://dx.do.org/10.436/jcc.013.14004 Publshed Ole October 013 (http://.scrp.org/joural/jcc) Short Text Classfcato Based o Improved ITC Laglag L, Shoug Qu School

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

Software Clustering Techniques and the Use of Combined Algorithm

Software Clustering Techniques and the Use of Combined Algorithm Software Clusterg Techques ad the Use of Combed Algorthm M. Saeed, O. Maqbool, H.A. Babr, S.Z. Hassa, S.M. Sarwar Computer Scece Departmet Lahore Uversty of Maagemet Sceces DHA Lahore, Paksta oaza@lums.edu.pk

More information

Data Structures and Algorithms(2)

Data Structures and Algorithms(2) Mg Zhag Data Structures ad Algorthms Data Structures ad Algorthms(2) Istructor: Mg Zhag Textbook Authors: Mg Zhag, Tegjao Wag ad Haya Zhao Hgher Educato Press, 2008.6 (the "Eleveth Fve-Year" atoal plag

More information

Denoising Algorithm Using Adaptive Block Based Singular Value Decomposition Filtering

Denoising Algorithm Using Adaptive Block Based Singular Value Decomposition Filtering Advaces Computer Scece Deosg Algorthm Usg Adaptve Block Based Sgular Value Decomposto Flterg SOMKAIT UDOMHUNSAKUL Departmet of Egeerg ad Archtecture Rajamagala Uversty of Techology Suvarabhum 7/ Suaya,

More information

Exploring Wireless Sensor Network Configurations for Prolonging Network Lifetime

Exploring Wireless Sensor Network Configurations for Prolonging Network Lifetime 60 IJCSNS Iteratoal Joural of Computer Scece ad Network Securty, VOL7 No8, August 007 Explorg Wreless Sesor Network Cofguratos for Prologg Network Lfetme Zh Zha ad Yuhua Che, Departmet of Electrcal ad

More information

CLUSTERING ASSISTED FUNDAMENTAL MATRIX ESTIMATION

CLUSTERING ASSISTED FUNDAMENTAL MATRIX ESTIMATION CLUSERING ASSISED FUNDAMENAL MARIX ESIMAION Hao Wu ad Y Wa School of Iformato Scece ad Egeerg, Lazhou Uversty, Cha wuhao1195@163com, wayjs@163com ABSRAC I computer vso, the estmato of the fudametal matrx

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

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

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