Cluster Feature-Based Incremental Clustering Approach (CFICA) For Numerical Data

Size: px
Start display at page:

Download "Cluster Feature-Based Incremental Clustering Approach (CFICA) For Numerical Data"

Transcription

1 JCSNS nternatonal Journal of Computer Scence and Network Securty, VOL.0 No.9, September Cluster Feature-ased ncremental Clusterng pproach (CFC For Numercal ata.m.sowanya and M.Shash, epartment of Computer Scence. & Systems Engneerng, College of Engneerng, ndhra Unversty, Vsakhapatnam. Summary ata clusterng s a hghly valuable feld of computatonal statstcs and data mnng. maor dffculty n the desgn of modern data clusterng algorthms s that, n maorty of applcatons, new data sets are dynamcally appended nto an exstng massve database and t s not vable to perform data clusterng from scrape every tme new data nstances get added up n the database. he development of clusterng algorthms whch handle the ncrementally updated data ponts, has receved ncreasng nterest among the researchers. hs paper presents a more effcent cluster feature-based ncremental clusterng approach (CFC for numercal data sets. ntal clusterng s performed on the statc database wth the help of k-means clusterng algorthm. hen, by makng use of cluster feature computed from the ntal clusters, the ncrementally updated data ponts are clustered. Subsequently, the closest par of clusters s merged to obtan better cluster accuracy. Fnally, the proposed approach has been valdated wth the help of real datasets presented n the UC machne learnng repostory. he expermental results demonstrated that clusterng accuracy of the proposed ncremental clusterng approach s mproved sgnfcantly. Key words: ata mnng, Clusterng, ncremental clusterng, k-means algorthm, Cluster Feature, Mean, Farthest neghbor ponts, Clusterng accuracy (C. ntroducton n vew of the fast growth of World Wde Web, nternet users have overwhelmng quanttes of onlne nformaton that requre automatc data mnng technques. Manual analyss of data s a vague process n whch quck nformaton retreval by the user s mpossble []. Clusterng s the unsupervsed classfcaton of patterns nto groups. t groups a set of obects nto dfferent subsets such that obects of the same cluster are hghly equvalent to one another. he varous applcatons of clusterng nclude mage segmentaton, nformaton retreval, web pages groupng, market segmentaton, and scentfc and engneerng analyss []. ata clusterng s a prmary data mnng method and an effcent technque for data analyss. Contnuous dumpng of each and every raw data set nto an exstng massve database requres the desgn of new clusterng algorthms. soluton to handle ths problem s to ntegrate a clusterng algorthm that functons ncrementally [3]. ncremental clusterng algorthms permt a sngle or a few passes over the whole dataset to put the updated tem nto the cluster. Wth respect to the sze of the set of obects, algorthms and number of attrbutes, ncremental clusterng algorthms are of scalable nature [4]. he model of ncremental algorthms for data clusterng s necessated by realstc applcatons where the demand sequence s not known n advance and the algorthm should keep a constantly fne clusterng usng a restrcted set of operatons resultng n a soluton of herarchcal structure [5]. n ths paper, we report a more effcent approach, Cluster Feature-based ncremental Clusterng (CFC. he statc database s gven to the k-means clusterng algorthm for ntal clusterng. he cluster obtaned s used to compute the cluster feature, whch conssts of mean and p-farthest neghbor ponts of the cluster. he computed cluster feature s used for clusterng the ncremental database, wheren the devsed dstance measure s used to fnd the approprate cluster for each ncomng data pont. t the same tme, a new cluster s formed f the computed dstance measure s above the predefned threshold level. Subsequently, the cluster feature s updated each tme after fndng the relevant cluster for every ncomng data pont. he closest cluster par for a set of processed data ponts, s merged usng the mean of the cluster. hs procedure s repeated for each data pont avalable n the ncremental database and fnally, the resultant cluster s obtaned.. CFC algorthm Most of the clusterng algorthms presented n the lterature are used for clusterng the statc database. Nowa-days, research communty has shfted focus to the ncremental databases for real-world applcatons and the necessty of handlng dynamcally updated data ponts. Motvated by ths research nterest, we have developed an ncremental clusterng approach for numercal data sets. ntal clusterng and handlng of ncremental data ponts Manuscrpt receved September 5, 00 Manuscrpt revsed September 0, 00

2 74 JCSNS nternatonal Journal of Computer Scence and Network Securty, VOL.0 No.9, September 00 are two mportant steps of the ncremental clusterng approaches. We made use of K-means clusterng algorthm (Conventonal clusterng algorthm for ntal clusterng and then, the proposed approach, for clusterng the ncremental data ponts has been appled. Let S be the orgnal data base (statc database and ΔS be the ncremental database. Our ultmate am s to cluster the database S + ΔS, n whch the data ponts from the ncremental database ΔS are updated over tme. he procedure used for the proposed ncremental clusterng approach s gven n fgure. nput: Statc atabase S, ncremental atabase ΔS, Mergng hreshold M, hreshold N, k, t. Output: he resultant cluster, C R Parameters: Δy : ncomng data pont CF : Cluster feature ( Δ y : stance Measure m : Mean value E : Eucldean stance ( q : p-farthest neghbor ponts : farthest neghbor pont Q Method:. Call k-mean (S, k. For from to k a Compute CF = { ( m, } 3. For each pont Δy n ΔS b For from to k q Compute { m, Q } Calculate dstance, ( Δ y < c dd Δy to th cluster, f mn ( Δ y d Formng a new cluster, f mn ( Δ y e Update CF = { ( m, } q f fter processng t data ponts n ΔS N N 4. he resultant cluster, C R Subroutne: k-mean ( S *, k * Compute E n between mean ponts Merge the closet cluster par; f E < M Update the mean of merged cluster Go to step 3.f. (. Choose ntal means m, m,.., m k* from * S. Untl there are no change n the mean a Use the estmated mean to cluster the data ponts b For from to k*. Replace m wth the mean of data ponts for cluster c Go to step (, a 3. he set of k cluster Fg. Proposed ncremental Clusterng pproach. ntal clusterng wth statc database t frst, the clusterng s performed on the statc database ( S, where the data ponts do not change over tme. Here, for clusterng the statc database ( S, we have used the k-means clusterng algorthm so that, k number of clusters are obtaned. K-means algorthm s one of the most popular data clusterng methods because of ts smplcty and computatonal effcency... K-means clusterng algorthm K-means clusterng s a well-known parttonal algorthm that ams to partton n data ponts nto k clusters, n whch each data pont belongs to the cluster wth the nearest mean ssume the statc data base, S comprsng of n data ponts y, y, L, yn so that every data pont s n R, the problem of dentfyng the mnmum varance clusterng of the dataset nto k clusters s none other than fndng k means m } ( =,, L, k n R whereas {

3 JCSNS nternatonal Journal of Computer Scence and Network Securty, VOL.0 No.9, September n n = [ mn d ( y, m ] s mnmzed, where d( y, m ndcates the Eucldean dstance between y and m. he ponts { m } ( =,, L, k are termed as cluster centrods. he problem n the aforementoned equaton s to obtan k cluster centrods, n whch the average squared Eucldean dstance (mean squared error, MSE between a data pont and ts nearest cluster centrod s mnmzed [6]. Steps: ntalze k means, one for each cluster. Compute the dstance E ( y, m (descrbed n defnton of each k centrod wth data ponts y n S. 3 ssgn data pont y to cluster C whose dstance s less. 4 Update the k centrods based on the membershps of new clusters. 5 Repeat Step to step 4, untl there s no movement of the data ponts between the clusters. efnton : (stance Measure For calculatng the dstance between the centrod and the data ponts, we make use of the Eucldean dstance [7]. he Eucldean dstance ( E between ponts y and m s the length of the lne segment ym. n Cartesan coordnates, f y = y, y, L, y and ( l m = ( m, m, L, ml are two ponts n Eucldean l - space, afterwards the dstance from y to m s formulated by: l m + ( y m + + ( yl ml = ( y m = E ( y, m = ( y L. Clusterng of ncremental database We obtan k number of clusters, whch are represented n a set, c = { c, c, L, ck }; k from the k-means algorthm usng the statc database S. fter that, usng the proposed approach, we cluster the ncremental database Δ S consstng of r data ponts Δ y, Δy, L, Δy r ; r. he motvaton behnd ths approach s that, n ncremental database, data ponts Δ y are added over tme. hese changes should be reflected n the resultant cluster C R wthout extensvely affectng the current clusters, c. fter the database s updated, there are three possbltes for clusterng the updated ponts as shown n the fgures to 4.ssume and are the ntal clusters for an nstance and represents the new ncomng data ponts. Case : ddng wth the exstng cluster. Fg.. Representaton Case : Formaton of a new cluster. of addng to the exstng cluster Fg. 3. Representaton of formaton of a new cluster Case 3: Possblty to merge the exstng clusters when updated ponts are n between the exstng two clusters. Fg. 4. Representaton of mergng the closest cluster par

4 76 JCSNS nternatonal Journal of Computer Scence and Network Securty, VOL.0 No.9, September 00 he proposed approach s desgned by makng use of the above three possbltes and the steps of the approach s gven n ths sub-secton... Computaton of Cluster Feature (CF he cluster feature ( CF s computed for every cluster c whch s obtaned from the k-means algorthm. n the proposed approach, mean and p -farthest neghbor ponts are used to represent the CF, whch s denoted as, ( CF = { m, q }; p, where m s the mean ( of the cluster c and q S gves the p -farthest neghbor ponts of cluster c. he p -farthest neghbor ponts of the cluster c are calculated as follows: he Eucldean dstance value E s calculated n between the data ponts wthn cluster c and the mean of correspondng cluster m. hen, the data ponts are arranged n descendng order wth the help of the measured Eucldean dstance. Subsequently, the top p - farthest neghbor ponts for every cluster are chosen from ( the sortng lst and these ponts ( q ; p are known as p -farthest neghbor ponts of the cluster c wth respect to the mean value m... Fndng the approprate cluster n ths step, we ntate the clusterng process for dynamcally updatng data ponts avalable n the ncremental database, Δ S. t frst, the farthest neghbor pont Q whch s nearer to the ncomng data pont Δ y s dentfed for every cluster c.we make use of the p - farthest neghbor ponts for dentfyng the farthest neghbor pontq. n order to fnd the farthest neghbor pont Q, we calculate the Eucldean dstance descrbed n defnton, for an ncomng data pont E Δ y wth each p -farthest neghbor ponts of every cluster c. hen, the p -farthest neghbor ponts are sorted based on the computed dstance measure and thereby, for each cluster, we take one pont, known as farthest neghbor pont Q havng mnmum dstance. fter that, we fnd the ( dstance Δ y of every cluster c wth the ncomng data pont Δ y. he ncomng data pont Δ y s assgned to the current cluster havng mnmum dstance only f the calculated dstance s less than the predefned threshold level, N. Otherwse, the ncomng data pont Δy s separately formed as a new cluster so that, the number of cluster s ncremented wth one. stance measure: stance strategy s an mportant for effectvely dentfyng the approprate cluster of an ncomng data pont Δ y. n the proposed approach, we have used dfferent dstance strategy that makes use of three ponts such as mean m, farthest neghbor pont Q and the ncomng data pont Δ y. For each cluster c, the Eucldean dstance E s calculated for the followng two set of ponts: mean and ncomng pont ( m, farthest neghbor pont and ncomng pont ( Q, mean and farthest neghbor pont m, Q. When new data pont ( Δ y s updated n the statc database S, the dstance ( Δ y s calculated usng the followng equaton. he cluster qualty of the proposed approach s mproved sgnfcantly f these three measures are ncorporated nto the dstance value for dentfyng the approprate cluster. ( = E ( m, Δy + E ( Q, Δy E Δy where, E ( m Eucldean dstance between the ponts m and Δ y ; E ( Q Eucldean dstance between the ponts Q and Δ y ; E ( m, Q Eucldean dstance between the ponts m and Q..3 Updatng of Cluster Feature fter addng the ncomng data pont Δ y to the cluster, updatng of CF s mportant for further processng. he cluster feature ( CF of the ncremented cluster C (the cluster c wth ncomng data pont Δ y s updated by : ( takng the mean of the ncremented cluster C ( fndng the p -farthest neghbor pont of the ncremented cluster C. For updatng of CF, we frst calculate the mean of the ncremented cluster ( m and update the frst ( m, Q

5 JCSNS nternatonal Journal of Computer Scence and Network Securty, VOL.0 No.9, September component of the cluster feature CF wth m. hen, Eucldean dstance E s calculated for every data ponts n the ncremented cluster C wth the updated mean m.he data ponts are sorted based on the computed dstance measure and new set of top p -farthest neghbor ponts are chosen from the sorted lst. Such a way, the new cluster feature s formed for the ncremented cluster C, ( whch s represented as, { m, q } CF = : p, hs process of updatng s applcable only to the ncremented cluster C whch s updated recently. Fndng the approprate cluster (sub-secton.. and updatng of cluster feature (sub-secton 3..3 are teratvely performed for t number of data ponts n the ncremental database Δ S...4 Mergng of closest cluster par Once the t number of data ponts n the ncremental database Δ S are processed wth the proposed approach, there s an urgent requrement to merge the closest clusters. o avod the formaton of a non-optmal clusterng structure whch may occur durng the ncremental clusterng process, the mergng strategy s used n the proposed approach that gudes the ncremental clusterng process wth hgh qualty and at the same tme, the proposed approach generates the reasonable number of clusters. For mergng the closest cluster par, we make use of the CF employed n the prevous steps. he mean of every cluster dentfed after fnshng the t number of teraton s used for mergng the closest cluster pars. f t data ponts are processed wth the proposed approach, then we perform the mergng strategy where, the closest cluster par s dentfed by makng use of the mean and the Eucldean dstance. he procedure used for mergng process s descrbed as: ( Calculate the Eucldean dstance E n between the mean of the cluster wth other cluster ( Select the cluster par havng mnmum dstance ( Merge the chosen cluster par, f the dstance of the chosen cluster par s less than the mergng threshold level, M (v Recalculate the mean of the merged cluster (v Repeat step ( to (v untl no cluster par s merged. Fnally, the resultant cluster C R s obtaned from the mergng process after processng all data ponts n the ncremental database. 3. Results We have mplemented the proposed ncremental clusterng approach usng two statc datasets rs dataset [8] and wne dataset [9] from the UC machne repostory. rs dataset comprses 3 classes of 50 nstances each, n whch each class defnes to a type of rs plant. he attrbutes are sepal length n cm, sepal wdth n cm, petal length n cm, petal wdth n cm and class label. Wne dataset comprses 3 classes of 78 nstances. hese data are the outcome of a chemcal analyss of wnes grown n smlar regons n taly but resultng from three dverse cultvators. he analyss resolves the quanttes of 3 consttuents dentfed n each of the three types of wnes. he attrbutes are lcohol, Malc acd, sh, lcalnty of ash, Magnesum, otal phenols, Flavanods, Nonflavanod phenols, Proanthocyanns, Color ntensty, Hue, Prolne and class label. o convert these statc problems nto dynamc problems, the data ponts n each database are dvded nto groups. each group consstng of dentcal number of data ponts from each class. ntally, we gve the frst group of data ponts to the k-means algorthm for ntal clusterng. t provdes the k- number of clusters. hen, we compute the cluster feature for ntal cluster and by makng use of the cluster feature; we fed the second group of data ponts to the proposed approach ncrementally. For each data pont from the second group, we compute the desgned dstance measure and assgn the data ponts to the correspondng cluster f the mnmum dstance of the cluster s less than the mnmum threshold ( N =0. Otherwse, t forms as a separate cluster. Subsequently, the cluster feature s updated for each data ponts based on the proposed approach. Once we process the t ( t =0 set of data ponts, the mergng process s done n accordance wth the mergng threshold ( M = 4. Fnally, we obtan the set of resultant cluster from the mergng process. he performance of the proposed approach s evaluated on rs dataset and wne dataset usng Clusterng ccuracy (C. We have used the clusterng accuracy descrbed n [37, 38] for evaluatng the performance of the proposed approach. he evaluaton metrc used n the proposed approach s gven below, Clusterng ccuracy, C = N Clusterng Error, CE = = C where, N Number of data ponts n the dataset; Number of resultant cluster ; X Number of data ponts occurrng n both X

6 78 JCSNS nternatonal Journal of Computer Scence and Network Securty, VOL.0 No.9, September 00 cluster and ts correspondng class. he expermental results of the proposed approach are shown n fgure 5 and fgure 6. We calculate the clusterng accuracy of the resultant clusters by changng the k-value (order of ntal clusterng and at the same tme, clusterng error s also calculated Clusterng ccuracy (C k rs dataset Wne dataset Fg. 5. Clusterng ccuracy vs. nput order of ntal clusterng ( k Clusterng Error (CE k Fg. 6. Clusterng Error vs. nput order of ntal clusterng ( k 4. Concluson rs dataset Wne dataset n ths paper, we have developed a more effcent approach for clusterng ncremental database usng cluster feature. he proposed approach has two modules namely, ntal clusterng ncremental clusterng. Frst, ntal clusters have been obtaned by usng the conventonal parttonal clusterng algorthm - k-means algorthm then, cluster features have been obtaned usng the ntal cluster and these cluster features have been used for clusterng the ncremental database n accordance wth the devsed dstance measure. Fnally, by makng use of the mean value, closest par of clusters has been merged after processng the set of data ponts. For expermentaton, we have employed the real datasets obtaned from the UC machne learnng repostory. he expermental results ndcated that the proposed ncremental clusterng approach s effcent n terms of clusterng accuracy. References [] Seokkyung Chung and enns McLeod, "ynamc Pattern Mnng: n ncremental ata Clusterng pproach", Journal on ata Semantcs, Vol., pp. 85-, 005. [] Pham,.. and ffy,.. Clusterng technques and ther applcatons n engneerng, Proceedngs- nsttuton of Mechancal Engneers Part C Journal of Mechancal Engneerng Scence, Vol: ; No:, pp: , 007. [3] Chen-Yu Chen, Shen-Chng Hwang, and Yen-Jen Oyang, "n ncremental Herarchcal ata Clusterng lgorthm ased on Gravty heory", Proceedngs of the 6th Pacfc- sa Conference on dvances n Knowledge scovery and ata Mnng, Pages: 37-50, 00. [4] an Smovc, Namta Sngla, "Metrc ncremental Clusterng of Nomnal ata", CM, pp: 53-56, 004. [5] mtrs Fotaks, "ncremental algorthms for Faclty Locaton and k-medan", heoretcal Computer Scence, Vol: 36, No: -3, pp: 75-33, 006. [6] FHM.M., SLEM.M., orkey F.., Ramadan M.., "n effcent enhanced k-means clusterng algorthm", Journal of Zheang Unversty scence, vol. 7, no.0, pp , 006. [7] Eucldean dstance from Eucldean_dstance [8] rs dataset from [9] Wne dataset from Wne [0] Zengyou He, Xaofe Xu, Shengchun eng, Clusterng mxed numerc and categorcal data: cluster ensemble approach, abs/cs/ [] Z. Huang, Extensons to the k-means algorthm for clusterng large data sets wth categorcal values, ata Mnng and Knowledge scovery, vol., no.3, pp , September 998. [] Chung-Chan Hsu and Yan-Png Huang: "ncremental clusterng of mxed data based on dstance herarchy", Expert Systems wth pplcatons, Vol: 35, No: 3, pp: 77-85, 008. [3] Eucldean dstance from Eucldean_dstance [4] Gavn Shaw & Yue Xu, "Enhancng an ncremental Clusterng lgorthm for Web Page Collectons", Proceedngs of the 009 EEE/WC/CM nternatonal Jont Conference on Web ntellgence and ntellgent gent echnology, Vol: 3, pp: 8-84, 009. [5] Jawe Han, Mchelne Kamber, ata Mnng Concepts and echnques, Harcourt nda Prvate Lmted, 00.

7 JCSNS nternatonal Journal of Computer Scence and Network Securty, VOL.0 No.9, September M.Sowanya receved her M.ech. egree n Computer Scence and technology from ndhra Unversty. She s presently workng as an ssstant Professor n the department of Computer Scence and Systems Engneerng, College of Engneerng (utonomous, ndhra Unversty, Vsakhapatnam, ndhra Pradesh, nda. She s pursung her Ph. from ndhra Unversty. Her areas of nterest nclude ata Mnng and atabase management systems. M.Shash receved her.e. egree n Electrcal and Electroncs and M.E. egree n Computer Engneerng wth dstncton from ndhra Unversty. She receved Ph. n 994 from ndhra Unversty and got the best Ph. thess award. She s workng as a professor and HO of Computer Scence and Systems Engneerng at ndhra Unversty, ndhra Pradesh, nda. She receved CE career award as young teacher n 996. She s a co-author of the ndan Edton of text book on ata Structures and Program esgn n C from Pearson Educaton Ltd. She publshed techncal papers n Natonal and nternatonal Journals. Her research nterests nclude ata Mnng, rtfcal ntellgence, Pattern Recognton and Machne Learnng. She s a lfe member of SE, CS and a fellow member of nsttute of Engneers (nda.

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points;

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points; Subspace clusterng Clusterng Fundamental to all clusterng technques s the choce of dstance measure between data ponts; D q ( ) ( ) 2 x x = x x, j k = 1 k jk Squared Eucldean dstance Assumpton: All features

More information

Machine Learning: Algorithms and Applications

Machine Learning: Algorithms and Applications 14/05/1 Machne Learnng: Algorthms and Applcatons Florano Zn Free Unversty of Bozen-Bolzano Faculty of Computer Scence Academc Year 011-01 Lecture 10: 14 May 01 Unsupervsed Learnng cont Sldes courtesy of

More information

Cluster Analysis of Electrical Behavior

Cluster Analysis of Electrical Behavior Journal of Computer and Communcatons, 205, 3, 88-93 Publshed Onlne May 205 n ScRes. http://www.scrp.org/ournal/cc http://dx.do.org/0.4236/cc.205.350 Cluster Analyss of Electrcal Behavor Ln Lu Ln Lu, School

More information

A Binarization Algorithm specialized on Document Images and Photos

A Binarization Algorithm specialized on Document Images and Photos A Bnarzaton Algorthm specalzed on Document mages and Photos Ergna Kavalleratou Dept. of nformaton and Communcaton Systems Engneerng Unversty of the Aegean kavalleratou@aegean.gr Abstract n ths paper, a

More information

Learning the Kernel Parameters in Kernel Minimum Distance Classifier

Learning the Kernel Parameters in Kernel Minimum Distance Classifier Learnng the Kernel Parameters n Kernel Mnmum Dstance Classfer Daoqang Zhang 1,, Songcan Chen and Zh-Hua Zhou 1* 1 Natonal Laboratory for Novel Software Technology Nanjng Unversty, Nanjng 193, Chna Department

More information

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers IOSR Journal of Electroncs and Communcaton Engneerng (IOSR-JECE) e-issn: 78-834,p- ISSN: 78-8735.Volume 9, Issue, Ver. IV (Mar - Apr. 04), PP 0-07 Content Based Image Retreval Usng -D Dscrete Wavelet wth

More information

Unsupervised Learning and Clustering

Unsupervised Learning and Clustering Unsupervsed Learnng and Clusterng Supervsed vs. Unsupervsed Learnng Up to now we consdered supervsed learnng scenaro, where we are gven 1. samples 1,, n 2. class labels for all samples 1,, n Ths s also

More information

The Greedy Method. Outline and Reading. Change Money Problem. Greedy Algorithms. Applications of the Greedy Strategy. The Greedy Method Technique

The Greedy Method. Outline and Reading. Change Money Problem. Greedy Algorithms. Applications of the Greedy Strategy. The Greedy Method Technique //00 :0 AM Outlne and Readng The Greedy Method The Greedy Method Technque (secton.) Fractonal Knapsack Problem (secton..) Task Schedulng (secton..) Mnmum Spannng Trees (secton.) Change Money Problem Greedy

More information

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data A Fast Content-Based Multmeda Retreval Technque Usng Compressed Data Borko Furht and Pornvt Saksobhavvat NSF Multmeda Laboratory Florda Atlantc Unversty, Boca Raton, Florda 3343 ABSTRACT In ths paper,

More information

Hierarchical clustering for gene expression data analysis

Hierarchical clustering for gene expression data analysis Herarchcal clusterng for gene expresson data analyss Gorgo Valentn e-mal: valentn@ds.unm.t Clusterng of Mcroarray Data. Clusterng of gene expresson profles (rows) => dscovery of co-regulated and functonally

More information

Classifier Selection Based on Data Complexity Measures *

Classifier Selection Based on Data Complexity Measures * Classfer Selecton Based on Data Complexty Measures * Edth Hernández-Reyes, J.A. Carrasco-Ochoa, and J.Fco. Martínez-Trndad Natonal Insttute for Astrophyscs, Optcs and Electroncs, Lus Enrque Erro No.1 Sta.

More information

Outline. Type of Machine Learning. Examples of Application. Unsupervised Learning

Outline. Type of Machine Learning. Examples of Application. Unsupervised Learning Outlne Artfcal Intellgence and ts applcatons Lecture 8 Unsupervsed Learnng Professor Danel Yeung danyeung@eee.org Dr. Patrck Chan patrckchan@eee.org South Chna Unversty of Technology, Chna Introducton

More information

Unsupervised Learning

Unsupervised Learning Pattern Recognton Lecture 8 Outlne Introducton Unsupervsed Learnng Parametrc VS Non-Parametrc Approach Mxture of Denstes Maxmum-Lkelhood Estmates Clusterng Prof. Danel Yeung School of Computer Scence and

More information

Parallelism for Nested Loops with Non-uniform and Flow Dependences

Parallelism for Nested Loops with Non-uniform and Flow Dependences Parallelsm for Nested Loops wth Non-unform and Flow Dependences Sam-Jn Jeong Dept. of Informaton & Communcaton Engneerng, Cheonan Unversty, 5, Anseo-dong, Cheonan, Chungnam, 330-80, Korea. seong@cheonan.ac.kr

More information

TN348: Openlab Module - Colocalization

TN348: Openlab Module - Colocalization TN348: Openlab Module - Colocalzaton Topc The Colocalzaton module provdes the faclty to vsualze and quantfy colocalzaton between pars of mages. The Colocalzaton wndow contans a prevew of the two mages

More information

Programming in Fortran 90 : 2017/2018

Programming in Fortran 90 : 2017/2018 Programmng n Fortran 90 : 2017/2018 Programmng n Fortran 90 : 2017/2018 Exercse 1 : Evaluaton of functon dependng on nput Wrte a program who evaluate the functon f (x,y) for any two user specfed values

More information

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration Improvement of Spatal Resoluton Usng BlockMatchng Based Moton Estmaton and Frame Integraton Danya Suga and Takayuk Hamamoto Graduate School of Engneerng, Tokyo Unversty of Scence, 6-3-1, Nuku, Katsuska-ku,

More information

HCMX: AN EFFICIENT HYBRID CLUSTERING APPROACH FOR MULTI-VERSION XML DOCUMENTS

HCMX: AN EFFICIENT HYBRID CLUSTERING APPROACH FOR MULTI-VERSION XML DOCUMENTS HCMX: AN EFFICIENT HYBRID CLUSTERING APPROACH FOR MULTI-VERSION XML DOCUMENTS VIJAY SONAWANE 1, D.RAJESWARA.RAO 2 1 Research Scholar, Department of CSE, K.L.Unversty, Green Felds, Guntur, Andhra Pradesh

More information

Machine Learning. Topic 6: Clustering

Machine Learning. Topic 6: Clustering Machne Learnng Topc 6: lusterng lusterng Groupng data nto (hopefully useful) sets. Thngs on the left Thngs on the rght Applcatons of lusterng Hypothess Generaton lusters mght suggest natural groups. Hypothess

More information

Term Weighting Classification System Using the Chi-square Statistic for the Classification Subtask at NTCIR-6 Patent Retrieval Task

Term Weighting Classification System Using the Chi-square Statistic for the Classification Subtask at NTCIR-6 Patent Retrieval Task Proceedngs of NTCIR-6 Workshop Meetng, May 15-18, 2007, Tokyo, Japan Term Weghtng Classfcaton System Usng the Ch-square Statstc for the Classfcaton Subtask at NTCIR-6 Patent Retreval Task Kotaro Hashmoto

More information

Module Management Tool in Software Development Organizations

Module Management Tool in Software Development Organizations Journal of Computer Scence (5): 8-, 7 ISSN 59-66 7 Scence Publcatons Management Tool n Software Development Organzatons Ahmad A. Al-Rababah and Mohammad A. Al-Rababah Faculty of IT, Al-Ahlyyah Amman Unversty,

More information

A New Approach For the Ranking of Fuzzy Sets With Different Heights

A New Approach For the Ranking of Fuzzy Sets With Different Heights New pproach For the ankng of Fuzzy Sets Wth Dfferent Heghts Pushpnder Sngh School of Mathematcs Computer pplcatons Thapar Unversty, Patala-7 00 Inda pushpndersnl@gmalcom STCT ankng of fuzzy sets plays

More information

TECHNIQUE OF FORMATION HOMOGENEOUS SAMPLE SAME OBJECTS. Muradaliyev A.Z.

TECHNIQUE OF FORMATION HOMOGENEOUS SAMPLE SAME OBJECTS. Muradaliyev A.Z. TECHNIQUE OF FORMATION HOMOGENEOUS SAMPLE SAME OBJECTS Muradalyev AZ Azerbajan Scentfc-Research and Desgn-Prospectng Insttute of Energetc AZ1012, Ave HZardab-94 E-mal:aydn_murad@yahoocom Importance of

More information

An Optimal Algorithm for Prufer Codes *

An Optimal Algorithm for Prufer Codes * J. Software Engneerng & Applcatons, 2009, 2: 111-115 do:10.4236/jsea.2009.22016 Publshed Onlne July 2009 (www.scrp.org/journal/jsea) An Optmal Algorthm for Prufer Codes * Xaodong Wang 1, 2, Le Wang 3,

More information

CS434a/541a: Pattern Recognition Prof. Olga Veksler. Lecture 15

CS434a/541a: Pattern Recognition Prof. Olga Veksler. Lecture 15 CS434a/541a: Pattern Recognton Prof. Olga Veksler Lecture 15 Today New Topc: Unsupervsed Learnng Supervsed vs. unsupervsed learnng Unsupervsed learnng Net Tme: parametrc unsupervsed learnng Today: nonparametrc

More information

A Clustering Algorithm for Key Frame Extraction Based on Density Peak

A Clustering Algorithm for Key Frame Extraction Based on Density Peak Journal of Computer and Communcatons, 2018, 6, 118-128 http://www.scrp.org/ournal/cc ISSN Onlne: 2327-5227 ISSN Prnt: 2327-5219 A Clusterng Algorthm for Key Frame Extracton Based on Densty Peak Hong Zhao

More information

FINDING IMPORTANT NODES IN SOCIAL NETWORKS BASED ON MODIFIED PAGERANK

FINDING IMPORTANT NODES IN SOCIAL NETWORKS BASED ON MODIFIED PAGERANK FINDING IMPORTANT NODES IN SOCIAL NETWORKS BASED ON MODIFIED PAGERANK L-qng Qu, Yong-quan Lang 2, Jng-Chen 3, 2 College of Informaton Scence and Technology, Shandong Unversty of Scence and Technology,

More information

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur FEATURE EXTRACTION Dr. K.Vjayarekha Assocate Dean School of Electrcal and Electroncs Engneerng SASTRA Unversty, Thanjavur613 41 Jont Intatve of IITs and IISc Funded by MHRD Page 1 of 8 Table of Contents

More information

Determining Fuzzy Sets for Quantitative Attributes in Data Mining Problems

Determining Fuzzy Sets for Quantitative Attributes in Data Mining Problems Determnng Fuzzy Sets for Quanttatve Attrbutes n Data Mnng Problems ATTILA GYENESEI Turku Centre for Computer Scence (TUCS) Unversty of Turku, Department of Computer Scence Lemmnkäsenkatu 4A, FIN-5 Turku

More information

Skew Angle Estimation and Correction of Hand Written, Textual and Large areas of Non-Textual Document Images: A Novel Approach

Skew Angle Estimation and Correction of Hand Written, Textual and Large areas of Non-Textual Document Images: A Novel Approach Angle Estmaton and Correcton of Hand Wrtten, Textual and Large areas of Non-Textual Document Images: A Novel Approach D.R.Ramesh Babu Pyush M Kumat Mahesh D Dhannawat PES Insttute of Technology Research

More information

An Entropy-Based Approach to Integrated Information Needs Assessment

An Entropy-Based Approach to Integrated Information Needs Assessment Dstrbuton Statement A: Approved for publc release; dstrbuton s unlmted. An Entropy-Based Approach to ntegrated nformaton Needs Assessment June 8, 2004 Wllam J. Farrell Lockheed Martn Advanced Technology

More information

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS Proceedngs of the Wnter Smulaton Conference M E Kuhl, N M Steger, F B Armstrong, and J A Jones, eds A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS Mark W Brantley Chun-Hung

More information

A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION

A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION 1 THE PUBLISHING HOUSE PROCEEDINGS OF THE ROMANIAN ACADEMY, Seres A, OF THE ROMANIAN ACADEMY Volume 4, Number 2/2003, pp.000-000 A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION Tudor BARBU Insttute

More information

Quality Improvement Algorithm for Tetrahedral Mesh Based on Optimal Delaunay Triangulation

Quality Improvement Algorithm for Tetrahedral Mesh Based on Optimal Delaunay Triangulation Intellgent Informaton Management, 013, 5, 191-195 Publshed Onlne November 013 (http://www.scrp.org/journal/m) http://dx.do.org/10.36/m.013.5601 Qualty Improvement Algorthm for Tetrahedral Mesh Based on

More information

On the Efficiency of Swap-Based Clustering

On the Efficiency of Swap-Based Clustering On the Effcency of Swap-Based Clusterng Pas Fränt and Oll Vrmaok Department of Computer Scence, Unversty of Joensuu, Fnland {frant, ovrma}@cs.oensuu.f Abstract. Random swap-based clusterng s very smple

More information

Unsupervised Learning and Clustering

Unsupervised Learning and Clustering Unsupervsed Learnng and Clusterng Why consder unlabeled samples?. Collectng and labelng large set of samples s costly Gettng recorded speech s free, labelng s tme consumng 2. Classfer could be desgned

More information

International Journal of Mathematical Archive-3(11), 2012, Available online through ISSN

International Journal of Mathematical Archive-3(11), 2012, Available online through   ISSN Internatonal Journal of Mathematcal rchve-(), 0, 477-474 valable onlne through www.jma.nfo ISSN 9 5046 FUZZY CRITICL PTH METHOD (FCPM) BSED ON SNGUNST ND CHEN RNKING METHOD ND CENTROID METHOD Dr. S. Narayanamoorthy*

More information

A Unified Framework for Semantics and Feature Based Relevance Feedback in Image Retrieval Systems

A Unified Framework for Semantics and Feature Based Relevance Feedback in Image Retrieval Systems A Unfed Framework for Semantcs and Feature Based Relevance Feedback n Image Retreval Systems Ye Lu *, Chunhu Hu 2, Xngquan Zhu 3*, HongJang Zhang 2, Qang Yang * School of Computng Scence Smon Fraser Unversty

More information

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision SLAM Summer School 2006 Practcal 2: SLAM usng Monocular Vson Javer Cvera, Unversty of Zaragoza Andrew J. Davson, Imperal College London J.M.M Montel, Unversty of Zaragoza. josemar@unzar.es, jcvera@unzar.es,

More information

Fuzzy C-Means Initialized by Fixed Threshold Clustering for Improving Image Retrieval

Fuzzy C-Means Initialized by Fixed Threshold Clustering for Improving Image Retrieval Fuzzy -Means Intalzed by Fxed Threshold lusterng for Improvng Image Retreval NAWARA HANSIRI, SIRIPORN SUPRATID,HOM KIMPAN 3 Faculty of Informaton Technology Rangst Unversty Muang-Ake, Paholyotn Road, Patumtan,

More information

Clustering Algorithm Combining CPSO with K-Means Chunqin Gu 1, a, Qian Tao 2, b

Clustering Algorithm Combining CPSO with K-Means Chunqin Gu 1, a, Qian Tao 2, b Internatonal Conference on Advances n Mechancal Engneerng and Industral Informatcs (AMEII 05) Clusterng Algorthm Combnng CPSO wth K-Means Chunqn Gu, a, Qan Tao, b Department of Informaton Scence, Zhongka

More information

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization Problem efntons and Evaluaton Crtera for Computatonal Expensve Optmzaton B. Lu 1, Q. Chen and Q. Zhang 3, J. J. Lang 4, P. N. Suganthan, B. Y. Qu 6 1 epartment of Computng, Glyndwr Unversty, UK Faclty

More information

1. Introduction. Abstract

1. Introduction. Abstract Image Retreval Usng a Herarchy of Clusters Danela Stan & Ishwar K. Seth Intellgent Informaton Engneerng Laboratory, Department of Computer Scence & Engneerng, Oaland Unversty, Rochester, Mchgan 48309-4478

More information

BRDPHHC: A Balance RDF Data Partitioning Algorithm based on Hybrid Hierarchical Clustering

BRDPHHC: A Balance RDF Data Partitioning Algorithm based on Hybrid Hierarchical Clustering 015 IEEE 17th Internatonal Conference on Hgh Performance Computng and Communcatons (HPCC), 015 IEEE 7th Internatonal Symposum on Cyberspace Safety and Securty (CSS), and 015 IEEE 1th Internatonal Conf

More information

An Iterative Solution Approach to Process Plant Layout using Mixed Integer Optimisation

An Iterative Solution Approach to Process Plant Layout using Mixed Integer Optimisation 17 th European Symposum on Computer Aded Process Engneerng ESCAPE17 V. Plesu and P.S. Agach (Edtors) 2007 Elsever B.V. All rghts reserved. 1 An Iteratve Soluton Approach to Process Plant Layout usng Mxed

More information

SCALABLE AND VISUALIZATION-ORIENTED CLUSTERING FOR EXPLORATORY SPATIAL ANALYSIS

SCALABLE AND VISUALIZATION-ORIENTED CLUSTERING FOR EXPLORATORY SPATIAL ANALYSIS SCALABLE AND VISUALIZATION-ORIENTED CLUSTERING FOR EXPLORATORY SPATIAL ANALYSIS J.H.Guan, F.B.Zhu, F.L.Ban a School of Computer, Spatal Informaton & Dgtal Engneerng Center, Wuhan Unversty, Wuhan, 430079,

More information

A Two-Stage Algorithm for Data Clustering

A Two-Stage Algorithm for Data Clustering A Two-Stage Algorthm for Data Clusterng Abdolreza Hatamlou 1 and Salwan Abdullah 2 1 Islamc Azad Unversty, Khoy Branch, Iran 2 Data Mnng and Optmsaton Research Group, Center for Artfcal Intellgence Technology,

More information

Efficient Segmentation and Classification of Remote Sensing Image Using Local Self Similarity

Efficient Segmentation and Classification of Remote Sensing Image Using Local Self Similarity ISSN(Onlne): 2320-9801 ISSN (Prnt): 2320-9798 Internatonal Journal of Innovatve Research n Computer and Communcaton Engneerng (An ISO 3297: 2007 Certfed Organzaton) Vol.2, Specal Issue 1, March 2014 Proceedngs

More information

K-means and Hierarchical Clustering

K-means and Hierarchical Clustering Note to other teachers and users of these sldes. Andrew would be delghted f you found ths source materal useful n gvng your own lectures. Feel free to use these sldes verbatm, or to modfy them to ft your

More information

Course Introduction. Algorithm 8/31/2017. COSC 320 Advanced Data Structures and Algorithms. COSC 320 Advanced Data Structures and Algorithms

Course Introduction. Algorithm 8/31/2017. COSC 320 Advanced Data Structures and Algorithms. COSC 320 Advanced Data Structures and Algorithms Course Introducton Course Topcs Exams, abs, Proects A quc loo at a few algorthms 1 Advanced Data Structures and Algorthms Descrpton: We are gong to dscuss algorthm complexty analyss, algorthm desgn technques

More information

Available online at Available online at Advanced in Control Engineering and Information Science

Available online at   Available online at   Advanced in Control Engineering and Information Science Avalable onlne at wwwscencedrectcom Avalable onlne at wwwscencedrectcom Proceda Proceda Engneerng Engneerng 00 (2011) 15000 000 (2011) 1642 1646 Proceda Engneerng wwwelsevercom/locate/proceda Advanced

More information

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching A Fast Vsual Trackng Algorthm Based on Crcle Pxels Matchng Zhqang Hou hou_zhq@sohu.com Chongzhao Han czhan@mal.xjtu.edu.cn Ln Zheng Abstract: A fast vsual trackng algorthm based on crcle pxels matchng

More information

Detection of an Object by using Principal Component Analysis

Detection of an Object by using Principal Component Analysis Detecton of an Object by usng Prncpal Component Analyss 1. G. Nagaven, 2. Dr. T. Sreenvasulu Reddy 1. M.Tech, Department of EEE, SVUCE, Trupath, Inda. 2. Assoc. Professor, Department of ECE, SVUCE, Trupath,

More information

A Deflected Grid-based Algorithm for Clustering Analysis

A Deflected Grid-based Algorithm for Clustering Analysis A Deflected Grd-based Algorthm for Clusterng Analyss NANCY P. LIN, CHUNG-I CHANG, HAO-EN CHUEH, HUNG-JEN CHEN, WEI-HUA HAO Department of Computer Scence and Informaton Engneerng Tamkang Unversty 5 Yng-chuan

More information

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS ARPN Journal of Engneerng and Appled Scences 006-017 Asan Research Publshng Network (ARPN). All rghts reserved. NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS Igor Grgoryev, Svetlana

More information

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION Paulo Quntlano 1 & Antono Santa-Rosa 1 Federal Polce Department, Brasla, Brazl. E-mals: quntlano.pqs@dpf.gov.br and

More information

PCA Based Gait Segmentation

PCA Based Gait Segmentation Honggu L, Cupng Sh & Xngguo L PCA Based Gat Segmentaton PCA Based Gat Segmentaton Honggu L, Cupng Sh, and Xngguo L 2 Electronc Department, Physcs College, Yangzhou Unversty, 225002 Yangzhou, Chna 2 Department

More information

A fast algorithm for color image segmentation

A fast algorithm for color image segmentation Unersty of Wollongong Research Onlne Faculty of Informatcs - Papers (Arche) Faculty of Engneerng and Informaton Scences 006 A fast algorthm for color mage segmentaton L. Dong Unersty of Wollongong, lju@uow.edu.au

More information

Constructing Minimum Connected Dominating Set: Algorithmic approach

Constructing Minimum Connected Dominating Set: Algorithmic approach Constructng Mnmum Connected Domnatng Set: Algorthmc approach G.N. Puroht and Usha Sharma Centre for Mathematcal Scences, Banasthal Unversty, Rajasthan 304022 usha.sharma94@yahoo.com Abstract: Connected

More information

BIN XIA et al: AN IMPROVED K-MEANS ALGORITHM BASED ON CLOUD PLATFORM FOR DATA MINING

BIN XIA et al: AN IMPROVED K-MEANS ALGORITHM BASED ON CLOUD PLATFORM FOR DATA MINING An Improved K-means Algorthm based on Cloud Platform for Data Mnng Bn Xa *, Yan Lu 2. School of nformaton and management scence, Henan Agrcultural Unversty, Zhengzhou, Henan 450002, P.R. Chna 2. College

More information

Comparison of Heuristics for Scheduling Independent Tasks on Heterogeneous Distributed Environments

Comparison of Heuristics for Scheduling Independent Tasks on Heterogeneous Distributed Environments Comparson of Heurstcs for Schedulng Independent Tasks on Heterogeneous Dstrbuted Envronments Hesam Izakan¹, Ath Abraham², Senor Member, IEEE, Václav Snášel³ ¹ Islamc Azad Unversty, Ramsar Branch, Ramsar,

More information

Robust Classification of ph Levels on a Camera Phone

Robust Classification of ph Levels on a Camera Phone Robust Classfcaton of ph Levels on a Camera Phone B.Y. Loh, N.K. Vuong, S. Chan and C.. Lau AbstractIn ths paper, we present a new algorthm that automatcally classfes the ph level on a test strp usng color

More information

An Image Fusion Approach Based on Segmentation Region

An Image Fusion Approach Based on Segmentation Region Rong Wang, L-Qun Gao, Shu Yang, Yu-Hua Cha, and Yan-Chun Lu An Image Fuson Approach Based On Segmentaton Regon An Image Fuson Approach Based on Segmentaton Regon Rong Wang, L-Qun Gao, Shu Yang 3, Yu-Hua

More information

An Improved Image Segmentation Algorithm Based on the Otsu Method

An Improved Image Segmentation Algorithm Based on the Otsu Method 3th ACIS Internatonal Conference on Software Engneerng, Artfcal Intellgence, Networkng arallel/dstrbuted Computng An Improved Image Segmentaton Algorthm Based on the Otsu Method Mengxng Huang, enjao Yu,

More information

Machine Learning 9. week

Machine Learning 9. week Machne Learnng 9. week Mappng Concept Radal Bass Functons (RBF) RBF Networks 1 Mappng It s probably the best scenaro for the classfcaton of two dataset s to separate them lnearly. As you see n the below

More information

Fuzzy Filtering Algorithms for Image Processing: Performance Evaluation of Various Approaches

Fuzzy Filtering Algorithms for Image Processing: Performance Evaluation of Various Approaches Proceedngs of the Internatonal Conference on Cognton and Recognton Fuzzy Flterng Algorthms for Image Processng: Performance Evaluaton of Varous Approaches Rajoo Pandey and Umesh Ghanekar Department of

More information

OPTIMAL CONFIGURATION FOR NODES IN MIXED CELLULAR AND MOBILE AD HOC NETWORK FOR INET

OPTIMAL CONFIGURATION FOR NODES IN MIXED CELLULAR AND MOBILE AD HOC NETWORK FOR INET OPTIMAL CONFIGURATION FOR NODE IN MIED CELLULAR AND MOBILE AD HOC NETWORK FOR INET Olusola Babalola D.E. Department of Electrcal and Computer Engneerng Morgan tate Unversty Dr. Rchard Dean Faculty Advsor

More information

Evaluation of an Enhanced Scheme for High-level Nested Network Mobility

Evaluation of an Enhanced Scheme for High-level Nested Network Mobility IJCSNS Internatonal Journal of Computer Scence and Network Securty, VOL.15 No.10, October 2015 1 Evaluaton of an Enhanced Scheme for Hgh-level Nested Network Moblty Mohammed Babker Al Mohammed, Asha Hassan.

More information

Learning-Based Top-N Selection Query Evaluation over Relational Databases

Learning-Based Top-N Selection Query Evaluation over Relational Databases Learnng-Based Top-N Selecton Query Evaluaton over Relatonal Databases Lang Zhu *, Wey Meng ** * School of Mathematcs and Computer Scence, Hebe Unversty, Baodng, Hebe 071002, Chna, zhu@mal.hbu.edu.cn **

More information

Load Balancing for Hex-Cell Interconnection Network

Load Balancing for Hex-Cell Interconnection Network Int. J. Communcatons, Network and System Scences,,, - Publshed Onlne Aprl n ScRes. http://www.scrp.org/journal/jcns http://dx.do.org/./jcns.. Load Balancng for Hex-Cell Interconnecton Network Saher Manaseer,

More information

Histogram based Evolutionary Dynamic Image Segmentation

Histogram based Evolutionary Dynamic Image Segmentation Hstogram based Evolutonary Dynamc Image Segmentaton Amya Halder Computer Scence & Engneerng Department St. Thomas College of Engneerng & Technology Kolkata, Inda amya_halder@ndatmes.com Arndam Kar and

More information

Multi-stable Perception. Necker Cube

Multi-stable Perception. Necker Cube Mult-stable Percepton Necker Cube Spnnng dancer lluson, Nobuuk Kaahara Fttng and Algnment Computer Vson Szelsk 6.1 James Has Acknowledgment: Man sldes from Derek Hoem, Lana Lazebnk, and Grauman&Lebe 2008

More information

A Clustering Algorithm for Chinese Adjectives and Nouns 1

A Clustering Algorithm for Chinese Adjectives and Nouns 1 Clusterng lgorthm for Chnese dectves and ouns Yang Wen, Chunfa Yuan, Changnng Huang 2 State Key aboratory of Intellgent Technology and System Deptartment of Computer Scence & Technology, Tsnghua Unversty,

More information

A mathematical programming approach to the analysis, design and scheduling of offshore oilfields

A mathematical programming approach to the analysis, design and scheduling of offshore oilfields 17 th European Symposum on Computer Aded Process Engneerng ESCAPE17 V. Plesu and P.S. Agach (Edtors) 2007 Elsever B.V. All rghts reserved. 1 A mathematcal programmng approach to the analyss, desgn and

More information

Related-Mode Attacks on CTR Encryption Mode

Related-Mode Attacks on CTR Encryption Mode Internatonal Journal of Network Securty, Vol.4, No.3, PP.282 287, May 2007 282 Related-Mode Attacks on CTR Encrypton Mode Dayn Wang, Dongda Ln, and Wenlng Wu (Correspondng author: Dayn Wang) Key Laboratory

More information

High-Boost Mesh Filtering for 3-D Shape Enhancement

High-Boost Mesh Filtering for 3-D Shape Enhancement Hgh-Boost Mesh Flterng for 3-D Shape Enhancement Hrokazu Yagou Λ Alexander Belyaev y Damng We z Λ y z ; ; Shape Modelng Laboratory, Unversty of Azu, Azu-Wakamatsu 965-8580 Japan y Computer Graphcs Group,

More information

Reducing Frame Rate for Object Tracking

Reducing Frame Rate for Object Tracking Reducng Frame Rate for Object Trackng Pavel Korshunov 1 and We Tsang Oo 2 1 Natonal Unversty of Sngapore, Sngapore 11977, pavelkor@comp.nus.edu.sg 2 Natonal Unversty of Sngapore, Sngapore 11977, oowt@comp.nus.edu.sg

More information

An Optimal iterative Minimal Spanning tree Clustering Algorithm for images

An Optimal iterative Minimal Spanning tree Clustering Algorithm for images Internatonal Journal of Scentfc & Engneerng Research Volume 3, Issue, May-2012 1 An Optmal teratve Mnmal Spannng tree Clusterng Algorthm for mages S. Senthl, A. Sathya, Dr.R.Davd Chandrakumar Abstract:-Lmted

More information

User Authentication Based On Behavioral Mouse Dynamics Biometrics

User Authentication Based On Behavioral Mouse Dynamics Biometrics User Authentcaton Based On Behavoral Mouse Dynamcs Bometrcs Chee-Hyung Yoon Danel Donghyun Km Department of Computer Scence Department of Computer Scence Stanford Unversty Stanford Unversty Stanford, CA

More information

Active Contours/Snakes

Active Contours/Snakes Actve Contours/Snakes Erkut Erdem Acknowledgement: The sldes are adapted from the sldes prepared by K. Grauman of Unversty of Texas at Austn Fttng: Edges vs. boundares Edges useful sgnal to ndcate occludng

More information

Maximum Variance Combined with Adaptive Genetic Algorithm for Infrared Image Segmentation

Maximum Variance Combined with Adaptive Genetic Algorithm for Infrared Image Segmentation Internatonal Conference on Logstcs Engneerng, Management and Computer Scence (LEMCS 5) Maxmum Varance Combned wth Adaptve Genetc Algorthm for Infrared Image Segmentaton Huxuan Fu College of Automaton Harbn

More information

6.854 Advanced Algorithms Petar Maymounkov Problem Set 11 (November 23, 2005) With: Benjamin Rossman, Oren Weimann, and Pouya Kheradpour

6.854 Advanced Algorithms Petar Maymounkov Problem Set 11 (November 23, 2005) With: Benjamin Rossman, Oren Weimann, and Pouya Kheradpour 6.854 Advanced Algorthms Petar Maymounkov Problem Set 11 (November 23, 2005) Wth: Benjamn Rossman, Oren Wemann, and Pouya Kheradpour Problem 1. We reduce vertex cover to MAX-SAT wth weghts, such that the

More information

Support Vector Machines

Support Vector Machines /9/207 MIST.6060 Busness Intellgence and Data Mnng What are Support Vector Machnes? Support Vector Machnes Support Vector Machnes (SVMs) are supervsed learnng technques that analyze data and recognze patterns.

More information

Using Fuzzy Logic to Enhance the Large Size Remote Sensing Images

Using Fuzzy Logic to Enhance the Large Size Remote Sensing Images Internatonal Journal of Informaton and Electroncs Engneerng Vol. 5 No. 6 November 015 Usng Fuzzy Logc to Enhance the Large Sze Remote Sensng Images Trung Nguyen Tu Huy Ngo Hoang and Thoa Vu Van Abstract

More information

Research and Application of Fingerprint Recognition Based on MATLAB

Research and Application of Fingerprint Recognition Based on MATLAB Send Orders for Reprnts to reprnts@benthamscence.ae The Open Automaton and Control Systems Journal, 205, 7, 07-07 Open Access Research and Applcaton of Fngerprnt Recognton Based on MATLAB Nng Lu* Department

More information

The Shortest Path of Touring Lines given in the Plane

The Shortest Path of Touring Lines given in the Plane Send Orders for Reprnts to reprnts@benthamscence.ae 262 The Open Cybernetcs & Systemcs Journal, 2015, 9, 262-267 The Shortest Path of Tourng Lnes gven n the Plane Open Access Ljuan Wang 1,2, Dandan He

More information

Compiler Design. Spring Register Allocation. Sample Exercises and Solutions. Prof. Pedro C. Diniz

Compiler Design. Spring Register Allocation. Sample Exercises and Solutions. Prof. Pedro C. Diniz Compler Desgn Sprng 2014 Regster Allocaton Sample Exercses and Solutons Prof. Pedro C. Dnz USC / Informaton Scences Insttute 4676 Admralty Way, Sute 1001 Marna del Rey, Calforna 90292 pedro@s.edu Regster

More information

Image Alignment CSC 767

Image Alignment CSC 767 Image Algnment CSC 767 Image algnment Image from http://graphcs.cs.cmu.edu/courses/15-463/2010_fall/ Image algnment: Applcatons Panorama sttchng Image algnment: Applcatons Recognton of object nstances

More information

A Fuzzy Image Matching Algorithm with Linguistic Spatial Queries

A Fuzzy Image Matching Algorithm with Linguistic Spatial Queries Fuzzy Matchng lgorthm wth Lngustc Spatal Queres TZUNG-PEI HONG, SZU-PO WNG, TIEN-HIN WNG, EEN-HIN HIEN epartment of Electrcal Engneerng, Natonal Unversty of Kaohsung Insttute of Informaton Management,

More information

Solving two-person zero-sum game by Matlab

Solving two-person zero-sum game by Matlab Appled Mechancs and Materals Onlne: 2011-02-02 ISSN: 1662-7482, Vols. 50-51, pp 262-265 do:10.4028/www.scentfc.net/amm.50-51.262 2011 Trans Tech Publcatons, Swtzerland Solvng two-person zero-sum game by

More information

Fuzzy Modeling of the Complexity vs. Accuracy Trade-off in a Sequential Two-Stage Multi-Classifier System

Fuzzy Modeling of the Complexity vs. Accuracy Trade-off in a Sequential Two-Stage Multi-Classifier System Fuzzy Modelng of the Complexty vs. Accuracy Trade-off n a Sequental Two-Stage Mult-Classfer System MARK LAST 1 Department of Informaton Systems Engneerng Ben-Guron Unversty of the Negev Beer-Sheva 84105

More information

Recommendations of Personal Web Pages Based on User Navigational Patterns

Recommendations of Personal Web Pages Based on User Navigational Patterns nternatonal Journal of Machne Learnng and Computng, Vol. 4, No. 4, August 2014 Recommendatons of Personal Web Pages Based on User Navgatonal Patterns Yn-Fu Huang and Ja-ang Jhang Abstract n ths paper,

More information

A Webpage Similarity Measure for Web Sessions Clustering Using Sequence Alignment

A Webpage Similarity Measure for Web Sessions Clustering Using Sequence Alignment A Webpage Smlarty Measure for Web Sessons Clusterng Usng Sequence Algnment Mozhgan Azmpour-Kv School of Engneerng and Scence Sharf Unversty of Technology, Internatonal Campus Ksh Island, Iran mogan_az@ksh.sharf.edu

More information

Novel Fuzzy logic Based Edge Detection Technique

Novel Fuzzy logic Based Edge Detection Technique Novel Fuzzy logc Based Edge Detecton Technque Aborsade, D.O Department of Electroncs Engneerng, adoke Akntola Unversty of Tech., Ogbomoso. Oyo-state. doaborsade@yahoo.com Abstract Ths paper s based on

More information

From Comparing Clusterings to Combining Clusterings

From Comparing Clusterings to Combining Clusterings Proceedngs of the Twenty-Thrd AAAI Conference on Artfcal Intellgence (008 From Comparng Clusterngs to Combnng Clusterngs Zhwu Lu and Yuxn Peng and Janguo Xao Insttute of Computer Scence and Technology,

More information

Virtual Machine Migration based on Trust Measurement of Computer Node

Virtual Machine Migration based on Trust Measurement of Computer Node Appled Mechancs and Materals Onlne: 2014-04-04 ISSN: 1662-7482, Vols. 536-537, pp 678-682 do:10.4028/www.scentfc.net/amm.536-537.678 2014 Trans Tech Publcatons, Swtzerland Vrtual Machne Mgraton based on

More information

The Research of Ellipse Parameter Fitting Algorithm of Ultrasonic Imaging Logging in the Casing Hole

The Research of Ellipse Parameter Fitting Algorithm of Ultrasonic Imaging Logging in the Casing Hole Appled Mathematcs, 04, 5, 37-3 Publshed Onlne May 04 n ScRes. http://www.scrp.org/journal/am http://dx.do.org/0.436/am.04.584 The Research of Ellpse Parameter Fttng Algorthm of Ultrasonc Imagng Loggng

More information

An efficient method to build panoramic image mosaics

An efficient method to build panoramic image mosaics An effcent method to buld panoramc mage mosacs Pattern Recognton Letters vol. 4 003 Dae-Hyun Km Yong-In Yoon Jong-Soo Cho School of Electrcal Engneerng and Computer Scence Kyungpook Natonal Unv. Abstract

More information

Private Information Retrieval (PIR)

Private Information Retrieval (PIR) 2 Levente Buttyán Problem formulaton Alce wants to obtan nformaton from a database, but she does not want the database to learn whch nformaton she wanted e.g., Alce s an nvestor queryng a stock-market

More information

Clustering. A. Bellaachia Page: 1

Clustering. A. Bellaachia Page: 1 Clusterng. Obectves.. Clusterng.... Defntons... General Applcatons.3. What s a good clusterng?. 3.4. Requrements 3 3. Data Structures 4 4. Smlarty Measures. 4 4.. Standardze data.. 5 4.. Bnary varables..

More information