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

Size: px
Start display at page:

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

Transcription

1 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 Computer Chengdu Unversty of Informaton Technology Abstract The Chnese word segmentaton based on the mproved Partcle Swarm Optmzaton (PSO) neural networks s dscussed n ths paper. Frstly, a soluton s obtaned by searchng globally usng FPSO (Fuzzy cluster Partcle Swarm Optmzaton) algorthm, whch has strong parallel searchng ablty, encodng real number, and optmzng the tranng weghts, thresholds, and structure of neural networks. Then based on the optmzaton results obtaned from FPSO algorthm, the optmzaton soluton s contnuously searched by the followng BP algorthm, whch has strong local searchng ablty, untl t s dscovered fnally. Smulaton results show that the method proposed n ths paper greatly ncreases both the effcency and the accuracy of Chnese word segmentaton. Keywords Partcle Swarm Optmzaton(PSO), Fuzzy cluster Partcle Swarm Optmzaton(FPSO), Chnese word segmentaton, BP neural networks I. INTRODUCTION Chnese word segmentaton s one of the most dffcult research topcs n natural language processng. It s the base of Chnese nformaton processng. The smallest components of Chnese language are meanngful words nstead of characters[]. Unlke Englsh language, there s no blank space between two Chnese words. How to tell meanngful Chnese words from sentences, whch are serally stored n computer memory as Chnese character strngs, s called Chnese word segmentaton. In the process of Chnese word segmentaton by computer, denote an nput Chnese character strng as C C C 3 C n and the output as the sequental Chnese words W W W 3 W m, where W s a Chnese word wth ether only one or more Chnese characters[4]. Currently, Chnese word segmentaton s usually dealt wth neural networks especally BP neural networks that s wdely used[5][][3]. However, BP neural networks use gradent descent method and easly get nto local mnmum. That s, as the number of tranng samples ncreased, the nput and output relatonshp becomes complex. The convergence speed of networks becomes slower[]. In order to overcome ths shortage, researchers proposed many methods, such as methods to mprove the error functon and methods to mprove the exctaton functon etc., to mprove tranng speed of networks, but t stll can not avod local convergence. Convergence speed and accuracy of word segmentaton can be mproved by the neural networks traned by genetc algorthm at the same Ln Chen Department of Computer Chengdu Unversty of Informaton Technology Chengdu, Chna suelncl@6.com tme[]. But the tranng tme wll be ncreased because of the complex operaton of genetc algorthm. The accuracy wll be decreased by the redundant connectons of neural networks. In our research, Chnese word segmentaton based on the mproved FPSO neural networks s mplemented as follows: Frstly, a soluton s obtaned by searchng globally usng FPSO (Fuzzy cluster Partcle Swarm Optmzaton) algorthm, whch has strong parallel searchng ablty, encodng real number, and optmzng the tranng weghts, thresholds, and structure of neural networks. Then based on the optmzaton results obtaned from FPSO algorthm, the optmzaton soluton s contnuously searched by followng BP algorthm, whch has strong local searchng ablty, untl t s dscovered fnally[3]. Smulaton results show that the method proposed n ths paper greatly ncreases both of the effcency and accuracy of Chnese word segmentaton. II. INTRODUCTION OF FPSO ALGORITHM PSO optmzng BP neural networks focuses on how the partcle swarm can effectvely search the optmzaton soluton n the soluton space[]. However, along the ncreasng of teraton tmes and swarm types, the basc PSO algorthm s tme-consumng and requres a large number of teraton tmes when calculatng values wth hgh accuracy although t s able to converge to the global mnmum[6]. Further more, the nformaton between partcles may be too concentrated when evolvng to a certan number of generatons. Thus, most partcles gather around few ponts so that both of the prematurty and stagnaton may appear[7]. The basc PSO optmzng BP neural networks s mpossble f partcles are all premature and stagnaton[9]. The dfference between FPSO optmzng neural networks and PSO optmzng BP neural networks depends on the tme before optmzng the locaton and speed of PSO. Frstly, the partcle swarm s dvded nto subpopulatons by usng FCM algorthm and the optmzaton locaton of each subpopulaton s calculated[8]. Then the partcle n the partcle swarm updates the values of ts speed and locaton based on ts personal best (Pbest) and the optmzaton locaton of every subpopulaton. Therefore, the performance of FPSO optmzng BP neural networks s better than the PSO optmzng BP neural networks[3]. In studyng algorthms based on FPSO optmzaton, let x =(x, x,, x d ) be a group values of parameters, each /08 /$5.00@ 008 IEEE CIS 008

2 dmenson of a vector be the weghts or threshold, and d be the number of all weghts and thresholds n a neural networks. The ftness functon of every partcle s shown as follows[9]: I I ( Y y ) = (),, = popindex I n = n Here, n s the number of samples, Y, s the th deal output value of the th sample, Y, s the actual output value of the th sample, and popindex=,, popsze, popsze s the sze of the partcle types(e.: the number of partcles). III. DESIGNAND IMPLEMENTATION OF FPSO ALGORITHM OPTIMIZING BP NEURAL NETWORKS The steps of FPSO optmzng BP networks are shown as follows: ) Intalze the BP networks, and assgn the number of neurons n the nput layer, hdden layer, and output layer. ) Intalze the partcle swarm and the speed of every partcle: a) The locaton of partcle, the dmenson number of the speed vector (dmsze s the sze of the partcle types,.e. the number of partcles) dmsze = the number of connecton weghts from nput layer to hdden layer + the number of connecton weghts from hdden layer to output layer + the threshold number n hdden layer + the threshold number n output layer b) Whle ntalzng the partcle swarm and the speed of every partcle, the st and nd matrx x, all dmensons of the frst dmsze columns representng the partcle locatons, all dmensons of the last dmsze columns representng the partcle speeds, and the last dmenson representng the ftness of the partcle, are ntalzed frstly. c) Intalze the Pbest and Gbest of every partcle. Here, Pbest s the partcle's personal best, and Gbest s the partcle's global best. 3) Calculate the ftness of every partcle: a) A partcle s nput frst. For each sample, an output value of the networks can be calculated by usng the forwardng method of BP neural networks. Then the error s calculated by formula(). By followng the same process, errors of all samples are calculated. Next, the mean square dvatons (.e: the ftness of a partcle) of all samples are calculated by formula(). b) Return to step a), and nput all other partcles untl the ftness values of all partcles are calculated. I) In order to calculate convenently, the elements from column to column IN * HN n the ntalzed partcle matrx are assgned to the weght matrx from nput layer to hdden layer. Respectvely, () elements from column IN * HN+ to column IN* HN + HN * ON are assgned to the weght matrx from hdden layer to output layer, elements from column IN * HN + HN * ON + to column IN* HN + HN * ON + HN are assgned to thresholds of the hdden layer, and elements from column IN* HN + HN * ON + HN + to column IN * HN + HN * ON + HN + ON are assgned to thresholds of output layer. Here, IN s the number of neurons n the nput layer, HN s the number of neurons n the hdden layer, and ON s the number of neurons n the output layer[]. II) When calculatng usng the forwardng method of BP neural networks, the Sgmod functon s used n the hdden layer, whle the lnear Purelne functon s used n the output layer. The curve functon s adopted n the last layer of a network n BP network models, the output s lmted n a very small doman. If the lnear functon s adopted, the output can be a random value. Thus, the lnear functon s adopted n the last layer when BP networks are desgned n MATLAB,.e.: f(x)=x. 4) Compare the ftness values, and ensure the Pbest and Gbest of every partcle: If Present < Pbest and Pbest = Present, Pbest= x ; otherwse, Pbest s not changed; If Present < Gbest and Gbest=Present, Gbest= x ; otherwse, Gbest s not changed. Here, Present s the ftness of the current partcle, Pbest s the partcle s personal best, and Gbest s the partcle s global best. 5) Update the locaton and speed of every partcle: Let G={x, x,, x n } represent a data collecton composed of n partcals x ( =,,, n), whch s dvded nto K cluster C ( =,,, K), and sp ( =,,, K) be the optmzaton locaton searched by partcles n every cluster C untl current tme. The partcles update ther speeds and locatons by the formula shown as follows[3]: v ( t + ) = v ( t) + c r K = ( t)( pbest ( t) x ( t)) c ( sp ( t) x ( t) ) x ( t + ) = x ( t) + v ( t + ) (4) Here, the learnng factor c (=0,,, K) s a constant, and r (=0,,, K) s a random number n the doman of [0,]. The speed and locaton of partcles are updated by formula (3) and (4). Meanwhle, t s consdered whether both the updated speed and locaton are wthn the lmted domans. 6) Calculate the error caused by the algorthm usng the on-lne performance crteron or the off-lne performance crteron. The on-lne performance crteron are utlzed to evaluate the performance of networks, and the crteron are as follows: If fun(gbest)<eg, the algorthm s convergent; r (3)

3 otherwse, terate contnuously untl fun(gbest) reaches the assgned accuracy. Here, eg s the assgned accuracy for algorthm, and fun(gbest) s the ftness of the global best of the th teraton. 7) Compare f the number reaches the largest teraton number or satsfes the requrements of Step 6). If satsfyng the assgned accuracy, the algorthm s convergent. Thus, the weght and threshold of each dmenson n the global best Gbest obtaned from the last teraton s what we desre; otherwse, return to Step ), the algorthm s terated contnuously. The BP algorthm presented n ths paper, whch s based on FPSO optmzaton algorthm. From the dscusson above, we know that these two algorthms are smlar on two aspects: ) The weghts and thresholds of BP network are assgned as the value of each element n vectors of partcles. ) Whle the ftness of a partcle s calculated, the forward propagaton of BP algorthm s used. The defnton of the ftness functon for partcles s obtaned based on the mean square devaton of BP algorthm. IV. SIMULATION AND RESULTS ANALYSIS samples' expectng output and the segmentaton sentence are shown n TABLE I. In order to clarfy convenently, we name the tradtonal BP algorthm as Model, and the FPSO-based BP algorthm proposed n ths paper as Model. The output accuracy ratos of each sample n the 5 sentence samples after beng traned 3000 tmes, are shown n TABLE II ( due to the lmtaton of the paper, only the values of 9 output nodes are lsted n TABLE II). The analyss and comparson of the two algorthms are dscussed next. ) The comparson of the network convergence TABLE I. SAMPLE AND EXPECTING OUTPUT OF NEURAL NETWORKS Sample Expectng Output Ta-YZhen-Feng-Sh-D-Pao-Le ZheZh-Ge-Ta-PngDan-WuWe-Le 3 Ta-Cong-MaShang-XaLa Fgure. The error convergence curves of Model. 4 WuL-Xue-QLa-HenNan Ta-XueHu-Le-Je-FangCheng Whle FPSO-based BP algorthm s used n our research, the ntalzed parameter values are as follows: the partcle swarm sze s 0, the cluster number K s 3, and the studyng factors are set as c 0 = 0.5, c =0.5, c =0.5, c 3 =0.5. The studyng rato = 0.6, momentum factor =0.; the evolvng number s set as 3000 n order to evaluate the convergence performance of our algorthm; the sngle hdden layer network structure s adopted by consderng the effects that the number of hdden layers causes. At the same tme, the effects of node number n the hdden layer to the accuracy and convergence speed are also taken nto consderaton. The less the node number of the hdden layer s, the lower the network accuracy wll be and the worse the ftness wll be. On the contrast, the larger the node number of the hdden layer s, the longer the tranng tme wll be. Thus, the requrements of the on-lne performance evaluaton cannot be satsfed, even the pre-evaluaton accuracy of networks would be decreased. Fnally, the node number of the hdden layer s set as 60 after consderng both the numbers of the nput and output nodes and the number of samples, and recursvely conductng comparson experments. The tranng Fgure. The error convergence curve and partcle optmzaton of Model. The tranng goal curve of the pure BP algorthm s shown n Fg. wth err_goal = 0.00 and lr = 0.0. We have that ts response results TT = [ ] and the runnng tme elapsed_tme = 87.30s. When the error reaches 0.5 after Model has been traned 3000 tmes, the error curve has the ntendance of no change and the network error almost has no effect. Thus, the convergence error of 0.5 for the algorthm can far less meet the error requrement of 0.00 set before. The error curves of the tranng process for Model are shown n

4 TABLE II. OUTPUT ACCURACY RATIOS OF SAMPLES AFTER BEING TRAINED 3000 TIMES Sample Y Y Y3 Y4 Y5 Y6 Y7 Y8 Y9 Model Model Model Model Model Model Model Model Model Model TABLE III. OUTPUT RELATIVE ERROR OF DIFFERENT MODELS OF SAMPLE Model Model Model Average Error Output Relatve Error ( ) Y Y Y3 Y4 Y5 Y6 Y7 Y8 Y sub-graph of Fg.. FPSO-based BP algorthm converged to the assgned accuracy ε BP (ε BP =0.00) after runnng 8 tmes. The total runnng tme s elapsed_tme = 39.50s, and we have the recall result TT = [ ]. Obvously, the teraton number to tran networks when FPSO-based BP algorthm beng used s much less than that of beng used of the conventonal BP algorthm. Whle n sub-graph of Fg., 0 blue nodes represent 0 partcles, the red nodes wth * represent global best partcles, and the yellow traces show the process when partcles search the optmzaton. From all these, we can see that the FPSO algorthm costs less tme whle searchng the optmzaton soluton, and s not easly be premature and stagnant. ) Comparson of Generalzaton Error Dfferent output results for the testng data are obtaned when 30 samples are tested usng two algorthms. Part of the data s presented n TABLE III. It s shown from data n TABLE III that the generalzaton error reaches and the average error reaches when testng by the tradtonal BP algorthm. Whle the generalzaton error reaches 0. ~ and the average error reaches 0.79 when testng by the FPSO-based algorthm proposed n ths paper. Therefore, the generalzaton performance of FPSO-based algorthm s better than that of both the nhertance-algorthm-based BP algorthm and the basc BP algorthm. V. CONCLUSION The prncple and constructon on how to mprove the neural networks word segmentaton model based on the neural network algorthm of mprovng partcle swarm algorthms s dscussed n the paper. Large amount of smulaton conducted through MATLAB. From the experment results, we see that the mproved neural networks avod not only the problems that BP algorthm runs nto the local mnmum and converges slowly, but also the problems of long searchng tme, slow speed, easly appearng prematurty, stagnancy, etc., that are caused when the partcle swarm algorthms search for the optmzaton soluton by usng postve feedback prncple. Therefore, t s very meanngful to the automatc processng of Chnese nformaton that the practcablty and effcency of word segmentaton of our model can be ncreased further. REFERENCES [] Ynfeng, Desgn and analyss of Chnese word segmentaton automaton system based on neural network, Journal of the Chna Socety for Scentfc and Techncal Informaton (n Chnese), 998,,pp.4 49 [] Pan Hao, Hou Qnglan, "A BP Neural Networks Learnng Algorthm Research Based on Partcle Swarm Optmzer", Computer, Engneerng and Applcatons[J]. vol. 4.6, pp.4 43,006. [3] Ln Chen, Ja He, A Partcle Swarm Optmzaton Based on Fuzzy C- Means Clusterng, Journal of Southwest unversty for natonaltes [J]., Vol 33, No 4, pp ,007.4 [4] Ja He, Ln Chen, Hong Xu, Chnese Word Segmentaton Usng Backpropagaton Traned by Genetc Algorthm DCDIS A Supplement, Advances n Neural Networks, Vol.4(S), pp.46 40,007 [5] Bao-Y W and Shao-Mn Z, A Chnese text classfcaton model based on vector space and semantc meanng, {\t Machne Learnng and Cybernetcs}, Shangha, 004,vol.,pp [6] J.Kennedy, R.C.Eberhart. Partcle swarm optmzaton [A]. Proceedngs of the IEEE Internatonal Conference on Neural Networks[C]. 995,pp [7] P.J.Angelne.Evolutonary Optmzaton Versus Partcle Swarm Optmzaton:Phlosophy and Performance Dfference[R].Annual Conference Center on Evolutonary Programmng,San,998. [8] Xanghao L, Hongxng L etc, fuzzy cluster analyss and ts applcaton, Guzhou scence and technology press,994,pp.7, 0 0, [9] Yng Gao, Shengl Xe etc. Mult-subpopulaton optmzaton algorthm based on clusterng [J]. applcaton research of computers, 006,4,pp [0] R.C.Eberhart,Y.H.Sh.Evolvng Artfcal Neural Networks[R]. Proceedngs of Internatonal Conference on Neural Networks and Bran, Beng, 998.

5 [] Cchock A and Unbehauen R, Neural networks for opmzaton and sgnal processng. England: John Wlcy and Sons Ltd, pp. 4 50, 993. [] W. Schffmann, M. Joost and R. Werner, Optmzaton of the backpropagaton algorthm for tranng multlayer perceptrons techncal Report, Unversty of Koblenz, Insttute of Physcs, 993. [3] Hecht - Nelsen R, Theory of backpropagaton neural networks, Proc. IJCNN - 89, pp. 593, 989. Ths work was supported by Natural Scence and Technology Development Fund of CUIT (Chengdu Unversty of Informaton Technology) CSRF00705.

Cluster Analysis of Electrical Behavior

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

More information

A 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

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

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

More information

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

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

Positive Semi-definite Programming Localization in Wireless Sensor Networks

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

More information

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

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

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

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

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

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

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

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

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

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

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

More information

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

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

Method of Wireless Sensor Network Data Fusion

Method of Wireless Sensor Network Data Fusion Method of Wreless Sensor Network Data Fuson https://do.org/10.3991/joe.v1309.7589 L-l Ma!! ", Jang-png Lu Inner Mongola Agrcultural Unversty, Hohhot, Inner Mongola, Chna lujangpng@mau.edu.cn J-dong Luo

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

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

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

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

More information

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

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

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

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

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

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

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

Straight Line Detection Based on Particle Swarm Optimization

Straight Line Detection Based on Particle Swarm Optimization Sensors & ransducers 013 b IFSA http://www.sensorsportal.com Straght Lne Detecton Based on Partcle Swarm Optmzaton Shengzhou XU, Jun IE College of computer scence, South-Central Unverst for Natonaltes,

More information

Face Recognition University at Buffalo CSE666 Lecture Slides Resources:

Face Recognition University at Buffalo CSE666 Lecture Slides Resources: Face Recognton Unversty at Buffalo CSE666 Lecture Sldes Resources: http://www.face-rec.org/algorthms/ Overvew of face recognton algorthms Correlaton - Pxel based correspondence between two face mages Structural

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 Novel Adaptive Descriptor Algorithm for Ternary Pattern Textures

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

More information

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

A CALCULATION METHOD OF DEEP WEB ENTITIES RECOGNITION

A CALCULATION METHOD OF DEEP WEB ENTITIES RECOGNITION A CALCULATION METHOD OF DEEP WEB ENTITIES RECOGNITION 1 FENG YONG, DANG XIAO-WAN, 3 XU HONG-YAN School of Informaton, Laonng Unversty, Shenyang Laonng E-mal: 1 fyxuhy@163.com, dangxaowan@163.com, 3 xuhongyan_lndx@163.com

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

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

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

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

More information

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

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

More information

The Application Model of BP Neural Network for Health Big Data Shi-xin HUANG 1, Ya-ling LUO 2, *, Xue-qing ZHOU 3 and Tian-yao CHEN 4

The Application Model of BP Neural Network for Health Big Data Shi-xin HUANG 1, Ya-ling LUO 2, *, Xue-qing ZHOU 3 and Tian-yao CHEN 4 2016 Internatonal Conference on Artfcal Intellgence and Computer Scence (AICS 2016) ISBN: 978-1-60595-411-0 The Applcaton Model of BP Neural Network for Health Bg Data Sh-xn HUANG 1, Ya-lng LUO 2, *, Xue-qng

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

Training ANFIS Structure with Modified PSO Algorithm

Training ANFIS Structure with Modified PSO Algorithm Proceedngs of the 5th Medterranean Conference on Control & Automaton, July 7-9, 007, Athens - Greece T4-003 Tranng ANFIS Structure wth Modfed PSO Algorthm V.Seyd Ghomsheh *, M. Alyar Shoorehdel **, M.

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

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

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

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

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

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

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

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

More information

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

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

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

Training of Kernel Fuzzy Classifiers by Dynamic Cluster Generation

Training of Kernel Fuzzy Classifiers by Dynamic Cluster Generation Tranng of Kernel Fuzzy Classfers by Dynamc Cluster Generaton Shgeo Abe Graduate School of Scence and Technology Kobe Unversty Nada, Kobe, Japan abe@eedept.kobe-u.ac.jp Abstract We dscuss kernel fuzzy classfers

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

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

NGPM -- A NSGA-II Program in Matlab

NGPM -- A NSGA-II Program in Matlab Verson 1.4 LIN Song Aerospace Structural Dynamcs Research Laboratory College of Astronautcs, Northwestern Polytechncal Unversty, Chna Emal: lsssswc@163.com 2011-07-26 Contents Contents... 1. 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

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

Multi-objective optimization method for the ATO system using Cellular Automata

Multi-objective optimization method for the ATO system using Cellular Automata Computers n Ralways XI 173 Mult-objectve optmzaton method for the ATO system usng Cellular Automata J. Xun, B. Nng & K. P. L The Key State Laboratory of Ral Traffc Control and Safety, Bejng Jaotong Unversty,

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

Fast Computation of Shortest Path for Visiting Segments in the Plane

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

More information

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

An Influence of the Noise on the Imaging Algorithm in the Electrical Impedance Tomography *

An Influence of the Noise on the Imaging Algorithm in the Electrical Impedance Tomography * Open Journal of Bophyscs, 3, 3, 7- http://dx.do.org/.436/ojbphy.3.347 Publshed Onlne October 3 (http://www.scrp.org/journal/ojbphy) An Influence of the Nose on the Imagng Algorthm n the Electrcal Impedance

More information

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

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

More information

Performance Evaluation of an ANFIS Based Power System Stabilizer Applied in Multi-Machine Power Systems

Performance Evaluation of an ANFIS Based Power System Stabilizer Applied in Multi-Machine Power Systems Performance Evaluaton of an ANFIS Based Power System Stablzer Appled n Mult-Machne Power Systems A. A GHARAVEISI 1,2 A.DARABI 3 M. MONADI 4 A. KHAJEH-ZADEH 5 M. RASHIDI-NEJAD 1,2,5 1. Shahd Bahonar Unversty

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

Clustering Algorithm of Similarity Segmentation based on Point Sorting

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

More information

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

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

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

More information

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

FAHP and Modified GRA Based Network Selection in Heterogeneous Wireless Networks

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

More information

AUTOMATIC ROAD EXTRACTION FROM HIGH RESOLUTION SATELLITE IMAGES USING NEURAL NETWORKS, TEXTURE ANALYSIS, FUZZY CLUSTERING AND GENETIC ALGORITHMS

AUTOMATIC ROAD EXTRACTION FROM HIGH RESOLUTION SATELLITE IMAGES USING NEURAL NETWORKS, TEXTURE ANALYSIS, FUZZY CLUSTERING AND GENETIC ALGORITHMS AUTOMATIC ROAD EXTRACTION FROM HIGH RESOLUTION SATELLITE IMAGES USING NEURAL NETWORKS, TEXTURE ANALYSIS, FUZZY CLUSTERING AND GENETIC ALGORITHMS M Mokhtarzade a, *, M J Valadan Zoej b, H Ebad b a Dept

More information

Wireless Sensor Network Localization Research

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

More information

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

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

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

The Discriminate Analysis and Dimension Reduction Methods of High Dimension

The Discriminate Analysis and Dimension Reduction Methods of High Dimension Open Journal of Socal Scences, 015, 3, 7-13 Publshed Onlne March 015 n ScRes. http://www.scrp.org/journal/jss http://dx.do.org/10.436/jss.015.3300 The Dscrmnate Analyss and Dmenson Reducton Methods of

More information

Robust Shot Boundary Detection from Video Using Dynamic Texture

Robust Shot Boundary Detection from Video Using Dynamic Texture Sensors & Transducers 204 by IFSA Publshng, S. L. http://www.sensorsportal.com Robust Shot Boundary Detecton from Vdeo Usng Dynamc Teture, 3 Peng Tale, 2 Zhang Wenjun School of Communcaton & Informaton

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

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

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

ARTICLE IN PRESS. Applied Soft Computing xxx (2012) xxx xxx. Contents lists available at SciVerse ScienceDirect. Applied Soft Computing

ARTICLE IN PRESS. Applied Soft Computing xxx (2012) xxx xxx. Contents lists available at SciVerse ScienceDirect. Applied Soft Computing ASOC-11; o. of Pages 1 Appled Soft Computng xxx (1) xxx xxx Contents lsts avalable at ScVerse ScenceDrect Appled Soft Computng j ourna l ho mepage: www.elsever.com/locate/asoc A herarchcal partcle swarm

More information

A Genetic Programming-PCA Hybrid Face Recognition Algorithm

A Genetic Programming-PCA Hybrid Face Recognition Algorithm Journal of Sgnal and Informaton Processng, 20, 2, 70-74 do:0.4236/jsp.20.23022 Publshed Onlne August 20 (http://www.scrp.org/journal/jsp) A Genetc Programmng-PCA Hybrd Face Recognton Algorthm Behzad Bozorgtabar,

More information

Query Clustering Using a Hybrid Query Similarity Measure

Query Clustering Using a Hybrid Query Similarity Measure Query clusterng usng a hybrd query smlarty measure Fu. L., Goh, D.H., & Foo, S. (2004). WSEAS Transacton on Computers, 3(3), 700-705. Query Clusterng Usng a Hybrd Query Smlarty Measure Ln Fu, Don Hoe-Lan

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

Evolutionary Wavelet Neural Network for Large Scale Function Estimation in Optimization

Evolutionary Wavelet Neural Network for Large Scale Function Estimation in Optimization AIAA Paper AIAA-006-6955, th AIAA/ISSMO Multdscplnary Analyss and Optmzaton Conference, Portsmouth, VA, September 6-8, 006. Evolutonary Wavelet Neural Network for Large Scale Functon Estmaton n Optmzaton

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

TN348: Openlab Module - Colocalization

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

More information

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

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

General Vector Machine. Hong Zhao Department of Physics, Xiamen University

General Vector Machine. Hong Zhao Department of Physics, Xiamen University General Vector Machne Hong Zhao (zhaoh@xmu.edu.cn) Department of Physcs, Xamen Unversty The support vector machne (SVM) s an mportant class of learnng machnes for functon approach, pattern recognton, and

More information

Remote Sensing Image Retrieval Algorithm based on MapReduce and Characteristic Information

Remote Sensing Image Retrieval Algorithm based on MapReduce and Characteristic Information Remote Sensng Image Retreval Algorthm based on MapReduce and Characterstc Informaton Zhang Meng 1, 1 Computer School, Wuhan Unversty Hube, Wuhan430097 Informaton Center, Wuhan Unversty Hube, Wuhan430097

More information

Related-Mode Attacks on CTR Encryption Mode

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

More information

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

Research of Image Recognition Algorithm Based on Depth Learning

Research of Image Recognition Algorithm Based on Depth Learning 208 4th World Conference on Control, Electroncs and Computer Engneerng (WCCECE 208) Research of Image Recognton Algorthm Based on Depth Learnng Zhang Jan, J Xnhao Zhejang Busness College, Hangzhou, Chna,

More information

Learning a Class-Specific Dictionary for Facial Expression Recognition

Learning a Class-Specific Dictionary for Facial Expression Recognition BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 16, No 4 Sofa 016 Prnt ISSN: 1311-970; Onlne ISSN: 1314-4081 DOI: 10.1515/cat-016-0067 Learnng a Class-Specfc Dctonary for

More information

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

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

More information