Breast Cancer Detection using Recursive Least Square and Modified Radial Basis Functional Neural Network

Size: px
Start display at page:

Download "Breast Cancer Detection using Recursive Least Square and Modified Radial Basis Functional Neural Network"

Transcription

1 Breast Cancer Detecton usng Recursve Least Square and Modfed Radal Bass Functonal Neural Network M.R.Senapat a, P.K.Routray b,p.k.dask b,a Department of computer scence and Engneerng Gandh Engneerng College Bju Patnak Unversty of Technology, Inda b Department of computer scence and Engneerng N M Insttute of Engneerng and Technology Bju Patnak Unversty of Technology, Inda pravat.routray@gmal.com b S O A Unversty, Inda pkdash_nda@yahoo.com Abstract-- A new approach for classfcaton has been presented n ths paper. The proposed technque, Modfed Radal Bass Functonal Neural Network (MRBFNN) conssts of assgnng weghts between the nput layer and the hdden layer of Radal Bass functonal Neural Network (RBFNN). The centers of MRBFNN are ntalzed usng Partcle swarm Optmzaton (PSO) and varance and centers are updated usng back propagaton and both the sets of weghts are updated usng Recursve Least Square (RLS). Our smulaton result s carred out on sconsn Breast Cancer (BC) data set. The results are compared wth RBFNN, where the varance and centers are updated usng back propagaton and weghts are updated usng Recursve Least Square (RLS) and Kalman Flter. It s found the proposed method provdes more accurate result and better classfcaton. Keywords: Radal Bass Functonal Neural Networks (RBFNN), sconsn Breast Cancer (BC), Pattern Recognton, Gradent Descent Method, Recursve Least Square, Kalman Flter.. INTRODUCTION A Radal Bass Functonal neural network (RBFNN) s traned to perform a mappng from an m-dmensonal nput space to an n-dmensonal output space. RBFNN s can be used for dscrete pattern classfcaton, functon approxmaton, sgnal processng, control, or any other applcaton, whch requres a mappng from an nput space to an output space. An RBFNN conssts of the m-dmensonal nput x beng passed drectly to a hdden layer. Suppose there are c neurons n the hdden layer. Each of the c neurons n the hdden layer apples an actvaton functon, whch s a functon of the Eucldean dstance between the nput and an m-dmensonal prototype vector. Each hdden neuron contans ts own prototype vector as a parameter. The output of each hdden neuron s then weghted and passed to the output layer. The Specal Issue of IJCCT Vol. Issue, 3, 4; for Internatonal Conference [ICCT-], 3 rd -5 th December outputs of the network consst of sums of the weghted hdden layer neurons. Fgure shows a schematc form of an RBFNN network. It can be seen from the basc archtecture, that the desgn of an RBFNN requres several decsons, ncludng the followng:. How many neurons wll resde n the hdden layer? (.e., what s the value of the nteger c);. hat are the values of the prototypes (.e., what are the values of the v vectors)? 3. hat functon wll be used at the hdden unts (.e., what s the functon g ( ))? 4. hat weghts wll be appled between the hdden layer and the output layer? The performance of an RBFNN network depends on the number and locaton (n the nput space) of the centers, the shape of the RBFNN functons at the hdden neurons, and the method used for determnng the network weghts. Some researchers have traned RBFNN networks by selectng the centers randomly from the tranng data[]. Some have used unsupervsed procedures (such as the k- means algorthm) for selectng the RBFNN centers], whle others have used supervsed procedures for selectng the RBFNN centers []. Several tranng methods separate the tasks of prototype determnaton and weght optmzaton for classfcaton and rule generaton. Ths trend probably arose because of the quck tranng that could result from the separaton of the two tasks. In fact, one of the prmary contrbutors to the popularty of RBFNN networks was probably ther fast tranng tmes as compared to gradent descent tranng (ncludng back propagaton) shown n Fgure, t can be

2 seen that once the prototypes are fxed and the hdden layer functon g( ) s known, the network s lnear n the weght parameters w. At that pont tranng the network becomes a quck and easy task that can be solved va lnear least squares. (Ths s smlar to the popularty of the optmal nterpolatve net that s due n large part to the effcent non- teratve learnng algorthms that are avalable [3,4]. Tranng methods that separate the tasks of prototype determnaton and weght optmzaton often do not use the nput output data from the tranng set for the selecton of the prototypes. For nstance, the random selecton method and the k-means algorthm result n prototypes that are completely ndependent of the nput output data from the tranng set. Although ths results n fast tranng, t clearly does not take full advantage of the nformaton contaned n the tranng set. ( ) g v x ŷ n n c x Ŷ Output layer ( n neurons) e v x Gradent descent tranng of RBFNN networks has proven to be much more effectve than more conventonal methods[]. However gradent descent tranng can be computatonally expensve. Ths paper extends the results of [] and formulates a tranng method for RBFNN s based on Recursve Least Square. Ths new method proves to be qucker than gradent descent whle stll provdng performance at the same level of effectveness. Tranng a neural network s, n general, a challengng nonlnear optmzaton problem. Varous dervatve-based methods have been used to tran neural networks, ncludng gradent descent [], Kalman.Flterng [5, 6], and the wellknown back-propagaton [7]. Dervatve-free methods, ncludng genetc programmng [8-] and smulated annealng [] have also been used to tran neural networks. Dervatve-free methods have the advantage that they do not requre the dervatve of the objectve functon wth respect to the neural network parameters. They are more robust than dervatve-based methods wth respect to fndng a global mnmum and wth respect to ther applcablty to c Ŷ n ( ) Input layer ( m neurons) x n Fg. : Radal Bass Functonal Network a wde range of objectve functons and neural network archtectures. However, they typcally tend to converge more slowly than dervatve-based methods. Dervatvebased methods have the advent age of fast convergence, but they tend to converge to local mnma. In addton, due to ther dependence on analytcal dervatves, they are lmted to specfc objectve functons and specfc types of neural network archtectures.. INTERPRETATION OF RADIAL BASIS FUNCTIONAL NEURAL NETORK The mult layered feed forward network (MFN) s the most wdely used neural network model for pattern classfcaton applcatons. Ths s because the topology of the MFN allows t to generate nternal representatons talored to classfy the nput regons that may be ether dsjonted or ntersectng. The hdden layer nodes n the MFN can form hyper planes to partton the nput space nto varous regons and the output nodes can select and combne the regons that belong to the same class. Back propagaton (BP) s the most wdely used tranng algorthm for the MFN s. Recently researchers have begun to examne the use of Radal Bass Functon neural networks (RBFNN) for pattern Recognton problems due to a number of drawbacks of BP-traned networks. Although a BP network produces decson surfaces that effectvely separate tranng examples of dfferent classes, ths does not necessarly result n the most plausble or robust classfer. The decson surfaces of BP networks may not take on any ntutve shapes because regons of the nput space not occuped by tranng data are classfed arbtrarly, not accordng to proxmty to tranng data. In addton, BP networks have no mechansm to detect that a case to be classfed has fallen nto a regon wth no tranng data. Ths s a serous drawback snce the power system operates wthn a wde range of system and fault condtons. The RBFNN conssts of an nput layer made up of source nodes and a hdden layer of a suffcently hgh dmenson. The output layer supples the response of the network to the actvaton patterns appled to the nput layer. The nodes wthn each layer are fully connected to the prevous layer as shown n the Fgure. The nput varables are each assgned to a node n the nput layer and pass drectly to the hdden layer wthout weghts. The hdden nodes, or unts, contan the radal bass functons (RBFNN s) and are represented by the bell-shaped curve n the hdden nodes as shown n the Fg. Specal Issue of IJCCT Vol. Issue, 3, 4; for Internatonal Conference [ICCT-], 3 rd -5 th December 3

3 . RBFNN Algorthm: Ths secton descrbes how we used an RBFNN network to classfy the data sets. RBFNN used here has an nput layer, a hdden layer consstng of Gaussan node functon, an output layer, and a set of weghts, to connect the hdden layer and output layer. e denote x to be the nput vector to the network, where x = (x, x, x 3, x D ), and D s the embeddng dmenson. e call o the ANN output vector, where o = (o, o, o 3,. o n ) T s the number of out put nodes. e have P tranng patterns. The RBFNN classfcaton problem s to approxmate the mappng from the set of nputs, x = {x(), x(),.., x(p)},.() to the set of outputs, o={o(),o(),o(3),., o(p)}..() For an nput vector x(t), the output of j th output node produced by an RBFNN s gven by mtot mtot j() = jφ() = j = = o t w t w e x() t c c here C s the center of the th hdden node, σ s the wdth of the th center, and mtot s the total number of hdden nodes. Usng vector notaton, let m = ( m(t),m(t),..,mtot(t)) and w j = (w j, w j,.., wmto(tj)) and RBFNN output can be wrtten as o j = w j *T(t). The cost functon of the network for the jth output s then calculated as e = (d o j ) where d = desred output. The RBFNN classfer contans four sets of parameters that have to be learned form the examples. They are the centers, c(t), number of centers mtot, varances σ I, and weghts wj,. e denote all the RBFNN s centers by Cwhole. In our mplementaton of RBFNN, classes do not share centers. Each of these sets of centers s traned wth a separate PSO clusterng run. Once the RBFNN centers are ntalzed by PSO then the weghts are updated accordng to the followng: (3) w(t+) j = w(t)+e j (t) The centers are then updated accordng to the followng: ewj ( x cj) t+ ) = c( t) + (4) σ The wdth assocated wth the k th center s adjusted as σ k() = / Na ck() cj() (5) There are several reasons for usng an RBFNN n our classfcaton problem. Frst many neural networks requre nonlnear optmzaton for tranng. The second reason for employng a RBFNN classfer s that the nternal representaton of tranng data of an RBFNN s ntutve. Each RBFNN center approxmates a cluster of tranng of data vectors that are close each other n Eucldean space. hen a vector s nput to the RBFNN, the center near to that vector becomes strongly actvated, n turn actvatng certan output nodes. The hypothess space mplanted by these learnng machnes s consttuted by functons of the form m f ( xwv,, ) = wk k( xv, k) + w (6) = The nonlnear actvaton functon Øk expresses the smlarty between any nput pattern x and the center v k by means of a dstance measure. Each functon Ø k defnes a regon n the nput space (receptve feld) on whch the neuron produces a apprecable actvaton value. If the common case when the Gaussan functon s used, the center C k of the functon k defnes the prototype of nput cluster k and the varance Ø k the sze of the covered regon n the nput space. The rule extracton method for RBFNN derves descrptons n the form of ellpsod. Intally, assgnng each nput pattern to ther closest center of RBFNN node accordng to the Eucldean dstance functon a partton of the nput space s made. hen assgnng a pattern to ts closest center, ths one wll be assgned to the RBFNN node that wll gve the maxmum actvaton value for that pattern. From these parttons the ellpsod are constructed. Next, a class label s assgned for each center of RBFNN unts. Output value of the RBFNN network for each center s used n order to determne ths class label. Then, for each node an ellpsod wth the assocated partton data s constructed. Once determned the ellpsod, they are transferred to rules. Ths procedure wll generate a rule by each node.. Modfed Radal Bass Functonal Neural Network : ( ) g v x I ŷ Ŷ Output n layer ( n neurons) n c I.. I nm x Modfed Radal Bass Functonal Neural Network s same as that of RBFNN wth an excepton that weghts are assgned between neurons n the nput layer and the c Ŷ n x n Fg. : Modfed Radal Bass Functonal ( ) e v x Input layer ( m neurons) Specal Issue of IJCCT Vol. Issue, 3, 4; for Internatonal Conference [ICCT-], 3 rd -5 th December 4

4 neurons n the hdden layer (fg.). The net nput to the neurons n the hdden layer s calculated as = x* w and the out put s gven as equaton 3. here s the neuron number, x s the nput to the network and w s the weghts between nput layer and hdden layer The centers are updated usng the equaton 4 and the varances are updated usng the equaton 5. The weghts between nput layer and the hdden layer as well as hdden layer and output layer of the RBFNN classfer can be traned usng the lnear recursve least square (RLS) algorthm. The RLS s employed here snce t has a much faster rate of convergence compared to gradent search and least mean square (LMS) algorthms. P(-)φT() k()= λ+p(-) φt() (7) w(j)=wj(-)+k()[dj()-wj(-) φt()] (8) P () = [ P ( ) k () ϕ() p ( )] (9) λ where λ s real number between and,p()=a - I, and a s a small postve number and w j ()=. The computatonal steps nvolved n mplementng of MRBFNN for fault classfcaton are:. for each class c, ntalse the centers usng Partcle swarm Optmzaton mc =mnt (ntalzaton);. tran the MRBFNN Centers and spreads usng Error Back Propagaton 3. tran the MRBFNN eghts (Between nput layer & hdden layer and hdden layer & output layer) usng RLS 4. add enc centers to Nc classes wth hghest output, to get a new m, then go to step ; 5. the RBFNN s used wth the one wth the current m. The learnng rate of the RBFNN s. and the center and the weghts are updated n every teraton that s by new tranng nput to the RBFNN. 3. PARTICLE SARM OPTIMIZATION Partcle Swarm Optmzaton (PSO) s a populaton based stochastc search process, modeled after the socal behavor of a brd flock[-5]. The algorthm mantans a populaton of partcles, where each partcle represents a potental soluton to an optmzaton problem. In the context of PSO, a swarm refers to a number of potental solutons to the optmzaton problem, where each potental soluton s referred to as a partcle. The am of the PSO s to fnd the partcle poston that results n the best evaluaton of a gven ftness (objectve) functon. Each partcle represents a poston n N d dmensonal space, and s flown through ths mult-dmensonal search space, adjustng ts poston towards both The partcle s best poston found thus far, and The best poston n the neghborhood of that partcle. Each partcle I mantans the followng nformaton : x : The current poston of the partcle. v : The current velocty of the partcle. y : The personal best poston of the partcle. Usng the above notaton, a partcle s poston s adjusted accordng to v (t+)=wv (t)+cr,k(t) (y,k(t)-x,k(t))+cr,k(t)( y k(t)-x,k(t)) k,,k x (t+)=x (t)+v (t+) () () where w s the nerta weght c and c are the acceleraton constants, r,j (t), r,j (t) ~ U(,), and k=,., N d. The velocty s thus calculated based on three contrbutons: ) a fracton of the prevous velocty, ) the cogntve component whch s a functon of the dstance of the partcle from ts personal best poston, and 3) the socal component whch s a functon of the dstance of the partcle from the best partcle found thus far (.e; the best of the personal bests). The personal best poston of the partcle s calculated as y f f ( x ( t + )) f ( y ( t)) y = () x ( t + ) f f( x (t+)) < f ( y (t)) Two basc approaches to PSO exsts based on the nterpretaton of the neghborhood of partcles. Equaton () reflects the gbest verson of PSO where, for each partcle, the neghborhood s smply the entre swarm. The socal component then causes partcles to be drawn toward the best partcle n the swarm. In the lbest PSO model, the swarm s dvded nto overlappng neghborhoods, and the best partcle of each neghborhood s determned. For the lbest PSO model, the socal component of equaton() changes to c r, k ()( t y k () t x, k ()) t (3) where ŷ j s the best partcle n the neghborhood of the th partcle. The PSO s usually executed wth repeated applcaton of equatons () and () untl a specfed number of teratons has been exceeded. Alternatvely, Specal Issue of IJCCT Vol. Issue, 3, 4; for Internatonal Conference [ICCT-], 3 rd -5 th December 5

5 the algorthm can be termnated when the velocty updates are close to zero over a number of teratons. 3. PSO Clusterng : In the context of clusterng, a sngle partcle represents the Nc cluster centrod vectors. That s, each partcle x s constructed as follows: x = (m,, m j,, m Nc ) (4) where mj refers to the j-th cluster centrod vector of the -th partcle n the cluster Cj. Therefore, a swarm represents a number of canddate clusterng for the current data vectors. The ftness of partcles s easly measured as the quantzaton error, c r, k ()( t y k () t x, k ()) t here d s defned n equaton, (3) N d d( Zp, m j ) = ( Z m ) k pk jk where k subscrpts the dmenson. = (5) ) calculate the ftness functon usng (6 ) c) Update the global best and local best postons d) Update the cluster centrods usng equatons () and (). where tmax s the maxmum number of teratons. 4. DISCUSSION In order to evaluate the performance of the algorthm, we carred out a two fold experment wth BC data set wth the center ntalzed by PSO. The result shows f both the set of weghts of MRBFNN are optmzed usng RLS then the performance.e. the percentage of Classfcaton s better as compared to optmzng the same usng Kalman Flter and RLS Table.3. The algorthms assocated to the extracton method were smulated usng MATLAB v Smulaton Envronment. e tested the algorthms of the prevous sectons wth sconsn breast cancer (BC) data set by optmzng the weghts of RBFNN usng RLS, Kalman Flter. The weghts of the MRBFNN are optmzed usng RLS. 4. BC Dataset mj = Zp nj Zp Cj and Cj s the number of data vectors belongng to the cluster Cj, e; the frequency of that cluster. Ths secton frst presents the standard gbest PSO for clusterng data nto a gven number of clusters and then shows the PSO algorthm can be used to mprove the performance of Radal bass functonal Neural Network (RBFNN) for classfcaton. 3.. gbest PSO clusterng Algorthm Usng the standard gbest PSO, data vectors can be clustered as follows :. Intalze each partcle to contan Nc randomly selected cluster centrods.. For t = to tmax do a) For each partcle do b) For each data vector Zp ) calculate the Eucldean dstance d(zp, mj ) to all cluster centrods Cj ) Assgn Zp to cluster Cj, such that d(zp, mj ) = mn c=,..., Nc {d(zp, mc )} Specal Issue of IJCCT Vol. Issue, 3, 4; for Internatonal Conference [ICCT-], 3 rd -5 th December 6 The BC tranng set contans 4 exemplars and the test set contanng 99 exemplars for a total of 699 exemplars. The nput data were normalzed by replacng each feature value x by x= (x µx) / σx where µx and σx denote the sample mean and standard devaton of ths feature over the entre data set. The networks are traned to respond wth the target value y k =, and y jk = j, when presented wth an nput vector x k from the th category. The MATLAB m-fles were used to generate the smulaton results presented n ths secton. The tranng algorthms were ntalzed wth prototype vectors randomly selected from the nput data on a two fold bass and wth the weght matrx set to and ntalzed to random values. 4.3 Smulaton Results 4.3. Tabular Data: The results of centers obtaned by from our smulaton studes are shown n tables. Table-, Table- 5, and Table- 8 shows the centers of BC obtaned from MRBFNN, RBFNN usng RLS and Kalman Flter respectvely. Table-, Table-3 shows the weghts obtaned from MRBFNN and Table-6, and Table-9, shows the weghts obtaned form RLS and Kalman Flter respectvely. Table- 4, Table-7, and Table-, shows the varances obtaned.

6 Table : Centers obtaned from MRBFNN MODIFIED RBF NETORK ITH RLS ON BC DATA SET B C Fg 5: Classfcaton usng MRBFNN and RLS Table : eghts between nput layer and hdden layer obtaned from MRBFNN RBF NETORK ITH RLS ON BC DATA SET B C Table 3: eghts between hdden layer and output layer obtaned from MRBFNN Fg6: Classfcaton usng RBFNN and RLS RBF NETORK ITH KALMAN ON BC DATA SET Table 4: Varances obtaned from MRBFNN Fg7: Classfcaton usng RBFNN and Kalman Flter.5 Rule for classfcaton of BC data sets usng MRBFNN f (oo(r,)>=.958 & oo(r,)<=.54) & (oo(r,)>=.35 & oo(r,)<=.3999) then class Bengn f (oo(r,)>=.56 & oo(r,)<=.55) & (oo(r,)>=.47 & oo(r,)<=5.484) then class Malgnant Specal Issue of IJCCT Vol. Issue, 3, 4; for Internatonal Conference [ICCT-], 3 rd -5 th December 7

7 Table 5: Centers obtaned from RBFNN and RLS B C Rule for classfcaton of BC data sets usng Kalman Flter f (oo(r,)>=.677 & oo(r,)<=.79) & (oo(r,)>=.587 & oo(r,)<=.664) then class Bengn f (oo(r,)>=.763 & oo(r,)<=.338) & (oo(r,)>=.665 & oo(r,)<=.974) then class Malgnant; Table : Percentage of Classfcaton Table 6: eghts obtaned from RBFNN and RLS Table 7: Varances obtaned from RBFNN and RLS Rule for classfcaton of BC data sets usng RBFNN and RLS f (oo(r,)>=8.588 & oo(r,)<=8.9768) & (oo(r,)>=3.43 & oo(r,)<=3.866) then class Bengn; f (oo(r,)>= & oo(r,)<=.668) & (oo(r,)>=3.885 & oo(r,)<=6.74) then class Malgnant; Table 8: Centers obtaned from RBFNN and Kalman Flter B C Table 9: eghts obtaned from RBFNN and Kalman Flter Table : Varances obtaned from RBFNN and Kalman Flter % of Accuracy MODIFIED RBFNN 98.4 RBFNN and RLS RBFNN and Kalman Flter Table- shows the percentage of classfcaton of respectve technques for BC datasets. 4. CONCLUSION An effcent Pattern Recognton and rule extracton technque usng Recursve Least square approxmaton and Modfed Radal Bass Functonal Neural Networks (MRBFNN) s presented n ths paper. Partcle Swarm Optmzaton [-5] s used to fnd the ntal centers of sconsn Breast Cancer (BC). After the centers have been ntalzed RBFNN s used to update the centers and the varances and the weghts of MRBFNN are updated usng Recursve Least Square approxmaton. The Classfcaton result s gven n Table 3 shows the effectveness of MRBFNN. The traned network s capable of provdng better Classfcaton wth comparson to tranng RBFNN network usng Kalman Flter and Recursve Least Square approxmaton. Further research could focus on the applcaton of dfferent tranng methods to tran MRBFNN. Ths technque can be appled to large problems to obtan expermental verfcaton of the computatonal results can be ncluded as a future work. 5 ACKNOLEDGEMENT : e would lke to acknowledge the encouragement and support gven by Prof. S. N. Dehury, Fakr Mohan Unversty, Orssa, Inda. He had been very knd and patent whle suggestng the outlnes of ths work. 6. REFERENCES [] D.Broomhead, D.Lowe, Multvarable Functonal Interpolaton and adaptve networks, complex systems, v, 998, pp Specal Issue of IJCCT Vol. Issue, 3, 4; for Internatonal Conference [ICCT-], 3 rd -5 th December 8

8 []. N. Karayanns, Reformulated radal bass neural networks traned by gradent descent, IEEE Transactons on Neural Networks, Volume:, Issue: 3, 999 pp [3]. D. Smon, Dstrbuted fault tolerance n optmal nterpolatve nets,. IEEE Transacton on Neural Networks, Volume:, Issue: 6, pp [4]. S. Sn, R. DeFgueredo, Effcent learnng procedures for optmal nterpolatve nets, Neural Networks, Volume:6, Issue:, 993 pp [5]. John Sum, Ch-sng Leung, Glbert H. Young, and ng-kay Kan,. Kalman Flterng Method n Neural-Network, Tranng and Prunng, IEEE Transactons On Neural Networks,. Volume:, Issue:, 999, pp [6]. Y. Zhang, X. L, A fast U-D factorzaton-based learnng algorthm wth applcatons to nonlnear system modelng and dentfcaton, IEEE Transacton on Neural Networks, Volume:, Issue: 4, 999, pp [7]. Duro, R.J.; Reyes, J.S, Dscrete-tme back propagaton for tranng synaptc delay-based artfcal neural networks, IEEE Transacton on Neural Networks, Volume:, Issue: 4, 999, pp [8]. S. Chen, Y. u, B. Luk, Combned genetc algorthm optmzaton and regularzed orthogonal least squares learnng for radal bass functon networks, IEEE Transacton on Neural Networks, Volume:, 999,Issue: 5, pp [9]. Bahram G. Kerman, Mark. hte, H. Tory Nagle, Feature Extracton By Genetc Algorthms for Neural Networks n Breast Cancer Classfcaton, IEEE, 997, pp []. McKay B.; lls, M.J.; Hdden, H.G.; Montague, G.A. and Barton, G.. March, Identfcaton of ndustral processes usng genetc programmng. Proceedngs of Internatonal Conference on Identfcaton n Engneerng Systems, 996, pp []. S. Krkpatrck, Cl. Gelatt, M. Vecch, Optmzaton by smulated annealng, Volume:, no: 4598, 983, pp []. J. Kennedy, Stereotypng: mprovng partcle swarm performance wth cluster analyss In Proceedngs of the IEEE Congress on Evolutonary Computaton (CEC),, pp [3]. J Kennedy, RC Eberhart, Y.Sh. Swarm Intellgence, Internatonal Journal of Computer Research,, pp [4]. Xaohu Hu, Yuhu Sh, and Russ Eberhart, Recent advances n partcle swarm. In Proceedngs of IEEE Congress on Evolutonary Computaton (CEC), 4. pp [5]..M.R.Senapat, I.Vjaya, P.K.Dash, Rule Extracton from Radal Bass Functonal Neural Networks by usng Partcle Swarm Optmzaton. Journal of computer scence, Scence Publcaton 3 (8), 7. pp Specal Issue of IJCCT Vol. Issue, 3, 4; for Internatonal Conference [ICCT-], 3 rd -5 th December 9

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University Dynamc Optmzaton Assgnment 1 Sasanka Nagavall snagaval@andrew.cmu.edu 16-745 January 29, 213 Robotcs Insttute Carnege Mellon Unversty Table of Contents 1. Problem and Approach... 1 2. Optmzaton wthout

More information

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b 2nd Internatonal Conference on Computer Engneerng, Informaton Scence & Applcaton Technology (ICCIA 207) Research of Dspatchng Method n Elevator Group Control System Based on Fuzzy Neural Network Yufeng

More information

ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION

ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION 7th European Sgnal Processng Conference (EUSIPCO 9 Glasgow, Scotland, August 4-8, 9 ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION Babta Majh, G. Panda and B.

More information

Optimal Placement of PMU and RTU by Hybrid Genetic Algorithm and Simulated Annealing for Multiarea Power System State Estimation

Optimal Placement of PMU and RTU by Hybrid Genetic Algorithm and Simulated Annealing for Multiarea Power System State Estimation T. Kerdchuen and W. Ongsakul / GMSARN Internatonal Journal (09) - Optmal Placement of and by Hybrd Genetc Algorthm and Smulated Annealng for Multarea Power System State Estmaton Thawatch Kerdchuen and

More information

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht 68 Internatonal Journal "Informaton Theores & Applcatons" Vol.11 PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION Evgeny Artyomov and Orly

More information

Comparison of Gradient descent method, Kalman Filtering and decoupled Kalman in training Neural Networks used for fingerprint-based positioning

Comparison of Gradient descent method, Kalman Filtering and decoupled Kalman in training Neural Networks used for fingerprint-based positioning Comparson of Gradent descent method, Kalman lterng and decoupled Kalman n tranng Neural Networs used for fngerprnt-based postonng Claude Mbusa Taenga, Koteswara Rao Anne, K Kyamaya, Jean Chamberlan Chedou

More information

Learning Ensembles of Convolutional Neural Networks

Learning Ensembles of Convolutional Neural Networks Learnng Ensembles of Convolutonal Neural Networks Lran Chen The Unversty of Chcago Faculty Mentor: Greg Shakhnarovch Toyota Technologcal Insttute at Chcago 1 Introducton Convolutonal Neural Networks (CNN)

More information

ANNUAL OF NAVIGATION 11/2006

ANNUAL OF NAVIGATION 11/2006 ANNUAL OF NAVIGATION 11/2006 TOMASZ PRACZYK Naval Unversty of Gdyna A FEEDFORWARD LINEAR NEURAL NETWORK WITH HEBBA SELFORGANIZATION IN RADAR IMAGE COMPRESSION ABSTRACT The artcle presents the applcaton

More information

Grain Moisture Sensor Data Fusion Based on Improved Radial Basis Function Neural Network

Grain Moisture Sensor Data Fusion Based on Improved Radial Basis Function Neural Network Gran Mosture Sensor Data Fuson Based on Improved Radal Bass Functon Neural Network Lu Yang, Gang Wu, Yuyao Song, and Lanlan Dong 1 College of Engneerng, Chna Agrcultural Unversty, Bejng,100083, Chna zhjunr@gmal.com,{yanglu,maozhhua}@cau.edu.cn

More information

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel To: Professor Avtable Date: February 4, 3 From: Mechancal Student Subject:.3 Experment # Numercal Methods Usng Excel Introducton Mcrosoft Excel s a spreadsheet program that can be used for data analyss,

More information

Networks. Backpropagation. Backpropagation. Introduction to. Backpropagation Network training. Backpropagation Learning Details 1.04.

Networks. Backpropagation. Backpropagation. Introduction to. Backpropagation Network training. Backpropagation Learning Details 1.04. Networs Introducton to - In 1986 a method for learnng n mult-layer wor,, was nvented by Rumelhart Paper Why are what and where processed by separate cortcal vsual systems? - The algorthm s a sensble approach

More information

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS A MODIFIED DIFFERENTIAL EVOLUTION ALORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS Kaml Dmller Department of Electrcal-Electroncs Engneerng rne Amercan Unversty North Cyprus, Mersn TURKEY kdmller@gau.edu.tr

More information

Side-Match Vector Quantizers Using Neural Network Based Variance Predictor for Image Coding

Side-Match Vector Quantizers Using Neural Network Based Variance Predictor for Image Coding Sde-Match Vector Quantzers Usng Neural Network Based Varance Predctor for Image Codng Shuangteng Zhang Department of Computer Scence Eastern Kentucky Unversty Rchmond, KY 40475, U.S.A. shuangteng.zhang@eku.edu

More information

A Preliminary Study on Targets Association Algorithm of Radar and AIS Using BP Neural Network

A Preliminary Study on Targets Association Algorithm of Radar and AIS Using BP Neural Network Avalable onlne at www.scencedrect.com Proceda Engneerng 5 (2 44 445 A Prelmnary Study on Targets Assocaton Algorthm of Radar and AIS Usng BP Neural Networ Hu Xaoru a, Ln Changchuan a a Navgaton Insttute

More information

Development of Neural Networks for Noise Reduction

Development of Neural Networks for Noise Reduction The Internatonal Arab Journal of Informaton Technology, Vol. 7, No. 3, July 00 89 Development of Neural Networks for Nose Reducton Lubna Badr Faculty of Engneerng, Phladelpha Unversty, Jordan Abstract:

More information

Advanced Bio-Inspired Plausibility Checking in a Wireless Sensor Network Using Neuro-Immune Systems

Advanced Bio-Inspired Plausibility Checking in a Wireless Sensor Network Using Neuro-Immune Systems Fourth Internatonal Conference on Sensor Technologes and Applcatons Advanced Bo-Inspred Plausblty Checkng n a reless Sensor Network Usng Neuro-Immune Systems Autonomous Fault Dagnoss n an Intellgent Transportaton

More information

Investigation of Hybrid Particle Swarm Optimization Methods for Solving Transient-Stability Constrained Optimal Power Flow Problems

Investigation of Hybrid Particle Swarm Optimization Methods for Solving Transient-Stability Constrained Optimal Power Flow Problems Investgaton of Hybrd Partcle Swarm Optmzaton Methods for Solvng Transent-Stablty Constraned Optmal Power Flow Problems K. Y. Chan, G. T. Y. Pong and K. W. Chan Abstract In ths paper, hybrd partcle swarm

More information

Optimal Allocation of Static VAr Compensator for Active Power Loss Reduction by Different Decision Variables

Optimal Allocation of Static VAr Compensator for Active Power Loss Reduction by Different Decision Variables S. Aucharyamet and S. Srsumrannukul / GMSARN Internatonal Journal 4 (2010) 57-66 Optmal Allocaton of Statc VAr Compensator for Actve Power oss Reducton by Dfferent Decson Varables S. Aucharyamet and S.

More information

Indirect Symmetrical PST Protection Based on Phase Angle Shift and Optimal Radial Basis Function Neural Network

Indirect Symmetrical PST Protection Based on Phase Angle Shift and Optimal Radial Basis Function Neural Network Indrect Symmetrcal PST Protecton Based on Phase Angle Shft and Optmal Radal Bass Functon Neural Networ Shalendra Kumar Bhaser Department of Electrcal Engneerng Indan Insttute of Technology Rooree, Inda

More information

IEE Electronics Letters, vol 34, no 17, August 1998, pp ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES

IEE Electronics Letters, vol 34, no 17, August 1998, pp ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES IEE Electroncs Letters, vol 34, no 17, August 1998, pp. 1622-1624. ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES A. Chatzgeorgou, S. Nkolads 1 and I. Tsoukalas Computer Scence Department, 1 Department

More information

High Speed, Low Power And Area Efficient Carry-Select Adder

High Speed, Low Power And Area Efficient Carry-Select Adder Internatonal Journal of Scence, Engneerng and Technology Research (IJSETR), Volume 5, Issue 3, March 2016 Hgh Speed, Low Power And Area Effcent Carry-Select Adder Nelant Harsh M.tech.VLSI Desgn Electroncs

More information

arxiv: v1 [cs.lg] 8 Jul 2016

arxiv: v1 [cs.lg] 8 Jul 2016 Overcomng Challenges n Fxed Pont Tranng of Deep Convolutonal Networks arxv:1607.02241v1 [cs.lg] 8 Jul 2016 Darryl D. Ln Qualcomm Research, San Dego, CA 92121 USA Sachn S. Talath Qualcomm Research, San

More information

BP Neural Network based on PSO Algorithm for Temperature Characteristics of Gas Nanosensor

BP Neural Network based on PSO Algorithm for Temperature Characteristics of Gas Nanosensor 2318 JOURNAL OF COMPUTERS, VOL. 7, NO. 9, SEPTEMBER 2012 BP Neural Network based on PSO Algorthm for Temperature Characterstcs of Gas Nanosensor Weguo Zhao Center of Educaton Technology, Hebe Unversty

More information

Research Article Dynamic Relay Satellite Scheduling Based on ABC-TOPSIS Algorithm

Research Article Dynamic Relay Satellite Scheduling Based on ABC-TOPSIS Algorithm Mathematcal Problems n Engneerng Volume 2016, Artcle ID 3161069, 11 pages http://dx.do.org/10.1155/2016/3161069 Research Artcle Dynamc Relay Satellte Schedulng Based on ABC-TOPSIS Algorthm Shufeng Zhuang,

More information

New Applied Methods For Optimum GPS Satellite Selection

New Applied Methods For Optimum GPS Satellite Selection New Appled Methods For Optmum GPS Satellte Selecton Hamed Azam, Student Member, IEEE Department of Electrcal Engneerng Iran Unversty of Scence &echnology ehran, Iran hamed_azam@eee.org Mlad Azarbad Department

More information

Applications of Modern Optimization Methods for Controlling Parallel Connected DC-DC Buck Converters

Applications of Modern Optimization Methods for Controlling Parallel Connected DC-DC Buck Converters IJCSI Internatonal Journal of Computer Scence Issues, Volume 3, Issue 6, November 26 www.ijcsi.org https://do.org/.2943/266.559 5 Applcatons of Modern Optmzaton Methods for Controllng Parallel Connected

More information

Calculation of the received voltage due to the radiation from multiple co-frequency sources

Calculation of the received voltage due to the radiation from multiple co-frequency sources Rec. ITU-R SM.1271-0 1 RECOMMENDATION ITU-R SM.1271-0 * EFFICIENT SPECTRUM UTILIZATION USING PROBABILISTIC METHODS Rec. ITU-R SM.1271 (1997) The ITU Radocommuncaton Assembly, consderng a) that communcatons

More information

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results AMERICAN JOURNAL OF UNDERGRADUATE RESEARCH VOL. 1 NO. () A Comparson of Two Equvalent Real Formulatons for Complex-Valued Lnear Systems Part : Results Abnta Munankarmy and Mchael A. Heroux Department of

More information

Inverse Halftoning Method Using Pattern Substitution Based Data Hiding Scheme

Inverse Halftoning Method Using Pattern Substitution Based Data Hiding Scheme Proceedngs of the World Congress on Engneerng 2011 Vol II, July 6-8, 2011, London, U.K. Inverse Halftonng Method Usng Pattern Substtuton Based Data Hdng Scheme Me-Y Wu, Ja-Hong Lee and Hong-Je Wu Abstract

More information

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques The th Worshop on Combnatoral Mathematcs and Computaton Theory Effcent Large Integers Arthmetc by Adoptng Squarng and Complement Recodng Technques Cha-Long Wu*, Der-Chyuan Lou, and Te-Jen Chang *Department

More information

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems 0 nd Internatonal Conference on Industral Technology and Management (ICITM 0) IPCSIT vol. 49 (0) (0) IACSIT Press, Sngapore DOI: 0.776/IPCSIT.0.V49.8 A NSGA-II algorthm to solve a b-obectve optmzaton of

More information

STRUCTURE ANALYSIS OF NEURAL NETWORKS

STRUCTURE ANALYSIS OF NEURAL NETWORKS STRUCTURE ANALYSIS OF NEURAL NETWORKS DING SHENQIANG NATIONAL UNIVERSITY OF SINGAPORE 004 STRUCTURE ANALYSIS OF NEURAL NETWORKS DING SHENQIANG 004 STRUCTURE ANANLYSIS OF NEURAL NETWORKS DING SHENQIANG

More information

NETWORK 2001 Transportation Planning Under Multiple Objectives

NETWORK 2001 Transportation Planning Under Multiple Objectives NETWORK 200 Transportaton Plannng Under Multple Objectves Woodam Chung Graduate Research Assstant, Department of Forest Engneerng, Oregon State Unversty, Corvalls, OR9733, Tel: (54) 737-4952, Fax: (54)

More information

Network Reconfiguration in Distribution Systems Using a Modified TS Algorithm

Network Reconfiguration in Distribution Systems Using a Modified TS Algorithm Network Reconfguraton n Dstrbuton Systems Usng a Modfed TS Algorthm ZHANG DONG,FU ZHENGCAI,ZHANG LIUCHUN,SONG ZHENGQIANG School of Electroncs, Informaton and Electrcal Engneerng Shangha Jaotong Unversty

More information

Open Access Research on PID Controller in Active Magnetic Levitation Based on Particle Swarm Optimization Algorithm

Open Access Research on PID Controller in Active Magnetic Levitation Based on Particle Swarm Optimization Algorithm Send Orders for Reprnts to reprnts@benthamscence.ae 1870 The Open Automaton and Control Systems Journal, 2015, 7, 1870-1874 Open Access Research on PID Controller n Actve Magnetc Levtaton Based on Partcle

More information

Particle Filters. Ioannis Rekleitis

Particle Filters. Ioannis Rekleitis Partcle Flters Ioanns Reklets Bayesan Flter Estmate state x from data Z What s the probablty of the robot beng at x? x could be robot locaton, map nformaton, locatons of targets, etc Z could be sensor

More information

Intelligent and Robust Genetic Algorithm Based Classifier

Intelligent and Robust Genetic Algorithm Based Classifier Intellgent and Robust Genetc Algorthm Based Classfer S. H. Zahr, H. Raab Mashhad and S. A. Seyedn Downloaded from eee.ust.ac.r at :4 IRDT on Monday September 3rd 018 Abstract: The concepts of robust classfcaton

More information

MODEL ORDER REDUCTION AND CONTROLLER DESIGN OF DISCRETE SYSTEM EMPLOYING REAL CODED GENETIC ALGORITHM J. S. Yadav, N. P. Patidar, J.

MODEL ORDER REDUCTION AND CONTROLLER DESIGN OF DISCRETE SYSTEM EMPLOYING REAL CODED GENETIC ALGORITHM J. S. Yadav, N. P. Patidar, J. ABSTRACT Research Artcle MODEL ORDER REDUCTION AND CONTROLLER DESIGN OF DISCRETE SYSTEM EMPLOYING REAL CODED GENETIC ALGORITHM J. S. Yadav, N. P. Patdar, J. Sngha Address for Correspondence Maulana Azad

More information

Beam quality measurements with Shack-Hartmann wavefront sensor and M2-sensor: comparison of two methods

Beam quality measurements with Shack-Hartmann wavefront sensor and M2-sensor: comparison of two methods Beam qualty measurements wth Shack-Hartmann wavefront sensor and M-sensor: comparson of two methods J.V.Sheldakova, A.V.Kudryashov, V.Y.Zavalova, T.Y.Cherezova* Moscow State Open Unversty, Adaptve Optcs

More information

Performance Enhancement in Machine Learning System using Hybrid Bee Colony based Neural Network

Performance Enhancement in Machine Learning System using Hybrid Bee Colony based Neural Network Performance Enhancement n Machne Learnng System usng Hybrd Bee Colony based Neural Network S. Karthck 1* 1 Team Manager, Sea Sense Softwares (P) Ltd., Marthandam, Taml Nadu, nda ---------------------------------------------------------------------***---------------------------------------------------------------------

More information

A study of turbo codes for multilevel modulations in Gaussian and mobile channels

A study of turbo codes for multilevel modulations in Gaussian and mobile channels A study of turbo codes for multlevel modulatons n Gaussan and moble channels Lamne Sylla and Paul Forter (sylla, forter)@gel.ulaval.ca Department of Electrcal and Computer Engneerng Laval Unversty, Ste-Foy,

More information

Application of a Modified PSO Algorithm to Self-Tuning PID Controller for Ultrasonic Motor

Application of a Modified PSO Algorithm to Self-Tuning PID Controller for Ultrasonic Motor The Proceedngs of the st Internatonal Conference on Industral Applcaton Engneerng Applcaton of a Modfed PSO Algorthm to Self-Tunng PID Controller for Ultrasonc Motor Djoewahr Alrjadjs a,b,*, Kanya Tanaa

More information

Application of Intelligent Voltage Control System to Korean Power Systems

Application of Intelligent Voltage Control System to Korean Power Systems Applcaton of Intellgent Voltage Control System to Korean Power Systems WonKun Yu a,1 and HeungJae Lee b, *,2 a Department of Power System, Seol Unversty, South Korea. b Department of Power System, Kwangwoon

More information

Partial Discharge Pattern Recognition of Cast Resin Current Transformers Using Radial Basis Function Neural Network

Partial Discharge Pattern Recognition of Cast Resin Current Transformers Using Radial Basis Function Neural Network J Electr Eng Technol Vol. 9, No. 1: 293-300, 2014 http://dx.do.org/10.5370/jeet.2014.9.1.293 ISSN(Prnt) 1975-0102 ISSN(Onlne) 2093-7423 Partal Dscharge Pattern Recognton of Cast Resn Current Transformers

More information

Multiple Beam Array Pattern Synthesis by Amplitude and Phase with the Use of a Modified Particle Swarm Optimisation Algorithm

Multiple Beam Array Pattern Synthesis by Amplitude and Phase with the Use of a Modified Particle Swarm Optimisation Algorithm SETIT 29 5 th Internatonal Conference: Scences of Electronc, Technologes of Informaton and Telecommuncatons March 22-26, 29 TUNISIA Multple Beam Array Pattern Synthess by Ampltude and wth the Use of a

More information

Walsh Function Based Synthesis Method of PWM Pattern for Full-Bridge Inverter

Walsh Function Based Synthesis Method of PWM Pattern for Full-Bridge Inverter Walsh Functon Based Synthess Method of PWM Pattern for Full-Brdge Inverter Sej Kondo and Krt Choesa Nagaoka Unversty of Technology 63-, Kamtomoka-cho, Nagaoka 9-, JAPAN Fax: +8-58-7-95, Phone: +8-58-7-957

More information

A Patent Quality Classification System Using a Kernel-PCA with SVM

A Patent Quality Classification System Using a Kernel-PCA with SVM ADVCOMP 05 : The nth Internatonal Conference on Advanced Engneerng Computng and Applcatons n Scences A Patent Qualty Classfcaton System Usng a Kernel-PCA wth SVM Pe-Chann Chang Innovaton Center for Bg

More information

sensors ISSN by MDPI

sensors ISSN by MDPI Sensors 2007, 7, 628-648 Full Paper sensors ISSN 1424-8220 2007 by MDPI www.mdp.org/sensors Dstrbuted Partcle Swarm Optmzaton and Smulated Annealng for Energy-effcent Coverage n Wreless Sensor Networks

More information

Adaptive System Control with PID Neural Networks

Adaptive System Control with PID Neural Networks Adaptve System Control wth PID Neural Networs F. Shahra a, M.A. Fanae b, A.R. Aromandzadeh a a Department of Chemcal Engneerng, Unversty of Sstan and Baluchestan, Zahedan, Iran. b Department of Chemcal

More information

Controlled Random Search Optimization For Linear Antenna Arrays

Controlled Random Search Optimization For Linear Antenna Arrays L. MERAD, F. T. BENDIMERAD, S. M. MERIAH, CONTROLLED RANDOM SEARCH OPTIMIZATION FOR LINEAR Controlled Random Search Optmzaton For Lnear Antenna Arrays Lotf MERAD, Feth Tar BENDIMERAD, Sd Mohammed MERIAH

More information

Lecture 3: Multi-layer perceptron

Lecture 3: Multi-layer perceptron x Fundamental Theores and Applcatons of Neural Netors Lecture 3: Mult-laer perceptron Contents of ths lecture Ree of sngle laer neural ors. Formulaton of the delta learnng rule of sngle laer neural ors.

More information

Fast Code Detection Using High Speed Time Delay Neural Networks

Fast Code Detection Using High Speed Time Delay Neural Networks Fast Code Detecton Usng Hgh Speed Tme Delay Neural Networks Hazem M. El-Bakry 1 and Nkos Mastoraks 1 Faculty of Computer Scence & Informaton Systems, Mansoura Unversty, Egypt helbakry0@yahoo.com Department

More information

Genetic Algorithm for Sensor Scheduling with Adjustable Sensing Range

Genetic Algorithm for Sensor Scheduling with Adjustable Sensing Range Genetc Algorthm for Sensor Schedulng wth Adjustable Sensng Range D.Arvudanamb #, G.Sreekanth *, S.Balaj # # Department of Mathematcs, Anna Unversty Chenna, Inda arvu@annaunv.edu skbalaj8@gmal.com * Department

More information

Chaotic Filter Bank for Computer Cryptography

Chaotic Filter Bank for Computer Cryptography Chaotc Flter Bank for Computer Cryptography Bngo Wng-uen Lng Telephone: 44 () 784894 Fax: 44 () 784893 Emal: HTwng-kuen.lng@kcl.ac.ukTH Department of Electronc Engneerng, Dvson of Engneerng, ng s College

More information

PSO and ACO Algorithms Applied to Location Optimization of the WLAN Base Station

PSO and ACO Algorithms Applied to Location Optimization of the WLAN Base Station PSO and ACO Algorthms Appled to Locaton Optmzaton of the WLAN Base Staton Ivan Vlovć 1, Nša Burum 1, Zvonmr Špuš 2 and Robert Nađ 2 1 Unversty of Dubrovn, Croata 2 Unversty of Zagreb, Croata E-mal: van.vlovc@undu.hr,

More information

Nonlinear Complex Channel Equalization Using A Radial Basis Function Neural Network

Nonlinear Complex Channel Equalization Using A Radial Basis Function Neural Network Nonlnear Complex Channel Equalzaton Usng A Radal Bass Functon Neural Network Mclau Ncolae, Corna Botoca, Georgeta Budura Unversty Poltehnca of Tmşoara cornab@etc.utt.ro Abstract: The problem of equalzaton

More information

Comparative Analysis of Reuse 1 and 3 in Cellular Network Based On SIR Distribution and Rate

Comparative Analysis of Reuse 1 and 3 in Cellular Network Based On SIR Distribution and Rate Comparatve Analyss of Reuse and 3 n ular Network Based On IR Dstrbuton and Rate Chandra Thapa M.Tech. II, DEC V College of Engneerng & Technology R.V.. Nagar, Chttoor-5727, A.P. Inda Emal: chandra2thapa@gmal.com

More information

Applying Rprop Neural Network for the Prediction of the Mobile Station Location

Applying Rprop Neural Network for the Prediction of the Mobile Station Location Sensors 0,, 407-430; do:0.3390/s040407 OPE ACCESS sensors ISS 44-80 www.mdp.com/journal/sensors Communcaton Applyng Rprop eural etwork for the Predcton of the Moble Staton Locaton Chen-Sheng Chen, * and

More information

Letters. Evolving a Modular Neural Network-Based Behavioral Fusion Using Extended VFF and Environment Classification for Mobile Robot Navigation

Letters. Evolving a Modular Neural Network-Based Behavioral Fusion Using Extended VFF and Environment Classification for Mobile Robot Navigation IEEE RANSACIONS ON EVOLUIONARY COMPUAION, VOL. 6, NO. 4, AUGUS 2002 413 Letters Evolvng a Modular Neural Network-Based Behavoral Fuson Usng Extended VFF and Envronment Classfcaton for Moble Robot Navgaton

More information

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol., No., November 23, 3-9 Rejecton of PSK Interference n DS-SS/PSK System Usng Adaptve Transversal Flter wth Condtonal Response Recalculaton Zorca Nkolć, Bojan

More information

Optimal Reconfiguration of Distribution System by PSO and GA using graph theory

Optimal Reconfiguration of Distribution System by PSO and GA using graph theory Proceedngs of the 6th WSEAS Internatonal Conference on Applcatons of Electrcal Engneerng, Istanbul, Turkey, May 27-29, 2007 83 Optmal Reconfguraton of Dstrbuton System by PSO and GA usng graph theory Mehd

More information

New Parallel Radial Basis Function Neural Network for Voltage Security Analysis

New Parallel Radial Basis Function Neural Network for Voltage Security Analysis New Parallel Radal Bass Functon Neural Network for Voltage Securty Analyss T. Jan, L. Srvastava, S.N. Sngh and I. Erlch Abstract: On-lne montorng of power system voltage securty has become a very demandng

More information

Performance Analysis of Multi User MIMO System with Block-Diagonalization Precoding Scheme

Performance Analysis of Multi User MIMO System with Block-Diagonalization Precoding Scheme Performance Analyss of Mult User MIMO System wth Block-Dagonalzaton Precodng Scheme Yoon Hyun m and Jn Young m, wanwoon Unversty, Department of Electroncs Convergence Engneerng, Wolgye-Dong, Nowon-Gu,

More information

Flagged and Compact Fuzzy ART: Fuzzy ART in more efficient forms

Flagged and Compact Fuzzy ART: Fuzzy ART in more efficient forms he Internatonal Journal of ACM Jordan (ISSN 2078-7952, Vol., No. 3, September 200 98 Flagged and Compact Fuzzy AR: Fuzzy AR n more effcent forms Kamal R. Al-Raw, and Consuelo Gonzalo 2 ; Department of

More information

A Novel Hybrid Neural Network for Data Clustering

A Novel Hybrid Neural Network for Data Clustering A Novel Hybrd Neural Network for Data Clusterng Dongha Guan, Andrey Gavrlov Department of Computer Engneerng Kyung Hee Unversty, Korea dongha@oslab.khu.ac.kr, Avg1952@rambler.ru Abstract. Clusterng plays

More information

Medical Diagnosis using Incremental Evolution of Neural Network

Medical Diagnosis using Incremental Evolution of Neural Network Medcal Dagnoss usng Incremental Evoluton of Neural Network Rahul Kala 1, Harsh Vazran 2, Anupam Shukla 3 and Rtu Twar 4 1, 2, 3, 4 Soft Computng and Expert System Laboratory, Indan Insttute of Informaton

More information

Uncertainty in measurements of power and energy on power networks

Uncertainty in measurements of power and energy on power networks Uncertanty n measurements of power and energy on power networks E. Manov, N. Kolev Department of Measurement and Instrumentaton, Techncal Unversty Sofa, bul. Klment Ohrdsk No8, bl., 000 Sofa, Bulgara Tel./fax:

More information

Servo Actuating System Control Using Optimal Fuzzy Approach Based on Particle Swarm Optimization

Servo Actuating System Control Using Optimal Fuzzy Approach Based on Particle Swarm Optimization Servo Actuatng System Control Usng Optmal Fuzzy Approach Based on Partcle Swarm Optmzaton Dev Patel, L Jun Heng, Abesh Rahman, Deepka Bhart Sngh Abstract Ths paper presents a new optmal fuzzy approach

More information

NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION

NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION Phaneendra R.Venkata, Nathan A. Goodman Department of Electrcal and Computer Engneerng, Unversty of Arzona, 30 E. Speedway Blvd, Tucson, Arzona

More information

Implementation of Adaptive Neuro Fuzzy Inference System in Speed Control of Induction Motor Drives

Implementation of Adaptive Neuro Fuzzy Inference System in Speed Control of Induction Motor Drives J. Intellgent Learnng Systems & Applcatons, 00, : 0-8 do:0.436/jlsa.00.04 Publshed Onlne May 00 (http://www.scrp.org/journal/jlsa) Implementaton of Adaptve Neuro Fuzzy Inference System n Speed Control

More information

Latency Insertion Method (LIM) for IR Drop Analysis in Power Grid

Latency Insertion Method (LIM) for IR Drop Analysis in Power Grid Abstract Latency Inserton Method (LIM) for IR Drop Analyss n Power Grd Dmtr Klokotov, and José Schutt-Ané Wth the steadly growng number of transstors on a chp, and constantly tghtenng voltage budgets,

More information

Sensors for Motion and Position Measurement

Sensors for Motion and Position Measurement Sensors for Moton and Poston Measurement Introducton An ntegrated manufacturng envronment conssts of 5 elements:- - Machne tools - Inspecton devces - Materal handlng devces - Packagng machnes - Area where

More information

Machine Learning in Production Systems Design Using Genetic Algorithms

Machine Learning in Production Systems Design Using Genetic Algorithms Internatonal Journal of Computatonal Intellgence Volume 4 Number 1 achne Learnng n Producton Systems Desgn Usng Genetc Algorthms Abu Quder Jaber, Yamamoto Hdehko and Rzauddn Raml Abstract To create a soluton

More information

An Optimal Model and Solution of Deployment of Airships for High Altitude Platforms

An Optimal Model and Solution of Deployment of Airships for High Altitude Platforms An Optmal Model and Soluton of Deployment of Arshps for Hgh Alttude Platforms Xuyu Wang, Xnbo Gao, Ru Zong, Peng Cheng. VIPS Lab, School of Electronc Engneerng, Xdan Unversty, X an 77, Chna. Department

More information

Artificial Intelligence Techniques Applications for Power Disturbances Classification

Artificial Intelligence Techniques Applications for Power Disturbances Classification Internatonal Journal of Electrcal and Computer Engneerng 3:5 28 Artfcal Intellgence Technques Applcatons for Power Dsturbances Classfcaton K.Manmala, Dr.K.Selv and R.Ahla Abstract Artfcal Intellgence (AI)

More information

An Alternation Diffusion LMS Estimation Strategy over Wireless Sensor Network

An Alternation Diffusion LMS Estimation Strategy over Wireless Sensor Network Progress In Electromagnetcs Research M, Vol. 70, 135 143, 2018 An Alternaton Dffuson LMS Estmaton Strategy over Wreless Sensor Network Ln L * and Donghu L Abstract Ths paper presents a dstrbuted estmaton

More information

Open Access Node Localization Method for Wireless Sensor Networks Based on Hybrid Optimization of Differential Evolution and Particle Swarm Algorithm

Open Access Node Localization Method for Wireless Sensor Networks Based on Hybrid Optimization of Differential Evolution and Particle Swarm Algorithm Send Orders for Reprnts to reprnts@benthamscence.ae The Open Automaton and Control Systems Journal, 014, 6, 61-68 61 Open Access Node Localzaton Method for Wreless Sensor Networks Based on Hybrd Optmzaton

More information

A PARTICLE SWARM OPTIMIZATION FOR REACTIVE POWER AND VOLTAGE CONTROL CONSIDERING VOLTAGE SECURITY ASSESSMENT

A PARTICLE SWARM OPTIMIZATION FOR REACTIVE POWER AND VOLTAGE CONTROL CONSIDERING VOLTAGE SECURITY ASSESSMENT A PARTICLE SWARM OPTIMIZATION FOR REACTIVE POWER AND VOLTAGE CONTROL CONSIDERING VOLTAGE SECURITY ASSESSMENT Hrotaka Yoshda Kench Kawata IEEE Trans. on Power Systems, Vol.15, No.4, pp.1232-1239, November

More information

Key-Words: - Automatic guided vehicles, Robot navigation, genetic algorithms, potential fields

Key-Words: - Automatic guided vehicles, Robot navigation, genetic algorithms, potential fields Autonomous Robot Navgaton usng Genetc Algorthms F. ARAMBULA COSIO, M. A. PADILLA CASTAÑEDA Lab. de Imágenes y Vsón Centro de Instrumentos, UNAM Méxco, D.F., 451 MEXICO Abstract: - In ths paper s presented

More information

On Evolutionary Programming for Channel Equalization

On Evolutionary Programming for Channel Equalization On Evolutonary Programmng for Channel Equalzaton ADINA BURIAN, ARTO KANTSILA, MIKKO LEHTOKANGAS, JUKKA SAARINEN Dgtal and Computer Systems Laboratory Tampere Unversty of Technology P.O. BOX 553, FIN-33101,

More information

Recognition of Low-Resolution Face Images using Sparse Coding of Local Features

Recognition of Low-Resolution Face Images using Sparse Coding of Local Features Recognton of Low-Resoluton Face Images usng Sparse Codng of Local Features M. Saad Shakeel and Kn-Man-Lam Centre for Sgnal Processng, Department of Electronc and Informaton Engneerng he Hong Kong Polytechnc

More information

Target Response Adaptation for Correlation Filter Tracking

Target Response Adaptation for Correlation Filter Tracking Target Response Adaptaton for Correlaton Flter Tracng Adel Bb, Matthas Mueller, and Bernard Ghanem Image and Vdeo Understandng Laboratory IVUL, Kng Abdullah Unversty of Scence and Technology KAUST, Saud

More information

Optimal PID Design for Control of Active Car Suspension System

Optimal PID Design for Control of Active Car Suspension System I.J. Informaton Technology and Computer Scence, 2018, 1, 16-23 Publshed Onlne January 2018 n MECS (http://www.mecs-press.org/) DOI: 10.5815/jtcs.2018.01.02 Optmal PID Desgn for Control of Actve Car Suspenson

More information

Th P5 13 Elastic Envelope Inversion SUMMARY. J.R. Luo* (Xi'an Jiaotong University), R.S. Wu (UC Santa Cruz) & J.H. Gao (Xi'an Jiaotong University)

Th P5 13 Elastic Envelope Inversion SUMMARY. J.R. Luo* (Xi'an Jiaotong University), R.S. Wu (UC Santa Cruz) & J.H. Gao (Xi'an Jiaotong University) -4 June 5 IFEMA Madrd h P5 3 Elastc Envelope Inverson J.R. Luo* (X'an Jaotong Unversty), R.S. Wu (UC Santa Cruz) & J.H. Gao (X'an Jaotong Unversty) SUMMARY We developed the elastc envelope nverson method.

More information

Design of Digital Band Stop FIR Filter using Craziness Based Particle Swarm Optimization (CRPSO) Technique

Design of Digital Band Stop FIR Filter using Craziness Based Particle Swarm Optimization (CRPSO) Technique Internatonal Journal o Scentc Research Engneerng & Technology (IJSRET), ISSN 78 088 Volume, Issue 5, May 05 6 Desgn o Dgtal Band Stop FIR Flter usng Crazness Based Partcle Swarm Optmzaton (CRPSO) Technque

More information

Modified Bat Algorithm for the Multi-Objective Flexible Job Shop Scheduling Problem

Modified Bat Algorithm for the Multi-Objective Flexible Job Shop Scheduling Problem Avalable onlne at www.jpe-onlne.com vol., no. 7, November 07, pp. 999-0 DOI: 0.90/jpe.7.07.p.9990 Modfed Bat Algorthm for the Mult-Objectve Flexble Job Shop Schedulng Problem Haodong Zhu a,b, Baofeng He

More information

Novel Artificial Neural Networks For Remote-Sensing Data Classification

Novel Artificial Neural Networks For Remote-Sensing Data Classification ovel Artfcal eural etwors For Remote-Sensng Data Classfcaton Xaol Tao * and Howard E. chel ξ Unversty of assachusetts Dartmouth, Dartmouth A 0747 ABSTRACT Ths paper dscusses two novel artfcal neural networ

More information

Phoneme Probability Estimation with Dynamic Sparsely Connected Artificial Neural Networks

Phoneme Probability Estimation with Dynamic Sparsely Connected Artificial Neural Networks The Free Speech Journal, Issue # 5(1997) Publshed 10/22/97 1997 All rghts reserved. Phoneme Probablty Estmaton wth Dynamc Sparsely Connected Artfcal Neural Networks Nkko Ström, (nkko@speech.kth.se) Department

More information

NEW EVOLUTIONARY PARTICLE SWARM ALGORITHM (EPSO) APPLIED TO VOLTAGE/VAR CONTROL

NEW EVOLUTIONARY PARTICLE SWARM ALGORITHM (EPSO) APPLIED TO VOLTAGE/VAR CONTROL NEW EVOLUTIONARY PARTICLE SWARM ALGORITHM (EPSO) APPLIED TO VOLTAGE/VAR CONTROL Vladmro Mranda vmranda@nescporto.pt Nuno Fonseca nfonseca@power.nescn.pt INESC Insttuto de Engenhara de Sstemas e Computadores

More information

th year, No., Computational Intelligence in Electrical Engineering,

th year, No., Computational Intelligence in Electrical Engineering, 1 Applcaton of hybrd neural networks combned wth comprehensve learnng partcle swarm optmzaton to shortterm load forecastng Mohammadreza Emarat 1, Farshd Keyna 2, Alreza Askarzadeh 3 1 PhD Student, Department

More information

Ensemble Evolution of Checkers Players with Knowledge of Opening, Middle and Endgame

Ensemble Evolution of Checkers Players with Knowledge of Opening, Middle and Endgame Ensemble Evoluton of Checkers Players wth Knowledge of Openng, Mddle and Endgame Kyung-Joong Km and Sung-Bae Cho Department of Computer Scence, Yonse Unversty 134 Shnchon-dong, Sudaemoon-ku, Seoul 120-749

More information

Mooring Cost Sensitivity Study Based on Cost-Optimum Mooring Design

Mooring Cost Sensitivity Study Based on Cost-Optimum Mooring Design Proceedngs of Conference 8 Korean Socety of Ocean Engneers May 9-3, Cheju, Korea Moorng Cost Senstvty Study Based on Cost-Optmum Moorng Desgn SAM SANGSOO RYU, CASPAR HEYL AND ARUN DUGGAL Research & Development,

More information

Enhanced Artificial Neural Networks Using Complex Numbers

Enhanced Artificial Neural Networks Using Complex Numbers Enhanced Artfcal Neural Networks Usng Complex Numers Howard E. Mchel and A. A. S. Awwal Computer Scence Department Unversty of Dayton Dayton, OH 45469-60 mchel@cps.udayton.edu Computer Scence & Engneerng

More information

Research on Peak-detection Algorithm for High-precision Demodulation System of Fiber Bragg Grating

Research on Peak-detection Algorithm for High-precision Demodulation System of Fiber Bragg Grating , pp. 337-344 http://dx.do.org/10.1457/jht.014.7.6.9 Research on Peak-detecton Algorthm for Hgh-precson Demodulaton System of Fber ragg Gratng Peng Wang 1, *, Xu Han 1, Smn Guan 1, Hong Zhao and Mngle

More information

A Novel UWB Imaging System Setup for Computer- Aided Breast Cancer Diagnosis

A Novel UWB Imaging System Setup for Computer- Aided Breast Cancer Diagnosis A Novel UWB Imagng System Setup for Computer- Aded Breast Cancer Dagnoss Xang He, Ja L, Chenxng Wu Electrcal and Computer Engneerng Oakland Unversty, OU Rochester, I 48309, U.S.A xhe2@oakland.edu, l4@oakland.edu,

More information

Integration of Global Positioning System and Inertial Navigation System with Different Sampling Rate Using Adaptive Neuro Fuzzy Inference System

Integration of Global Positioning System and Inertial Navigation System with Different Sampling Rate Using Adaptive Neuro Fuzzy Inference System World Appled Scences Journal 7 (Specal Issue of Computer & IT): 98-6, 9 ISSN 88.495 IDOSI Publcatons, 9 Integraton of Global Postonng System and Inertal Navgaton System wth Dfferent Samplng Rate Usng Adaptve

More information

Modified Predictive Optimal Control Using Neural Network-based Combined Model for Large-Scale Power Plants

Modified Predictive Optimal Control Using Neural Network-based Combined Model for Large-Scale Power Plants 1 Modfed Predctve Optmal Control Usng Neural Networ-based Combned Model for Large-Scale Power Plants Kwang Y Lee, Fellow, IEEE, Jn S Heo, Jason A Hoffman, Sung-Ho Km, and Won-Hee Jung Abstract--Wth a Neural

More information

DIMENSIONAL SYNTHESIS FOR WIDE-BAND BAND- PASS FILTERS WITH QUARTER-WAVELENGTH RES- ONATORS

DIMENSIONAL SYNTHESIS FOR WIDE-BAND BAND- PASS FILTERS WITH QUARTER-WAVELENGTH RES- ONATORS Progress In Electromagnetcs Research B, Vol. 17, 213 231, 29 DIMENSIONAL SYNTHESIS FOR WIDE-BAND BAND- PASS FILTERS WITH QUARTER-WAVELENGTH RES- ONATORS Q. Zhang and Y. Lu School of Electrcal and Electroncs

More information

Source Localization by TDOA with Random Sensor Position Errors - Part II: Mobile sensors

Source Localization by TDOA with Random Sensor Position Errors - Part II: Mobile sensors Source Localzaton by TDOA wth Random Sensor Poston Errors - Part II: Moble sensors Xaome Qu,, Lhua Xe EXOUISITUS, Center for E-Cty, School of Electrcal and Electronc Engneerng, Nanyang Technologcal Unversty,

More information

RC Filters TEP Related Topics Principle Equipment

RC Filters TEP Related Topics Principle Equipment RC Flters TEP Related Topcs Hgh-pass, low-pass, Wen-Robnson brdge, parallel-t flters, dfferentatng network, ntegratng network, step response, square wave, transfer functon. Prncple Resstor-Capactor (RC)

More information