APPLICATION OF RBF NEURAL NETWORK IMPROVED BY PSO ALGORITHM IN FAULT DIAGNOSIS

Size: px
Start display at page:

Download "APPLICATION OF RBF NEURAL NETWORK IMPROVED BY PSO ALGORITHM IN FAULT DIAGNOSIS"

Transcription

1 Journal of Theoretcal and Appled Informaton Technology JATIT & LLS. All rghts reserved. ISSN: E-ISSN: APPLICATION OF RBF NEURAL NETWORK IMPROVED BY PSO ALGORITHM IN FAULT DIAGNOSIS 1 LIN CUI CAIYIN WANG 1 BAOSHENG YANG 1 School of Informaton Engneerng Suzhou Unversty Suzhou Anhu Chna School of Mechancal Electrc and Engneerng Suzhou Unversty Suzhou Anhu Chna ABSTRACT The current fault dagnoss methods based on conventonal BP neural networ and RBF neural networ exst long tranng tme slow convergence speed and low judgment accuracy rate and so on. In order to mprove the ablty of fault dagnoss ths paper puts forward a nd of fault dagnoss method based on RBF Neural Networ mproved by PSO algorthm. By usng partcle swarm algorthm s heurstc global optmzaton ablty the connecton weght values of RBF neural networ are optmzed. And then combned wth RBF neural networ s nonlnear processng ablty transformer fault samples are traned and tested. The expermental results show that compared wth conventonal fault dagnoss methods based on BP neural networ and RBF neural networ the method based on RBF Neural Networ mproved by PSO algorthm can effectvely avod the problems of RBF neural networ s nstablty RBF neural networ easly fallng nto local mnma and low correct dagnoss rate whch can effectvely mprove the convergence speed and the effcency of fault dagnoss. Keywords: Partcle Swarm Optmzaton Algorthm RBF Neural Networ BP Neural Networ Transformer Fault Dagnoss 1. INTRODUCTION Nowadays wth the ncreasng complexty of control system structure the fault dagnoss of nonlnear system has become a hot and dffcult problem n today's felds of fault dagnoss; transformer fault dagnoss s one of them. Because neural networ has the ablty of good self-learnng parallelsm strong fault tolerance and generalzaton ablty wthout needng a precse mathematcal model a set of nonlnear mappngs can be well acheved. Thus neural networs are wdely used n fault dagnoss. At present the two types of feed-forward neural networ Bacpropagaton (BP) neural networ and Radal Bass Functon (RBF) neural networ are wdely used n fault dagnoss. But tradtonal BP neural networ and ts mproved method have the shortcomngs of local optmal solutons slow tranng speed and low effcency and so on whch lmt the scope of applcaton of BP neural networ [1]. RBF neural networ can solve these problems. RBF neural networ has a hgher computng speed t can globally approxmate to a nonlnear functon wth arbtrary precson whch has been wdely used n many felds. However n practcal applcaton of fault dagnoss the output weght values center value and wdth of the hdden unt of RBF neural networ have a large mpact on ts performance. And parameters optmzaton algorthms of RBF neural networ gradent descent algorthm and genetc algorthm are not partcularly desrable n parameter optmzaton results []. Partcle Swarm Optmzaton (PSO) can be appled to solve the parameters optmzaton problem of RBF neural networ. PSO algorthm s a new fast optmzaton method whch has fast convergence rate hgh robustness and strong global search capablty and s easy to mplement etc [3]. PSO s used to optmze the RBF neural networ s connecton weght values whch not only can play the generalzaton ablty of RBF neural networ greatly but also can mprove the convergence speed and learnng ablty of RBF neural networ. In ths paper we propose the transformer fault dagnoss method based on RBF neural networ mproved by PSO algorthm whch maes full use of heurstcs and global optmzaton ablty of PSO algorthm. The total content percentage of ol dssoluton characterstcs gas n power transformers s regarded as RBF neural networ s nput. Output and nput varance of RBF neural networ are regarded as ftness functons. Through contnuous teratons the optmal soluton s fnally got whch s regarded as the nput and output layer connecton weghts and thresholds of RBF neural 68

2 Journal of Theoretcal and Appled Informaton Technology JATIT & LLS. All rghts reserved. ISSN: E-ISSN: networ. Compared wth BP neural networ and RBF neural networ the experments show that our proposed method can optmze the weghts and thresholds of RBF neural networ and can avod fallng nto local mnmal and nstablty whch can greatly mprove the learnng effcency of RBF neural networ.. PARTICLE SWARM OPTIMIZATION ALGORITHM Partcle swarm optmzaton (PSO) algorthm s a swarm ntellgence optmzaton algorthm ntroduced by Amercan psychologst James Kennedy and electrcal engneer Russell Eberhart n 1995[4].The basc dea of PSO algorthm stems from smulaton of the behavor of brds predaton and PSO s an optmzaton algorthm whch utlzes the cooperaton and competton of the groups partcles to produce the optmal soluton. When solvng optmzaton problems PSO algorthm regards the soluton of each problem as search space of a brd called a partcle. Each partcle has a ftness value determned by the optmzed functon and has a velocty to decde ts flyng drecton and dstance. Partcles follow the current optmal partcle for searchng n the soluton space. PSO algorthm frst ntalzes a group of random partcles (random soluton) and then fnds the optmal soluton by teraton. Durng each of teraton partcles update ther own by tracng the two extremums. The frst extremum s the optmal soluton found by the partcle tself whch s regarded as ts ndvdual best poston; another extremum s the optmal soluton found by entre swarm whch s noted as the global best poston [5]. The mathematcal model of PSO algorthm s descrbed as followngs: Suppose that the partcle populaton sze s N the goal search space s D- dmensonal. The poston vector of the -th partcle n D-dmensonal space x = ( x x x x ) each x s 1 D represents a potental feasble soluton of search space. When puttng x nto the target functon ts ftness value can be calculated whch can be used to judge whether the partcle s good or not. The flght speed of the -th partcle s represented as a vector v = ( v 1 v v vd ). The ndvdual best poston searched out by PSO s P = ( P P P P ) and the global 1 D best poston searched out by the entre partcle swarm s Q = ( Q 1 Q Q QD ). When fndng out two best values P and Q each partcle updates ts own speed and locaton accordng to the followng formulas. Iteratve formula s as follows: P t + 1 xt + 1 f( xt + 1 ) < f( Pt ) = Pt else (1) v = t 1 ωv + t cr 1 1 ( P t xt ) + cr ( Q + t xt ) () x = x + v (3) t + 1 t t + 1 Where c 1 s a cogntve acceleraton factor to adjust the step length of flght drecton of ndvdual optmal partcle c s a socal acceleraton factor whch s used to adjust the step length of flght drecton of the global optmal partcle. r 1 and r are two random numbers between zero and one and addng randomness maes search space be enlarged. vt and x t respectvely denote the speed and poston of the - th partcle of the -dmensonal n the t-th teraton Pt and Q t respectvely denote the ndvdual and global best poston of the -th partcle of - dmensonal space n the t-th teraton. ω s the nerta factor whch can control the search speed and mae partcles converge to local mnma qucly and then get the fnal soluton through local search. The updated formula of nerta factor ω s as follows: ω = ω ( ω ω ) t/ T (4) max max mn max 3. STRUCTURE ANALYSIS OF RBF NEURAL NETWORK In 1998 Broomhead and so on ntroduced Radal Bass Functon (RBF) neural networ. RBF neural networ s a feed-forward and bac-propagaton neural networ ncludng an nput layer a hdden layer and an output layer [6]. The networ structure s shown n Fgure 1. Nodes of the nput layer smply pass nput sgnals to the hdden layer the hdden layer neurons produce nonlnear mappng by usng radal bass functon and output layer neurons execute lnear weghted combnaton to the output of the hdden layer. 69

3 Journal of Theoretcal and Appled Informaton Technology JATIT & LLS. All rghts reserved. ISSN: E-ISSN: x 1 x x n Input Layer h 1 W h m Hdden Layer Output Layer Fgure 1: The Structure Of RBF Neural Networ y 1 y y q As shown n Fg 1 X = [ x1 x x ] T n s an n- dmensonal nput vector H = [ h1 h h ] T m s a radal bass drecton vector of RBF networ whch represents the output of the hdden layer unt and usually s expressed by usng Gaussan functon whch s gven by: X C h ( x) = exp = 1 m (5) b Where C represents the center of the -th bass functon b represents the wdth of the -th bass functon and b s a number greater than zero s the Eucldean norm m represents the number of nodes of the hdden layer. W = [ w1 w w ] T m s a weght vector of RBF networ. The output of RBF neural networ s lnear combnaton of the output of the hdden layer nodes whch s expressed as: y( x) = Wh( x) (6) = 1 q Where = 1 q. q s the number of nodes of the output layer. W represents the connecton weght values between the -th hdden layer nodes and the -th output nodes. Two categores of parameters need to be determned n RBF neural networ [7]: the frst category parameters are the center C the wdth b and the number of centers n of radcal bass functon; another category parameters are connecton weght values between the output layer and the hdden layer. After the center C the wdth b and the number of centers n of radcal bass functon are determned we can obtan the connecton weght values between the output layer and the hdden layer by usng the least squares method. Therefore determnng C b and n of radcal bass functon s the ey to establsh neural networ. RBF 4. STEPS OF PSO OPTIMIZING RBF NEURAL NETWORK Now we understand that RBF neural networ's performance manly depends on the center and the wdth of radcal bass functon of the hdden layer and the weght values of the output layer. Tradtonal RBF neural networ learnng strategy has sgnfcant drawbacs whch only fnds the optmal soluton n local space to determne the networ structure parameters. If these parameters are set ncorrectly t would cause declne n the approachng accuracy and even produce networ dvergence [8]. PSO algorthm has fast convergence speed strong global search capablty and does not requre gradent nformaton and so on whch can mprove convergence speed and stablty of RBF neural networ. Therefore n ths paper we utlze PSO algorthm to optmze the tradtonal RBF neural networ learnng strategy. The learnng process based on RBF neural networ mproved by PSO s descrbed as followngs: (1) Pretreatment the transformer's orgnal fault data sample. The collected raw data are dvded nto two parts tranng set and test set. Tranng set s used to create a fault model; test set s used to verfy the valdty of the model. () Utlze RBF neural networ to learn the tranng set. Durng the learnng process usng PSO to optmze parameter the parameter optmzaton process s as follows: (a) Intalze partcle swarm and RBF neural networ. The populaton sze N search space dmenson D and acceleraton coeffcents c 1 and c of partcle swarm should be determned. Accordng to the formula () (3) and (4) partcle velocty v 1 poston x 1 and nerta factor ω are also ntalzed. The maxmum value of speed and the maxmum value of poston are set to meet Vmax = Xmax. The mnmum error and the maxmum number of teratons T are also decded. RBF neural networ should also be ntalzed ncludng the numbers of nput and output and the number of centers of radcal bass functon. The center C the wdth b and the number of centers nodes n of radcal bass functon are combned nto a partcle. 70

4 Journal of Theoretcal and Appled Informaton Technology JATIT & LLS. All rghts reserved. ISSN: E-ISSN: (b) Select the ndvdual best poston of each partcle P and the global best poston of partcle swarm Q. Indvdual ftness value of each partcle s calculated accordng to the formulas (1) and (3).The nertal factor ω s updated accordng to the formula (4). Accordng to the formula () and (3) speed and poston are also updated. Judgng whether the partcle velocty and poston exceed the maxmum value f exceed the maxmum value the partcle velocty and poston should be adjusted. (c) Judge whether to arrve at the maxmum number of teratons or meet the requrements of the mnmum error f t s the teraton should be stopped. The global optmal values are regarded as weghts and thresholds of RBF neural networ otherwse return to (b). (d) The decoded value of the best poston experenced by partcle swarm s looed upon as the structural parameters of RBF neural networ then tranng samples are traned and ther mean square error on tranng set are calculated out. (e) Evaluate search poston of each partcle accordng to the mean square error to fnd the optmal parameters and establsh the optmal model of RBF neural networ. (3) Utlze the establshed RBF neural networ model to execute fault dagnoss to the test set and lastly obtan dagnoss results. Specfc learnng process s shown n Fgure. 5. SIMULATION VERIFICATION 5.1 Expermental Prncple Consultng the relevant references[9]-[10] we now that accordng to the cause of faults and the extent of the damage of transformers the common transformer faults can be dvded nto fve types that are normal low-md temperature overheatng (low temperature overheatng md temperature overheatng) hgh temperature overheatng low energy dscharge and hgh energy dscharge. When varous transformers faults happen H CH 4 C H 6 C H 4 and C H n transformer ol share of dfferent ngredents thus we can determne what nd of fault occurs accordng to the gases decomposton n transformer ol. 5. Expermental Data and Parameters To verfy the effectveness of our proposed method based on RBF neural networ mproved by PSO algorthm (PSO-RBF) we adopted fault samples of Reference [11] as the expermental data set. Among 150 fault data samples the top 100 were used for tranng; the last 50 were used to test. Tranng samples were processed and the processng results are shown n Table 1. Input varables X ( = 1 5) respectvely represent the percentage of the total gas content occuped by the content of H CH 4 C H 6 C H 4 and C H. The output fault types Y ( = 1 5)respectvely denote normal low-md temperature overheatng hgh temperature overheatng low energy dscharge and hgh energy dscharge. As can be seen from Table 1 there s a complex nonlnear relatonshp between the composton of gases dssolved n transformer ol and fault types. Table 1 : The Orgnal Fault Samples No. X 1 X X 3 X 4 X 5 Y 1 Y Y 3 Y 4 Y Fg : Flow Chart Of Establshng The Optmal RBF Neural Networ Model 5.3 Smulaton Results and Analyss Under the Wndows XP operatng system usng Matlab 007 toolbox PSO algorthm was used to tran RBF neural networ wth tranng sample. 71

5 Journal of Theoretcal and Appled Informaton Technology JATIT & LLS. All rghts reserved. ISSN: E-ISSN: Frstly RBF neural networ model was ntalzed the number of nput varables 1 and the number of output fault types are both 5 the number of centers of radcal bass functon n s equals to 10. The populaton sze of Partcle Swarm N s equals to 30 the number of parameters to be optmzed D= n+ n+ n+ = D s search space dmensons the acceleraton coeffcent c 1 = c =.0 the nerta factor s 0.71 the speed and poston of the maxmum value were set to meet Vmax = X and the maxmum number of max teratons were set to T = 000. Tranng results are shown n Fgure 3. Fg 3: Tranng Error Curve Of PSO-RBF Neural Networ To verfy the effectveness of our proposed PSO- RBF algorthm adoptng the same fault samples we respectvely traned and tested the conventonal RBF neural networ and BP neural networ. Tranng results are shown n Fgure 4 and Fgure 5. Fg 4: Tranng Error Curve Of RBF Neural Networ Fg 5: Tranng Error Curve Of BP Neural Networ As can be seen from Fgure 3 Fgure 4 and Fgure 5 PSO-RBF neural networ has a faster convergence speed than tradtonal RBF neural networ and BP neural networ. Because each tranng result was unstable we respectvely too tranng 100 tmes and then calculated average convergence steps for the three methods. The tranng and test results of the three algorthms are as shown n Table. Table : Results Of Tranng And Test Algorthm Average convergence steps Convergence success rate Correct rate PSO-RBF % 96% RBF % 94% BP % 86% As can be seen from Table the average convergence step of PSO-RBF neural networ s 1156 whle the average convergence step of RBF neural networ s 184 and the average convergence step of BP neural networ s 043 PSO-RBF neural networ has the smallest average convergence steps. Convergence success rate of PSO-RBF was also much more greatly mproved than convergence success rates of RBF neural networ and BP neural networ whch effectvely mproved RBF networ s convergence speed and stablty. In the fault dagnoss results of PSO-RBF neural networ there only appeared to be a wrong judgment and a case not n full complance wth the model n addton smulaton results bascally conformed to the actual faults and the correct rate arrved at 96%. RBF neural networ model judged wrongly once two cases does not fully meet the actual fault types; the correct rate s 94%. BP networ model judged wrongly three tmes four cases does not fully meet the actual fault types and the correct rate s only 86%. The expermental 7

6 Journal of Theoretcal and Appled Informaton Technology JATIT & LLS. All rghts reserved. ISSN: E-ISSN: results show that our proposed PSO- RBF model has a hgher convergence rate and a hgher fault dagnoss accuracy to fault dagnoss of power transformers. 6. CONCLUSION Ths paper taes full advantage of PSO algorthm to optmze the center value and wdth of RBF neural networ and weght values from the hdden layer to the output layer. The optmzed neural networ was used for transformer fault dagnoss. Smulaton results show that compared wth the other two fault dagnoss methods based on conventonal RBF neural networ and BP neural networ RBF neural networ mproved by PSO algorthm obtans faster convergence speed and hgher convergence success rate and the correct rate of transformer fault dagnoss s effectvely mproved and the effect s very obvous. ACKNOWLEDGEMENTS Ths wor was supported by Project of Anhu Provnce Natural Scence Foundaton of Chna (No Q64) and Ordnary Project of Anhu Provnce Colleges and Unverstes Natural Scence Foundaton of Chna (No.KJ011B173) and Open Project of Intellgent Informaton Processng Lab at Suzhou Unversty of Chna (No.01YKF36). REFERENCES: [1] G.L. Wang J.H. Wu S.F. Yn L.Q. Yu J. Wang Comparson between BP neural networ and multple lnear regresson method Proceedngs of the Frst Internatonal Conference on Informaton Computng and Applcatons (Page: Year of Publcaton:010 ISBN: ). [] D.J. Du K. L M.R. Fe A fast mult-output RBF neural networ constructon method Neurocomputng Vol. 73 No pp [3] H. Modares A. Alf M.N. Sstan Parameter estmaton of blnear systems based on an adaptve partcle swarm optmzaton Engneerng Applcatons of Artfcal Intellgence Vol. 3 No pp [4] S. Solomon P. Thulasraman R. Thulasram Collaboratve mult-swarm PSO for tas matchng usng graphcs processng unts Proceedngs of the 13th Annual Conference on Genetc and Evolutonary Computaton(Page: Year of Publcaton:011 ISBN: ). [5] A.W. Mohemmed M. Zhang W. N. Browne Partcle swarm optmsaton for outler detecton Proceedngs of the 1th Annual Conference on Genetc and Evolutonary Computaton (Page:83-84 Year of Publcaton:010 ISBN: ). [6] O.P. Sangwan P.K. Bhata Y.Sngh Radal bass functon neural networ based approach to test oracle ACM SIGSOFT Software Engneerng Notes Vol. 36 No pp [7] H.G. Han Q.L. Chen J.F. Qao An effcent self-organzng RBF neural networ for water qualty predcton Neural Networs Vol. 4 No pp [8] Z.F. Chen P.D. Qan Z.F. Chen Applcaton of PSO-RBF neural networ n networ ntruson detecton Proceedngs of the 3rd Internatonal Conference on Intellgent nformaton Technology Applcaton(Page: Year of Publcaton:009 ISBN: ). [9] J.P. Sh W.G. Tong D.L. Wang Desgn of the Transformer Fault Dagnoss Expert System Based on Fuzzy Reasonng Proceedngs of the 009 Internatonal Forum on Computer Scence-Technology and Applcatons (Page: Year of Publcaton: 009 ISBN: ). [10] A. Shntemrov W. Tang Q.H. Wu Power transformer fault classfcaton based on dssolved gas analyss by mplementng bootstrap and genetc programmng IEEE Transactons on Systems Man and Cybernetcs Part C: Applcatons and Revews Vol. 39 No pp [11] L. L Y.P. N J.Y. Sun Research of Transformer Fault Dagnoss Based On Improved Partcle Swarm Algorthm Control and Instruments n Chemcal Industry Vol. 37 No pp

The Study of Teaching-learning-based Optimization Algorithm

The Study of Teaching-learning-based Optimization Algorithm Advanced Scence and Technology Letters Vol. (AST 06), pp.05- http://dx.do.org/0.57/astl.06. The Study of Teachng-learnng-based Optmzaton Algorthm u Sun, Yan fu, Lele Kong, Haolang Q,, Helongang Insttute

More information

RBF Neural Network Model Training by Unscented Kalman Filter and Its Application in Mechanical Fault Diagnosis

RBF Neural Network Model Training by Unscented Kalman Filter and Its Application in Mechanical Fault Diagnosis Appled Mechancs and Materals Submtted: 24-6-2 ISSN: 662-7482, Vols. 62-65, pp 2383-2386 Accepted: 24-6- do:.428/www.scentfc.net/amm.62-65.2383 Onlne: 24-8- 24 rans ech Publcatons, Swtzerland RBF Neural

More information

Application research on rough set -neural network in the fault diagnosis system of ball mill

Application research on rough set -neural network in the fault diagnosis system of ball mill Avalable onlne www.ocpr.com Journal of Chemcal and Pharmaceutcal Research, 2014, 6(4):834-838 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 Applcaton research on rough set -neural network n the

More information

MODIFIED PARTICLE SWARM OPTIMIZATION FOR OPTIMIZATION PROBLEMS

MODIFIED PARTICLE SWARM OPTIMIZATION FOR OPTIMIZATION PROBLEMS Journal of Theoretcal and Appled Informaton Technology 3 st ecember 0. Vol. No. 005 0 JATIT & LLS. All rghts reserved. ISSN: 9985 www.jatt.org EISSN: 87395 MIFIE PARTICLE SARM PTIMIZATIN FR PTIMIZATIN

More information

Using Immune Genetic Algorithm to Optimize BP Neural Network and Its Application Peng-fei LIU1,Qun-tai SHEN1 and Jun ZHI2,*

Using Immune Genetic Algorithm to Optimize BP Neural Network and Its Application Peng-fei LIU1,Qun-tai SHEN1 and Jun ZHI2,* Advances n Computer Scence Research (ACRS), volume 54 Internatonal Conference on Computer Networks and Communcaton Technology (CNCT206) Usng Immune Genetc Algorthm to Optmze BP Neural Network and Its Applcaton

More information

Comparative Analysis of SPSO and PSO to Optimal Power Flow Solutions

Comparative Analysis of SPSO and PSO to Optimal Power Flow Solutions Internatonal Journal for Research n Appled Scence & Engneerng Technology (IJRASET) Volume 6 Issue I, January 018- Avalable at www.jraset.com Comparatve Analyss of SPSO and PSO to Optmal Power Flow Solutons

More information

Non-linear Canonical Correlation Analysis Using a RBF Network

Non-linear Canonical Correlation Analysis Using a RBF Network ESANN' proceedngs - European Smposum on Artfcal Neural Networks Bruges (Belgum), 4-6 Aprl, d-sde publ., ISBN -97--, pp. 57-5 Non-lnear Canoncal Correlaton Analss Usng a RBF Network Sukhbnder Kumar, Elane

More information

PCA-PSO-BP Neural Network Application in IDS Lan SHI a, YanLong YANG b JanHui LV c

PCA-PSO-BP Neural Network Application in IDS Lan SHI a, YanLong YANG b JanHui LV c Internatonal Power, Electroncs and Materals Engneerng Conference (IPEMEC 2015) PCA-PSO-BP Neural Network Applcaton n IDS Lan SHI a, YanLong YANG b JanHu LV c College of Informaton Scence and Engneerng,

More information

Study on Active Micro-vibration Isolation System with Linear Motor Actuator. Gong-yu PAN, Wen-yan GU and Dong LI

Study on Active Micro-vibration Isolation System with Linear Motor Actuator. Gong-yu PAN, Wen-yan GU and Dong LI 2017 2nd Internatonal Conference on Electrcal and Electroncs: echnques and Applcatons (EEA 2017) ISBN: 978-1-60595-416-5 Study on Actve Mcro-vbraton Isolaton System wth Lnear Motor Actuator Gong-yu PAN,

More information

Supporting Information

Supporting Information Supportng Informaton The neural network f n Eq. 1 s gven by: f x l = ReLU W atom x l + b atom, 2 where ReLU s the element-wse rectfed lnear unt, 21.e., ReLUx = max0, x, W atom R d d s the weght matrx to

More information

Atmospheric Environmental Quality Assessment RBF Model Based on the MATLAB

Atmospheric Environmental Quality Assessment RBF Model Based on the MATLAB Journal of Envronmental Protecton, 01, 3, 689-693 http://dxdoorg/10436/jep0137081 Publshed Onlne July 01 (http://wwwscrporg/journal/jep) 689 Atmospherc Envronmental Qualty Assessment RBF Model Based on

More information

Multi-Robot Formation Control Based on Leader-Follower Optimized by the IGA

Multi-Robot Formation Control Based on Leader-Follower Optimized by the IGA IOSR Journal of Computer Engneerng (IOSR-JCE e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 19, Issue 1, Ver. III (Jan.-Feb. 2017, PP 08-13 www.osrjournals.org Mult-Robot Formaton Control Based on Leader-Follower

More information

For now, let us focus on a specific model of neurons. These are simplified from reality but can achieve remarkable results.

For now, let us focus on a specific model of neurons. These are simplified from reality but can achieve remarkable results. Neural Networks : Dervaton compled by Alvn Wan from Professor Jtendra Malk s lecture Ths type of computaton s called deep learnng and s the most popular method for many problems, such as computer vson

More information

Pop-Click Noise Detection Using Inter-Frame Correlation for Improved Portable Auditory Sensing

Pop-Click Noise Detection Using Inter-Frame Correlation for Improved Portable Auditory Sensing Advanced Scence and Technology Letters, pp.164-168 http://dx.do.org/10.14257/astl.2013 Pop-Clc Nose Detecton Usng Inter-Frame Correlaton for Improved Portable Audtory Sensng Dong Yun Lee, Kwang Myung Jeon,

More information

De-noising Method Based on Kernel Adaptive Filtering for Telemetry Vibration Signal of the Vehicle Test Kejun ZENG

De-noising Method Based on Kernel Adaptive Filtering for Telemetry Vibration Signal of the Vehicle Test Kejun ZENG 6th Internatonal Conference on Mechatroncs, Materals, Botechnology and Envronment (ICMMBE 6) De-nosng Method Based on Kernel Adaptve Flterng for elemetry Vbraton Sgnal of the Vehcle est Kejun ZEG PLA 955

More information

Neural Networks & Learning

Neural Networks & Learning Neural Netorks & Learnng. Introducton The basc prelmnares nvolved n the Artfcal Neural Netorks (ANN) are descrbed n secton. An Artfcal Neural Netorks (ANN) s an nformaton-processng paradgm that nspred

More information

Support Vector Machines. Vibhav Gogate The University of Texas at dallas

Support Vector Machines. Vibhav Gogate The University of Texas at dallas Support Vector Machnes Vbhav Gogate he Unversty of exas at dallas What We have Learned So Far? 1. Decson rees. Naïve Bayes 3. Lnear Regresson 4. Logstc Regresson 5. Perceptron 6. Neural networks 7. K-Nearest

More information

A Network Intrusion Detection Method Based on Improved K-means Algorithm

A Network Intrusion Detection Method Based on Improved K-means Algorithm Advanced Scence and Technology Letters, pp.429-433 http://dx.do.org/10.14257/astl.2014.53.89 A Network Intruson Detecton Method Based on Improved K-means Algorthm Meng Gao 1,1, Nhong Wang 1, 1 Informaton

More information

Design and Optimization of Fuzzy Controller for Inverse Pendulum System Using Genetic Algorithm

Design and Optimization of Fuzzy Controller for Inverse Pendulum System Using Genetic Algorithm Desgn and Optmzaton of Fuzzy Controller for Inverse Pendulum System Usng Genetc Algorthm H. Mehraban A. Ashoor Unversty of Tehran Unversty of Tehran h.mehraban@ece.ut.ac.r a.ashoor@ece.ut.ac.r Abstract:

More information

Design and Analysis of Bayesian Model Predictive Controller

Design and Analysis of Bayesian Model Predictive Controller Computer and Informaton Scence; Vol. 7, No. 3; 014 ISSN 1913-8989 E-ISSN 1913-8997 Publshed by Canadan Center of Scence and Educaton Desgn and Analyss of Bayesan Model Predctve Controller Yjan Lu 1, Wexng

More information

Research on Route guidance of logistic scheduling problem under fuzzy time window

Research on Route guidance of logistic scheduling problem under fuzzy time window Advanced Scence and Technology Letters, pp.21-30 http://dx.do.org/10.14257/astl.2014.78.05 Research on Route gudance of logstc schedulng problem under fuzzy tme wndow Yuqang Chen 1, Janlan Guo 2 * Department

More information

Solving Nonlinear Differential Equations by a Neural Network Method

Solving Nonlinear Differential Equations by a Neural Network Method Solvng Nonlnear Dfferental Equatons by a Neural Network Method Luce P. Aarts and Peter Van der Veer Delft Unversty of Technology, Faculty of Cvlengneerng and Geoscences, Secton of Cvlengneerng Informatcs,

More information

829. An adaptive method for inertia force identification in cantilever under moving mass

829. An adaptive method for inertia force identification in cantilever under moving mass 89. An adaptve method for nerta force dentfcaton n cantlever under movng mass Qang Chen 1, Mnzhuo Wang, Hao Yan 3, Haonan Ye 4, Guola Yang 5 1,, 3, 4 Department of Control and System Engneerng, Nanng Unversty,

More information

Coke Ratio Prediction Based on Immune Particle Swarm Neural Networks

Coke Ratio Prediction Based on Immune Particle Swarm Neural Networks Send Orders for Reprnts to reprnts@benthamscence.ae 576 The Open Cybernetcs & Systemcs Journal, 05, 9, 576-58 Open Access Coke Rato Predcton Based on Immune Partcle Swarm Neural Networks Yang Ka,,*, Jn

More information

An Improved Particle Swarm Optimization Algorithm based on Membrane Structure

An Improved Particle Swarm Optimization Algorithm based on Membrane Structure IJCSI Internatonal Journal of Computer Scence Issues Vol. 10 Issue 1 No January 013 ISSN (Prnt): 1694-0784 ISSN (Onlne): 1694-0814 www.ijcsi.org 53 An Improved Partcle Swarm Optmzaton Algorthm based on

More information

Multigradient for Neural Networks for Equalizers 1

Multigradient for Neural Networks for Equalizers 1 Multgradent for Neural Netorks for Equalzers 1 Chulhee ee, Jnook Go and Heeyoung Km Department of Electrcal and Electronc Engneerng Yonse Unversty 134 Shnchon-Dong, Seodaemun-Ku, Seoul 1-749, Korea ABSTRACT

More information

Wavelet chaotic neural networks and their application to continuous function optimization

Wavelet chaotic neural networks and their application to continuous function optimization Vol., No.3, 04-09 (009) do:0.436/ns.009.307 Natural Scence Wavelet chaotc neural networks and ther applcaton to contnuous functon optmzaton Ja-Ha Zhang, Yao-Qun Xu College of Electrcal and Automatc Engneerng,

More information

A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS

A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS HCMC Unversty of Pedagogy Thong Nguyen Huu et al. A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS Thong Nguyen Huu and Hao Tran Van Department of mathematcs-nformaton,

More information

Multiple Sound Source Location in 3D Space with a Synchronized Neural System

Multiple Sound Source Location in 3D Space with a Synchronized Neural System Multple Sound Source Locaton n D Space wth a Synchronzed Neural System Yum Takzawa and Atsush Fukasawa Insttute of Statstcal Mathematcs Research Organzaton of Informaton and Systems 0- Mdor-cho, Tachkawa,

More information

A New Evolutionary Computation Based Approach for Learning Bayesian Network

A New Evolutionary Computation Based Approach for Learning Bayesian Network Avalable onlne at www.scencedrect.com Proceda Engneerng 15 (2011) 4026 4030 Advanced n Control Engneerng and Informaton Scence A New Evolutonary Computaton Based Approach for Learnng Bayesan Network Yungang

More information

An improved multi-objective evolutionary algorithm based on point of reference

An improved multi-objective evolutionary algorithm based on point of reference IOP Conference Seres: Materals Scence and Engneerng PAPER OPEN ACCESS An mproved mult-objectve evolutonary algorthm based on pont of reference To cte ths artcle: Boy Zhang et al 08 IOP Conf. Ser.: Mater.

More information

Particle Swarm Optimization with Adaptive Mutation in Local Best of Particles

Particle Swarm Optimization with Adaptive Mutation in Local Best of Particles 1 Internatonal Congress on Informatcs, Envronment, Energy and Applcatons-IEEA 1 IPCSIT vol.38 (1) (1) IACSIT Press, Sngapore Partcle Swarm Optmzaton wth Adaptve Mutaton n Local Best of Partcles Nanda ulal

More information

Week 5: Neural Networks

Week 5: Neural Networks Week 5: Neural Networks Instructor: Sergey Levne Neural Networks Summary In the prevous lecture, we saw how we can construct neural networks by extendng logstc regresson. Neural networks consst of multple

More information

AN IMPROVED PARTICLE FILTER ALGORITHM BASED ON NEURAL NETWORK FOR TARGET TRACKING

AN IMPROVED PARTICLE FILTER ALGORITHM BASED ON NEURAL NETWORK FOR TARGET TRACKING AN IMPROVED PARTICLE FILTER ALGORITHM BASED ON NEURAL NETWORK FOR TARGET TRACKING Qn Wen, Peng Qcong 40 Lab, Insttuton of Communcaton and Informaton Engneerng,Unversty of Electronc Scence and Technology

More information

A Fast Computer Aided Design Method for Filters

A Fast Computer Aided Design Method for Filters 2017 Asa-Pacfc Engneerng and Technology Conference (APETC 2017) ISBN: 978-1-60595-443-1 A Fast Computer Aded Desgn Method for Flters Gang L ABSTRACT *Ths paper presents a fast computer aded desgn method

More information

Radial-Basis Function Networks

Radial-Basis Function Networks Radal-Bass uncton Networs v.0 March 00 Mchel Verleysen Radal-Bass uncton Networs - Radal-Bass uncton Networs p Orgn: Cover s theorem p Interpolaton problem p Regularzaton theory p Generalzed RBN p Unversal

More information

Hongyi Miao, College of Science, Nanjing Forestry University, Nanjing ,China. (Received 20 June 2013, accepted 11 March 2014) I)ϕ (k)

Hongyi Miao, College of Science, Nanjing Forestry University, Nanjing ,China. (Received 20 June 2013, accepted 11 March 2014) I)ϕ (k) ISSN 1749-3889 (prnt), 1749-3897 (onlne) Internatonal Journal of Nonlnear Scence Vol.17(2014) No.2,pp.188-192 Modfed Block Jacob-Davdson Method for Solvng Large Sparse Egenproblems Hongy Mao, College of

More information

Neural networks. Nuno Vasconcelos ECE Department, UCSD

Neural networks. Nuno Vasconcelos ECE Department, UCSD Neural networs Nuno Vasconcelos ECE Department, UCSD Classfcaton a classfcaton problem has two types of varables e.g. X - vector of observatons (features) n the world Y - state (class) of the world x X

More information

An Improved multiple fractal algorithm

An Improved multiple fractal algorithm Advanced Scence and Technology Letters Vol.31 (MulGraB 213), pp.184-188 http://dx.do.org/1.1427/astl.213.31.41 An Improved multple fractal algorthm Yun Ln, Xaochu Xu, Jnfeng Pang College of Informaton

More information

Parameter Estimation for Dynamic System using Unscented Kalman filter

Parameter Estimation for Dynamic System using Unscented Kalman filter Parameter Estmaton for Dynamc System usng Unscented Kalman flter Jhoon Seung 1,a, Amr Atya F. 2,b, Alexander G.Parlos 3,c, and Klto Chong 1,4,d* 1 Dvson of Electroncs Engneerng, Chonbuk Natonal Unversty,

More information

Riccardo Poli, James Kennedy, Tim Blackwell: Particle swarm optimization. Swarm Intelligence 1(1): (2007)

Riccardo Poli, James Kennedy, Tim Blackwell: Particle swarm optimization. Swarm Intelligence 1(1): (2007) Sldes largely based on: Rccardo Pol, James Kennedy, Tm Blackwell: Partcle swarm optmzaton. Swarm Intellgence 1(1): 33-57 (2007) Partcle Swarm Optmzaton Sldes largely based on: Rccardo Pol, James Kennedy,

More information

Lecture Notes on Linear Regression

Lecture Notes on Linear Regression Lecture Notes on Lnear Regresson Feng L fl@sdueducn Shandong Unversty, Chna Lnear Regresson Problem In regresson problem, we am at predct a contnuous target value gven an nput feature vector We assume

More information

Open Access Linearization Method of Carrier Catalytic Gas Sensor Characteristics Using High-Order Polynomial

Open Access Linearization Method of Carrier Catalytic Gas Sensor Characteristics Using High-Order Polynomial Send Orders for Reprnts to reprnts@benthamscence.ae The Open Automaton and Control Systems Journal, 2015, 7, 415-420 415 Open Access Lnearzaton Method of Carrer Catalytc Gas Sensor Characterstcs Usng Hgh-Order

More information

Study on Project Bidding Risk Evaluation Based on BP Neural Network Theory

Study on Project Bidding Risk Evaluation Based on BP Neural Network Theory 1192 Proceedngs of the 7th Internatonal Conference on Innovaton & Management Study on Proect Bddng Rs Evaluaton Based on BP Neural Networ Theory Wang Xnzheng 1, He Png 2 1 School of Cvl Engneerng, Nanyang

More information

A New Scrambling Evaluation Scheme based on Spatial Distribution Entropy and Centroid Difference of Bit-plane

A New Scrambling Evaluation Scheme based on Spatial Distribution Entropy and Centroid Difference of Bit-plane A New Scramblng Evaluaton Scheme based on Spatal Dstrbuton Entropy and Centrod Dfference of Bt-plane Lang Zhao *, Avshek Adhkar Kouch Sakura * * Graduate School of Informaton Scence and Electrcal Engneerng,

More information

A Robust Method for Calculating the Correlation Coefficient

A Robust Method for Calculating the Correlation Coefficient A Robust Method for Calculatng the Correlaton Coeffcent E.B. Nven and C. V. Deutsch Relatonshps between prmary and secondary data are frequently quantfed usng the correlaton coeffcent; however, the tradtonal

More information

FORECASTING EXCHANGE RATE USING SUPPORT VECTOR MACHINES

FORECASTING EXCHANGE RATE USING SUPPORT VECTOR MACHINES Proceedngs of the Fourth Internatonal Conference on Machne Learnng and Cybernetcs, Guangzhou, 8- August 005 FORECASTING EXCHANGE RATE USING SUPPORT VECTOR MACHINES DING-ZHOU CAO, SU-LIN PANG, YUAN-HUAI

More information

Open Access A Variable Neighborhood Particle Swarm Algorithm Based on the Visual of Artificial Fish

Open Access A Variable Neighborhood Particle Swarm Algorithm Based on the Visual of Artificial Fish Send Orders for Reprnts to reprnts@benthamscence.ae 1122 The Open Automaton and Control Systems Journal, 2014, 6, 1122-1131 Open Access A Varable Neghborhood Partcle Swarm Algorthm Based on the Vsual of

More information

Grover s Algorithm + Quantum Zeno Effect + Vaidman

Grover s Algorithm + Quantum Zeno Effect + Vaidman Grover s Algorthm + Quantum Zeno Effect + Vadman CS 294-2 Bomb 10/12/04 Fall 2004 Lecture 11 Grover s algorthm Recall that Grover s algorthm for searchng over a space of sze wors as follows: consder the

More information

Kernel Methods and SVMs Extension

Kernel Methods and SVMs Extension Kernel Methods and SVMs Extenson The purpose of ths document s to revew materal covered n Machne Learnng 1 Supervsed Learnng regardng support vector machnes (SVMs). Ths document also provdes a general

More information

A Hybrid Variational Iteration Method for Blasius Equation

A Hybrid Variational Iteration Method for Blasius Equation Avalable at http://pvamu.edu/aam Appl. Appl. Math. ISSN: 1932-9466 Vol. 10, Issue 1 (June 2015), pp. 223-229 Applcatons and Appled Mathematcs: An Internatonal Journal (AAM) A Hybrd Varatonal Iteraton Method

More information

Journal of Chemical and Pharmaceutical Research, 2014, 6(5): Research Article

Journal of Chemical and Pharmaceutical Research, 2014, 6(5): Research Article Avalable onlne www.jocpr.com Journal of Chemcal and Pharmaceutcal Research, 014, 6(5):1683-1688 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 Multple mode control based on VAV ar condtonng system

More information

Multilayer Perceptrons and Backpropagation. Perceptrons. Recap: Perceptrons. Informatics 1 CG: Lecture 6. Mirella Lapata

Multilayer Perceptrons and Backpropagation. Perceptrons. Recap: Perceptrons. Informatics 1 CG: Lecture 6. Mirella Lapata Multlayer Perceptrons and Informatcs CG: Lecture 6 Mrella Lapata School of Informatcs Unversty of Ednburgh mlap@nf.ed.ac.uk Readng: Kevn Gurney s Introducton to Neural Networks, Chapters 5 6.5 January,

More information

On the Multicriteria Integer Network Flow Problem

On the Multicriteria Integer Network Flow Problem BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 5, No 2 Sofa 2005 On the Multcrtera Integer Network Flow Problem Vassl Vasslev, Marana Nkolova, Maryana Vassleva Insttute of

More information

Calculation of time complexity (3%)

Calculation of time complexity (3%) Problem 1. (30%) Calculaton of tme complexty (3%) Gven n ctes, usng exhaust search to see every result takes O(n!). Calculaton of tme needed to solve the problem (2%) 40 ctes:40! dfferent tours 40 add

More information

Ensemble Methods: Boosting

Ensemble Methods: Boosting Ensemble Methods: Boostng Ncholas Ruozz Unversty of Texas at Dallas Based on the sldes of Vbhav Gogate and Rob Schapre Last Tme Varance reducton va baggng Generate new tranng data sets by samplng wth replacement

More information

An Interactive Optimisation Tool for Allocation Problems

An Interactive Optimisation Tool for Allocation Problems An Interactve Optmsaton ool for Allocaton Problems Fredr Bonäs, Joam Westerlund and apo Westerlund Process Desgn Laboratory, Faculty of echnology, Åbo Aadem Unversty, uru 20500, Fnland hs paper presents

More information

Multilayer Perceptron (MLP)

Multilayer Perceptron (MLP) Multlayer Perceptron (MLP) Seungjn Cho Department of Computer Scence and Engneerng Pohang Unversty of Scence and Technology 77 Cheongam-ro, Nam-gu, Pohang 37673, Korea seungjn@postech.ac.kr 1 / 20 Outlne

More information

The study of PSO-RBF neural network generalized predictive control strategy in unit plant WANG HUI1,a, LING Hujun 2,b,PAN LEI3,c

The study of PSO-RBF neural network generalized predictive control strategy in unit plant WANG HUI1,a, LING Hujun 2,b,PAN LEI3,c 4th Internatonal Conference on Advanced Materals and Informaton echnology Processng (AMIP 06) he study of PSO-RBF neural network generalzed predctve control strategy n unt plant WAG HUI,a, LIG Hujun,b,PA

More information

Evolutionary Computational Techniques to Solve Economic Load Dispatch Problem Considering Generator Operating Constraints

Evolutionary Computational Techniques to Solve Economic Load Dispatch Problem Considering Generator Operating Constraints Internatonal Journal of Engneerng Research and Applcatons (IJERA) ISSN: 48-96 Natonal Conference On Advances n Energy and Power Control Engneerng (AEPCE-K1) Evolutonary Computatonal Technques to Solve

More information

An Extended Hybrid Genetic Algorithm for Exploring a Large Search Space

An Extended Hybrid Genetic Algorithm for Exploring a Large Search Space 2nd Internatonal Conference on Autonomous Robots and Agents Abstract An Extended Hybrd Genetc Algorthm for Explorng a Large Search Space Hong Zhang and Masum Ishkawa Graduate School of L.S.S.E., Kyushu

More information

Admin NEURAL NETWORKS. Perceptron learning algorithm. Our Nervous System 10/25/16. Assignment 7. Class 11/22. Schedule for the rest of the semester

Admin NEURAL NETWORKS. Perceptron learning algorithm. Our Nervous System 10/25/16. Assignment 7. Class 11/22. Schedule for the rest of the semester 0/25/6 Admn Assgnment 7 Class /22 Schedule for the rest of the semester NEURAL NETWORKS Davd Kauchak CS58 Fall 206 Perceptron learnng algorthm Our Nervous System repeat untl convergence (or for some #

More information

DETERMINATION OF TEMPERATURE DISTRIBUTION FOR ANNULAR FINS WITH TEMPERATURE DEPENDENT THERMAL CONDUCTIVITY BY HPM

DETERMINATION OF TEMPERATURE DISTRIBUTION FOR ANNULAR FINS WITH TEMPERATURE DEPENDENT THERMAL CONDUCTIVITY BY HPM Ganj, Z. Z., et al.: Determnaton of Temperature Dstrbuton for S111 DETERMINATION OF TEMPERATURE DISTRIBUTION FOR ANNULAR FINS WITH TEMPERATURE DEPENDENT THERMAL CONDUCTIVITY BY HPM by Davood Domr GANJI

More information

A New Grey Relational Fusion Algorithm Based on Approximate Antropy

A New Grey Relational Fusion Algorithm Based on Approximate Antropy Journal of Computatonal Informaton Systems 9: 20 (2013) 8045 8052 Avalable at http://www.jofcs.com A New Grey Relatonal Fuson Algorthm Based on Approxmate Antropy Yun LIN, Jnfeng PANG, Ybng LI College

More information

EEE 241: Linear Systems

EEE 241: Linear Systems EEE : Lnear Systems Summary #: Backpropagaton BACKPROPAGATION The perceptron rule as well as the Wdrow Hoff learnng were desgned to tran sngle layer networks. They suffer from the same dsadvantage: they

More information

A Self-Adaptive Chaos Particle Swarm Optimization Algorithm

A Self-Adaptive Chaos Particle Swarm Optimization Algorithm TELKOMNIKA, Vol.13, No.1, March 2015, pp. 331~340 ISSN: 1693-6930, accredted A by DIKTI, Decree No: 58/DIKTI/Kep/2013 DOI: 10.12928/TELKOMNIKA.v131.1267 331 A Self-Adaptve Chaos Partcle Swarm Optmzaton

More information

doi: / Chaotic Time Series Prediction Based on RBF Neural Network

doi: / Chaotic Time Series Prediction Based on RBF Neural Network Rev. Téc. Ing. Unv. Zula. Vol. 39, Nº, 339-345, 06 do:0.3/00.39..38 Chaotc Tme Seres Predcton Based on RBF Neural Network Yepng Peng School of Software and Servce Outsourcng, Jshou Unversty, Zhangae47000,

More information

An Iterative Modified Kernel for Support Vector Regression

An Iterative Modified Kernel for Support Vector Regression An Iteratve Modfed Kernel for Support Vector Regresson Fengqng Han, Zhengxa Wang, Mng Le and Zhxang Zhou School of Scence Chongqng Jaotong Unversty Chongqng Cty, Chna Abstract In order to mprove the performance

More information

Tracking with Kalman Filter

Tracking with Kalman Filter Trackng wth Kalman Flter Scott T. Acton Vrgna Image and Vdeo Analyss (VIVA), Charles L. Brown Department of Electrcal and Computer Engneerng Department of Bomedcal Engneerng Unversty of Vrgna, Charlottesvlle,

More information

Multilayer neural networks

Multilayer neural networks Lecture Multlayer neural networks Mlos Hauskrecht mlos@cs.ptt.edu 5329 Sennott Square Mdterm exam Mdterm Monday, March 2, 205 In-class (75 mnutes) closed book materal covered by February 25, 205 Multlayer

More information

Scroll Generation with Inductorless Chua s Circuit and Wien Bridge Oscillator

Scroll Generation with Inductorless Chua s Circuit and Wien Bridge Oscillator Latest Trends on Crcuts, Systems and Sgnals Scroll Generaton wth Inductorless Chua s Crcut and Wen Brdge Oscllator Watcharn Jantanate, Peter A. Chayasena, and Sarawut Sutorn * Abstract An nductorless Chua

More information

10-701/ Machine Learning, Fall 2005 Homework 3

10-701/ Machine Learning, Fall 2005 Homework 3 10-701/15-781 Machne Learnng, Fall 2005 Homework 3 Out: 10/20/05 Due: begnnng of the class 11/01/05 Instructons Contact questons-10701@autonlaborg for queston Problem 1 Regresson and Cross-valdaton [40

More information

VQ widely used in coding speech, image, and video

VQ widely used in coding speech, image, and video at Scalar quantzers are specal cases of vector quantzers (VQ): they are constraned to look at one sample at a tme (memoryless) VQ does not have such constrant better RD perfomance expected Source codng

More information

CHAPTER 7 STOCHASTIC ECONOMIC EMISSION DISPATCH-MODELED USING WEIGHTING METHOD

CHAPTER 7 STOCHASTIC ECONOMIC EMISSION DISPATCH-MODELED USING WEIGHTING METHOD 90 CHAPTER 7 STOCHASTIC ECOOMIC EMISSIO DISPATCH-MODELED USIG WEIGHTIG METHOD 7.1 ITRODUCTIO early 70% of electrc power produced n the world s by means of thermal plants. Thermal power statons are the

More information

Report on Image warping

Report on Image warping Report on Image warpng Xuan Ne, Dec. 20, 2004 Ths document summarzed the algorthms of our mage warpng soluton for further study, and there s a detaled descrpton about the mplementaton of these algorthms.

More information

Linear Classification, SVMs and Nearest Neighbors

Linear Classification, SVMs and Nearest Neighbors 1 CSE 473 Lecture 25 (Chapter 18) Lnear Classfcaton, SVMs and Nearest Neghbors CSE AI faculty + Chrs Bshop, Dan Klen, Stuart Russell, Andrew Moore Motvaton: Face Detecton How do we buld a classfer to dstngush

More information

Suppose that there s a measured wndow of data fff k () ; :::; ff k g of a sze w, measured dscretely wth varable dscretzaton step. It s convenent to pl

Suppose that there s a measured wndow of data fff k () ; :::; ff k g of a sze w, measured dscretely wth varable dscretzaton step. It s convenent to pl RECURSIVE SPLINE INTERPOLATION METHOD FOR REAL TIME ENGINE CONTROL APPLICATIONS A. Stotsky Volvo Car Corporaton Engne Desgn and Development Dept. 97542, HA1N, SE- 405 31 Gothenburg Sweden. Emal: astotsky@volvocars.com

More information

Orientation Model of Elite Education and Mass Education

Orientation Model of Elite Education and Mass Education Proceedngs of the 8th Internatonal Conference on Innovaton & Management 723 Orentaton Model of Elte Educaton and Mass Educaton Ye Peng Huanggang Normal Unversty, Huanggang, P.R.Chna, 438 (E-mal: yepeng@hgnc.edu.cn)

More information

The Two-scale Finite Element Errors Analysis for One Class of Thermoelastic Problem in Periodic Composites

The Two-scale Finite Element Errors Analysis for One Class of Thermoelastic Problem in Periodic Composites 7 Asa-Pacfc Engneerng Technology Conference (APETC 7) ISBN: 978--6595-443- The Two-scale Fnte Element Errors Analyss for One Class of Thermoelastc Problem n Perodc Compostes Xaoun Deng Mngxang Deng ABSTRACT

More information

Unscented Particle Filtering Algorithm for Optical-Fiber Sensing Intrusion Localization Based on Particle Swarm Optimization

Unscented Particle Filtering Algorithm for Optical-Fiber Sensing Intrusion Localization Based on Particle Swarm Optimization TELKOMNIKA, Vol13, No1, March 015, pp 349~356 ISSN: 1693-6930, accredted A by DIKTI, Decree No: 58/DIKTI/Kep/013 DOI: 10198/TELKOMNIKAv13117 349 Unscented Partcle Flterng Algorthm for Optcal-Fber Sensng

More information

Evaluation for Prediction Accuracies of Parallel-type Neuron Network

Evaluation for Prediction Accuracies of Parallel-type Neuron Network Proceedngs of the Internatonal ultconference of Engneers and Computer Scentsts 009 Vol I, IECS 009, arch 8-0, 009, Hong Kong Evaluaton for Predcton Accuraces of Parallel-type Neuron Networ Shunsue Kobayaawa

More information

IV. Performance Optimization

IV. Performance Optimization IV. Performance Optmzaton A. Steepest descent algorthm defnton how to set up bounds on learnng rate mnmzaton n a lne (varyng learnng rate) momentum learnng examples B. Newton s method defnton Gauss-Newton

More information

Linear Feature Engineering 11

Linear Feature Engineering 11 Lnear Feature Engneerng 11 2 Least-Squares 2.1 Smple least-squares Consder the followng dataset. We have a bunch of nputs x and correspondng outputs y. The partcular values n ths dataset are x y 0.23 0.19

More information

System identifications by SIRMs models with linear transformation of input variables

System identifications by SIRMs models with linear transformation of input variables ORIGINAL RESEARCH System dentfcatons by SIRMs models wth lnear transformaton of nput varables Hrofum Myama, Nortaka Shge, Hrom Myama Graduate School of Scence and Engneerng, Kagoshma Unversty, Japan Receved:

More information

Chapter - 2. Distribution System Power Flow Analysis

Chapter - 2. Distribution System Power Flow Analysis Chapter - 2 Dstrbuton System Power Flow Analyss CHAPTER - 2 Radal Dstrbuton System Load Flow 2.1 Introducton Load flow s an mportant tool [66] for analyzng electrcal power system network performance. Load

More information

Regularized Discriminant Analysis for Face Recognition

Regularized Discriminant Analysis for Face Recognition 1 Regularzed Dscrmnant Analyss for Face Recognton Itz Pma, Mayer Aladem Department of Electrcal and Computer Engneerng, Ben-Guron Unversty of the Negev P.O.Box 653, Beer-Sheva, 845, Israel. Abstract Ths

More information

PARTICLE SWARM OPTIMIZATION BASED OPTIMAL POWER FLOW FOR VOLT-VAR CONTROL

PARTICLE SWARM OPTIMIZATION BASED OPTIMAL POWER FLOW FOR VOLT-VAR CONTROL ARPN Journal of Engneerng and Appled Scences 2006-2012 Asan Research Publshng Networ (ARPN). All rghts reserved. PARTICLE SWARM OPTIMIZATION BASED OPTIMAL POWER FLOW FOR VOLT-VAR CONTROL M. Balasubba Reddy

More information

An Evolutionary Method of Neural Network in System Identification

An Evolutionary Method of Neural Network in System Identification Internatonal Journal of Intellgent Informaton Systems 206; 5(5): 75-8 http://www.scencepublshnggroup.com//s do: 0.648/.s.2060505.4 ISSN: 2328-7675 (Prnt); ISSN: 2328-7683 (Onlne) An Evolutonary Method

More information

Boostrapaggregating (Bagging)

Boostrapaggregating (Bagging) Boostrapaggregatng (Baggng) An ensemble meta-algorthm desgned to mprove the stablty and accuracy of machne learnng algorthms Can be used n both regresson and classfcaton Reduces varance and helps to avod

More information

ADVANCED MACHINE LEARNING ADVANCED MACHINE LEARNING

ADVANCED MACHINE LEARNING ADVANCED MACHINE LEARNING 1 ADVANCED ACHINE LEARNING ADVANCED ACHINE LEARNING Non-lnear regresson technques 2 ADVANCED ACHINE LEARNING Regresson: Prncple N ap N-dm. nput x to a contnuous output y. Learn a functon of the type: N

More information

CS 3710: Visual Recognition Classification and Detection. Adriana Kovashka Department of Computer Science January 13, 2015

CS 3710: Visual Recognition Classification and Detection. Adriana Kovashka Department of Computer Science January 13, 2015 CS 3710: Vsual Recognton Classfcaton and Detecton Adrana Kovashka Department of Computer Scence January 13, 2015 Plan for Today Vsual recognton bascs part 2: Classfcaton and detecton Adrana s research

More information

A Particle Filter Algorithm based on Mixing of Prior probability density and UKF as Generate Importance Function

A Particle Filter Algorithm based on Mixing of Prior probability density and UKF as Generate Importance Function Advanced Scence and Technology Letters, pp.83-87 http://dx.do.org/10.14257/astl.2014.53.20 A Partcle Flter Algorthm based on Mxng of Pror probablty densty and UKF as Generate Importance Functon Lu Lu 1,1,

More information

Evaluation of classifiers MLPs

Evaluation of classifiers MLPs Lecture Evaluaton of classfers MLPs Mlos Hausrecht mlos@cs.ptt.edu 539 Sennott Square Evaluaton For any data set e use to test the model e can buld a confuson matrx: Counts of examples th: class label

More information

A Short Term Forecasting Method for Wind Power Generation System based on BP Neural Networks

A Short Term Forecasting Method for Wind Power Generation System based on BP Neural Networks Advanced Scence and Technology Letters Vol.83 (ISA 05), pp.7-75 http://dx.do.org/0.457/astl.05.83.4 A Short Term Forecastng Method for Wnd Power Generaton System based on BP Neural Networks Shenghu Wang,

More information

Sequential Condition Diagnosis for Centrifugal Pump System Using Fuzzy Neural Network

Sequential Condition Diagnosis for Centrifugal Pump System Using Fuzzy Neural Network eural Informaton Processng Letters and Revews Vol., o. 3, March 007 LETTER Sequental Condton Dagnoss for Centrfugal Pump System Usng Fuzzy eural etwork Huaqng Wang and Peng Chen Department of Envronmental

More information

A destination swap scheme for multi-agent system with agent-robots in region search problems

A destination swap scheme for multi-agent system with agent-robots in region search problems A destnaton swap scheme for mult-agent system wth agent-robots n regon search problems Zongln Ye, Shuo Yang, Shuo Zhu, Yazhe Tang, Hu Cao, and Yanbn Zhang ABSTRACT As the mult-agent robots can share nformaton

More information

Air Age Equation Parameterized by Ventilation Grouped Time WU Wen-zhong

Air Age Equation Parameterized by Ventilation Grouped Time WU Wen-zhong Appled Mechancs and Materals Submtted: 2014-05-07 ISSN: 1662-7482, Vols. 587-589, pp 449-452 Accepted: 2014-05-10 do:10.4028/www.scentfc.net/amm.587-589.449 Onlne: 2014-07-04 2014 Trans Tech Publcatons,

More information

Introduction to the Introduction to Artificial Neural Network

Introduction to the Introduction to Artificial Neural Network Introducton to the Introducton to Artfcal Neural Netork Vuong Le th Hao Tang s sldes Part of the content of the sldes are from the Internet (possbly th modfcatons). The lecturer does not clam any onershp

More information

Lecture 23: Artificial neural networks

Lecture 23: Artificial neural networks Lecture 23: Artfcal neural networks Broad feld that has developed over the past 20 to 30 years Confluence of statstcal mechancs, appled math, bology and computers Orgnal motvaton: mathematcal modelng of

More information

ECE559VV Project Report

ECE559VV Project Report ECE559VV Project Report (Supplementary Notes Loc Xuan Bu I. MAX SUM-RATE SCHEDULING: THE UPLINK CASE We have seen (n the presentaton that, for downlnk (broadcast channels, the strategy maxmzng the sum-rate

More information