Feature selection for classification using an ant colony system

Size: px
Start display at page:

Download "Feature selection for classification using an ant colony system"

Transcription

1 Bond Unversty Informaton Technology papers School of Informaton Technology Feature selecton for classfcaton usng an ant colony system Nada Abd-Alsabour Bond Unversty Marcus Randall Bond Unversty, Recommended Ctaton Nada Abd-Alsabour and Marcus Randall. (2010) "Feature selecton for classfcaton usng an ant colony system" e-scence 2010: Sxth IEEE nternatonal conference on e-scence. Brsbane, Australa.Dec Ths Conference Paper s brought to you by the School of Informaton Technology at epublcatons@bond. It has been accepted for ncluson n Informaton Technology papers by an authorzed admnstrator of epublcatons@bond. For more nformaton, please contact Bond Unversty's Repostory Coordnator.

2 2010 Sxth IEEE Internatonal Conference on e Scence Workshops Feature Selecton for Classfcaton Usng an Ant Colony System Nada Abd-Alsabour School of nformaton technology, Bond Unversty QLD, Australa nada.abdalsabour@eee.org Marcus Randall School of nformaton technology, Bond Unversty QLD, Australa mrandall@bond.edu.au Abstract Many applcatons such as pattern recognton requre selectng a subset of the nput n order to represent the whole set of. The am of feature selecton s to remove rrelevant or redundant whle keepng the most nformatve ones. In ths paper, an ant colony system approach for solvng feature selecton for classfcaton s presented. The proposed algorthm was tested usng artfcal and real-world datasets. The results are promsng n terms of the accuracy of the classfer and the number of n all the used datasets. The results of the proposed algorthm have been compared wth other results avalable n the lterature and found to be favorable. Keywords- Ant colony optmsaton, feature selecton. I. INTRODUCTION Pattern classfcaton s the assgnment of an nput pattern to one of several predefned categores/classes [1]. Pattern recognton can be vewed as a two-fold task: a) learnng (sometmes called the tranng phase) the nvarant and common propertes of a set of samples (tranng set) that characterse a class, and b) decdng (through the classfer) that a new sample s a possble member of the class by notng that t has propertes common to those of the set of samples [2]. The basc component of any pattern recognton system s the classfer whose task s to partton the feature space nto class-labelled decson regons, one regon for each category [1], [3]. The performance of classfers s senstve to the choce of the that are used for constructng those classfers. The choce of the that are presented to the classfers affects the followng mportant propertes: The accuracy of the classfers, the tme needed for learnng the classfers, and the number of examples needed for learnng the classfers [1]. Increasng the amount of tranng data may affect the tme needed for the learnng and may lead to fndng a less optmal soluton. Ths s because many n the tranng data may be rrelevant to the classfcaton task. For nstance, data that records the day of the week on whch a bank loan applcaton was completed s unlkely to be relevant to the success of the applcaton. Moreover, other may be redundant. Such may slow down and mslead the learnng step and do not contrbute to the classfcaton process. Hence, feature selecton (FS) from the orgnal set of s hghly desrable n many stuatons n order to remove any rrelevant or redundant [4]. Feature selecton s the problem of selectng a subset of wthout reducng the accuracy of representng the orgnal set of. Feature selecton s used n many applcatons to remove rrelevant and redundant where there are hgh dmensonal datasets. These datasets may contan a hgh degree of rrelevant and redundant that may decrease the performance of the classfers. The man approaches that are used for solvng feature selecton problems can be classfed nto flter or wrapper approaches, dependng on whether or not feature selecton s done ndependently of the classfer. Some researchers use hybrd methods to take advantage of these two approaches and to handle large datasets [5]. Feature selecton can be seen as an optmsaton problem that nvolves searchng the space of possble feature subsets to dentfy the optmal one. Many optmsaton technques such as genetc algorthms (GAs) [1], tabu search (TS), smulated annealng (SA) and ant colony optmsaton algorthms (ACO) have been used for solvng feature selecton. Ths paper ntroduces an mplementaton for ACO (usng Ant Colony System (ACS)) to solve feature selecton problems as explaned n Secton IV. The rest of ths paper s organsed as follows. Secton II ntroduces the bascs of ACO. Secton III addresses the fundamentals of ACS on whch the proposed algorthm was developed. The fourth secton brefly descrbes some of ACO algorhtms used to solve feature selecton problem. The ffth secton explans the proposed algorthm. Secton VI detals the experments carred out and presents the results. The dscusson of the results s gven n Secton VII. Secton VIII concludes ths paper and hghlghts future work n ths area. II. ANT COLONY OPTIMISATION Real ants are able to fnd the shortest path between ther nest and food sources because of the chemcal substance (pheromone) that they depost on ther way. The pheromone evaporates over tme so the shortest paths wll contan more pheromone and wll subsequently attract a greater number of ants /10 $ IEEE DOI /eScenceW

3 ACO algorthms smulate the foragng behavor of some ant speces [6]. ACO algorthms use two factors for gudng the search process. These are: 1) the pheromone values (numercal values as a smulaton for the pheromone that real ants depost on ther way to and from ther nest), and 2) heurstc nformaton for the selecton of soluton component values. There are two types of heurstc nformaton used by ACO algorthms; statc heurstc nformaton (that s computed at ntalsaton tme and then remans unchanged throughout the whole algorthm s run, such as the dstances between ctes n the travellng salesman problem (TSP)) and dynamc heurstc nformaton (that depends on the partal soluton constructed so far and therefore s computed at each step of an ant s walk) [7]. One of the recent trends n ACO s to solve ndustral problems provng that t s useful for real-world applcatons [8]-[9]. Recently, researchers have adopted ACO to solve feature selecton problems ([10]-[14]). We wll hghlght the man dfferences between these algorhtms and the proposed algorthm n the followng sectons. In tradtonal ACO algorthms, the pheromone values are assocated wth the nodes or the edges of the constructon graph representng the problem (dependng on the chosen problem representaton), whch may also contan heurstc nformaton representng pror nformaton about the gven problem [7]-[8]. In the proposed algorthm, a constructon graph s not used. Pheromone s assocated wth each feature. Although there s no heurstc nformaton known n advance for ths type of optmsaton problems, t s used n the proposed algorthm n computng the move probablty that s used by each ant to select a partcular feature n each constructon step. The proporton of ants that choose a partcular feature s used as the heurstc nformaton. Ths s explaned n detal n Secton IV. III. ANT COLONY SYSTEM In ths secton, a varant of ACO s explaned, namely ant colony system (ACS) for solvng the travellng salesman problem. Ths s because many aspects of the applcaton have commonalty wth feature selecton problem. Ant colony system s consdered one of the most successful ACO algorthms [15]. Snce ts appearance, t has been used to solve a varety of optmsaton problems. ACS s a constructve algorthm where for each teraton, each ant chooses the next cty to be vsted (j) usng the pseudorandom proportonal rule that s computed accordng to the followng equaton: β arg max p { τ. η } ( ) l C N s l (1) Ths equaton s used by each ant at each constructon step to choose the next cty dependng on a random varable q unformly dstrbuted n [0, 1] and a parameter q 0 (0 q 0 1). The equaton s used f q q 0. After each constructon step, the local pheromone update s performed by all ants to the last edge traversed accordng to the followng equaton: τ + = ( 1 ϕ). τ ϕ. τ 0 (2) where ϕ (0,1] and τ 0 s the ntal pheromone. The local pheromone update leads to decreasng the pheromone values on the edges and hence encourages subsequent ants to choose other edges and to therefore produce dfferent solutons. Ths s essental to prevent pre-mature convergence. At the end of each teraton, the pheromone values are updated by the best ant only accordng to the followng equaton: τ (1 ρ). τ + ρ. Δτ f (, j) best tour, = τ otherwse where Δτ = 1/ Lbest and L best s the length of the tour constructed by the best ant. IV. RELATED WORK In ths secton, we explan brefly some of the ACO algorthms that have been used to solve feature selecton problem. An ACO approach called antselect for varable selecton n quanttatve structure actvty relatonshp (QSAR) has been developed by Izralev and Agrafots [10]. In antselect, a weght s assocated wth each feature and the selecton of each varable depends on t,.e., the varable wth a larger weght has a hgher probablty of beng than the ones wth smaller weghts. In Guntur et al. [11], antselect was used wth two extra : Only varables wth an nter-correlaton coeffcents less than 0.75 are, and The number of varables to be s fxed at the begnnng of the selecton process. Shen et al. [12] express the feature selecton problem n bnary notaton. The move probablty for any feature s zero or one. A one means that ths feature wll be and zero means t wll not. Sh et al. [13] used ths algorthm wth a dfferent dataset. The work of Shamspur et al. [14] s smlar to Shen et al. [12] but the move probablty depends on the weghts assocated wth the varables and the number of the varables by an ant s randomly chosen. V. THE PROPOSED ALGORITHM The proposed algorthm s a wrapper-based system that deals wth the problem of feature selecton as a bnary problem where a set of bnary bts (of a length equvalent to the number of the n the gven dataset) s assocated wth each ant to represent ts feature selecton. If the n th bt s a 1 ths means that the feature number n n the gven dataset s, otherwse ths feature s not. Thus, the concept of path n the tradtonal ACO algorthms s not meanngful here. At (3) 87

4 the start of the algorthm, the bts are randomly ntalsed to zeros and ones. The pheromone values are assocated wth the. At each constructon step, each ant selects a feature out of all the wth the probablty computed accordng to the followng equaton: Ρ = τ. Δτ (4) where τ s the pheromone value assocated wth feature and Δτ s the proporton of ants that have ths feature. It acts as heurstc nformaton that represents the desrablty of feature. In ACO algorthms, the desgn of the move probablty s crtcal. Here both the pheromone values and heurstc nformaton are used to compute t. After each constructon step, the local pheromone update s performed by all ants accordng to the followng equaton: τ + = ( 1 ϕ). τ ϕ. τ 0 (5) At the end of each teraton, the global pheromone update s performed accordng to the followng equaton: τ = ( 1 ρ). τ + ( ρ.1/ L ) β where L best s the number of by the best ant and ρ s the evaporaton rate. Ths equaton s used by the best ant at the end of each teraton and s appled to all that t has chosen. The updatng of the pheromone values s mportant n order to renforce those that lead to hgh qualty feature subsets. Features that belong to good solutons wll contan larger pheromone values. Consequently, these tend to be more often. The man steps of the proposed algorthm are as follows: Intalsaton: n ths phase, the parameters of the proposed algorthm are set. Construct a soluton by each ant: at each constructon step, each ant selects the next feature usng the move probablty that s calculated based on the pheromone values and the heurstc nformaton accordng to Equaton 4. Each feature can be at most once. An ant s soluton represents ts own feature subset. The length of each ant s feature subset does not need to be equal to other ants solutons. Buld the support vector machne (SVM) model: each ant passes ts feature subset to the classfer and receves ts accuracy. Update the best soluton and the best ant based on the accuracy of the classfer. best (6) Update the pheromone values usng Equaton 6 by the best ant to ts subset. If a predefned maxmum number of teratons s reached, the algorthm halts and outputs the best soluton encountered. VI. COMPUTATIONAL EXPERIENCE In order to test the proposed algorthm, a SVM learnng algorthm s used. Although not all machne learnng algorthms requre the phase of feature selecton, feature selecton s mportant n buldng a SVM-based classfcaton [16]. We used the accuracy of the classfer as a ftness functon where each ant evaluates ts soluton based on ts rato of correct classfcatons. Classfer accuracy ndcates how accurately a gven classfer wll label future data on whch the classfer has not been traned. One of the ways used to estmate classfer accuracy s k-fold cross valdaton n whch the ntal data are randomly parttoned nto k mutually exclusve folds s 1, s 2,, s k each of whch s of approxmately equal sze. Tranng and testng s performed k tmes. The classfer of the frst teraton s traned on folds s 2, s 3,., s k and the frst fold s kept for testng. In teraton, the fold s s the test fold and the remanng folds are collectvely used to tran the classfer [4]. In ths case, the classfer accuracy s computed accordng to the followng equaton: classfer accuracy = Overall number of correct classfcatons from k teratons The total number of samples n the ntal data A. Datasets In order to test the proposed algorthm, ten experments usng ten artfcal and real world datasets were carred out. The datasets comprse two categores: datasets from statstcal datasets [17] and datasets from the UCI (Unversty of Calforna, Irvne) machne learnng repostory. The latter s a collecton of databases, doman theores, and data generators that are used all over the world as a prmary source of machne learnng datasets for the emprcal analyss of machne learnng algorthms [18]. The detals of the datasets are shown n Table I. (7) 88

5 TABLE I. Dataset Name THE DETAILS OF THE USED DATASETS. classes Class label type nstances Statstcal datasets Backache 32 2 Numerc 180 Prnn_vrus Numerc 38 Prnn_vruses 17 6 Numerc 61 Analcatdata_authorshp 70 4 Numerc 841 Analcatdata_marketng 32 5 Nomnal 364 UCI datasets Kdd_synthetc_control 61 6 Nomnal 600 Sonar 60 2 Numerc 208 Vehcle 18 4 Numerc 846 Dermatology 34 6 Nomnal 366 Wne 13 3 Nomnal 178 B. Method In our experments, the followng two systems were developed: SVM: that uses the entre set of (wthout the phase of feature selecton) [19], and SVM-FS: that uses a subset of by the proposed algorthm (wth the phase of feature selecton). In ths paper, we focus on testng the effect of feature selecton on the performance of the classfer. The performance of SVM tself was not optmsed, although further nvestgaton s requred snce t affects the performance of the whole system. We used the default values to ts parameters n both cases, wth and wthout the use of feature selecton. The C- classfcaton SVM of package e1071 of the R language wth the default values to ts parameters was used. In these two systems, 5-fold cross valdaton was used. The number of ants was set to the number of the n the gven dataset. The ntal pheromone was set to 1. The number of teratons s 10 teratons. ρ was set to 0.4 for all experments except for datasets that contan more than 30 for whch t was 0.3. β was set to 0.2. φ was set to 0.2 and α to 1. After many experments, these values of the parameters were used snce they gve the best performance of the proposed algorthm. C. Results Table II shows the results of these two systems usng the above mentoned datasets. The results for the algorthm represent the average of ten ndependent runs. These systems are mplemented usng the R language [20]-[21] and the WEKA machne learnng tool [22]-[23]. All the experments were run on a PC wth a 2 GHz CPU and 2 GB RAM. TABLE II. Dataset Name THE ACCURACY OF SVM WITH AND WITHOUT THE USE OF FEATURE SELECTION. orgnal Avg. no. of usng ACS_SVM SVM (wthout FS) SVM-FS (wth FS) Statstcal datasets Backache Prnn_vrus Prnn_vruses Analcatdata_authorshp Analcatdata_marketng UCI datasets Kdd_synthetc_control Sonar Vehcle Dermatology Wne The prevous results show that SVM-FS wth the proposed algorthm for performng feature selecton outperforms SVM that uses all the n all the datasets (the accuracy of SVM (the last column) s larger than that of SVM wth all (the fourth column)). The number of by the proposed algorthm (the thrd column) s sgnfcantly smaller than the total number of the n the orgnal datasets (the second column) n all of the datasets. It should be noted that the proposed algorthm can gve better results f we set the parameters ndvdually for each dataset. Table III compares some of the results of the proposed algorthm wth the results of other feature selecton algorthms from the lterature as follows: 1. Genetc algorthm (GA) for feature selecton wth the use of DstAI classfer (GADstAI). These results are taken from Yang and Honavar [1]. GAs are one of the most common approaches for feature selecton. 2. Partcle swarm optmsaton (PSO). These results are taken from Tu et al. [24]. 3. Chaotc bnary partcle swarm optmsaton (CBPSO). These results are taken from Chuang et al. [25]. 89

6 TABLE III. COMPARISON BETWEEN THE PROPOSED ALGORITHM AND OTHER FEATURE SELECTION ALGORITHMS Dataset Name PSO_SVM CBPSO_KNN GADstAI ACS_SVM (proposed) Avg. no. of accuracy Avg. no. of accuracy Avg. no. of accuracy Avg. no. of accuracy Sonar Vehcle Wne Ths comparson shows that the proposed algorthm outperforms the other approaches n solvng feature selecton problems n terms of the accuracy of the classfer. The accuracy of SVM compared wth the proposed algorthm (the last column) s hgher than that of the other approaches (the thrd, the ffth, and the seventh columns) n all of the datasets used n ths comparson. VII. DISCUSSION The proposed algorthm deals wth the feature selecton problem as a bnary problem and ntegrates ths nto an ACS framework. The proposed algorthm s general as t can be used wth any dataset as shown n the prevous sectons (snce these datasets are from dfferent domans). Ths s motvated by the need for feature selecton n dfferent applcaton areas. One example, the dermatology dataset, s llustrated here. It s known that the dfferental dagnoss of erythemato-squamous dseases s a real problem n dermatology. They all share the clncal of erythema and scalng, wth very few dfferences. The dseases n ths group are psorass, seborec dermatts, lchen planus, ptyrass rosea, cronc dermatts, and ptyrass rubra plars. Usually a bopsy s necessary for the dagnoss but unfortunately these dseases share many hstopathologcal as well. Another dffculty for the dfferental dagnoss s that a dsease may show the of another dsease at the begnnng stage and may have the characterstc at the later stages. Patents were frst evaluated clncally wth 12. Afterwards, skn samples were taken for the evaluaton of 22 hstopathologcal. The values of the hstopathologcal are determned by an analyss of the samples under a mcroscope. All of that makes selectng the most nformatve s hghly desrable n many applcatons related to ths doman [26]. The mert of the proposed algorthm s that t s a combnaton between the tradtonal ACO and the ACO algorthms that deals wth feature selecton as a bnary problem. The man characterstcs of the proposed algorthm are as follows: The move probablty s not zero or one as n Shen et al. [12] or uses only the weght (pheromone) assocated wth each feature as n Izralev and Agrafots [10]. Yet, t uses a smlar equaton to ACS where two factors are used to compute t. These two factors are the old pheromone value assocated wth a feature and the heurstc nformaton. Ths heurstc nformaton ndcates how often a partcular feature has been chosen by dfferent ants. Therefore the value of the move probablty depends on the result of the equaton. It uses the local pheromone update as n ACS. Usng the local pheromone update leads to decreasng the pheromone values on the that encourages subsequent ants to choose other and subsequently produce dverse solutons. A dfferent global pheromone update equaton rather than the usual one s used for feature selecton. Ths equaton s used by the best ant as n ACS. The global pheromone update n ths algorthm uses the old pheromone value assocated wth the feature multpled by the nverse of the length of the best ant s soluton. The length of the soluton of each ant s not fxed as n Guntur et al. [11] and n Shamspur et al. [14] allowng each ant to construct ts soluton wthout any pror restrcton. The only crteron used n evaluatng the constructed soluton by each ant s the accuracy of the classfer. VIII. CONCLUSIONS AND FUTURE WORK In ths paper, the feature selecton problem for classfcaton was solved usng an ant colony system approach on an SVM classfer wth ten artfcal and real world datasets. The proposed algorthm deals wth the feature selecton problem as a bnary one. We used heurstc nformaton n order to gude the search process besdes the pheromone values as n most of the conventonal ACO algorthms. The results are promsng n terms of the soluton qualty and the number of n all the datasets. Although the obtaned results are encouragng, further nvestgaton nto the adjustment of the values of the large number of parameters that the proposed algorthm has, s requred. These are ts parameters besdes the parameters of SVM. All of these parameters need to be adjusted so that the performance of the proposed algorthm s enhanced. In order to sensbly attempt ths parameter exploraton, as well as to be able to solve large real-world feature selecton problems n reasonable amounts of computatonal tme, the use of parallel and hgh performance computaton wll be necessary. It should be noted that by usng ensemble feature selecton the performance of the proposed algorthm could be enhanced, especally when dealng wth large datasets. Recently, the ensemble feature selecton technque has been used to select dfferent feature subsets for each base learner to construct an ensemble classfer. Ths s exemplfed by L et al. [27] who they used dynamc Adaboost learnng wth feature 90

7 selecton based on a parallel genetc algorthm. Another research drecton s to use hgh performance computng technques such as parallel multcategory support vector machnes [28]. Ths s because usng support vector machnes for large datasets s very computatonally ntensve and usng hgh performance computng technques can mprove ts performance. For example, the experments of Zhang et al. [28] showed that usng parallel multcategory support vector machnes enhanced the accuracy of the classfcaton. ACKNOWLEDGMENT The authors would lke to thank Dr. Andrew Lews for hs valuable comments on ths paper. REFERENCES [1] Yang, J., Honavar, V.: Feature subset selecton usng a genetc algorthm, IEEE Intellgent Systems, vol. 13, no. 2, pp , (1998) [2] Bandyopadhyay, S., and Pal, S.: Classfcaton and Learnng Usng Genetc Algorthms-Applcatons n Bonformatcs and Web Intellgence, Sprnger-Verlag Berln Hedelberg, (2007) [3] Duda, R.O., Hart, P.E.: Pattern classfcaton and scene analyss, John Wley & Sons, Inc. (1973) [4] Han, J., and Kamber, M.: Data mnng concepts and technques, Academc Press, ( 2001) [5] Lu, H., Motoda, H.: Feature Selecton for Knowledge Dscovery and Data Mnng, Kluwer Academc, Norwell, MA, (1998) [6] Dorgo, M., Bonabeou, E., and Theraulaz, G.: Inspraton for optmzaton from socal nsect behavor, Nature, vol. 406, pp , (2000) [7] Dorgo, M., and Stutzle, T.: Ant Colony Optmzaton, MIT Press, (2004) [8] Dorgo, M., Brattar, M., and Stutzle, T.: Ant colony optmzatonartfcal ants as a computatonal ntellgence technque, IEEE computatonal ntellgence magazne, (2006) [9] Dorgo, M., Caro, G.D., and Sampels, M.: Ant Algorthms, Sprnger- Verlag (2002) [10] Izralev, S., Agrafots, D.: Varable selecton for QSAR by artfcal ant colony systems, SAR QSAR n envronmental research, vol. 13, pp , (2002) [11] Guntur, S., Narayanan, R., Khandelwal, A.: In slco ADME modelng 2: Computatonal models to predct human serum albumn bndng affnty usng ant colony systems, Bo-organcs & Medcnal Chemstry, vol. 14, pp , (2006) [12] Shen, Q., Jang, J.H., Tao, J.C., Shen, G.L., and Yu, R.Q.: Modfed Ant Colony Optmzaton Algorthm for Varable Selecton n QSAR Modelng: QSAR Studes of Cyclooxygenase Inhbtors. J Chem. Inf. Model, vol. 45, pp , (2005) [13] Sh, W., Shen, Q., Kong, W., and Ye, B.: QSAR analyss of tyrosne knase nhbtor usng modfed ant colony optmzaton and multple lnear regresson, European Journal of Medcnal Chemstry. vol. 42, pp , (2007) [14] Shamspur, M., Zare-Shahabad, V., Hemmateenejad, B., and Akhond, M.: Ant colony optmzaton: a powerful tool for wavelength selecton, Journal of Chemometrcs, vol. 20, pp , (2006) [15] Dorgo, M., and Gambardella, L.M.: Ant colony system: A cooperatng learnng approach to the travelng salesman problem, IEEE Transactons on evolutonary computaton, vol.1, no. 1, pp , (1997) [16] Haste, T., Tbshran, R., Fredman, J.: The Elements of Statstcal Learnng-Data Mnng, Inference, and Predcton, Second Edton, Sprnger, (2008) [17] vewed 25th June [18] Murphy, P.M., Aha, D.W.: UCI Repostory of machne learnng databases, Department of nformaton and computer scence, Unversty of Calforna, Irvne, CA, vewed 25th June [19] Abd-Alsabour, N.: Feature Selecton for Classfcaton Usng an Ant System Approach, n Hnchey, M., et al. (Eds.): IFIP Advances n Informaton and Communcaton Technology, vol. 329, pp , (2010) [20] R: A Language and Envronment for Statstcal Computng 2006 [ R Foundaton for Statstcal Computng, Venna, Austra. [21] Dalgaard, P.: Introductory statstcs wth R, Sprnger, (2008) [22] vewed 25th June [23] Wtten, I., and Frank, E.: Data Mnng: Practcal machne learnng tools and technques, 2nd Edton, Morgan Kaufmann, San Francsco, (2005) [24] Tu, C.J., Chuang, L.Y., Chang, J.Y, and Yang, C.H.: Feature Selecton usng PSO-SVM, Internatonal Journal of Computer Scence, vol. 18, pp. 33-1, (2007) [25] Chuang, L.Y., L, J.C., and Yang, C.H.: Chaotc Bnary Partcle Swarm Optmzaton for Feature Selecton usng Logstc Map, Proceedngs of the Internatonal Conference of Engneers and Computer Scentsts, vol. I, Hong Kong (2008) [26] vewed 10th October [27] L, R., Lu, J., Zhang, Y., Zhao, T.: Dynamc Adaboost learnng wth feature selecton based on parallel genetc algorthm for mage annotaton, Knowledge-Based Systems, vol. 23, pp , (2010) [28] Zhang, C., L, P., Rajendran, A., Deng Y., and Chen D.: Parallelzaton of multcategory support vector machnes (PMC-SVM) for classfyng mcroarray data, BMC Bonformatcs, vol. 7, Suppl. 4, (2006) 91

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

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

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

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

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

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

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

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

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

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

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS

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

More information

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

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

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

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

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

Machine Learning 9. week

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

More information

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

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

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

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

Feature Subset Selection Based on Ant Colony Optimization and. Support Vector Machine

Feature Subset Selection Based on Ant Colony Optimization and. Support Vector Machine Proceedngs of the 7th WSEAS Int. Conf. on Sgnal Processng, Computatonal Geometry & Artfcal Vson, Athens, Greece, August 24-26, 27 182 Feature Subset Selecton Based on Ant Colony Optmzaton and Support Vector

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

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

A Two-Stage Algorithm for Data Clustering

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

More information

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

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

OPTIMIZATION OF FUZZY RULE BASES USING CONTINUOUS ANT COLONY SYSTEM

OPTIMIZATION OF FUZZY RULE BASES USING CONTINUOUS ANT COLONY SYSTEM Proceedng of the Frst Internatonal Conference on Modelng, Smulaton and Appled Optmzaton, Sharah, U.A.E. February -3, 005 OPTIMIZATION OF FUZZY RULE BASES USING CONTINUOUS ANT COLONY SYSTEM Had Nobahar

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

Ant Colony Algorithm for Clustering through of Cliques

Ant Colony Algorithm for Clustering through of Cliques Ant Colony Algorthm for Clusterng through of Clques Julo Cesar Ponce Gallegos a, Felpe Padlla Díaz a, Carlos Alberto Ochoa Ortz Zezzatt b, Alejandro Padlla Díaz a, Eunce Esther Ponce de León a y Fatma

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

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

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

More information

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

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

Concurrent Apriori Data Mining Algorithms

Concurrent Apriori Data Mining Algorithms Concurrent Apror Data Mnng Algorthms Vassl Halatchev Department of Electrcal Engneerng and Computer Scence York Unversty, Toronto October 8, 2015 Outlne Why t s mportant Introducton to Assocaton Rule Mnng

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

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

CHAPTER 2 PROPOSED IMPROVED PARTICLE SWARM OPTIMIZATION

CHAPTER 2 PROPOSED IMPROVED PARTICLE SWARM OPTIMIZATION 24 CHAPTER 2 PROPOSED IMPROVED PARTICLE SWARM OPTIMIZATION The present chapter proposes an IPSO approach for multprocessor task schedulng problem wth two classfcatons, namely, statc ndependent tasks and

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

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

Simulation: Solving Dynamic Models ABE 5646 Week 11 Chapter 2, Spring 2010

Simulation: Solving Dynamic Models ABE 5646 Week 11 Chapter 2, Spring 2010 Smulaton: Solvng Dynamc Models ABE 5646 Week Chapter 2, Sprng 200 Week Descrpton Readng Materal Mar 5- Mar 9 Evaluatng [Crop] Models Comparng a model wth data - Graphcal, errors - Measures of agreement

More information

Sum of Linear and Fractional Multiobjective Programming Problem under Fuzzy Rules Constraints

Sum of Linear and Fractional Multiobjective Programming Problem under Fuzzy Rules Constraints Australan Journal of Basc and Appled Scences, 2(4): 1204-1208, 2008 ISSN 1991-8178 Sum of Lnear and Fractonal Multobjectve Programmng Problem under Fuzzy Rules Constrants 1 2 Sanjay Jan and Kalash Lachhwan

More information

expermental results on NRP nstances. Secton V dscusses some related wor and Secton VI concludes ths paper. II. PRELIMINARIES Ths secton gves the defnt

expermental results on NRP nstances. Secton V dscusses some related wor and Secton VI concludes ths paper. II. PRELIMINARIES Ths secton gves the defnt A Hybrd ACO Algorthm for the Next Release Problem He Jang School of Software Dalan Unversty of Technology Dalan 116621, Chna janghe@dlut.edu.cn Jngyuan Zhang School of Software Dalan Unversty of Technology

More information

Associative Based Classification Algorithm For Diabetes Disease Prediction

Associative Based Classification Algorithm For Diabetes Disease Prediction Internatonal Journal of Engneerng Trends and Technology (IJETT) Volume-41 Number-3 - November 016 Assocatve Based Classfcaton Algorthm For Dabetes Dsease Predcton 1 N. Gnana Deepka, Y.surekha, 3 G.Laltha

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

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

Ant Colony Optimization to Discover the Concealed Pattern in the Recruitment Process of an Industry

Ant Colony Optimization to Discover the Concealed Pattern in the Recruitment Process of an Industry N. Svaram et. al. / (IJCSE) Internatonal Journal on Computer Scence and Engneerng Ant Colony Optmzaton to Dscover the Concealed Pattern n the Recrutment Process of an Industry N. Svaram Research Scholar,

More information

Lecture 5: Multilayer Perceptrons

Lecture 5: Multilayer Perceptrons Lecture 5: Multlayer Perceptrons Roger Grosse 1 Introducton So far, we ve only talked about lnear models: lnear regresson and lnear bnary classfers. We noted that there are functons that can t be represented

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

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

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

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

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

ELECTROMAGNETIC WAVE PROPAGATION MODELING USING THE ANT COLONY OPTIMIZATION ALGORITHM

ELECTROMAGNETIC WAVE PROPAGATION MODELING USING THE ANT COLONY OPTIMIZATION ALGORITHM Radoengneerng Electromagnetc Wave Propagaton Modelng usng the Ant Colony Optmzaton Algorthm 1 Vol. 11, No. 3, September 2002 P. PECHAČ ELECTROMAGNETIC WAVE PROPAGATION MODELING USING THE ANT COLONY OPTIMIZATION

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

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

Ant Colony Optimization Applied to Minimum Weight Dominating Set Problem

Ant Colony Optimization Applied to Minimum Weight Dominating Set Problem Ant Colony Optmzaton Appled to Mnmum Weght Domnatng Set Problem Raa JOVANOVIC Mlan TUBA Dana SIMIAN Texas AM Unversty Faculty of Computer Scence Department of Computer Scence at Qatar Megatrend Unversty

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

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

SHAPE RECOGNITION METHOD BASED ON THE k-nearest NEIGHBOR RULE

SHAPE RECOGNITION METHOD BASED ON THE k-nearest NEIGHBOR RULE SHAPE RECOGNITION METHOD BASED ON THE k-nearest NEIGHBOR RULE Dorna Purcaru Faculty of Automaton, Computers and Electroncs Unersty of Craoa 13 Al. I. Cuza Street, Craoa RO-1100 ROMANIA E-mal: dpurcaru@electroncs.uc.ro

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

Cost-efficient deployment of distributed software services

Cost-efficient deployment of distributed software services 1/30 Cost-effcent deployment of dstrbuted software servces csorba@tem.ntnu.no 2/30 Short ntroducton & contents Cost-effcent deployment of dstrbuted software servces Cost functons Bo-nspred decentralzed

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

Review of approximation techniques

Review of approximation techniques CHAPTER 2 Revew of appromaton technques 2. Introducton Optmzaton problems n engneerng desgn are characterzed by the followng assocated features: the objectve functon and constrants are mplct functons evaluated

More information

Comparison of Heuristics for Scheduling Independent Tasks on Heterogeneous Distributed Environments

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

More information

Load Balancing for Hex-Cell Interconnection Network

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

More information

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

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

A Learning Automata based Algorithm for Solving Traveling Salesman Problem improved by Frequency-based Pruning

A Learning Automata based Algorithm for Solving Traveling Salesman Problem improved by Frequency-based Pruning Internatonal Journal of Computer Applcatons (0975 8887) Volume 46 No.7, May 202 A Learnng Automata based Algorthm for Solvng Travelng Salesman Problem mproved by Frequencybased Prunng Mr Mohammad Alpour

More information

Complex System Reliability Evaluation using Support Vector Machine for Incomplete Data-set

Complex System Reliability Evaluation using Support Vector Machine for Incomplete Data-set Internatonal Journal of Performablty Engneerng, Vol. 7, No. 1, January 2010, pp.32-42. RAMS Consultants Prnted n Inda Complex System Relablty Evaluaton usng Support Vector Machne for Incomplete Data-set

More information

Optimizing Document Scoring for Query Retrieval

Optimizing Document Scoring for Query Retrieval Optmzng Document Scorng for Query Retreval Brent Ellwen baellwe@cs.stanford.edu Abstract The goal of ths project was to automate the process of tunng a document query engne. Specfcally, I used machne learnng

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

Machine Learning. Support Vector Machines. (contains material adapted from talks by Constantin F. Aliferis & Ioannis Tsamardinos, and Martin Law)

Machine Learning. Support Vector Machines. (contains material adapted from talks by Constantin F. Aliferis & Ioannis Tsamardinos, and Martin Law) Machne Learnng Support Vector Machnes (contans materal adapted from talks by Constantn F. Alfers & Ioanns Tsamardnos, and Martn Law) Bryan Pardo, Machne Learnng: EECS 349 Fall 2014 Support Vector Machnes

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 Comparison of Particle Swarms Techniques for the Development of Quantitative Structure-Activity Relationship Models for Drug Design

A Comparison of Particle Swarms Techniques for the Development of Quantitative Structure-Activity Relationship Models for Drug Design A Comparson of Partcle Swarms Technques for the Development of Quanttatve Structure-Actvty Relatonshp Models for Drug Desgn Walter Cedeño & Dmtrs Agrafots Johnson & Johnson Pharmaceutcal R&D 665 Stockton

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

Classification / Regression Support Vector Machines

Classification / Regression Support Vector Machines Classfcaton / Regresson Support Vector Machnes Jeff Howbert Introducton to Machne Learnng Wnter 04 Topcs SVM classfers for lnearly separable classes SVM classfers for non-lnearly separable classes SVM

More information

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

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

More information

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

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

Announcements. Supervised Learning

Announcements. Supervised Learning Announcements See Chapter 5 of Duda, Hart, and Stork. Tutoral by Burge lnked to on web page. Supervsed Learnng Classfcaton wth labeled eamples. Images vectors n hgh-d space. Supervsed Learnng Labeled eamples

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

Parallel Artificial Bee Colony Algorithm for the Traveling Salesman Problem

Parallel Artificial Bee Colony Algorithm for the Traveling Salesman Problem Parallel Artfcal Bee Colony Algorthm for the Travelng Salesman Problem Kun Xu, Mngyan Jang, Dongfeng Yuan The School of Informaton Scence and Engneerng Shandong Unversty, Jnan, 250100, Chna E-mal: xukun_sdu@163.com,

More information

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION

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

More information

A Saturation Binary Neural Network for Crossbar Switching Problem

A Saturation Binary Neural Network for Crossbar Switching Problem A Saturaton Bnary Neural Network for Crossbar Swtchng Problem Cu Zhang 1, L-Qng Zhao 2, and Rong-Long Wang 2 1 Department of Autocontrol, Laonng Insttute of Scence and Technology, Benx, Chna bxlkyzhangcu@163.com

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

Available online at ScienceDirect. Procedia Environmental Sciences 26 (2015 )

Available online at   ScienceDirect. Procedia Environmental Sciences 26 (2015 ) Avalable onlne at www.scencedrect.com ScenceDrect Proceda Envronmental Scences 26 (2015 ) 109 114 Spatal Statstcs 2015: Emergng Patterns Calbratng a Geographcally Weghted Regresson Model wth Parameter-Specfc

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

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

Cracking of the Merkle Hellman Cryptosystem Using Genetic Algorithm

Cracking of the Merkle Hellman Cryptosystem Using Genetic Algorithm Crackng of the Merkle Hellman Cryptosystem Usng Genetc Algorthm Zurab Kochladze 1 * & Lal Besela 2 1 Ivane Javakhshvl Tbls State Unversty, 1, I.Chavchavadze av 1, 0128, Tbls, Georga 2 Sokhum State Unversty,

More information

Empirical Distributions of Parameter Estimates. in Binary Logistic Regression Using Bootstrap

Empirical Distributions of Parameter Estimates. in Binary Logistic Regression Using Bootstrap Int. Journal of Math. Analyss, Vol. 8, 4, no. 5, 7-7 HIKARI Ltd, www.m-hkar.com http://dx.do.org/.988/jma.4.494 Emprcal Dstrbutons of Parameter Estmates n Bnary Logstc Regresson Usng Bootstrap Anwar Ftranto*

More information

Relevance Assignment and Fusion of Multiple Learning Methods Applied to Remote Sensing Image Analysis

Relevance Assignment and Fusion of Multiple Learning Methods Applied to Remote Sensing Image Analysis Assgnment and Fuson of Multple Learnng Methods Appled to Remote Sensng Image Analyss Peter Bajcsy, We-Wen Feng and Praveen Kumar Natonal Center for Supercomputng Applcaton (NCSA), Unversty of Illnos at

More information

Multiclass Object Recognition based on Texture Linear Genetic Programming

Multiclass Object Recognition based on Texture Linear Genetic Programming Multclass Object Recognton based on Texture Lnear Genetc Programmng Gustavo Olague 1, Eva Romero 1 Leonardo Trujllo 1, and Br Bhanu 2 1 CICESE, Km. 107 carretera Tjuana-Ensenada, Mexco, olague@ccese.mx,

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

ISSN: International Journal of Engineering and Innovative Technology (IJEIT) Volume 1, Issue 4, April 2012

ISSN: International Journal of Engineering and Innovative Technology (IJEIT) Volume 1, Issue 4, April 2012 Performance Evoluton of Dfferent Codng Methods wth β - densty Decodng Usng Error Correctng Output Code Based on Multclass Classfcaton Devangn Dave, M. Samvatsar, P. K. Bhanoda Abstract A common way to

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

Problem Set 3 Solutions

Problem Set 3 Solutions Introducton to Algorthms October 4, 2002 Massachusetts Insttute of Technology 6046J/18410J Professors Erk Demane and Shaf Goldwasser Handout 14 Problem Set 3 Solutons (Exercses were not to be turned n,

More information