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

Size: px
Start display at page:

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

Transcription

1 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 Based Intellgent Computng, Unversty of Jnan, Jnan, Chna {Zhangle,se_wangln}@ujn.edu.cn 2 Unversty of Jnan, Jnan, Chna kevnxw@foxmal.com,dp_lukk@ujn.edu.cn 3 Machne Intellgence Research Labs (MIR Labs), USA ajth.abraham@eee.org Abstract. Breast cancer s one of the most common tumors related to death n women n many countres. In ths paper, a novel neural network classfcaton model s developed. The proposed model uses floatng centrods method and partcle swarm optmzaton algorthm wth nerta weght as optmzer to mprove the performance of neural network classfer. Wsconsn breast cancer datasets n UCI Machne Learnng Repostory are tested wth neural network classfer of the proposed method. Expermental results show that the developed model mproves search convergence and performance. The accuracy of classfcaton of bengn and malgnant tumors could be mproved by the developed method compared wth other classfcaton technques. Keywords: Floatng Centrods Method, PSO, Neural Network, Breast Cancer Classfcaton. 1 Introducton Breast cancer s one of the most common malgnant tumors among women. Varous artfcal ntellgence technques [1-6] have been used to mprove the accuracy and effcency of cancer dagnoss. In recent years, neural network has wdely been appled to feature extracton, data compresson, data classfcaton, clusterng etc. [7]. The learnng algorthm of neural network s a supervsed learnng method. A classfer s usually constructed accordng to the character of a gven datasets and analyzed the character of the gven datasets. It s produced an exact model for each category data. In recent research, many classfcaton technques have been proposed, such as genetc algorthm [8], neural network [9-12], support vector machne [13-16], decson tree [17,18], etc.. Neural network model has been successfully used n many classfcaton problems among these technques. Conductng neural network classfer, the number of parameters ncludng nput layer, hdden layer and output layer s decded by the property, category and characters of dataset. In neural network classfer, sample s mapped by neural network. E. Corchado et al. (Eds.): HAIS 2012, Part I, LNCS 7208, pp , Sprnger-Verlag Berln Hedelberg 2012

2 648 L. Zhang et al. Centrod s a pont n partton space and denotes the center of a class. In a conventonal neural network classfer, poston of centrods and the relatonshp between centrods and classes are set manually. In addton, number of centrods s fxed wth reference to the number of classes. Ths fxed-centrod constrant decreases the chance to fnd optmal neural network. Therefore, a novel neural network classfer based on float centrods method (FCM) whch removes the fxed-centrod constrant and spread the centrods throughout the partton space s proposed n our prevous research [19]. However, despte the superor classfcaton results, the tranng effcency s not acceptable whch lmts the scope of applcaton n practce. Therefore, ths paper presents a developed method adopted partcle swarm optmzaton algorthm wth nerta weght as optmzer to mprove the search convergence and performance of FCM. The rest of the paper s organzed as follows: Secton 2 descrbes the partcle swarm optmzaton algorthm wth nerta weght. Secton 3 provdes the floatng centrods method algorthm and the process of learnng algorthm n detal. Experment results are presented n Secton 4, together wth some comparsons wth other classfcaton technques. In the end, Secton 5 concludes wth a bref summary of our study. 2 Partcle Swarm Optmzaton Algorthm wth Inerta Weght The Partcle Swarm Optmzaton (PSO) algorthm whch s put forward by Kennedy and Eberhart s one of evolutonary algorthms [21]. It s an adaptve method that can be used to solve optmzaton problem. Conductng search uses a populaton of partcle whch corresponds to ndvduals. A populaton of partcles s randomly generated ntally. Each partcle s poston represents a possble soluton pont n the problem space. Each partcle has an updatng poston vector x and updatng velocty vector v by movng through the problem space. At each step, a ftness functon evaluatng each partcle s qualty s calculated by poston vector x. The vector p represents the best ever poston of each partcle and p g represents the best poston obtaned so far n the populaton. For each teraton t, followng the ndvdual best poston p and the global best poston p g, the velocty vector of partcle s updated by: v ( g t t + 1) = v ( t) + c φ ( p ( t) x ( t)) + c φ ( p ( t) x ( )) (1) where c 1 and c 2 are postve constant and φ 1 and φ 2 are unformly dstrbuted random number n [0,1]. The velocty vector v s range of [-V max, V max ]. Updatng the velocty vector of partcle by ths method enables the partcle to search around ts

3 Research of Neural Network Classfer Based on FCM and PSO 649 ndvdual best poston and global best poston. Based on the updated velocty, each partcle changes ts poston accordng to the followng formula: x ( t + 1) = x ( t) + v ( t + 1) (2) Based on ths method, the populaton of partcles tends to cluster together. To avod premature convergence, the followng formula can mprove the velocty vector of each partcle addng the nerta weght factor ω [21]. v ( t + 1) = v ( t) + c1φ1 ( p ( t) x ( t)) + c2φ2 ( pg t ( t) x ( )) ω (3) where nerta weght factor ω s a real number. The nerta weght factor ω controls the magntude of the velocty vector v. The nerta weght factor ω s a rato factor related to the prevous velocty. The nerta weght factor ω decdes the nfluence from the prevous velocty to current velocty. The large nerta weght factor ω can make globally search and the small nerta weght factor ω wll make local search [22]. The fellow method s adopted by the nerta factor ω from ω max toω mn : ω = ( ω ω ) *(maxter ter)/ maxter + ω (4) max mn where maxter s the total number of teraton, ter s the current teraton. Lnearly decreasng the nerta factor ω from ω max to ωmn can mprove the search area frstly and locate the best poston quckly. Wth the nerta weght factor ω gradually decreasng, the velocty of partcle becomes slower and makes local search subtly. The convergence becomes faster owng to add the nerta weght factor. mn 3 The Procedure of Learnng Algorthm for FCM and PSO 3.1 Floatng Centrods Method FCM [19] s an approach whch has some floatng centrods wth class labels spread n the partton space. A sample s labeled by a certan class when the closest centrod of ts correspondng mapped pont s the closest centrods of ths certan class. The partton space s decded by an rregular regons controlled by centrods. To get these floatng centrods, tranng samples are mapped to partton space by neural network, and then, correspondng mapped ponts n partton space wll be parttoned nto several numbers of dsjont subsets usng the K-Means clusterng algorthm [20]. The floatng centrods are defned as computng the cluster centers of these subsets. So, the number of centrods may be more than the number of classes. Fnally, each of these centrods wll be labeled by one class. If tranng ponts of one class are majorty among all the ponts whch belong to a centrod, the centrod s labeled by ths class. More than one centrod can be labeled by one class.

4 650 L. Zhang et al. The floatng centrods method can acheve the optmzaton objectve of neural network classfer, because t s no constrant n the number of centrods and the class label of centrods are computed by the mapped ponts n partton space. The floatng centrods method has no fxed-centrod. The functon of floatng centrods method s that allocates ponts n the same class together as close as possble and separates ponts n the dfferent classes from the partton space. 3.2 Model of Neural Network Classfer A neural network classfer s a par (F, P), where centrod n P have been colored. The model neural network classfer s descrbed by Fg. 1. If a new dataset need to be categorzed, t can be mapped one pont n P used by F, then predct the category accordng to the dstance whch measured by Eucldan dstance. Ths process s llustrated n Fg.2. The dmenson of partton space s set to two and the number of classes s three. Fg. 1. Model of classfer Fg. 2. Categorzng a new sample 3.3 Centrods Generaton Frstly, the tranng dataset s mapped to partton space usng by neural network. The mapped pont correspondng to tranng data s named colored pont. The colored ponts n partton space are dvded nto k dsjont clusters used by K-means algorthm. Then each centrod s labeled category tag accordng to the prncple whch s

5 Research of Neural Network Classfer Based on FCM and PSO 651 that f the color ponts of one class are majorty n all of color ponts, the class should color the centrod. One class can color one or more centrods. If the number of datasets between classes s dfferent, t should keep equtableness usng weghts or other solutons. One class colors a centrod by a hgher probablty, f the number of ths class dataset s larger than others. 3.4 The Process of Learnng Algorthm The goal of learnng algorthm s to get the best neural network and t correspondng colored partton space. The process of learnng algorthm s descrbed by Algorthm 1. Algorthm 1: The process of learnng algorthm Input: User-defned parameters and tranng data set; Output: Best neural network and ts correspondng colored partton space; Step 1: Code neural network to form ndvdual accordng to the partcle swarm optmzaton mentoned wth nerta weght n Secton 2; Step 2: whle maxmum generaton has not been reached do; Step 3: for =1 to the number of ndvduals do; Step 4: Decode ndvdual d to form a neural network; Step 5: Perform centrod generaton wth ths neural network to get colored partton space; Step 6: Use ths neural network and ts correspondng colored partton space to compute the value of optmzaton target functon as the ftness of ndvdual ; Step 7: end for; Step 8: Perform an teraton of mproved partcle swarm optmzaton algorthm, update ndvduals by ther ftness; Step 9: end whle; Step 10: return the best neural network and ts correspondng colored partton space. 3.5 Target Functon The optmzaton target functon s defned as the follow formula, F = s = Z e a (1 2 ) (5) where Z s the value of pont sample whch s mappng to the partton space. S s total number of samples n the tranng dataset and a s a real constant whch controls tortuosty. The target functon s to put ponts n the same class together as close as possble and keep ponts n the dfferent class away from others as far as possble.

6 652 L. Zhang et al. 4 Experments and Results The crteron of testng accuracy s defned to evaluate the performance of ths method. Testng accuracy (TA) whch s a method to obtan better generalzaton capablty s adopted testng data to acheve the accurate rate. TPtest TA = *100% (6) P test where TPtest represent the number of correctly classfed samples n testng dataset and P test s number of total samples n testng dataset. To test the effectveness of the proposed method, we select the Wsconsn breast cancer datasets for the experments whch s selected from the UCI machne learnng database generated by Dr. Wllam from the Unversty of Wsconsn Madson [24]. Breast cancer can be dagnosed bengn or malgnant by puncture samplng. Wsconsn breast cancer dataset conssts of 569 records and 2 classes, whch 357 records are bengn type and 212 records are malgnant type. Each record has 30 attrbutes ncludng ten quantfyng feature, such as dameter, permeter, symmetry etc. The breast cancer datasets s dvded nto two subsets randomly, one s selected as the tranng dataset and the other s the testng dataset. There are 285 records as tranng dataset and 284 records as testng dataset for bengn and malgnant type. Ths two type expermental data have been done respectvely. One class of sample s used for the bengn and the other s used for the malgnant. The normal data s labeled as 1 and the abnormal data s labeled as 0. In our experments, a three-layered feed-forward neural network wth 15 hdden neurons s adopted and the partcle swarm optmzaton algorthm wth nerta weght s selected as optmzer. Ths proposed method s compared wth the other neural network classfers, ncludng Flexble Neural Tree (FNT) [23], Neural Network (NN) and Wavelet Neural Network (WNN) [25]. The parameters of PSO algorthm are mportant factors on searchng the optmal soluton. Through trals on these datasets, the parameters settng of partcle swarm optmzaton algorthm s defned by the follow Table 1. Table 1. Parameters for experments Populaton sze 20 Generaton 3000 W max 0.8 W mx 0.4 C 1 2 C 2 2 V max 3 V mn -3

7 Research of Neural Network Classfer Based on FCM and PSO 653 Table 2 depcts the accuracy results for testng data wth comparson between our method and other methods. The result ndcates that our proposed method s fully capable of mprovng the generalzaton ablty of neural network classfer. Table 2. Testng accuracy (%) Cancer type FNT NN WNN Our method Bengn Malgnant Conclusons In ths paper, a novel neural network s proposed based on floatng centrods method and partcle swarm optmzaton algorthm. Ths approach makes sample to be mapped nto neural network and partton space s used to categorze data sample. The proposed method removes the fxed-centrod constrant. An mproved partcle swarm optmzaton wth nerta weght s adopted as optmzer n ths paper. It ncreases the varety of partcles and mproves the performance and convergence of standard partcle swarm optmzaton algorthm. To evaluate the performance of our proposed approach, Wsconsn breast cancer datasets from UCI machne learnng repostory s selected to compare the accuracy measure wth FNT, NN and WNN. Expermental results llustrate that our method s more effcent than other methods n classfcaton accuracy of breast cancer dataset. Acknowledgements. Ths work was supported by the Natural Scence Foundaton of Shandong Provnce No. ZR2011FL021, the Natural Scence Foundaton of Chna No , the Scence and Technology Development Program of Shandong Provnce No. 2011GGX References 1. Hulka, B.S., Moorman, P.G.: Breast Cancer: Hormones and Other Rsk Factors. Maturtas 38(1), (2001) 2. Corchado, E., Graña, M., Woznak, M.: New trends and applcatons on hybrd artfcal ntellgence systems. Neurocomputng 75(1), (2012) 3. García, S., Fernández, A., Luengo, J., Herrera, F.: Advanced nonparametrc tests for multple comparsons n the desgn of experments n computatonal ntellgence and data mnng: Expermental analyss of power. Informaton Scences 180(10), (2010) 4. Corchado, E., Abraham, A., Carvalho, A.: Hybrd ntellgent algorthms and applcatons. Informaton Scences 180(14), (2010) 5. Pedrycz, W., Alev, R.: Logc-orented neural networks for fuzzy neurocomputng. Neurocomputng 73(1-3), (2009) 6. Abraham, A., Corchado, E., Corchado, J.M.: Hybrd learnng machnes. Neurocomputng 72(13-15), (2009)

8 654 L. Zhang et al. 7. Goldberg, D.E.: Genetc Algorthms n Search, Optmzaton and Machne Learnng. Addson-Wesley (1989) 8. Platt, J., Crstann, N., Shawe Taylor, J.: Large Margn DAGs for Multclass Classfcaton. In: Advances n Neural Informaton Processng Systems, pp (2000) 9. Lu, H., Rudy, S., Huan, L.: Effect data mnng usng neural networks. IEEE Transcaton Knowledge Data Engneer. 8(6), (1996) 10. Msraa, B.B., Dehurb, S., Dashc, P.K., Pandad, G.: A reduced and comprehensble polynomal neural network for classfcaton. Pattern Recognton 29(12), (2008) 11. Daq, G., Yan, J.: Classfcaton methodologes of multlayer perceptons wth sgmod actvaton functons. Pattern Recognton 38(10), (2005) 12. Chen, Y., Abraham, A., Yang, B.: Feature selecton and classfcaton usng flexble neural tree. Neurocomputng 70(1-3), (2006) 13. Vapnk, V.N.: The nature of statstcal learnng theory. Sprnger, New York (1995) 14. Chua, Y.S.: Effcent computatons for large least square support vector machne classfers. Pattern Recognton 24(1-3), (2003) 15. Koknar-Tezel, S., Lateck, L.J.: Improvng SVM classfcaton on mbalanced tme seres data sets wth ghost ponts. Knowledge and Informaton Systems 28(1), 1 23 (2011) 16. Benjamn, X.W., Japkowcz, N.: Boostng support vector machnes for mbalanced data sets. Knowledge and Informaton Systems 25(1), 1 20 (2011) 17. Qnlan, J.R.: Introducton of decson trees. Machne Learnng 1(1), (1986) 18. Wang, L., Yang, B., Chen, Y., Abraham, A., Sun, H., Chen, Z., Wang, H.: Improvement of Neural Network Classfer usng Floatng Centrods. Knowledge and Informaton Systems (2011), do: /s Freund, Y.: Boostng a weak learnng algorthm by majorty. Informaton Computng 121(2), (1995) 20. Hartgan, J.A., Wong, M.A.: A k-means clusterng algorthm. Appled Stat. 28(1), (1979) 21. Eberhart, R.C., Sh, Y.: Partcle Swarm Optmzaton: Developments, Applcatons and Resources. In: Proc. of the Congress on Evolutonary Computaton, pp (2001) 22. Huang, C.-P., Xong, W.-L., Xu, B.-G.: Influnce of Inerta Weght on Astrngency of Partcle Swarm Algorthm and Its Improvement. Computer Engneerng 34(12), (2008) 23. Yang, B., Wang, L., Chen, Z., Chen, Y., Sun, R.: A novel classfcaton method usng the combnaton of FDPS and flexble neural tree. Neurocomputng 73(4-6), (2010) 24. Blake, C.L., Merz, C.J., Newman, D.J., et al.: UCI Repostory of Machne Learnng Databases (2002), Chen, Y., Abraham, A.: Hybrd Neurocomputng for Detecton of Breast Cancer. In: The Fourth IEEE Internatonal Workshop on Soft Computng as Transdscplnary Scence and Technology (WSTST 2005), pp (2005)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Chinese Word Segmentation based on the Improved Particle Swarm Optimization Neural Networks

Chinese Word Segmentation based on the Improved Particle Swarm Optimization Neural Networks Chnese Word Segmentaton based on the Improved Partcle Swarm Optmzaton Neural Networks Ja He Computatonal Intellgence Laboratory School of Computer Scence and Engneerng, UESTC Chengdu, Chna Department of

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

Optimizing SVR using Local Best PSO for Software Effort Estimation

Optimizing SVR using Local Best PSO for Software Effort Estimation Journal of Informaton Technology and Computer Scence Volume 1, Number 1, 2016, pp. 28 37 Journal Homepage: www.jtecs.ub.ac.d Optmzng SVR usng Local Best PSO for Software Effort Estmaton Dnda Novtasar 1,

More information

Extraction of Fuzzy Rules from Trained Neural Network Using Evolutionary Algorithm *

Extraction of Fuzzy Rules from Trained Neural Network Using Evolutionary Algorithm * Extracton of Fuzzy Rules from Traned Neural Network Usng Evolutonary Algorthm * Urszula Markowska-Kaczmar, Wojcech Trelak Wrocław Unversty of Technology, Poland kaczmar@c.pwr.wroc.pl, trelak@c.pwr.wroc.pl

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

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

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

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

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

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

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

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

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

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

Rule Discovery with Particle Swarm Optimization

Rule Discovery with Particle Swarm Optimization Rule Dscovery wth Partcle Swarm Optmzaton Yu Lu 1, Zheng Qn 1,2, Zhewen Sh 1, and Junyng Chen 1 1 Department of Computer Scence, Xan JaoTong Unversty, Xan 710049, P.R. Chna luyu@malst.xjtu.edu.cn http://www.psodream.net

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

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

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

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

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

Classifier Swarms for Human Detection in Infrared Imagery

Classifier Swarms for Human Detection in Infrared Imagery Classfer Swarms for Human Detecton n Infrared Imagery Yur Owechko, Swarup Medasan, and Narayan Srnvasa HRL Laboratores, LLC 3011 Malbu Canyon Road, Malbu, CA 90265 {owechko, smedasan, nsrnvasa}@hrl.com

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

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

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

On Supporting Identification in a Hand-Based Biometric Framework

On Supporting Identification in a Hand-Based Biometric Framework On Supportng Identfcaton n a Hand-Based Bometrc Framework Pe-Fang Guo 1, Prabr Bhattacharya 2, and Nawwaf Kharma 1 1 Electrcal & Computer Engneerng, Concorda Unversty, 1455 de Masonneuve Blvd., Montreal,

More information

K-means Optimization Clustering Algorithm Based on Hybrid PSO/GA Optimization and CS validity index

K-means Optimization Clustering Algorithm Based on Hybrid PSO/GA Optimization and CS validity index Orgnal Artcle Prnt ISSN: 3-6379 Onlne ISSN: 3-595X DOI: 0.7354/jss/07/33 K-means Optmzaton Clusterng Algorthm Based on Hybrd PSO/GA Optmzaton and CS valdty ndex K Jahanbn *, F Rahmanan, H Rezae 3, Y Farhang

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

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

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

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

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

Classifying Acoustic Transient Signals Using Artificial Intelligence

Classifying Acoustic Transient Signals Using Artificial Intelligence Classfyng Acoustc Transent Sgnals Usng Artfcal Intellgence Steve Sutton, Unversty of North Carolna At Wlmngton (suttons@charter.net) Greg Huff, Unversty of North Carolna At Wlmngton (jgh7476@uncwl.edu)

More information

Identification of a Gaussian Fuzzy Classifier

Identification of a Gaussian Fuzzy Classifier 8 Internatonal Journal of Control, Automaton, and Systems Vol., No., March 004 Identfcaton of a Gaussan Fuzzy Classfer Heesoo Hwang Abstract: Ths paper proposes an approach to dervng a fuzzy classfer based

More information

A hybrid sequential approach for data clustering using K-Means and particle swarm optimization algorithm

A hybrid sequential approach for data clustering using K-Means and particle swarm optimization algorithm MultCraft Internatonal Journal of Engneerng, Scence and Technology Vol., No. 6, 00, pp. 67-76 INTERNATIONAL JOURNAL OF ENGINEERING, SCIENCE AND TECHNOLOGY www.jest-ng.com 00 MultCraft Lmted. All rghts

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

Backpropagation: In Search of Performance Parameters

Backpropagation: In Search of Performance Parameters Bacpropagaton: In Search of Performance Parameters ANIL KUMAR ENUMULAPALLY, LINGGUO BU, and KHOSROW KAIKHAH, Ph.D. Computer Scence Department Texas State Unversty-San Marcos San Marcos, TX-78666 USA ae049@txstate.edu,

More information

Machine Learning. Topic 6: Clustering

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

More information

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

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

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

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

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

Quality Improvement Algorithm for Tetrahedral Mesh Based on Optimal Delaunay Triangulation

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

More information

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

Using Particle Swarm Optimization for Enhancing the Hierarchical Cell Relay Routing Protocol

Using Particle Swarm Optimization for Enhancing the Hierarchical Cell Relay Routing Protocol 2012 Thrd Internatonal Conference on Networkng and Computng Usng Partcle Swarm Optmzaton for Enhancng the Herarchcal Cell Relay Routng Protocol Hung-Y Ch Department of Electrcal Engneerng Natonal Sun Yat-Sen

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

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

CHAPTER 4 OPTIMIZATION TECHNIQUES

CHAPTER 4 OPTIMIZATION TECHNIQUES 48 CHAPTER 4 OPTIMIZATION TECHNIQUES 4.1 INTRODUCTION Unfortunately no sngle optmzaton algorthm exsts that can be appled effcently to all types of problems. The method chosen for any partcular case wll

More information

Face Recognition Method Based on Within-class Clustering SVM

Face Recognition Method Based on Within-class Clustering SVM Face Recognton Method Based on Wthn-class Clusterng SVM Yan Wu, Xao Yao and Yng Xa Department of Computer Scence and Engneerng Tong Unversty Shangha, Chna Abstract - A face recognton method based on Wthn-class

More information

Data Mining For Multi-Criteria Energy Predictions

Data Mining For Multi-Criteria Energy Predictions Data Mnng For Mult-Crtera Energy Predctons Kashf Gll and Denns Moon Abstract We present a data mnng technque for mult-crtera predctons of wnd energy. A mult-crtera (MC) evolutonary computng method has

More information

Fault Diagnosis of Sucker-Rod Pumping System Using Support Vector Machine

Fault Diagnosis of Sucker-Rod Pumping System Using Support Vector Machine Fault Dagnoss of Sucker-Rod Pumpng System Usng Support Vector Machne Jln Feng, Maofa Wang,, Yheng Yang 2, Fangpng Gao, Zhan Pan, Wefeng Shan, Qngje Lu, Quge Yang, and Jng Yuan Department of Informaton

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

A fast algorithm for color image segmentation

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

More information

Analysis of Particle Swarm Optimization and Genetic Algorithm based on Task Scheduling in Cloud Computing Environment

Analysis of Particle Swarm Optimization and Genetic Algorithm based on Task Scheduling in Cloud Computing Environment Analyss of Partcle Swarm Optmzaton and Genetc Algorthm based on Tas Schedulng n Cloud Computng Envronment Frederc Nzanywayngoma School of Computer and Communcaton Engneerng Unversty of Scence and Technology

More information

A classification scheme for applications with ambiguous data

A classification scheme for applications with ambiguous data A classfcaton scheme for applcatons wth ambguous data Thomas P. Trappenberg Centre for Cogntve Neuroscence Department of Psychology Unversty of Oxford Oxford OX1 3UD, England Thomas.Trappenberg@psy.ox.ac.uk

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

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

A New Hybrid Method Based on Improved Particle Swarm Optimization, Ant Colony Algorithm and HMM for Web Information Extraction

A New Hybrid Method Based on Improved Particle Swarm Optimization, Ant Colony Algorithm and HMM for Web Information Extraction A New Hybrd Method Based on Improved Partcle Swarm Optmzaton, Ant Colony Algorthm and HMM for Web Informaton Extracton Rong LI, Hong-bn WANG Department of Computer, Xnzhou Teachers Unversty, Xnzhou, Chna

More information

Evolutionary Support Vector Regression based on Multi-Scale Radial Basis Function Kernel

Evolutionary Support Vector Regression based on Multi-Scale Radial Basis Function Kernel Eolutonary Support Vector Regresson based on Mult-Scale Radal Bass Functon Kernel Tanasanee Phenthrakul and Boonserm Kjsrkul Abstract Kernel functons are used n support ector regresson (SVR) to compute

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

Predator-Prey Pigeon-Inspired Optimization for UAV Three-Dimensional Path Planning

Predator-Prey Pigeon-Inspired Optimization for UAV Three-Dimensional Path Planning Predator-Prey Pgeon-Inspred Optmzaton for UAV Three-Dmensonal Path Plannng Bo Zhang 1 and Habn Duan 1,2,* 1 Scence and Technology on Arcraft Control Laboratory, School of Automaton Scence and Electrcal

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

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

Fingerprint matching based on weighting method and SVM

Fingerprint matching based on weighting method and SVM Fngerprnt matchng based on weghtng method and SVM Ja Ja, Lanhong Ca, Pnyan Lu, Xuhu Lu Key Laboratory of Pervasve Computng (Tsnghua Unversty), Mnstry of Educaton Bejng 100084, P.R.Chna {jaja}@mals.tsnghua.edu.cn

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

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

Image Segmentation of Thermal Waving Inspection based on Particle Swarm Optimization Fuzzy Clustering Algorithm

Image Segmentation of Thermal Waving Inspection based on Particle Swarm Optimization Fuzzy Clustering Algorithm 0.478/v0048-0-004-6 Image Segmentaton of Thermal Wavng Inspecton based on Partcle Swarm Optmzaton Fuzzy Clusterng Algorthm Jn Guofeng, Zhang We, Yang Zhengwe, Huang Zhyong, Song Yuanja, Wang Dongdong,

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 Time-driven Data Placement Strategy for a Scientific Workflow Combining Edge Computing and Cloud Computing

A Time-driven Data Placement Strategy for a Scientific Workflow Combining Edge Computing and Cloud Computing > REPLACE THIS LINE WITH YOUR PAPER IDENTIFICATION NUMBER (DOUBLE-CLICK HERE TO EDIT) < 1 A Tme-drven Data Placement Strategy for a Scentfc Workflow Combnng Edge Computng and Cloud Computng Bng Ln, Fangnng

More information

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

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

More information

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

Histogram based Evolutionary Dynamic Image Segmentation

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

More information

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

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

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

More information

The Comparison of Calibration Method of Binocular Stereo Vision System Ke Zhang a *, Zhao Gao b

The Comparison of Calibration Method of Binocular Stereo Vision System Ke Zhang a *, Zhao Gao b 3rd Internatonal Conference on Materal, Mechancal and Manufacturng Engneerng (IC3ME 2015) The Comparson of Calbraton Method of Bnocular Stereo Vson System Ke Zhang a *, Zhao Gao b College of Engneerng,

More information

Non-Negative Matrix Factorization and Support Vector Data Description Based One Class Classification

Non-Negative Matrix Factorization and Support Vector Data Description Based One Class Classification IJCSI Internatonal Journal of Computer Scence Issues, Vol. 9, Issue 5, No, September 01 ISSN (Onlne): 1694-0814 www.ijcsi.org 36 Non-Negatve Matrx Factorzaton and Support Vector Data Descrpton Based One

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

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

Classification Of Heart Disease Using Svm And ANN

Classification Of Heart Disease Using Svm And ANN fcaton Of Heart Dsease Usng Svm And ANN Deept Vadcherla 1, Sheetal Sonawane 2 1 Department of Computer Engneerng, Pune Insttute of Computer and Technology, Unversty of Pune, Pune, Inda deept.vadcherla@gmal.com

More information

A soft computing approach for modeling of severity of faults in software systems

A soft computing approach for modeling of severity of faults in software systems Internatonal Journal of Physcal Scences Vol. 5 (), pp. 074-085, February, 010 Avalable onlne at http://www.academcjournals.org/ijps ISSN 199-1950 010 Academc Journals Full Length Research Paper A soft

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

A Statistical Model Selection Strategy Applied to Neural Networks

A Statistical Model Selection Strategy Applied to Neural Networks A Statstcal Model Selecton Strategy Appled to Neural Networks Joaquín Pzarro Elsa Guerrero Pedro L. Galndo joaqun.pzarro@uca.es elsa.guerrero@uca.es pedro.galndo@uca.es Dpto Lenguajes y Sstemas Informátcos

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

MULTIOBJECTIVE OPTIMIZATION USING PARALLEL VECTOR EVALUATED PARTICLE SWARM OPTIMIZATION

MULTIOBJECTIVE OPTIMIZATION USING PARALLEL VECTOR EVALUATED PARTICLE SWARM OPTIMIZATION MULTIOBJECTIVE OPTIMIZATION USING PARALLEL VECTOR EVALUATED PARTICLE OPTIMIZATION K.E. Parsopoulos, D.K. Tasouls, M.N. Vrahats Department of Mathematcs, Unversty of Patras Artfcal Intellgence Research

More information