Improving KNN Method Based on Reduced Relational Grade for Microarray Missing Values Imputation

Size: px
Start display at page:

Download "Improving KNN Method Based on Reduced Relational Grade for Microarray Missing Values Imputation"

Transcription

1 Improvng KNN Method Based on Reduced Relatonal Grade for Mcroarray Mssng Values Imputaton Yun He, De-chang P Abstract Mcroarray gene expresson data generally suffers from mssng values, whch adversely affects downstream analyss. A new smlarty metrc method called reduced relatonal grade was proposed, based on whch we further presented an mproved KNN method named mputaton algorthm for teratvely estmatng mcroarray mssng values. Reduced relatonal grade s an mprovement of gray relatonal grade. The former can acheve the same performance as the latter, whereas the former can greatly reduce the tme complexty. mputes mssng data teratvely by consderng the reduced relatonal grade as smlarty metrc and expandng the set of canddate genes for nearest neghbors wth mputed genes, whch ncreases the effect and performance of the mputaton algorthm. We selected data sets of dfferent knd, such as tme seres, mxed and non-tme seres, and then expermentally evaluated the proposed method. The results demonstrate that the reduced relatonal grade s effectve and outperforms common mputaton algorthms. Index Terms Gene expresson data, reduced relatonal grade, mputaton, teraton A I. INTRODUCTION N mportant part of human genome proect s to analyze and utlze mcroarray gene expresson data, whch records the abundance of gene transcrpts mrna n cells and contans sgnfcant control nformaton about gene functon. Mcroarray analyss technology on gene expresson data has been wdely used n numerous felds related to nvestgatng drug effects, dentfcaton of crtcal genes for dagnoss or therapy and cancer classfcaton. DNA mcroarray technology [1] s one of the most useful tools for montorng gene expresson level, whch can smultaneously analyze the mrna levels of thousands of genes n partcular cells or tssues on a gene chp. In a DNA mcroarray experment, plenty of DNA probes are fxed on a gven spot, and then hybrdzed wth samples of fluorescence labeled DNA, cdna or RNA, so the gene sequence nformaton can be obtaned by detectng the strength of Manuscrpt receved September 02, 2015; revsed December 14, Ths work was supported n part by the Natonal Natural Scence Foundaton of Chna (U ), the Fundaton of Graduate Innovaton Center n NUAA (kf ). Yun He s wth the College of Computer Scence and Technology, Nanng Unversty of Aeronautcs and Astronautcs, Nanng, Chna. (E-mal: @qq.com). De-Chang P s wth the College of Computer Scence and Technology, Nanng Unversty of Aeronautcs and Astronautcs, Nanng, Chna. (E-mal: dc.p@163.com). hybrdzaton sgnal. Even though mcroarray technology s effcent, accurate and low-cost, t stll suffers from the problem of mssng values due to a varety of nternal or external factors n experments. The mssng value can account for 10% and even n some cases, up to 90% of genes have one or more mssng values [2]. All of such ssues as mage corrupton, hybrdzaton falures, nsuffcent resoluton, or dust and scratches on slde can cause gene mssng values. Many data analyss methods, such as prncpal component analyss (PCA), sngular value decomposton (SVD) and herarchcal clusterng, ust can be appled wth complete datasets wthout mssng values. Besdes, t has been found that mssng values mpede mcroarray data analyss and law dscovery [4]. Expermentng repettvely s regarded as a way to solve mssng data problem, but most of them are complex, costly and tme-consumng. Deletng ncomplete genes before analyzng s a smple approach to obtan a complete dataset. Unfortunately, deleton strategy omts ncomplete genes, so t leads to nsuffcent orgnal dataset especally for multvarate data lke mcroarray gene expresson. It generates serous bas and naccurate concluson when mssng rato s large or data dstrbuton of mssng values s non-random [5]. Mssng value mputaton [6]-[7] s a low-cost and effcent approach to recover all mssng data wthout repettve experments [8]. Substtutng mssng values wth the global or class-condtonal mean/mode has been employed to handle mssng values. Furthermore, mputaton before analyss can sgnfcantly mprove the performance of some machne learnng algorthms whch suffer mssng values, namely C4.5, reference [9] shows that KNN mputaton can enhance predcton accuracy of C4.5 over small software proect datasets. We propose an teratve mputaton algorthm based on a knd of novel dstance metrc for predctng gene expresson mssng values, called Iteratve mputaton based on reduced relatonal grade (). measures the smlarty between a gene wth mssng values and ts nearest neghbors wth the reduced relatonal grade, whch mproves gray relatonal grade. Besdes, mputng mssng values teratvely has hgh data utlzaton by usng ncomplete genes (wth mssng values). We expermentally evaluate the proposed algorthm on dfferent knds of publcly avalable mcroarray datasets and the results demonstrate that the reduced relatonal grade acheve smlar performance as gray one when capturng nearness but greatly reduces the tme complexty. Moreover, algorthm outperforms the

2 conventonal KNN method. The rest of ths paper s organzed as follows. It has a bref revew on related work about mputaton methods n Secton II. In Secton III, we ntroduce the concept of gray relatonal grade. Both the reduced relatonal grade and algorthm are proposed n Secton IV, whle the analyss of them are dscussed n Secton V. In Secton VI we conclude ths paper. II. RELATED WORK Throughout ths paper, the orgnal gene expresson matrx (wth mssng values) s denoted by X, whch contans n genes and m attrbutes (n m), where the -th row represents gene x and x [ x 1, x 2,, xm ]. x denotes the expresson level of gene x n sample. All of complete genes from X complete consttute a complete data matrx X (wthout mssng values). The gene wth mssng values s called a target gene, and the set of genes wth avalable nformaton for mputng mssng values n a target gene s referred as ts canddate genes. K nearest-neghbors (KNN) mputaton s defned to fnd K nearest neghbors from complete data sets for the target gene assumed to have a mssng value n attrbute, and then fll n the target gene wth a weghted average of values n attrbute from the K closest genes [10]. The dea of KNN s that obects close to each other are potentally smlar. For a gene expresson dataset, smlar genes n smlar experments wll have smlar expresson, based on whch KNN mplements the mputaton for gene expresson datasets. Reference [10] presented a comparatve study of three knds of mputaton methods, namely Sngular Value Decomposton-based method, KNN and row average, on gene mcroarray data of dfferent mssng rato. Expermental results showed that KNN mputaton has the best robustness and accuracy. Reference [11] synthetcally analyzed the performances of 23 knds of mputaton methods and demonstrated that KNN mputaton has excellent estmaton accuracy. So far, many researches have mproved KNN mputaton and they manly am at two aspects: the order of mputaton and the metrc dstance. Among these researches, a sequental KNN () mputaton [12] method sorts the target genes (wth mssng values) accordng to ther mssng rato and then mputes genes wth the smallest mssng rate frst. Once all mssng values n a target gene are mputed, the target gene wll be consdered as a complete one. Shell Neghbors mputaton [13] flls n an ncomplete nstance by only usng ts left and rght nearest neghbors wth respect to each attrbute, and the sze of the set of nearest neghbors s determned by cross-valdaton method. Exstng KNN mputaton s based on Mnkowsk dstance, whch s a smple supermposed dstance on dfferent attrbutes of two genes wthout consderng the whole data set. Reference [14] showed that gray relatonal grade s more approprate to capture the proxmty between two nstances than Mnkowsk dstance or others. Sngle mputaton that affords sngle estmaton for each mssng data s a knd of common strategy. Nevertheless, sngle mputaton cannot provde effectve standard errors and confdence ntervals because t gnores the uncertanty of the mputed dataset [14]-[15]. Fllng n mssng values wth teratve mputaton s the alternatve of sngle mputaton. Reference [16] presented a nonparametrc teratve mputaton algorthm and confrmed that t outperforms normal sngle mputaton. Iteratve mputaton based on gray relatonal grade () proposed n [14] uses gray relatonal grade as ts smlar metrc to select K nearest neghbors. can obtan great results when dealng wth mssng values n heterogeneous data (contnuous and dscrete data). However, s more sutable for small datasets, because calculatng the grey correlaton degree costs a lot of tme wth the expanson of the data scale. We propose a mputaton algorthm based on n ths paper, and reduced relatonal grade s desgned as the smlar metrc method, whch can sgnfcantly decrease tme complexty and keep the good mputaton performance compared wth the conventonal relatonal grade. III. GRAY RELATIONAL GRADE Gray System Theory (GST) was developed by Deng n 1982 [17]. The System s good at handlng complex systems to get relable results. Gray Relatonal Analyss (GRA), a method of GST, can seek the numercal relatonshp among dfferent subsystems to measure the smlarty. GRA s used to quantfy the trend relatonshp of two systems or two elements n a system. Generally, f the development tendency between two systems s consstent, the relatonal grade s large. Otherwse, t s small. Gray relatonal coeffcent (GRC) s used to descrbe the smlarty between a target and a canddate gene on the attrbute q n a gven dataset. x and x represent the target and the canddate gene respectvely. The GRC s defned as follows: mn t mn k xk x max t max k xk x GRC(x q,x ) x x max max x x q t k k (1) where s the dstngushng coeffcent, [0,1], generally =0.5. Gray relatonal grade takes mean processng to change each seres gray relatonal coeffcent at all attrbutes nto ther average as smlarty metrc of two genes. m 1 GRG(x, x ) GRC(x, x ) (2) k k m k 1 GRG measures the relatonshp between two genes at a global perspectve, whch overcomes the defcency of Mnkowsk dstance. When selectng K nearest neghbors for a target gene, the larger the value of gray relatonal grade s, the hgher smlarty and the less dfference between genes are. Otherwse, the less smlarty and the more dfference. A. Reduced relatonal grade IV. ALGORITHM Gene expresson data matrx of hgh-dmensonal descrbes the expresson levels of thousands of genes n dfferent

3 expermental condtons. Accordng to (1), we must search the whole canddate dataset one tme when calculatng a GRC of each target gene. For gene data matrx, ths knd of approach wll cost too much tme. In ths paper, we propose a new relatonal coeffcent denoted as Reduced Relatonal Coeffcent (RRC), whch s a knd of reduce of GRC. RRC s approprate for measurng the nearness between a target gene x and a canddate gene x at a specfc attrbutes q: Max k{ xk mn k, xk max k } RRC(x q, x ) x x Max { x mn, x max } q k k k k k Where functon Max{,} takes the larger one of two values. mn k and max k refer to the mnmum and maxmum values of attrbutes k respectvely, whch are easly obtaned durng the process of data nputtng or data normalzng. Wth expermentng n many tmes, we found the calculaton result of formula mn t mn k xk x always tends to zero, and the value of max t max k xk x tends to Max k{ xk mn k, xk max k }. In short, equaton (3) s a smplfcaton of (1), and that means the results of mn t mn k xk x and max t max k xk x, whch need a huge amount of computatons, are approxmately replaced by ther extreme, so RRC can greatly reduce the tme complexty. In (3), RRC (x,x ) s valued n [0, 1]. The greater the q value of RRC(x, x ) s, the larger the smlarty between x q and x wll be. If x q q (3) x, RRC(x,x ) 1. On the contrary, f x q and x have completely dfferent values on attrbute q, the value of RRC(x, x ) s mnmal. The reduced relatonal grade between the target gene x and the canddate gene x s defned as follows: k k m k 1 q m 1 RRG(x, x ) RRC(x, x ) (4) Smlarly, RRG s also the mean processng and the greater the RRG s, the larger smlarty between genes s acheved. Assume that the sze of canddate gene dataset s N*m. For any target gene, when calculatng ts GRG wth all of genes n canddate dataset, the tme complexty s O(N*N*m); whle calculatng the RRG, the tme complexty s reduced to O(N*m). The mprovement of tme complexty s amazng, consderng gene expresson dataset s N m. B. Imputaton For a gven target gene x (the value of x t s mssng), calculates the RRG(x, x ) between x and each canddate gene x, then selects K most smlar genes as ts K nearest neghbors and fnally mputes x t wth the weghted average of ts K neghbor genes at attrbute t: yˆ K t k 1 k kt q w x (5) Where w k s the weght of k-th neghbor gene x k to x. w RRG( x, x ) / RRG( x, x ) (6) k k k 1 k K C. Data normalzaton Generally, the smlarty between two genes s domnated by attrbutes wth greater magntude unts. To avod the bas generated by unt dfference and make the data processng convenent, data should be normalzed before calculatng the reduced relatonal grade for mputaton algorthm. In ths paper, we select Mn-Max normalzaton. Orgnal data wll be normalzed nto [0,1]. Assume that max(t) and mn(t) represent the maxmum and mnmum values on attrbute t respectvely, and x t s the expresson value of gene x on attrbute t. Data s normalzed as follows: xt mn(t) xt (7) max(t) mn(t) D. algorthm desgn uses RRG as smlarty metrc method to select K neghbors and teratvely mputes mssng values wth weghted average untl the termnaton condton s satsfed. Algorthm : mpute Input : Output : gene expresson dataset X wth mssng values complete gene expresson dataset 01: Step1 : Intalzaton 02 : FOR each target gene x n X 03: replece all mssng values n x wth row averages 04 : END FOR / / obtanng a complete matrx X 05: 06 : Step2 : Imputaton 07 : h 0 08: complete( 0) 09 : h / / the kth teratve mputaton( h 1,2,3 10 : 11: 12 : normalze X REPEAT complete, get X FOR each target gene x n X complete construct the canddate gene dataset based onx 13: compute RRG x, x 14 : 15: 16: FOR each canddate gene x END FOR elect the K nearest genes mpute all mssng values n x usng equaton(6)? 17 : END FOR / / obtanng X 18: complete( h) 2 ( h) N ( h) (h 1) ˆ ˆ 1 (h) 20 : m maxmu ) complete( h1) FOR each mputaton value y ˆ X, yˆ X 19 : compute 1 N (y y ) 20 : END FOR ( h) complete( h) (h 1) complete( h1) UNTIL ( or reach N the m number of teraton) 3 Heren, generally convergence accuracy s 10 and the maxmum number of teraton s Nm 10. The accuracy of mputaton algorthm s evaluated by the root mean square error () as follows: N 2 (y ˆ y) 1 N (8) Where y s the actual value; ŷ s the mputed value, and N s the total number of mssng values. The smaller the s, the better mputaton accuracy wll be, and t means the estmated value s close to the exact one.

4 A. Data V. EXPERIMENTS AND ANALYSIS Gene expresson data from mcroarray technology s a matrx, whch presents of expresson level of varous genes (rows) under dfferent expermental condtons (columns). In ths study, we used fve publc avalable mcroarray data sets n three dfferent types obtaned from the publc genetc databases: Two data sets (data sets NTS1 and NTS2) from the study n yeast Saccharomyces cerevsae consst of non-tme seres mcroarray data. The NTS1 s a comparson of cdna comng from mex67-5 temperature-senstve mutant and that from Mex67 wldtype stran both at 37, whle NTS2 compares cdna from yra1-1 temperature-senstve mutant wth that from Yra1 wldtype stran both at 37 too. Both NS1 and NS2 have sx samples representng sx experments. The thrd and the fourth data sets (data sets TS1 and TS2) are tme seres data. TS1 tested the transcrptonal response of S.cerevsae to aeraton after anaerobc growth. The sx attrbutes of TS1 stands for how long t has been aerated. TS2 contans the data from a cdc15-2-based sychronsaton, whch s composed of 25 attrbutes mplyng dfferent culture tme. The ffth data set belongs to a study of gene expresson n Salmonella enterca after treatng wth 2mM hydrogen peroxde. It s termed by MIX, and contans both tme and non-tme course data. Data set TABLE I DIMENSION AND TYPES OF THE GENE EXPRESSION DATASETS Orgnal Data Complete Data row column row column Mssng Rate Type the type of data and mssng rato, but n theory, there s no exact formula. Reference [18] desgned a procedure for selectng K automatcally, and demonstrated that K can be set to any value n the range Reference [10] addressed ths queston n KNN method and reported the best results for K s n the range It was fond expermentally that when K s valued n [10, 15], the fluctuaton of K can hardly affect the performance of algorthms. Therefore, we take K=10 n subsequent experments. C. Expermental evaluaton on RRG In order to assess the performance of RRG, GRG was used as a reference. Whether RRG can mprove the system property when compared wth GRG was ndrectly showed by the comparson results of and, snce the only dstncton of these two algorthms les n dfferent smlarty metrc methods. Comparson results are presented n Fg. 1, where Fg. 1(a) dsplay the on TS1 dataset wth mssng rato 5%, 10%, 15%, 20%, respectvely. Smlarly, Fg. 1(b) and Fg. 1(c) are the results on datasets NTS1 and MIX, separately. The results show that the of the second teraton dramatcally decreases when compared wth the frst teraton mputaton both n and algorthms at dfferent mssng rato. So teratve procedure can refne the mputaton value. From Fg 1, the two curves, whch descrbe the performance of and, bascally concde n each subfgure. That ndcates the two mputaton algorthms based on RRG and GRG approxmately have the same mputaton accuracy, whch means that consderng neghbors selecton and weght calculaton, the same results as GRG are acheved by applyng RRG as the smlarty metrc. NTS % NTS % TS % TS % MIX non-tme seres non-tme seres tme seres tme seres mxed seres TS1 5% TS1 10% All of these fve data sets suffer mssng problems, especally TS2. Frstly, these data sets need to be pre-processed by removng genes wth mssng values to obtan complete data sets. Table I shows the dmensons of the orgnal data matrces before and after pre-processng (complete data). Before expermentng, mssng values at dfferent rato were ntroduced nto these fve complete data sets randomly, and then they are analyzed by mputaton algorthm. B. Parameter K KNN method or ts varatons have one thng n common: An approprate K must be selected. The value of K can affect the predcton of KNN method or ts varatons. If K s too large, the smlarty of some neghbors wll be nsuffcent, and too much neghbors may result n mputaton performance reducton; f K s too small, t wll strengthen a few neghbors and the negatve mpact of nose data wll ncrease smultaneously. The value of K s emprcally found related to Iteraton TS1 15% Iteraton Iteraton (a) Expermental results on TS1 TS1 20% Iteraton

5 NTS1 5% NTS1 10% effectvely as well. TABLE II TIME-CONSUMING OF AND FOR TEN ITERATIONS ON TS1 Consumng tme (ms) Dataset TS mssng rato 5% 10% 15% 20% Iteraton NTS1 15% Iteraton NTS1 20% TABLE III TIME-CONSUMING OF AND FOR TEN ITERATIONS ON NTS1 Consumng tme (ms) Dataset NTS1 mssng rato 5% 10% 15% 20% Iteraton (b) Expermental results on NTS1 MIX 5% Iteraton MIX 15% Iteraton MIX 10% Iteraton MIX 20% TABLE IV TIME-CONSUMING OF AND FOR TEN ITERATIONS ON MIX Consumng tme (ms) Dataset MIX mssng rato 5% 10% 15% 20% Overall, RRG has same performance as GRG on mputaton accuracy. Moreover, RRG greatly reduces the tme complexty. D. Expermental evaluaton on In order to evaluate the proposed algorthm wth some mcroarray data sets, two algorthms were selected n our experments. One s the algorthm of sequental KNN mputaton (), the other s the teratve KNN mputaton () [17] by changng normal KNN method nto an teratve mputaton based on teratve prncple., and are appled to fve datasets TS1, TS2, NTS1, NTS2, and MIX at dfferent mssng rato 5%, 10%, 15%, 20% and 25%. The expermental results n showed the phenomenon of predcton accuracy for these three mputaton algorthms n Fg TS Iteraton Iteraton (c) Expermental results on MIX Fg. 1. Expermental results for ten teratons on TS1, NTS1 and MIX datasets for and algorthms. Table II presents tme-consumng scale of the comparson experments on dataset TS1, smlarly Table III and Table IV dsplay the tme-consumng of and on dataset NTS1 and dataset MIX, respectvely. Obvously, RRG proposed n ths paper compared wth GRG can decrease computatonal complexty sgnfcantly, and reduce runtme Mssng rato (d) Comparatve results on TS1

6 TS Mssng rato (e) Comparatve results on TS2 NTS Mssng rato (f) Comparatve results on NTS1 NTS Mssng rato (g) Comparatve results on NTS2 MIX Mssng rato (h) Comparatve results on MIX Fg. 2. Expermental results on datasets TS1, TS2, NTS1, NTS2 and MIX for three algorthms. From Fg 2, we fnd that the accuraces of algorthms decrease whle the mssng rato ncreases generally. Fg. 2(d), Fg. 2(e) and Fg. 2(h) presented the results on tme seres datasets TS1, TS2, and mxed dataset MIX, respectvely. The mputaton accuraces of, and are close to each other over these three datasets, but we can stll fnd out that has the smallest estmaton error. The advantage of s very obvous on non-tme seres datasets NTS1 and NTS2 dsplayed n Fg. 2(f) and Fg. 2(g). The performance of algorthms depends on the type of datasets, and s more approprate for non-tme seres datasets. Hence, compared wth and algorthms, our method has the best performance. VI. CONCLUSIONS In ths work, we proposed a new smlarty metrc method named reduced relatonal grade (RRG), whch s an mprovement of GRG. The performance of RRG was ndrectly assessed and compared wth GRG over three datasets of dfferent types at dfferent mssng rato. Consderng estmaton accuracy, RRG and GRG have the same smlar results, but RRG sgnfcantly decreases the tme complexty. Therefore, RRG s a knd of more effcent method to capture nearness between two nstances compared wth GRG. Based on RRG, we further proposed an mproved KNN method for estmatng mssng values on mcroarray gene expresson data, named mputaton. s ablty to effcently utlze data and t also can mpute mssng values teratvely. We expermentally evaluated the performance of compared wth and algorthms on fve datasets at dfferent mssng rato. The results show that works well on mputng mssng values. It should also be noted that the approprate convergence accuracy and the maxmum number of teraton can affect the performance of mputaton, so how to effcently and reasonably determne them would be further researched. REFERENCES [1] Hohesel J D. Mcroarray technology: beyond transcrpt proflng and genotype analyss, Nature Revews Genetcs, vol. 7, no. 3, pp , [2] Brevern A G D, Hazout S, Malpertuy A. Influence of mcroarrays experments mssng values on the stablty of gene groups by herarchcal clusterng, BMC Bonformatcs, vol. 5, no. 1, pp , [3] Yang Y H, Buckley M J, Dudot S, et al. Comparson of methods for mage analyss on cdna mcroarray data, Journal of Computatonal and Graphcal Statstcs, vol. 11, no. 1, pp , [4] Junger W L, de Leon A P. Imputaton of mssng data n tme seres for ar pollutants, Atmospherc Envronment, vol. 102, pp , Feb [5] García-Laencna P J, Sancho-Gómez J L, Fgueras-Vdal A R, et al. K nearest neghbours wth mutual nformaton for smultaneous classfcaton and mssng data mputaton, Neurocomputng, vol. 72, no. 7-9, pp , [6] Fukuta K, Okada Y. LEAF: Leave-one-out Forward Selecton method for nformaton gene dscovery n DNA mcroarray data, IAENG Internatonal Journal of Computer Scence, vol. 38, no. 2, pp , [7] Okada Y, Okubo K, Horton P, et al. Exhaustve search method of gene expresson modules and ts applcaton to human tssue data, IAENG nternatonal ournal of computer scence, vol. 34, no. 1, pp , 2007.

7 [8] Moorthy K, Saber Mohamad M, Ders S. A Revew on Mssng Value Imputaton Algorthms for Mcroarray Gene Expresson Data, Current Bonformatcs, vol. 9, no. 1, pp , [9] Song Q, Shepperd M, Chen X, et al. Can k-nn mputaton mprove the performance of C4.5 wth small software proect data sets? A comparatve evaluaton, The Journal of Systems and Software, vol. 81, no. 12, pp , [10] Troyanskaya O, Cantor M, Sherlock G, et al. Mssng value estmaton methods for DNA mcroarrays, Bonformatcs, vol. 17, no. 6, pp , [11] Lew A W C, Law N F, Yan H. Mssng value mputaton for gene expresson data: computatonal technque to recover mssng data from avalable nformaton, Brefngs n Bonformatcs, vol. 12, no. 5, pp , [12] Meng F, Ca C, Yan H. A Bcluster-Based Bayesan Prncpal Component Analyss Method for Mcroarray Mssng Value Estmaton, Bomedcal and Health Informatcs, vol. 18, no. 3, pp , [13] Zhang S. Shell-neghbor method and ts applcaton n mssng data, Appled Intellgence, vol. 35, no. 1, pp , [14] Zhang S. Nearest neghbor selecton for teratvely KNN mputaton, The Journal of Systems and Software, vol. 85, no. 11, pp , [15] Rgg S, Rgg D, Rgg F. Handlng mssng data for the dentfcaton of charged partcles n a multlayer detector: A comparson between dfferent mputaton methods, Nuclear Instruments and Methods n Physcs Research A, vol. 780, pp 81-90, Apr [16] Zhang S, Jn Z, Zhu X. NIIA: Nonparametrc Iteratve Imputaton Algorthm, Berln: Sprnger-Verlag, [17] Song Q, Shepperd M. Predctng software proect effort: A grey relatonal analyss based method, Expert Systems wth Applcatons. vol. 38, no. 6, pp , [18] Brás L P, Menezes J C. Improvng cluster-based mssng value estmaton of DNA mcroarray data, Bomolecular Engneerng, vol. 24, no. 2, pp , 2007.

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

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

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

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

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

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

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

Determining the Optimal Bandwidth Based on Multi-criterion Fusion

Determining the Optimal Bandwidth Based on Multi-criterion Fusion Proceedngs of 01 4th Internatonal Conference on Machne Learnng and Computng IPCSIT vol. 5 (01) (01) IACSIT Press, Sngapore Determnng the Optmal Bandwdth Based on Mult-crteron Fuson Ha-L Lang 1+, Xan-Mn

More information

Fast Computation of Shortest Path for Visiting Segments in the Plane

Fast Computation of Shortest Path for Visiting Segments in the Plane Send Orders for Reprnts to reprnts@benthamscence.ae 4 The Open Cybernetcs & Systemcs Journal, 04, 8, 4-9 Open Access Fast Computaton of Shortest Path for Vstng Segments n the Plane Ljuan Wang,, Bo Jang

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

The Research of Support Vector Machine in Agricultural Data Classification

The Research of Support Vector Machine in Agricultural Data Classification The Research of Support Vector Machne n Agrcultural Data Classfcaton Le Sh, Qguo Duan, Xnmng Ma, Me Weng College of Informaton and Management Scence, HeNan Agrcultural Unversty, Zhengzhou 45000 Chna Zhengzhou

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

CS 534: Computer Vision Model Fitting

CS 534: Computer Vision Model Fitting CS 534: Computer Vson Model Fttng Sprng 004 Ahmed Elgammal Dept of Computer Scence CS 534 Model Fttng - 1 Outlnes Model fttng s mportant Least-squares fttng Maxmum lkelhood estmaton MAP estmaton Robust

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

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

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

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

X- Chart Using ANOM Approach

X- Chart Using ANOM Approach ISSN 1684-8403 Journal of Statstcs Volume 17, 010, pp. 3-3 Abstract X- Chart Usng ANOM Approach Gullapall Chakravarth 1 and Chaluvad Venkateswara Rao Control lmts for ndvdual measurements (X) chart are

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 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

Lecture 4: Principal components

Lecture 4: Principal components /3/6 Lecture 4: Prncpal components 3..6 Multvarate lnear regresson MLR s optmal for the estmaton data...but poor for handlng collnear data Covarance matrx s not nvertble (large condton number) Robustness

More information

An Internal Clustering Validation Index for Boolean Data

An Internal Clustering Validation Index for Boolean Data BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 16, No 6 Specal ssue wth selecton of extended papers from 6th Internatonal Conference on Logstc, Informatcs and Servce Scence

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

Collaboratively Regularized Nearest Points for Set Based Recognition

Collaboratively Regularized Nearest Points for Set Based Recognition Academc Center for Computng and Meda Studes, Kyoto Unversty Collaboratvely Regularzed Nearest Ponts for Set Based Recognton Yang Wu, Mchhko Mnoh, Masayuk Mukunok Kyoto Unversty 9/1/013 BMVC 013 @ Brstol,

More information

Outline. Self-Organizing Maps (SOM) US Hebbian Learning, Cntd. The learning rule is Hebbian like:

Outline. Self-Organizing Maps (SOM) US Hebbian Learning, Cntd. The learning rule is Hebbian like: Self-Organzng Maps (SOM) Turgay İBRİKÇİ, PhD. Outlne Introducton Structures of SOM SOM Archtecture Neghborhoods SOM Algorthm Examples Summary 1 2 Unsupervsed Hebban Learnng US Hebban Learnng, Cntd 3 A

More information

Tsinghua University at TAC 2009: Summarizing Multi-documents by Information Distance

Tsinghua University at TAC 2009: Summarizing Multi-documents by Information Distance Tsnghua Unversty at TAC 2009: Summarzng Mult-documents by Informaton Dstance Chong Long, Mnle Huang, Xaoyan Zhu State Key Laboratory of Intellgent Technology and Systems, Tsnghua Natonal Laboratory for

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

Correlative features for the classification of textural images

Correlative features for the classification of textural images Correlatve features for the classfcaton of textural mages M A Turkova 1 and A V Gadel 1, 1 Samara Natonal Research Unversty, Moskovskoe Shosse 34, Samara, Russa, 443086 Image Processng Systems Insttute

More information

For instance, ; the five basic number-sets are increasingly more n A B & B A A = B (1)

For instance, ; the five basic number-sets are increasingly more n A B & B A A = B (1) Secton 1.2 Subsets and the Boolean operatons on sets If every element of the set A s an element of the set B, we say that A s a subset of B, or that A s contaned n B, or that B contans A, and we wrte A

More information

Intelligent Information Acquisition for Improved Clustering

Intelligent Information Acquisition for Improved Clustering Intellgent Informaton Acquston for Improved Clusterng Duy Vu Unversty of Texas at Austn duyvu@cs.utexas.edu Mkhal Blenko Mcrosoft Research mblenko@mcrosoft.com Prem Melvlle IBM T.J. Watson Research Center

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

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

Journal of Chemical and Pharmaceutical Research, 2014, 6(6): Research Article. A selective ensemble classification method on microarray data

Journal of Chemical and Pharmaceutical Research, 2014, 6(6): Research Article. A selective ensemble classification method on microarray data Avalable onlne www.ocpr.com Journal of Chemcal and Pharmaceutcal Research, 2014, 6(6):2860-2866 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 A selectve ensemble classfcaton method on mcroarray

More information

S1 Note. Basis functions.

S1 Note. Basis functions. S1 Note. Bass functons. Contents Types of bass functons...1 The Fourer bass...2 B-splne bass...3 Power and type I error rates wth dfferent numbers of bass functons...4 Table S1. Smulaton results of type

More information

Feature Reduction and Selection

Feature Reduction and Selection Feature Reducton and Selecton Dr. Shuang LIANG School of Software Engneerng TongJ Unversty Fall, 2012 Today s Topcs Introducton Problems of Dmensonalty Feature Reducton Statstc methods Prncpal Components

More information

Positive Semi-definite Programming Localization in Wireless Sensor Networks

Positive Semi-definite Programming Localization in Wireless Sensor Networks Postve Sem-defnte Programmng Localzaton n Wreless Sensor etworks Shengdong Xe 1,, Jn Wang, Aqun Hu 1, Yunl Gu, Jang Xu, 1 School of Informaton Scence and Engneerng, Southeast Unversty, 10096, anjng Computer

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

Wireless Sensor Network Localization Research

Wireless Sensor Network Localization Research Sensors & Transducers 014 by IFSA Publshng, S L http://wwwsensorsportalcom Wreless Sensor Network Localzaton Research Lang Xn School of Informaton Scence and Engneerng, Hunan Internatonal Economcs Unversty,

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

Network Intrusion Detection Based on PSO-SVM

Network Intrusion Detection Based on PSO-SVM TELKOMNIKA Indonesan Journal of Electrcal Engneerng Vol.1, No., February 014, pp. 150 ~ 1508 DOI: http://dx.do.org/10.11591/telkomnka.v1.386 150 Network Intruson Detecton Based on PSO-SVM Changsheng Xang*

More information

Under-Sampling Approaches for Improving Prediction of the Minority Class in an Imbalanced Dataset

Under-Sampling Approaches for Improving Prediction of the Minority Class in an Imbalanced Dataset Under-Samplng Approaches for Improvng Predcton of the Mnorty Class n an Imbalanced Dataset Show-Jane Yen and Yue-Sh Lee Department of Computer Scence and Informaton Engneerng, Mng Chuan Unversty 5 The-Mng

More information

CHAPTER 3 SEQUENTIAL MINIMAL OPTIMIZATION TRAINED SUPPORT VECTOR CLASSIFIER FOR CANCER PREDICTION

CHAPTER 3 SEQUENTIAL MINIMAL OPTIMIZATION TRAINED SUPPORT VECTOR CLASSIFIER FOR CANCER PREDICTION 48 CHAPTER 3 SEQUENTIAL MINIMAL OPTIMIZATION TRAINED SUPPORT VECTOR CLASSIFIER FOR CANCER PREDICTION 3.1 INTRODUCTION The raw mcroarray data s bascally an mage wth dfferent colors ndcatng hybrdzaton (Xue

More information

Edge Detection in Noisy Images Using the Support Vector Machines

Edge Detection in Noisy Images Using the Support Vector Machines Edge Detecton n Nosy Images Usng the Support Vector Machnes Hlaro Gómez-Moreno, Saturnno Maldonado-Bascón, Francsco López-Ferreras Sgnal Theory and Communcatons Department. Unversty of Alcalá Crta. Madrd-Barcelona

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

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

An Efficient Genetic Algorithm with Fuzzy c-means Clustering for Traveling Salesman Problem

An Efficient Genetic Algorithm with Fuzzy c-means Clustering for Traveling Salesman Problem An Effcent Genetc Algorthm wth Fuzzy c-means Clusterng for Travelng Salesman Problem Jong-Won Yoon and Sung-Bae Cho Dept. of Computer Scence Yonse Unversty Seoul, Korea jwyoon@sclab.yonse.ac.r, sbcho@cs.yonse.ac.r

More information

AP PHYSICS B 2008 SCORING GUIDELINES

AP PHYSICS B 2008 SCORING GUIDELINES AP PHYSICS B 2008 SCORING GUIDELINES General Notes About 2008 AP Physcs Scorng Gudelnes 1. The solutons contan the most common method of solvng the free-response questons and the allocaton of ponts for

More information

APPLICATION OF MULTIVARIATE LOSS FUNCTION FOR ASSESSMENT OF THE QUALITY OF TECHNOLOGICAL PROCESS MANAGEMENT

APPLICATION OF MULTIVARIATE LOSS FUNCTION FOR ASSESSMENT OF THE QUALITY OF TECHNOLOGICAL PROCESS MANAGEMENT 3. - 5. 5., Brno, Czech Republc, EU APPLICATION OF MULTIVARIATE LOSS FUNCTION FOR ASSESSMENT OF THE QUALITY OF TECHNOLOGICAL PROCESS MANAGEMENT Abstract Josef TOŠENOVSKÝ ) Lenka MONSPORTOVÁ ) Flp TOŠENOVSKÝ

More information

Local Quaternary Patterns and Feature Local Quaternary Patterns

Local Quaternary Patterns and Feature Local Quaternary Patterns Local Quaternary Patterns and Feature Local Quaternary Patterns Jayu Gu and Chengjun Lu The Department of Computer Scence, New Jersey Insttute of Technology, Newark, NJ 0102, USA Abstract - Ths paper presents

More information

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc.

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc. [Type text] [Type text] [Type text] ISSN : 0974-74 Volume 0 Issue BoTechnology 04 An Indan Journal FULL PAPER BTAIJ 0() 04 [684-689] Revew on Chna s sports ndustry fnancng market based on market -orented

More information

2x x l. Module 3: Element Properties Lecture 4: Lagrange and Serendipity Elements

2x x l. Module 3: Element Properties Lecture 4: Lagrange and Serendipity Elements Module 3: Element Propertes Lecture : Lagrange and Serendpty Elements 5 In last lecture note, the nterpolaton functons are derved on the bass of assumed polynomal from Pascal s trangle for the fled varable.

More information

Application of Clustering Algorithm in Big Data Sample Set Optimization

Application of Clustering Algorithm in Big Data Sample Set Optimization Applcaton of Clusterng Algorthm n Bg Data Sample Set Optmzaton Yutang Lu 1, Qn Zhang 2 1 Department of Basc Subjects, Henan Insttute of Technology, Xnxang 453002, Chna 2 School of Mathematcs and Informaton

More information

Fast Feature Value Searching for Face Detection

Fast Feature Value Searching for Face Detection Vol., No. 2 Computer and Informaton Scence Fast Feature Value Searchng for Face Detecton Yunyang Yan Department of Computer Engneerng Huayn Insttute of Technology Hua an 22300, Chna E-mal: areyyyke@63.com

More information

APPLICATION OF PREDICTION-BASED PARTICLE FILTERS FOR TELEOPERATIONS OVER THE INTERNET

APPLICATION OF PREDICTION-BASED PARTICLE FILTERS FOR TELEOPERATIONS OVER THE INTERNET APPLICATION OF PREDICTION-BASED PARTICLE FILTERS FOR TELEOPERATIONS OVER THE INTERNET Jae-young Lee, Shahram Payandeh, and Ljljana Trajovć School of Engneerng Scence Smon Fraser Unversty 8888 Unversty

More information

A Modified Median Filter for the Removal of Impulse Noise Based on the Support Vector Machines

A Modified Median Filter for the Removal of Impulse Noise Based on the Support Vector Machines A Modfed Medan Flter for the Removal of Impulse Nose Based on the Support Vector Machnes H. GOMEZ-MORENO, S. MALDONADO-BASCON, F. LOPEZ-FERRERAS, M. UTRILLA- MANSO AND P. GIL-JIMENEZ Departamento de Teoría

More information

A Simple and Efficient Goal Programming Model for Computing of Fuzzy Linear Regression Parameters with Considering Outliers

A Simple and Efficient Goal Programming Model for Computing of Fuzzy Linear Regression Parameters with Considering Outliers 62626262621 Journal of Uncertan Systems Vol.5, No.1, pp.62-71, 211 Onlne at: www.us.org.u A Smple and Effcent Goal Programmng Model for Computng of Fuzzy Lnear Regresson Parameters wth Consderng Outlers

More information

Smoothing Spline ANOVA for variable screening

Smoothing Spline ANOVA for variable screening Smoothng Splne ANOVA for varable screenng a useful tool for metamodels tranng and mult-objectve optmzaton L. Rcco, E. Rgon, A. Turco Outlne RSM Introducton Possble couplng Test case MOO MOO wth Game Theory

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

An Indian Journal FULL PAPER ABSTRACT KEYWORDS. Trade Science Inc.

An Indian Journal FULL PAPER ABSTRACT KEYWORDS. Trade Science Inc. [Type text] [Type text] [Type text] ISSN : 97-735 Volume Issue 9 BoTechnology An Indan Journal FULL PAPER BTAIJ, (9), [333-3] Matlab mult-dmensonal model-based - 3 Chnese football assocaton super league

More information

Clustering Algorithm of Similarity Segmentation based on Point Sorting

Clustering Algorithm of Similarity Segmentation based on Point Sorting Internatonal onference on Logstcs Engneerng, Management and omputer Scence (LEMS 2015) lusterng Algorthm of Smlarty Segmentaton based on Pont Sortng Hanbng L, Yan Wang*, Lan Huang, Mngda L, Yng Sun, Hanyuan

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

Modular PCA Face Recognition Based on Weighted Average

Modular PCA Face Recognition Based on Weighted Average odern Appled Scence odular PCA Face Recognton Based on Weghted Average Chengmao Han (Correspondng author) Department of athematcs, Lny Normal Unversty Lny 76005, Chna E-mal: hanchengmao@163.com Abstract

More information

Recommended Items Rating Prediction based on RBF Neural Network Optimized by PSO Algorithm

Recommended Items Rating Prediction based on RBF Neural Network Optimized by PSO Algorithm Recommended Items Ratng Predcton based on RBF Neural Network Optmzed by PSO Algorthm Chengfang Tan, Cayn Wang, Yuln L and Xx Q Abstract In order to mtgate the data sparsty and cold-start problems of recommendaton

More information

A Similarity Measure Method for Symbolization Time Series

A Similarity Measure Method for Symbolization Time Series Research Journal of Appled Scences, Engneerng and Technology 5(5): 1726-1730, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scentfc Organzaton, 2013 Submtted: July 27, 2012 Accepted: September 03, 2012

More information

BAYESIAN MULTI-SOURCE DOMAIN ADAPTATION

BAYESIAN MULTI-SOURCE DOMAIN ADAPTATION BAYESIAN MULTI-SOURCE DOMAIN ADAPTATION SHI-LIANG SUN, HONG-LEI SHI Department of Computer Scence and Technology, East Chna Normal Unversty 500 Dongchuan Road, Shangha 200241, P. R. Chna E-MAIL: slsun@cs.ecnu.edu.cn,

More information

Finite Element Analysis of Rubber Sealing Ring Resilience Behavior Qu Jia 1,a, Chen Geng 1,b and Yang Yuwei 2,c

Finite Element Analysis of Rubber Sealing Ring Resilience Behavior Qu Jia 1,a, Chen Geng 1,b and Yang Yuwei 2,c Advanced Materals Research Onlne: 03-06-3 ISSN: 66-8985, Vol. 705, pp 40-44 do:0.408/www.scentfc.net/amr.705.40 03 Trans Tech Publcatons, Swtzerland Fnte Element Analyss of Rubber Sealng Rng Reslence Behavor

More information

Wishing you all a Total Quality New Year!

Wishing you all a Total Quality New Year! Total Qualty Management and Sx Sgma Post Graduate Program 214-15 Sesson 4 Vnay Kumar Kalakband Assstant Professor Operatons & Systems Area 1 Wshng you all a Total Qualty New Year! Hope you acheve Sx sgma

More information

Image Representation & Visualization Basic Imaging Algorithms Shape Representation and Analysis. outline

Image Representation & Visualization Basic Imaging Algorithms Shape Representation and Analysis. outline mage Vsualzaton mage Vsualzaton mage Representaton & Vsualzaton Basc magng Algorthms Shape Representaton and Analyss outlne mage Representaton & Vsualzaton Basc magng Algorthms Shape Representaton and

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

Analysis of Continuous Beams in General

Analysis of Continuous Beams in General Analyss of Contnuous Beams n General Contnuous beams consdered here are prsmatc, rgdly connected to each beam segment and supported at varous ponts along the beam. onts are selected at ponts of support,

More information

An Application of the Dulmage-Mendelsohn Decomposition to Sparse Null Space Bases of Full Row Rank Matrices

An Application of the Dulmage-Mendelsohn Decomposition to Sparse Null Space Bases of Full Row Rank Matrices Internatonal Mathematcal Forum, Vol 7, 2012, no 52, 2549-2554 An Applcaton of the Dulmage-Mendelsohn Decomposton to Sparse Null Space Bases of Full Row Rank Matrces Mostafa Khorramzadeh Department of Mathematcal

More information

Hierarchical agglomerative. Cluster Analysis. Christine Siedle Clustering 1

Hierarchical agglomerative. Cluster Analysis. Christine Siedle Clustering 1 Herarchcal agglomeratve Cluster Analyss Chrstne Sedle 19-3-2004 Clusterng 1 Classfcaton Basc (unconscous & conscous) human strategy to reduce complexty Always based Cluster analyss to fnd or confrm types

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

A new segmentation algorithm for medical volume image based on K-means clustering

A new segmentation algorithm for medical volume image based on K-means clustering Avalable onlne www.jocpr.com Journal of Chemcal and harmaceutcal Research, 2013, 5(12):113-117 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCRC5 A new segmentaton algorthm for medcal volume mage based

More information

Design of Structure Optimization with APDL

Design of Structure Optimization with APDL Desgn of Structure Optmzaton wth APDL Yanyun School of Cvl Engneerng and Archtecture, East Chna Jaotong Unversty Nanchang 330013 Chna Abstract In ths paper, the desgn process of structure optmzaton wth

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 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

Performance Assessment and Fault Diagnosis for Hydraulic Pump Based on WPT and SOM

Performance Assessment and Fault Diagnosis for Hydraulic Pump Based on WPT and SOM Performance Assessment and Fault Dagnoss for Hydraulc Pump Based on WPT and SOM Be Jkun, Lu Chen and Wang Zl PERFORMANCE ASSESSMENT AND FAULT DIAGNOSIS FOR HYDRAULIC PUMP BASED ON WPT AND SOM. Be Jkun,

More information

High resolution 3D Tau-p transform by matching pursuit Weiping Cao* and Warren S. Ross, Shearwater GeoServices

High resolution 3D Tau-p transform by matching pursuit Weiping Cao* and Warren S. Ross, Shearwater GeoServices Hgh resoluton 3D Tau-p transform by matchng pursut Wepng Cao* and Warren S. Ross, Shearwater GeoServces Summary The 3D Tau-p transform s of vtal sgnfcance for processng sesmc data acqured wth modern wde

More information

Data Mining: Model Evaluation

Data Mining: Model Evaluation Data Mnng: Model Evaluaton Aprl 16, 2013 1 Issues: Evaluatng Classfcaton Methods Accurac classfer accurac: predctng class label predctor accurac: guessng value of predcted attrbutes Speed tme to construct

More information

A Simple Methodology for Database Clustering. Hao Tang 12 Guangdong University of Technology, Guangdong, , China

A Simple Methodology for Database Clustering. Hao Tang 12 Guangdong University of Technology, Guangdong, , China for Database Clusterng Guangdong Unversty of Technology, Guangdong, 0503, Chna E-mal: 6085@qq.com Me Zhang Guangdong Unversty of Technology, Guangdong, 0503, Chna E-mal:64605455@qq.com Database clusterng

More information

APPLICATION OF PREDICTION-BASED PARTICLE FILTERS FOR TELEOPERATIONS OVER THE INTERNET

APPLICATION OF PREDICTION-BASED PARTICLE FILTERS FOR TELEOPERATIONS OVER THE INTERNET APPLICATION OF PREDICTION-BASED PARTICLE FILTERS FOR TELEOPERATIONS OVER THE INTERNET Jae-young Lee, Shahram Payandeh, and Ljljana Trajovć School of Engneerng Scence Smon Fraser Unversty 8888 Unversty

More information

Mathematics 256 a course in differential equations for engineering students

Mathematics 256 a course in differential equations for engineering students Mathematcs 56 a course n dfferental equatons for engneerng students Chapter 5. More effcent methods of numercal soluton Euler s method s qute neffcent. Because the error s essentally proportonal to the

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

Efficient Distributed File System (EDFS)

Efficient Distributed File System (EDFS) Effcent Dstrbuted Fle System (EDFS) (Sem-Centralzed) Debessay(Debsh) Fesehaye, Rahul Malk & Klara Naherstedt Unversty of Illnos-Urbana Champagn Contents Problem Statement, Related Work, EDFS Desgn Rate

More information

A Novel Adaptive Descriptor Algorithm for Ternary Pattern Textures

A Novel Adaptive Descriptor Algorithm for Ternary Pattern Textures A Novel Adaptve Descrptor Algorthm for Ternary Pattern Textures Fahuan Hu 1,2, Guopng Lu 1 *, Zengwen Dong 1 1.School of Mechancal & Electrcal Engneerng, Nanchang Unversty, Nanchang, 330031, Chna; 2. School

More information

The Nottingham eprints service makes this work by researchers of the University of Nottingham available open access under the following conditions.

The Nottingham eprints service makes this work by researchers of the University of Nottingham available open access under the following conditions. Da, Wujao and Lu, Bn and Meng, Xaoln and Huang, D. () Spato-temporal modellng of dam deformaton usng ndependent component analyss. Survey Revew, 6 (9). pp. 7-. ISSN 7-76 Access from the Unversty of Nottngham

More information

Proper Choice of Data Used for the Estimation of Datum Transformation Parameters

Proper Choice of Data Used for the Estimation of Datum Transformation Parameters Proper Choce of Data Used for the Estmaton of Datum Transformaton Parameters Hakan S. KUTOGLU, Turkey Key words: Coordnate systems; transformaton; estmaton, relablty. SUMMARY Advances n technologes and

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

R s s f. m y s. SPH3UW Unit 7.3 Spherical Concave Mirrors Page 1 of 12. Notes

R s s f. m y s. SPH3UW Unit 7.3 Spherical Concave Mirrors Page 1 of 12. Notes SPH3UW Unt 7.3 Sphercal Concave Mrrors Page 1 of 1 Notes Physcs Tool box Concave Mrror If the reflectng surface takes place on the nner surface of the sphercal shape so that the centre of the mrror bulges

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

Lobachevsky State University of Nizhni Novgorod. Polyhedron. Quick Start Guide

Lobachevsky State University of Nizhni Novgorod. Polyhedron. Quick Start Guide Lobachevsky State Unversty of Nzhn Novgorod Polyhedron Quck Start Gude Nzhn Novgorod 2016 Contents Specfcaton of Polyhedron software... 3 Theoretcal background... 4 1. Interface of Polyhedron... 6 1.1.

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

Load-Balanced Anycast Routing

Load-Balanced Anycast Routing Load-Balanced Anycast Routng Chng-Yu Ln, Jung-Hua Lo, and Sy-Yen Kuo Department of Electrcal Engneerng atonal Tawan Unversty, Tape, Tawan sykuo@cc.ee.ntu.edu.tw Abstract For fault-tolerance and load-balance

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

Type-2 Fuzzy Non-uniform Rational B-spline Model with Type-2 Fuzzy Data

Type-2 Fuzzy Non-uniform Rational B-spline Model with Type-2 Fuzzy Data Malaysan Journal of Mathematcal Scences 11(S) Aprl : 35 46 (2017) Specal Issue: The 2nd Internatonal Conference and Workshop on Mathematcal Analyss (ICWOMA 2016) MALAYSIAN JOURNAL OF MATHEMATICAL SCIENCES

More information

FAHP and Modified GRA Based Network Selection in Heterogeneous Wireless Networks

FAHP and Modified GRA Based Network Selection in Heterogeneous Wireless Networks 2017 2nd Internatonal Semnar on Appled Physcs, Optoelectroncs and Photoncs (APOP 2017) ISBN: 978-1-60595-522-3 FAHP and Modfed GRA Based Network Selecton n Heterogeneous Wreless Networks Xaohan DU, Zhqng

More information