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

Size: px
Start display at page:

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

Transcription

1 Avalable onlne Journal of Chemcal and Pharmaceutcal Research, 2014, 6(6): Research Artcle ISSN : CODEN(USA) : JCPRC5 A selectve ensemble classfcaton method on mcroarray data Tao Chen School of Mathematcs and Computer Scence, Shaanx Unversty of Technology, Hanzhong Shaanx, Chna ABSTRACT For the characterstcs of small samples and hgh dmenson of mcroarray data, ths paper proposes a selectve ensemble method teachng-learnng-based optmzaton based to classfy mcroarray data. Frstly, n order to remove rrelevant genes wth classfcaton task, releff algorthm s used to reduce orgnal gene set, and then a new tranng set s produced from orgnal tranng set accordng to top-ranked genes obtaned. Secondly, multple bootstrap tranng subsets are produced based on baggng algorthm on above obtaned tranng set to tran base classfers. Fnally, multple base classfers are selected by usng teachng-learnng-based optmzaton to buld an ensemble classfer. Expermental results on eght mcroarray datasets show our proposed method s effectve and effcent for mcroarray data classfcaton. Key words: Mcroarray data; selectve ensemble; releff; baggng; teachng-learnng-based optmzaton INTRODUCTION The dagnoss of complex genetc dseases lke cancer has conventonally been done based on the non-molecular characterstcs lke knd of tumor tssue, pathologcal characterstcs and clncal phase. DNA mcroarray technology has concerned great attenton n both the scentfc and n ndustral areas. Numerous examnatons have been presented on the usage of mcroarray gene expresson examnaton for molecular categorzaton of cancer. Several machne learnng technques have been used to classfy mcroarray data [1]. However, due to the characterstcs of small samples and hgh dmenson of mcroarray data, and many exstng rrelevant and redundant genes. It s leads to poor classfcaton performance for most machne learnng methods. In order to solve ths problem and mprove classfcaton performance, ensemble technology was ntroduced to the area of data classfcaton and obtan greatly success [2]. Ensemble learnng s a machne learnng paradgm where multple learners are traned to solve the same problem [3-5]. In contrast to ordnary machne learnng approaches whch try to learn one hypothess from tranng data, ensemble methods try to construct a set of hypotheses and combne them to use. An ensemble contans a number of learners whch are usually called base learners. The generalzaton ablty of an ensemble s usually much stronger than that of base learners. In 1995, Krogh ndcated that the generalzaton error of ensemble s equal to average generalzaton error of ndvdual mnus the average dfferences of ndvdual. Therefore, to enhance the generalzaton performance of ensemble, we should not only maxmze the generalzaton ablty of base classfers, but also ncrease the dfferences between the varous base classfers [6-7]. Baggng [8] and boostng [9] are most common ensemble algorthms and acheve hgher performance. At present, most ensemble learnng methods employ all base learners traned to buld an ensemble. However, t leads to the ncrease of storage space and computaton tme, moreover the strategy of combnng all base learners always does not acheve the best generalzaton performance. Selectve ensemble s proposed to mprove performance of ensemble method. 2860

2 Teachng-learnng-based optmzaton s a novel ntellgent optmzaton algorthm based on populaton [10-11].TLBO smulates the behavor of teachng and learnng n a class to mprove academc performance of learners. Compare wth genetc algorthm, partcle swarm, harmony Search and dfferental Evoluton, the bggest advantage of Tlbo s that t does not requre any specfc parameter to be set.moreover, t has other several merts, such as fast convergent rate, smple prncple and globe optmzaton, etc. Ths paper proposes a selectve ensemble method and t composes of three phases. The frst phase s produces a new tranng set reduced from orgnal tranng set by usng releff algorthm [12]. In the second phase, multple tranng subsets are produced by usng bootstrap technology, and then multple base classfers are traned on above every tranng subset. The three phase, a set of base classfers are selected by usng teachng-learnng-based optmzaton and combned to buld an ensemble by weghted votng. In order to evaluate effectveness of our proposed method, eght benchmark mcroarray datasets are selected and used n our experment. EXPERIMENTAL SECTION RelefF algorthm: RelefF s an extended and more robust verson of the orgnal Relef algorthm [12]. In contrast to many heurstc measures for feature selecton, RelefF does not assume condtonal ndependence of the varables. The man dea of RelefF s to estmate the qualty of features based on how good ther values dscrmnate between samples that are close. Consecutvely random samples are drawn from the data set. Each tme the k nearest neghbors of the same class and the opposte class are determned. Based on these neghborng cases the weghts of the attrbutes are adusted. As wthn the two prevous algorthms the varables are ranked and dfferent models are bult by droppng the varable wth the smallest weght. The remanng part of the selecton procedure s completely analogous to the one followed n the two prevous methods. Although the RelefF algorthm s computatonally more expensve and complex than the prevous technques, the cost of an exhaustve search s stll much hgher. Baggng algorthm: Baggng derved from bootstrap aggregaton, was the frst effectve method of ensemble learnng and s one of the smplest methods of archng [8]. The meta-algorthm, whch s a specal case of model averagng, was orgnally desgned for classfcaton and s usually appled to decson tree models, but t can be used wth any type of model for classfcaton or regresson. The method uses multple versons of a tranng set by usng the bootstrap,.e. samplng wth replacement. Each of these datasets s used to tran a dfferent model. The outputs of the models are combned by averagng (n the case of regresson) or votng (n the case of classfcaton) to create a sngle output. Baggng trans a number of base learners each from a dfferent bootstrap sample by callng a base learnng algorthm. A bootstrap sample s obtaned by subsamplng the tranng data set wth replacement, where the sze of a sample s as the same as that of the tranng data set. Thus, for a bootstrap sample, some tranng examples may appear but some may not, where the probablty that an example appears at least once s about After obtanng the base learners, Baggng combnes them by maorty votng and the most-voted class s predcted. Teachng-learnng-based optmzaton: Teachng-Learnng-Based optmzaton (TLBO) s a novel heurstc optmzaton algorthm based on nature [10-11]. The man dea of TLBO s to make use of the effect of the nfluence of a teacher on the output of learners n a class to acheve optmzaton purpose. The TLBO nclude two stages: teachng stage and learnng stage. Teachng stage s that the learners (students) learn from teacher, and learnng stage s that the learners (students) learn from one another. The bggest advantage of Tlbo s that t does not requre any specfc parameter to be set, moreover, t has other several merts, such as fast convergent rate, smple prncple and globe optmzaton, etc. In ths paper, a set of base classfers are selected from all the base classfers by usng teachng-learnng-based optmzaton and the algorthm s as follows. Algorthm: Base classfers selecton based on TLBO Input: Tranng set S, Testng set T, all the base classfers f 1, f 2,..., fd and weght of base classfers w1, w2,... w D Output: base classfers selected f, f,..., f 1 2 and ensemble classfcaton n Step 1: Intalze parameters. populaton sze NP,number of generatons G,the number of all base classfers D Step 2 :Intalze the populaton Usng the formula X = round ( rand(1, D)), we can randomly generate a populaton 2861

3 é é X ù x 1 1,1 x1,2 K x 1, D ê X x 2 ú 2,1 x2,2 x2, D ê K ú ù pop = =.where X = { x,1, x,2,..., x, D} s a bnary vector that represent the th ndvdual M M M M M X x NP NP,1 xnp,2 x êë úû êë K NP, D úû n pop, x, Î {0,1}. Each ndvdual ndcates a set of base classfers selected. If the th classfers s selected,the th poston of X s 1; whle f the th classfers s not selected, the th poston of X s 0. Step 3: Calculate the ftness of each ndvdual n pop. Accordng ndvdual X,a set of base classfers are selected and ensembled by weghted votng, and the ensemble classfcaton accuracy s expressed as f ( X ),that s ftness of the th ndvdual, so we calculate the ftness é f ( X1) ù f ( X 2) of all the ndvduals ftness =. M f ( X NP ) êë úû Step 4: For =1: G (1) Teachng phase (a) Calculate the dfference. Frst,the mean of populaton pop s calculate and expressed as M = [ m1, m2, K m D ],where NP m = å x NP ; k, k= 1 Second,fnd the best ndvdual from pop as teacher X = X ; teacher f ( X ) = max{ f ( X ), f ( X ), K f ( X )} Thrd, the dfference between M and where TF = round (1 + rand(1, D)(2-1)) Î {1,2} ; (b) For =1: NP X = X + Dfference ; calculate ftness f ( X ) ; f f ( X ) > f ( X ) X = X teacher End f End For; (2) Learnng phase For =1: NP Randomly select another ndvdual X k,such that k ¹ ; If f ( X ) > f ( X ) End If k X = X + rand(1, D) ( X - X ) k Else X = X + rand(1, D) ( X - X ) k Calculate ftness f ( X ) ; f f ( X ) > f ( X ) X = X 1 2 X s expressed as Dfference = rand(1, D) ( X - TF M ), End f; End For; End For; Step 5: Output base classfers selected and ensemble classfcaton. A new populaton s generated after G tmes teraton, we fnd the best ndvdual X = X and the best ftness ( ) = max{ ( ), ( ), K ( )} f ( X best ),where X best represent a set of base classfers selected best f X f X1 f X 2 f X NP and f ( X best ) represent ensemble classfcaton accuracy. NP teacher : Dversty among base classfers and accuracy of base classfers are key factors for affectng performance of 2862

4 ensemble learnng. The success of baggng algorthm s to produce tranng subsets wth dversty by usng bootstrap technology, therefore dversty of base classfers s obtaned by usng baggng algorthm. For mprovng accuracy of base classfers, RelefF s effectve method because t can remove rrelevant genes from orgnal genes set to mprove classfcaton performance. In addton, TLBO s employed to select a set of base classfers to buld ensemble because of advantages of TLBO. Accordng to above analyss, a selectve ensemble based on TLBO s proposed for classfyng mcroarray data. The concrete steps of our proposed method s gven as follows. Step1.Gene reducton RelefF algorthm s appled to remove rrelevant genes from orgnal gene set, and a set of genes s buld to produce a reduced tranng set from orgnal tranng set. Ths step can mprove accuracy of classfcaton because of removng of rrelevant genes. Step2. Producton of base classfers Mutple tranng subsets are obtaned by usng bootstrap technology to tran classfers. Because tranng subsets have much dversty, base classfers traned have dversty. Step3.Selecton of base classfers A set of base classfers are selected by usng TLBO to decrease storage space and computaton tme. Step4.Ensemble of base classfers selected Base classfers selected are ensemble by weghted votng to classfy new samples. Expermental data and methods: To evaluate performance of our proposed method, eght benchmark mcroarray datasets are selected and used n our experments. The nne datasets are descrbed n table 1. Table 1 nne benchmark cancer mcroarray datasets Data set classes genes samples tranng samples testng samples Colon Leukema DLBCL Glomas Leukema MLLLeukema SRBCT ALL In addton, n order to comparson superorty of our proposed method, four method (orgnal, baggng, adaboost and RelefF+baggng) are mplemented. In our experment, support vector machne wth RBF (RBF-SVM) s employed as classfer. To ensure the results of dfferent methods does not happen by chance, the experments are repeated 30 tmes ndependently, and results of 30 tmes are averaged as fnal expermental results. Expermental results and analyss: Many studes show the number of base classfers n ensemble can also affect performance of ensemble algorthm. Therefore, the number of base classfers s equal to10, 20, 30, 40 and 50 n our experment, respectvely. Table 2-6 gve the results of dfferent methods on nne datasets when number of base classfers s equal to 10,20,30,40 and 50, respectvely. The best and average of our proposed method are gven because randomness of TLBO. The best and average represents the best results and average results of 30 tmes experments. The std represents standard devaton of 30 tmes expermental results. The Num represents average number of base classfers selected by usng TLBO n 30 tmes experments. We fnd that phenomenon of reflectng from table 2-6 s smlar. It s easy to fnd that the classfcaton accuracy of our proposed method s obvously hgher than other methods. Especally, our proposed method outperforms RelefF+baggng and t ndcates selectve ensemble based on TLBO s effectve for mprovng performance of ensemble. Table 4 s analyzed as a sample and results are gven as follows. Table 4 dsplays the comparson of dfferent methods on nne datasets when number of base classfers s equal to 30.It s obvously that the classfcaton accuracy of our proposed method s the hghest n fve methods accordng to table 4 and t ndcates our proposed method s effectve for mcroarray data classfcaton. For example, for colon, classfcaton accuracy of our proposed method acheves 84.74%, whch s mproved at least 2863

5 11.06% than other methods. For Leukema1, classfcaton accuracy of our proposed method acheves 85.59%, whch s mproved at least 3.24% than other methods. For DLBCL, classfcaton accuracy of our proposed method acheves 96%, whch s mproved at least 9.33% than other methods. For Glomas, classfcaton accuracy of our proposed method acheves 86.33%, whch s mproved at least 9.66% than other methods. For Leukema2, classfcaton accuracy of our proposed method acheves 92.65%, whch s mproved at least 13.24% than other methods. For MLLLeukema, classfcaton accuracy of our proposed method acheves 92.67%, whch s mproved at least 8.23% than other methods. For ALL, classfcaton accuracy of our proposed method acheves 92.44%, whch s mproved at least 7.79% than other methods. Only on SRBCT, classfcaton accuracy of our proposed method and RelefF+baggng are same and acheve 100%, whch s mproved at least 30% than other three methods. Compare wth RelefF+baggng method, the classfcaton accuracy of our proposed method s mproved 11.06%,9.12%,9.33%,9.66%,19.12%,8.23% and 3.6% on Colon, Leukema1,DLBCL,Glomas,Leukema2, MLLLeukema,ALL, respectvely. For SRBCT, the result of the two methods are same. In general, our proposed method outperforms RelefF+baggng and t ndcates selectve ensemble based on TLBO s effectve for mprovng classfcaton performance. In table 4, avg represents summarzed result whch s calculates by averagng the accuracy over all datasets. The classfcaton accuracy of our proposed method s the hghest and acheves 91.82%, whch s 27.2%, 22.94%,15.72% and 8.76% hgh than that of four methods, respectvely. In addton, the average number of base classfers selected for 30 s 9, about 0.3 (9/30). Table 2 The results of dfferent methods (the number of all the base classfers s equal to 10) Orgnal Baggng RelefF+ baggng Best average std Num Colon Leukema DLBCL Glomas Leukema MLLLeukema SRBCT ALL avg Table 3 The results of dfferent methods (the number of all the base classfers s equal to 20) Orgnal Baggng RelefF+ baggng Best average std Num Colon Leukema DLBCL Glomas Leukema MLLLeukema SRBCT ALL avg Table 4 The results of dfferent methods (the number of all the base classfers s equal to 30) Orgnal Baggng RelefF+ baggng Best average std Num Colon Leukema DLBCL Glomas Leukema MLLLeukema SRBCT ALL avg

6 Table 5 The results of dfferent methods (the number of all the base classfers s equal to 40) Orgnal Baggng RelefF+ baggng best average std Num Colon Leukema DLBCL Glomas Leukema MLLLeukema SRBCT ALL avg Table 6 The results of dfferent methods (the number of all the base classfers s equal to 50) Orgnal Baggng RelefF+ baggng best average std Num Colon Leukema DLBCL Glomas Leukema MLLLeukema SRBCT ALL avg Fg 1 dsplays the nfluence of number of base classfers on classfcaton accuracy. We fnd accuracy does not monotonously ncrease wth number of base classfers. The classfcaton accuracy of our proposed method acheves the hghest when number of base classfers s about 20 or average classfcaton accuracy Colon Leukema1 DLBCL Glomas Leukema2 MLLLeukema SRBCT the total number of base classfers ALL Fg 1 the nfluence of the number of base classfers on classfcaton performance CONCLUSION Ths paper proposes a selectve ensemble method to classfy mcroarray data. RelefF algorthm s used to remove rrelevant genes to mprove classfcaton performance. Tranng subsets produced by bootstrap technology have large dversty and base classfers traned have dversty. TLBO s appled to select a set of base classfers to buld an ensemble. Expermental results show our proposed method not only mprove classfcaton accuracy,but also decrease computaton tme and storage space. Therefore our proposed method s effectve and effcent for mcroarray data classfcaton. Acknowledgement Ths paper s supported by Natonal Natural Scence Foundaton of Chna ( , ) and Scentfc Research Program Funded by Shaanx Provncal Educaton Department. 2865

7 REFERENCES [1] Wang Shu-Ln, L X., Zhang S, et al. Computers n Bology and Medcne, 2010, 40(2), [2] Sh L, X L., M X.,et al, Appled Soft Computng, 2011,11(8), [3] Zhao Hu. Internatonal Journal of Securty and Its Applcatons, 2013,7(5), [4] Chen Tao. Applcaton Research of Computers.2011,28(1), [5] Zhou Zh-Hua. Rough Sets, Fuzzy Sets, Data Mnng, and Granular Computng. 2003, [6] Chen Tao. Journal of Computer Applcatons,2011,31(5), [7] Chen Tao, Hong Zeng-Ln. Software Engneerng and Knowledge Engneerng: Theory and Practce, 2012, [8] Breman L. Mach. Learn. 1996, 24(1), [9] Schapre R.. Mach. Learn. 1990,l5 (2), [10] Rao R V, Savsan V J, Vakhara D P. Informaton Scences, 2012,183(1),1-15 [11] Rao R V, Savsan V J, Vakhara D P. Computer-Aded Desgn, 2011,43(3), [12]Kononenko I.Proceedngs of the European conference on machne learnng, Lecture notes n computer scence.1994, 784,

BOOSTING CLASSIFICATION ACCURACY WITH SAMPLES CHOSEN FROM A VALIDATION SET

BOOSTING CLASSIFICATION ACCURACY WITH SAMPLES CHOSEN FROM A VALIDATION SET 1 BOOSTING CLASSIFICATION ACCURACY WITH SAMPLES CHOSEN FROM A VALIDATION SET TZU-CHENG CHUANG School of Electrcal and Computer Engneerng, Purdue Unversty, West Lafayette, Indana 47907 SAUL B. GELFAND School

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

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

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

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

Classifier Ensemble Design using Artificial Bee Colony based Feature Selection

Classifier Ensemble Design using Artificial Bee Colony based Feature Selection IJCSI Internatonal Journal of Computer Scence Issues, Vol. 9, Issue 3, No 2, May 2012 ISSN (Onlne): 1694-0814 www.ijcsi.org 522 Classfer Ensemble Desgn usng Artfcal Bee Colony based Feature Selecton Shunmugaprya

More information

A Lazy Ensemble Learning Method to Classification

A Lazy Ensemble Learning Method to Classification IJCSI Internatonal Journal of Computer Scence Issues, Vol. 7, Issue 5, September 2010 ISSN (Onlne): 1694-0814 344 A Lazy Ensemble Learnng Method to Classfcaton Haleh Homayoun 1, Sattar Hashem 2 and Al

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

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

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

Meta-heuristics for Multidimensional Knapsack Problems

Meta-heuristics for Multidimensional Knapsack Problems 2012 4th Internatonal Conference on Computer Research and Development IPCSIT vol.39 (2012) (2012) IACSIT Press, Sngapore Meta-heurstcs for Multdmensonal Knapsack Problems Zhbao Man + Computer Scence Department,

More information

CS246: Mining Massive Datasets Jure Leskovec, Stanford University

CS246: Mining Massive Datasets Jure Leskovec, Stanford University CS46: Mnng Massve Datasets Jure Leskovec, Stanford Unversty http://cs46.stanford.edu /19/013 Jure Leskovec, Stanford CS46: Mnng Massve Datasets, http://cs46.stanford.edu Perceptron: y = sgn( x Ho to fnd

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

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

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

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

Gene selection using random forest and proximity differences criterion on DNA microarray data

Gene selection using random forest and proximity differences criterion on DNA microarray data Journal of Convergence Informaton Technology Volume 5, Number 6, August 2010 Gene selecton usng random forest and proxmty dfferences crteron on DNA mcroarray data Qfeng Zhou *Correspondng author, Wenca

More information

Parameters Optimization of SVM Based on Improved FOA and Its Application in Fault Diagnosis

Parameters Optimization of SVM Based on Improved FOA and Its Application in Fault Diagnosis Parameters Optmzaton of SVM Based on Improved FOA and Its Applcaton n Fault Dagnoss Qantu Zhang1*, Lqng Fang1, Sca Su, Yan Lv1 1 Frst Department, Mechancal Engneerng College, Shjazhuang, Hebe Provnce,

More information

Remote Sensing Textual Image Classification based on Ensemble Learning

Remote Sensing Textual Image Classification based on Ensemble Learning I.J. Image, Graphcs and Sgnal Processng, 2016, 12, 21-29 Publshed Onlne December 2016 n MECS (http://www.mecs-press.org/) DOI: 10.5815/jgsp.2016.12.03 Remote Sensng Textual Image Classfcaton based on Ensemble

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

Outline. Discriminative classifiers for image recognition. Where in the World? A nearest neighbor recognition example 4/14/2011. CS 376 Lecture 22 1

Outline. Discriminative classifiers for image recognition. Where in the World? A nearest neighbor recognition example 4/14/2011. CS 376 Lecture 22 1 4/14/011 Outlne Dscrmnatve classfers for mage recognton Wednesday, Aprl 13 Krsten Grauman UT-Austn Last tme: wndow-based generc obect detecton basc ppelne face detecton wth boostng as case study Today:

More information

Incremental Learning with Support Vector Machines and Fuzzy Set Theory

Incremental Learning with Support Vector Machines and Fuzzy Set Theory The 25th Workshop on Combnatoral Mathematcs and Computaton Theory Incremental Learnng wth Support Vector Machnes and Fuzzy Set Theory Yu-Mng Chuang 1 and Cha-Hwa Ln 2* 1 Department of Computer Scence and

More information

Research of Neural Network Classifier Based on FCM and PSO for Breast Cancer Classification

Research of Neural Network Classifier Based on FCM and PSO for Breast Cancer Classification Research of Neural Network Classfer Based on FCM and PSO for Breast Cancer Classfcaton Le Zhang 1, Ln Wang 1, Xujewen Wang 2, Keke Lu 2, and Ajth Abraham 3 1 Shandong Provncal Key Laboratory of Network

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

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

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

Feature Selection as an Improving Step for Decision Tree Construction

Feature Selection as an Improving Step for Decision Tree Construction 2009 Internatonal Conference on Machne Learnng and Computng IPCSIT vol.3 (2011) (2011) IACSIT Press, Sngapore Feature Selecton as an Improvng Step for Decson Tree Constructon Mahd Esmael 1, Fazekas Gabor

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

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

Pruning Training Corpus to Speedup Text Classification 1

Pruning Training Corpus to Speedup Text Classification 1 Prunng Tranng Corpus to Speedup Text Classfcaton Jhong Guan and Shugeng Zhou School of Computer Scence, Wuhan Unversty, Wuhan, 430079, Chna hguan@wtusm.edu.cn State Key Lab of Software Engneerng, Wuhan

More information

A Novel Information Theory-Based Ensemble Feature Selection Framework for High-Dimensional Microarray Data

A Novel Information Theory-Based Ensemble Feature Selection Framework for High-Dimensional Microarray Data Avalable onlne at www.pe-onlne.com Vol. 13, No. 5, September 2017, pp. 742-753 DOI: 10.23940/pe.17.05.p17.742753 A Novel Informaton Theory-Based Ensemble Feature Selecton Framework for Hgh-Dmensonal Mcroarray

More information

An Improved Particle Swarm Optimization for Feature Selection

An Improved Particle Swarm Optimization for Feature Selection Journal of Bonc Engneerng 8 (20)?????? An Improved Partcle Swarm Optmzaton for Feature Selecton Yuannng Lu,2, Gang Wang,2, Hulng Chen,2, Hao Dong,2, Xaodong Zhu,2, Sujng Wang,2 Abstract. College of Computer

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

A Clustering Algorithm Solution to the Collaborative Filtering

A Clustering Algorithm Solution to the Collaborative Filtering Internatonal Journal of Scence Vol.4 No.8 017 ISSN: 1813-4890 A Clusterng Algorthm Soluton to the Collaboratve Flterng Yongl Yang 1, a, Fe Xue, b, Yongquan Ca 1, c Zhenhu Nng 1, d,* Hafeng Lu 3, e 1 Faculty

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

Image Feature Selection Based on Ant Colony Optimization

Image Feature Selection Based on Ant Colony Optimization Image Feature Selecton Based on Ant Colony Optmzaton Lng Chen,2, Bolun Chen, Yxn Chen 3, Department of Computer Scence, Yangzhou Unversty,Yangzhou, Chna 2 State Key Lab of Novel Software Tech, Nanng Unversty,

More information

THE PATH PLANNING ALGORITHM AND SIMULATION FOR MOBILE ROBOT

THE PATH PLANNING ALGORITHM AND SIMULATION FOR MOBILE ROBOT Journal of Theoretcal and Appled Informaton Technology 30 th Aprl 013. Vol. 50 No.3 005-013 JATIT & LLS. All rghts reserved. ISSN: 199-8645 www.jatt.org E-ISSN: 1817-3195 THE PATH PLANNING ALGORITHM AND

More information

An Evolvable Clustering Based Algorithm to Learn Distance Function for Supervised Environment

An Evolvable Clustering Based Algorithm to Learn Distance Function for Supervised Environment IJCSI Internatonal Journal of Computer Scence Issues, Vol. 7, Issue 5, September 2010 ISSN (Onlne): 1694-0814 www.ijcsi.org 374 An Evolvable Clusterng Based Algorthm to Learn Dstance Functon for Supervsed

More information

A Fusion of Stacking with Dynamic Integration

A Fusion of Stacking with Dynamic Integration A Fuson of Stackng wth Dynamc Integraton all Rooney, Davd Patterson orthern Ireland Knowledge Engneerng Laboratory Faculty of Engneerng, Unversty of Ulster Jordanstown, ewtownabbey, BT37 OQB, U.K. {nf.rooney,

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

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

Implementation Naïve Bayes Algorithm for Student Classification Based on Graduation Status

Implementation Naïve Bayes Algorithm for Student Classification Based on Graduation Status Internatonal Journal of Appled Busness and Informaton Systems ISSN: 2597-8993 Vol 1, No 2, September 2017, pp. 6-12 6 Implementaton Naïve Bayes Algorthm for Student Classfcaton Based on Graduaton Status

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

Support Vector Machines

Support Vector Machines Support Vector Machnes Decson surface s a hyperplane (lne n 2D) n feature space (smlar to the Perceptron) Arguably, the most mportant recent dscovery n machne learnng In a nutshell: map the data to a predetermned

More information

EYE CENTER LOCALIZATION ON A FACIAL IMAGE BASED ON MULTI-BLOCK LOCAL BINARY PATTERNS

EYE CENTER LOCALIZATION ON A FACIAL IMAGE BASED ON MULTI-BLOCK LOCAL BINARY PATTERNS P.G. Demdov Yaroslavl State Unversty Anatoly Ntn, Vladmr Khryashchev, Olga Stepanova, Igor Kostern EYE CENTER LOCALIZATION ON A FACIAL IMAGE BASED ON MULTI-BLOCK LOCAL BINARY PATTERNS Yaroslavl, 2015 Eye

More information

HU Sheng-neng* Resources and Electric Power,Zhengzhou ,China

HU Sheng-neng* Resources and Electric Power,Zhengzhou ,China do:10.21311/002.31.6.09 Applcaton of new neural network technology n traffc volume predcton Abstract HU Sheng-neng* 1 School of Cvl Engneerng &Communcaton, North Chna Unversty of Water Resources and Electrc

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

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

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

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

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

SURFACE PROFILE EVALUATION BY FRACTAL DIMENSION AND STATISTIC TOOLS USING MATLAB

SURFACE PROFILE EVALUATION BY FRACTAL DIMENSION AND STATISTIC TOOLS USING MATLAB SURFACE PROFILE EVALUATION BY FRACTAL DIMENSION AND STATISTIC TOOLS USING MATLAB V. Hotař, A. Hotař Techncal Unversty of Lberec, Department of Glass Producng Machnes and Robotcs, Department of Materal

More information

CSCI 5417 Information Retrieval Systems Jim Martin!

CSCI 5417 Information Retrieval Systems Jim Martin! CSCI 5417 Informaton Retreval Systems Jm Martn! Lecture 11 9/29/2011 Today 9/29 Classfcaton Naïve Bayes classfcaton Ungram LM 1 Where we are... Bascs of ad hoc retreval Indexng Term weghtng/scorng Cosne

More information

Feature Selection Method Based on Adaptive Relief Algorithm

Feature Selection Method Based on Adaptive Relief Algorithm 2010 3rd Internatonal Conference on Computer and Electrcal Engneerng (ICCEE 2010) IPCSIT vol. 53 (2012) (2012) IACSIT Press, Sngapore DOI: 10.7763/IPCSIT.2012.V53.No.2.10 Feature Selecton Method Based

More information

A Notable Swarm Approach to Evolve Neural Network for Classification in Data Mining

A Notable Swarm Approach to Evolve Neural Network for Classification in Data Mining A Notable Swarm Approach to Evolve Neural Network for Classfcaton n Data Mnng Satchdananda Dehur 1, Bjan Bhar Mshra 2 and Sung-Bae Cho 1 1 Soft Computng Laboratory, Department of Computer Scence, Yonse

More information

Image Emotional Semantic Retrieval Based on ELM

Image Emotional Semantic Retrieval Based on ELM Internatonal Conference on Logstcs Engneerng, Management and Computer Scence (LEMCS 2014) Image Emotonal Semantc Retreval Based on ELM Pele Zhang, Mn Yao, Shenzhang La College of computer scence & Technology

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

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

Keywords - Wep page classification; bag of words model; topic model; hierarchical classification; Support Vector Machines

Keywords - Wep page classification; bag of words model; topic model; hierarchical classification; Support Vector Machines (IJCSIS) Internatonal Journal of Computer Scence and Informaton Securty, Herarchcal Web Page Classfcaton Based on a Topc Model and Neghborng Pages Integraton Wongkot Srura Phayung Meesad Choochart Haruechayasak

More information

Dynamic Integration of Regression Models

Dynamic Integration of Regression Models Dynamc Integraton of Regresson Models Nall Rooney 1, Davd Patterson 1, Sarab Anand 1, Alexey Tsymbal 2 1 NIKEL, Faculty of Engneerng,16J27 Unversty Of Ulster at Jordanstown Newtonabbey, BT37 OQB, Unted

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

Fuzzy Rough Neural Network and Its Application to Feature Selection

Fuzzy Rough Neural Network and Its Application to Feature Selection 70 Internatonal Journal of Fuzzy Systems, Vol. 3, No. 4, December 0 Fuzzy Rough Neural Network and Its Applcaton to Feature Selecton Junyang Zhao and Zhl Zhang Abstract For the sake of measurng fuzzy uncertanty

More information

Performance Evaluation of Information Retrieval Systems

Performance Evaluation of Information Retrieval Systems Why System Evaluaton? Performance Evaluaton of Informaton Retreval Systems Many sldes n ths secton are adapted from Prof. Joydeep Ghosh (UT ECE) who n turn adapted them from Prof. Dk Lee (Unv. of Scence

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

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

A Feature-Weighted Instance-Based Learner for Deep Web Search Interface Identification

A Feature-Weighted Instance-Based Learner for Deep Web Search Interface Identification Research Journal of Appled Scences, Engneerng and Technology 5(4): 1278-1283, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scentfc Organzaton, 2013 Submtted: June 28, 2012 Accepted: August 08, 2012

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 AAM-based Face Shape Classification Method Used for Facial Expression Recognition

An AAM-based Face Shape Classification Method Used for Facial Expression Recognition Internatonal Journal of Research n Engneerng and Technology (IJRET) Vol. 2, No. 4, 23 ISSN 2277 4378 An AAM-based Face Shape Classfcaton Method Used for Facal Expresson Recognton Lunng. L, Jaehyun So,

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

Complexity Analysis of Problem-Dimension Using PSO

Complexity Analysis of Problem-Dimension Using PSO Proceedngs of the 7th WSEAS Internatonal Conference on Evolutonary Computng, Cavtat, Croata, June -4, 6 (pp45-5) Complexty Analyss of Problem-Dmenson Usng PSO BUTHAINAH S. AL-KAZEMI AND SAMI J. HABIB,

More information

C2 Training: June 8 9, Combining effect sizes across studies. Create a set of independent effect sizes. Introduction to meta-analysis

C2 Training: June 8 9, Combining effect sizes across studies. Create a set of independent effect sizes. Introduction to meta-analysis C2 Tranng: June 8 9, 2010 Introducton to meta-analyss The Campbell Collaboraton www.campbellcollaboraton.org Combnng effect szes across studes Compute effect szes wthn each study Create a set of ndependent

More information

Professional competences training path for an e-commerce major, based on the ISM method

Professional competences training path for an e-commerce major, based on the ISM method World Transactons on Engneerng and Technology Educaton Vol.14, No.4, 2016 2016 WIETE Professonal competences tranng path for an e-commerce maor, based on the ISM method Ru Wang, Pn Peng, L-gang Lu & Lng

More information

CLASSIFICATION OF ULTRASONIC SIGNALS

CLASSIFICATION OF ULTRASONIC SIGNALS The 8 th Internatonal Conference of the Slovenan Socety for Non-Destructve Testng»Applcaton of Contemporary Non-Destructve Testng n Engneerng«September -3, 5, Portorož, Slovena, pp. 7-33 CLASSIFICATION

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

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

Journal of Process Control

Journal of Process Control Journal of Process Control (0) 738 750 Contents lsts avalable at ScVerse ScenceDrect Journal of Process Control j ourna l ho me pag e: wwwelsevercom/locate/jprocont Decentralzed fault detecton and dagnoss

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

Face Recognition Based on SVM and 2DPCA

Face Recognition Based on SVM and 2DPCA Vol. 4, o. 3, September, 2011 Face Recognton Based on SVM and 2DPCA Tha Hoang Le, Len Bu Faculty of Informaton Technology, HCMC Unversty of Scence Faculty of Informaton Scences and Engneerng, Unversty

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

ENERGY EFFICIENCY OPTIMIZATION OF MECHANICAL NUMERICAL CONTROL MACHINING PARAMETERS

ENERGY EFFICIENCY OPTIMIZATION OF MECHANICAL NUMERICAL CONTROL MACHINING PARAMETERS ENERGY EFFICIENCY OPTIMIZATION OF MECHANICAL NUMERICAL CONTROL MACHINING PARAMETERS Zpeng LI*, Ren SHENG Yellow Rver Conservancy Techncal Insttute, School of Mechancal Engneerng, Henan 475000, Chna. Correspondng

More information

Efficient Text Classification by Weighted Proximal SVM *

Efficient Text Classification by Weighted Proximal SVM * Effcent ext Classfcaton by Weghted Proxmal SVM * Dong Zhuang 1, Benyu Zhang, Qang Yang 3, Jun Yan 4, Zheng Chen, Yng Chen 1 1 Computer Scence and Engneerng, Bejng Insttute of echnology, Bejng 100081, Chna

More information

Machine Learning Algorithm Improves Accuracy for analysing Kidney Function Test Using Decision Tree Algorithm

Machine Learning Algorithm Improves Accuracy for analysing Kidney Function Test Using Decision Tree Algorithm Internatonal Journal of Management, IT & Engneerng Vol. 8 Issue 8, August 2018, ISSN: 2249-0558 Impact Factor: 7.119 Journal Homepage: Double-Blnd Peer Revewed Refereed Open Access Internatonal Journal

More information

An Evaluation of Divide-and-Combine Strategies for Image Categorization by Multi-Class Support Vector Machines

An Evaluation of Divide-and-Combine Strategies for Image Categorization by Multi-Class Support Vector Machines An Evaluaton of Dvde-and-Combne Strateges for Image Categorzaton by Mult-Class Support Vector Machnes C. Demrkesen¹ and H. Cherf¹, ² 1: Insttue of Scence and Engneerng 2: Faculté des Scences Mrande Galatasaray

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

Japanese Dependency Analysis Based on Improved SVM and KNN

Japanese Dependency Analysis Based on Improved SVM and KNN Proceedngs of the 7th WSEAS Internatonal Conference on Smulaton, Modellng and Optmzaton, Bejng, Chna, September 15-17, 2007 140 Japanese Dependency Analyss Based on Improved SVM and KNN ZHOU HUIWEI and

More information

Using Neural Networks and Support Vector Machines in Data Mining

Using Neural Networks and Support Vector Machines in Data Mining Usng eural etworks and Support Vector Machnes n Data Mnng RICHARD A. WASIOWSKI Computer Scence Department Calforna State Unversty Domnguez Hlls Carson, CA 90747 USA Abstract: - Multvarate data analyss

More information

The Study of Remote Sensing Image Classification Based on Support Vector Machine

The Study of Remote Sensing Image Classification Based on Support Vector Machine Sensors & Transducers 03 by IFSA http://www.sensorsportal.com The Study of Remote Sensng Image Classfcaton Based on Support Vector Machne, ZHANG Jan-Hua Key Research Insttute of Yellow Rver Cvlzaton and

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

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

GA-Based Learning Algorithms to Identify Fuzzy Rules for Fuzzy Neural Networks

GA-Based Learning Algorithms to Identify Fuzzy Rules for Fuzzy Neural Networks Seventh Internatonal Conference on Intellgent Systems Desgn and Applcatons GA-Based Learnng Algorthms to Identfy Fuzzy Rules for Fuzzy Neural Networks K Almejall, K Dahal, Member IEEE, and A Hossan, Member

More information

Face Recognition by Fusing Binary Edge Feature and Second-order Mutual Information

Face Recognition by Fusing Binary Edge Feature and Second-order Mutual Information Face Recognton by Fusng Bnary Edge Feature and Second-order Mutual Informaton Jatao Song, Bejng Chen, We Wang, Xaobo Ren School of Electronc and Informaton Engneerng, Nngbo Unversty of Technology Nngbo,

More information

Spam Filtering Based on Support Vector Machines with Taguchi Method for Parameter Selection

Spam Filtering Based on Support Vector Machines with Taguchi Method for Parameter Selection E-mal Spam Flterng Based on Support Vector Machnes wth Taguch Method for Parameter Selecton We-Chh Hsu, Tsan-Yng Yu E-mal Spam Flterng Based on Support Vector Machnes wth Taguch Method for Parameter Selecton

More information

EVALUATION OF THE PERFORMANCES OF ARTIFICIAL BEE COLONY AND INVASIVE WEED OPTIMIZATION ALGORITHMS ON THE MODIFIED BENCHMARK FUNCTIONS

EVALUATION OF THE PERFORMANCES OF ARTIFICIAL BEE COLONY AND INVASIVE WEED OPTIMIZATION ALGORITHMS ON THE MODIFIED BENCHMARK FUNCTIONS Academc Research Internatonal ISS-L: 3-9553, ISS: 3-9944 Vol., o. 3, May 0 EVALUATIO OF THE PERFORMACES OF ARTIFICIAL BEE COLOY AD IVASIVE WEED OPTIMIZATIO ALGORITHMS O THE MODIFIED BECHMARK FUCTIOS Dlay

More information

Reliable Negative Extracting Based on knn for Learning from Positive and Unlabeled Examples

Reliable Negative Extracting Based on knn for Learning from Positive and Unlabeled Examples 94 JOURNAL OF COMPUTERS, VOL. 4, NO. 1, JANUARY 2009 Relable Negatve Extractng Based on knn for Learnng from Postve and Unlabeled Examples Bangzuo Zhang College of Computer Scence and Technology, Jln Unversty,

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

Optimal Design of Nonlinear Fuzzy Model by Means of Independent Fuzzy Scatter Partition

Optimal Design of Nonlinear Fuzzy Model by Means of Independent Fuzzy Scatter Partition Optmal Desgn of onlnear Fuzzy Model by Means of Independent Fuzzy Scatter Partton Keon-Jun Park, Hyung-Kl Kang and Yong-Kab Km *, Department of Informaton and Communcaton Engneerng, Wonkwang Unversty,

More information

Yan et al. / J Zhejiang Univ-Sci C (Comput & Electron) in press 1. Improving Naive Bayes classifier by dividing its decision regions *

Yan et al. / J Zhejiang Univ-Sci C (Comput & Electron) in press 1. Improving Naive Bayes classifier by dividing its decision regions * Yan et al. / J Zhejang Unv-Sc C (Comput & Electron) n press 1 Journal of Zhejang Unversty-SCIENCE C (Computers & Electroncs) ISSN 1869-1951 (Prnt); ISSN 1869-196X (Onlne) www.zju.edu.cn/jzus; www.sprngerlnk.com

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

CAN COMPUTERS LEARN FASTER? Seyda Ertekin Computer Science & Engineering The Pennsylvania State University

CAN COMPUTERS LEARN FASTER? Seyda Ertekin Computer Science & Engineering The Pennsylvania State University CAN COMPUTERS LEARN FASTER? Seyda Ertekn Computer Scence & Engneerng The Pennsylvana State Unversty sertekn@cse.psu.edu ABSTRACT Ever snce computers were nvented, manknd wondered whether they mght be made

More information