Electricity consumption forecasting method based on MPSO-BP neural network model Youshan Zhang 1, 2,a, Liangdong Guo2, b,qi Li 3, c and Junhui Li2, d

Size: px
Start display at page:

Download "Electricity consumption forecasting method based on MPSO-BP neural network model Youshan Zhang 1, 2,a, Liangdong Guo2, b,qi Li 3, c and Junhui Li2, d"

Transcription

1 4th Iteratioal Coferece o Electrical & Electroics Egieerig ad Computer Sciece (ICEEECS 2016) Electricity cosumptio forecastig method based o eural etwork model Yousha Zhag 1, 2,a, Liagdog Guo2, b,qi Li 3, c ad Juhui Li2, d 1 Neuroimagig ad Iformatics, Uiversity of Souther Califoria, Los Ageles, CA, USA 2 School of Sciece, Uiversity of Sciece ad Techology Liaoig, Asha, , Chia 3 Departmet of Automatio, BOHAI Uiversity, Liaoig, Jizhou, , Chia a youshaz@usc.edu, b ldguo@ustl.edu.c, c liqibaohaiu@163.com, d @163.com Keywords: algorithm; Electricity cosumptio; Neural etwork; Forecastig model Abstract: This paper deals with the problem of the electricity cosumptio forecastig method. A (modified particle swarm optimizatio-back propagatio) eural etwork model is costructed based o the history data of a mieral compay of Asha i Chia. The simulatio showed that the covergece of the algorithm ad forecastig accuracy usig the obtaied model are better tha those of other traditioal oes, such as,pso, fuzzy eural etwork ad so o. The we predict the electricity cosumptio of each moth i 2017 based o the eural etwork model. 1 Itroductio Mieral compaies cosume large quatities of electricity i the processig of coal every day. The electricity cosumptio predictig system is always a importat part of plaig ad operatig of the power. Because of the complicated chage of the electrical power system, it is difficult to establish a exact predictig model [1]. May compaies have chaged the traditioal methods to predict the electricity cosumptio, but the accuracy is ot high. Traditioal eural etwork traiig algorithms are mostly based o the gradiet. The speed of etwork learig process covergece is slow ad falls ito the local miimum easily. It is also difficult to decide the umber of euros i the hidde layer. I terms of the electric power loadig radomess, it lacks the ability of precise to scree data processig. The origial particle swarm optimizatio (PSO) has may advatages such as the simple algorithm, easily implemet ad less parameters. However, it has some disadvatages like is ot sesitive to the evirometal chages ad falls ito o-optimal regios easily [2-5]. I this paper, algorithm is modified to trai the eural etwork parameters, realize the optimizig of the etwork ad achieve the automatically optimized parameters of eural etwork. The algorithm is applied to predict the electricity cosumptio predictio by usig Matlab. I additio, our method is used to compare with methods of, PSO, Elma,, ad [6-10], the results show that our algorithm has a higher covergece speed, ad it provides a higher accuracy for predictig the electricity cosumptio. 2 Particle Swarm Optimizatio ad Its Improvemet 2.1 The origial particle swarm optimizatio I the PSO algorithm, each idividual is called a particle, ad each particle represets a potetial solutio. I the D-dimesioal search space, each particle is a poit i space ad group forms by m particles. z i (z i1,z i2, z id ) ad v i (v i1,v i2, v id,,v id ) are the positio vector ad the speed vector of i ( i1,2,,m) particle, p i (p i1,p i2, p id,,p id ) is the best positio of the search particle, p g (p g1,p g2, p gd,,p gd )is the best positio of all particles. The velocity ad positio updatig equatios: (1) vidk +1 vidk + c1r1( k ) ( pid - zidk ) + c2 r2(k) ( pgd - zidk ) +1 zidk zidk + vidk +1 (2) Where: k is the iteratio idex; r 1 ad r 2 are radom umbers amog [0, 1]; c 1 ad c 2 are the acceleratory coefficiet [7]. Copyright 2016, the Authors. Published by Atlatis Press. This is a ope access article uder the CC BY-NC licese ( 674

2 2.2 Modified particle swarm optimizatio Modified ideas: 1. Keepig flight diversity of later stage ad differet flight speed i the same directio. 2. Dividig particles ito two categories: high-speed particles satisfy the global search requiremets ad avoid premature ad local optimum; ad low-speed particles satisfy the refied search requiremets, ad avoid exceedig optimal solutio. The modified equatios are as follows: vidk +1 ω vidk + c1r1 ( pid - zidk ) + c2 r2 ( pgd - zidk ) +1 zidk zidk + vidk +1 0 ( )vid 1, 2,, j vid a (0) 1, 2,, j z z id id + zid (3) where: v id0 is a base part of the particle i i D-dimesioal velocity; vid( m ) is a part of the particle i i D-dimesioal search speed; zid(0) is a base part of the particle i i D-dimesio search positio; zid( m ) is a part of the particle i i D-dimesioal search positio; ω is iertia weight; P id is the best positio particle achieved based o its ow experiece; P gd is the best particle positio based o overall swarm s experiece. a ( ) / j 1 ± / j NI 2 vid(0) < N i 2 vid(0) N i1 < vid(0) < N i1 (4) a() is the coefficiet variatio of speed, N i1 is the maximum speed, N i2 is the miimum speed, a() chages the search speed accordig to the equatio (4). (5) ω ( k ) 2ω 0 / (1 + exp(σ k / k max ) Where: σ is the positive coefficiet; k max is the upper limit iteratio idex;ω0 is the upper limit ofω (k); k is the iteratio idex. 2.3 Performace aalysis after the improved algorithm The origial PSO algorithm caot keep the covergece of global optimum, ad the probability of gettig a optimal solutio is small. The modified PSO algorithm itroduces a speed variable coefficiets a(m) ad iertia factor ω. It keeps diversity of particle swarm, ad it ca obtai the global optimum ad improve the covergece speed ad accuracy. 3 Neural Network Algorithm The followig equatio ca be used to judge the fitess of particles: 1 m (6) f (d - t ) j 1 k 1 i k where d i is the actual output, t k is the target output, m is the umber of output odes, ad is the umber of traiig set samples. 3.1 Modified particle swarm optimizatio algorithm realizatio 1. Iitializatio: geeratig the positios ad velocities radomly to decide the local best positio (p id ) ad the global best positio (p gd ). The equatio (3) ad (4) decide the iitial parameters: σ,ω,ω0,c 1,c 2,r 1,r Evaluatio calculatig the particle fitess fuctio f accordig to the equatio (6) Comparig the best positio of each particle with the experiece positio of each particle, ad replacig the curret positio as the best positio if the curret positio is better tha the best positio, otherwise, the curret positio remais uchaged. 3. Update extreme : comparig the curret positio of each particle i the group with all the best positio experieced. If the positio of the particle is better, it will be settig to the best positio i the curret; otherwise, the positio will stay uchaged. 4. Update the iertia weight The iertia weight is updated accordig to the equatio (5). 5. Update the positio ad velocity of the particle: the positio ad velocity of the particle chaged by usig equatio (3) ad (4). 6. Check: If the curret accuracy ot achieves the preset accuracy or the umber of iteratios ot meets the ed coditios, tur back to step 2. [11] 675

3 After traiig the eural etwork, the electricity cosumptio ca be forecasted. 4 Neural Network ig Model 4.1 The predictio ad simulatio of electricity cosumptio Accordig to the history data of a mieral compay of Asha i Chia, the traiig samples of the eural etwork are the mothly electricity cosumptio history data from 2011 to I additio, the electricity cosumptio s of 12 moths i 2015 are treated as a test sample. By usig the traiig eural etwork, the iitial parameters are as follows: σ 0.8, ω0.7, ω00.9, c 1 2 ad c 2 2.4, the rage of r 1 ad r 2 is [0,1], α 0.07,η 0.80, M50, the maximum umber of iteratios is Differet algorithms were used to predict the electricity cosumptio of a mieral compay of Asha i 2015, the results are show as followig(due to the legth of the space, a part of the results are listed i Table 1) Methods True Moths Table 1. Eergy cosumptio predictio of each moth i 2015 Elma Methods MSE Average relative Relative Relative Value Relative Relative Value Relative Relative Value Table Electric eergy of each moth i 2015 Elma Fig. 1 Electricity cosumptio predictio Fig.2 The predictio It ca be see from table 1, table 2, figure 1, ad figure 2 that the predictig of the electricity cosumptio of algorithm is very close to the actual. Therefore, this method has a higher accuracy tha the others. Figure 3 ca also show that the predictig results of Elma ad algorithm are easy to appear oscillatig. However, predictig model has a fast traiig speed, high precisio, ad a good effect. The chagig of relative is also uiform, ad the chagig rage is betwee 0 with The aalysis of simulatio results I order to evaluate the effect of predictio model,,, Elma, ad predictig models are traied ad compared with the results of model. The results are show i Table 3: 676

4 Model Elma Table 3 Compariso of model traiig performace Accuracy Iteratios Average relative Maximum relative As ca be see from table 3, the ad the umber of iteratios of eural etwork are obviously less tha the traditioal,, Elma,, ad eural etworks. eural etwork has faster covergece, ad higher covergece precisio, so adoptig this optimizatio of the calculatio is feasible. Adoptig the traied eural etwork forecastig model, selected five moths radomly to predict the electricity cosumptio, ad the results show i Table 4: time Origial () ive () Accuracy () Table 4.Electricity cosumptio forecastig accuracy 8/ / /2013 4/ / It has show from the table 4, the predictig accuracy ca reach about 99, ad the highest predictig accuracy was Obviously, for multiple factors i the predictig of electricity cosumptio, such accuracy is difficult to achieve. It shows that the predictig model ca achieve high predictig accuracy ad high practicality. 4.3 The electricity cosumptio results Based o the eural etwork model, we predict the mothly electricity cosumptio of the mieral compay i 2017, the results are: 34.52, 36.32, 35.44, 36.01, 34.96, 35.62, 37.03, 35.15, 37.41, 35.92, 37.16, ad Coclusios I this paper, we proposed a modified eural etwork method to predict the electricity cosumptio. The eural etwork algorithm is used to trai the etwork, ad achieve the optimizatio of etwork parameter. This algorithm aalysis shows that the algorithm overcomes problems of eural etwork ad traditioal particle swarm optimizatio algorithm. This improved algorithm has a good predictive ability, improves the predictig accuracy ad provides a feasible ad practical method for forecastig electricity cosumptio. Refereces [1] Sejyu, T., Takara, H., Uezato, K., & Fuabashi, T. (2002). Oe-hour-ahead load forecastig usig eural etwork. IEEE Trasactios o Power Systems, 17(1), [2] Cheg, Z., & Jucheg, T. (2015). Adaptive combiatio forecastig model for chia's logistics freight volume based o a improved eural etwork. Kyberetes, 44(4), 646. [3] Jiag, X., Lig, H., Ya, J., Li, B., & Li, Z. (2013). Forecastig electrical eergy cosumptio of equipmet maiteace usig eural etwork ad particle swarm optimizatio. Mathematical Problems i Egieerig, 2013, 1-8. [4] Sethil Arumugam, M., Rao, M. V. C., & Chadramoha, A. (2008). A ew ad improved versio of particle swarm optimizatio algorithm with global local best parameters. Kowledge ad Iformatio Systems, 16(3), [5] Alais, A. Y., Ricalde, L. J., Simetti, C., & Odoe, F. (2013). Neural model with particle swarm optimizatio kalma learig for forecastig i smart grids. Mathematical Problems i Egieerig, 2013, 1-9. [6] Cheg, Z., & Jucheg, T. (2015). Adaptive combiatio forecastig model for chia's logistics freight volume based o a improved eural etwork. Kyberetes, 44(4), 646. [7] AlRashidi, M. R., & El-Hawary, M. E. (2009). A survey of particle swarm optimizatio applicatios i electric power systems. IEEE Trasactios o Evolutioary Computatio, 13(4), 677

5 [8] Li, P., Li, Y., Xiog, Q., Chai, Y., & Zhag, Y. (2014). Applicatio of a hybrid quatized elma eural etwork i short-term load forecastig. Iteratioal Joural of Electrical Power & Eergy Systems, 55, [9] Çevik, H. H., & Çukaş, M. (2015). Short-term load forecastig usig fuzzy logic ad. Neural Computig ad Applicatios, 26(6), [10] Paklib, K., Prakasvudhisar, C., & Khummogkol, D. (2015). Electricity cosumptio forecastig i thailad usig a artificial eural etwork ad multiple liear regressio. Eergy Sources, Part B: Ecoomics, Plaig, ad Policy, 10(4), [11] Shi B., Yu-Xia L I., Xi-Hua Y U. (2009). Short-term load forecast based o modified particle swarm optimizer ad back propagatio eural etwork model. Joural of Computer Applicatios, 29(4):

Study on Coal Consumption Curve Fitting of the Thermal Power Based on Genetic Algorithm

Study on Coal Consumption Curve Fitting of the Thermal Power Based on Genetic Algorithm Joural of ad Eergy Egieerig, 05, 3, 43-437 Published Olie April 05 i SciRes. http://www.scirp.org/joural/jpee http://dx.doi.org/0.436/jpee.05.34058 Study o Coal Cosumptio Curve Fittig of the Thermal Based

More information

Intermittent demand forecasting by using Neural Network with simulated data

Intermittent demand forecasting by using Neural Network with simulated data Proceedigs of the 011 Iteratioal Coferece o Idustrial Egieerig ad Operatios Maagemet Kuala Lumpur, Malaysia, Jauary 4, 011 Itermittet demad forecastig by usig Neural Network with simulated data Nguye Khoa

More information

Research Article Research on Application of Regression Least Squares Support Vector Machine on Performance Prediction of Hydraulic Excavator

Research Article Research on Application of Regression Least Squares Support Vector Machine on Performance Prediction of Hydraulic Excavator Joural of Cotrol Sciece ad Egieerig, Article ID 686130, 4 pages http://dx.doi.org/10.1155/2014/686130 Research Article Research o Applicatio of Regressio Least Squares Support Vector Machie o Performace

More information

The prediction of cement energy demand based on support vector machine Xin Zhang a, *, Shaohong Jing b

The prediction of cement energy demand based on support vector machine Xin Zhang a, *, Shaohong Jing b 4th Iteratioal Coferece o Computer, Mechatroics, Cotrol ad Electroic Egieerig (ICCMCEE 05) The predictio of cemet eergy demad based o support vector machie Xi Zhag a,, Shaohog Jig b School of Electrical

More information

Short Term Load Forecasting Using Artificial Neural Network And Imperialist Competitive Algorithm

Short Term Load Forecasting Using Artificial Neural Network And Imperialist Competitive Algorithm Short Term Load Forecastig Usig Artificial eural etwork Ad Imperialist Competitive Algorithm Mostafa Salamat, Mostafa_salamat63@yahoo.com Javad Mousavi, jmousavi.sh1365@gmail.com Seyed Hamid Shah Alami,

More information

Evapotranspiration Estimation Using Support Vector Machines and Hargreaves-Samani Equation for St. Johns, FL, USA

Evapotranspiration Estimation Using Support Vector Machines and Hargreaves-Samani Equation for St. Johns, FL, USA Evirometal Egieerig 0th Iteratioal Coferece eissn 2029-7092 / eisbn 978-609-476-044-0 Vilius Gedimias Techical Uiversity Lithuaia, 27 28 April 207 Article ID: eviro.207.094 http://eviro.vgtu.lt DOI: https://doi.org/0.3846/eviro.207.094

More information

New Particle Swarm Neural Networks Model Based Long Term Electrical Load Forecasting in Slovakia

New Particle Swarm Neural Networks Model Based Long Term Electrical Load Forecasting in Slovakia New Particle Swarm Neural Networks Model Based Log Term Electrical Load Forecastig i Slovakia S.H. OUDJANA 1, A. HELLAL 2 1, 2 Uiversity of Laghouat, Departmet of Electrical Egieerig, Laboratory of Aalysis

More information

Instantaneous Gradient Based Dual Mode Feed-Forward Neural Network Blind Equalization Algorithm

Instantaneous Gradient Based Dual Mode Feed-Forward Neural Network Blind Equalization Algorithm esearch Joural of Applied Scieces, Egieerig ad Techology 5(: 67-675, 03 ISSN: 040-7459; E-ISSN: 040-7467 Mawell Scietific Orgaizatio, 03 Submitted: May 30, 0 Accepted: Jue 3, 0 Published: Jauary, 03 Istataeous

More information

Multilayer perceptrons

Multilayer perceptrons Multilayer perceptros If traiig set is ot liearly separable, a etwork of McCulloch-Pitts uits ca give a solutio If o loop exists i etwork, called a feedforward etwork (else, recurret etwork) A two-layer

More information

Week 1, Lecture 2. Neural Network Basics. Announcements: HW 1 Due on 10/8 Data sets for HW 1 are online Project selection 10/11. Suggested reading :

Week 1, Lecture 2. Neural Network Basics. Announcements: HW 1 Due on 10/8 Data sets for HW 1 are online Project selection 10/11. Suggested reading : ME 537: Learig-Based Cotrol Week 1, Lecture 2 Neural Network Basics Aoucemets: HW 1 Due o 10/8 Data sets for HW 1 are olie Proect selectio 10/11 Suggested readig : NN survey paper (Zhag Chap 1, 2 ad Sectios

More information

Grey Correlation Analysis of China's Electricity Imports and Its Influence Factors Hongjing Zhang 1, a, Feng Wang 1, b and Zhenkun Tian 1, c

Grey Correlation Analysis of China's Electricity Imports and Its Influence Factors Hongjing Zhang 1, a, Feng Wang 1, b and Zhenkun Tian 1, c Applied Mechaics ad Materials Olie: 203-0-3 ISSN: 662-7482, Vols. 448-453, pp 258-262 doi:0.4028/www.scietific.et/amm.448-453.258 204 Tras Tech Publicatios, Switzerlad Grey Correlatio Aalysis of Chia's

More information

Forecasting SO 2 air pollution in Salamanca, Mexico using an ADALINE.

Forecasting SO 2 air pollution in Salamanca, Mexico using an ADALINE. Iovative Productio Machies ad Systems D.T. Pham, E.E. Eldukhri ad A.J. Soroka (eds) 2008 MEC. Cardiff Uiversity, UK. Forecastig SO 2 air pollutio i Salamaca, Mexico usig a ADALINE. M.G. Cortia a, U.S.

More information

ME 539, Fall 2008: Learning-Based Control

ME 539, Fall 2008: Learning-Based Control ME 539, Fall 2008: Learig-Based Cotrol Neural Network Basics 10/1/2008 & 10/6/2008 Uiversity Orego State Neural Network Basics Questios??? Aoucemet: Homework 1 has bee posted Due Friday 10/10/08 at oo

More information

An Effective Biogeography Based Optimization Algorithm to Slove Economic Load Dispatch Problem

An Effective Biogeography Based Optimization Algorithm to Slove Economic Load Dispatch Problem Joural of Computer Sciece 8 (9): 482-486, 202 ISSN 549-3636 202 Sciece Publicatios A Effective Biogeography Based Optimizatio Algorithm to Slove Ecoomic Load Dispatch Problem Vaitha, M. ad 2 K. Thaushkodi

More information

RAINFALL PREDICTION BY WAVELET DECOMPOSITION

RAINFALL PREDICTION BY WAVELET DECOMPOSITION RAIFALL PREDICTIO BY WAVELET DECOMPOSITIO A. W. JAYAWARDEA Departmet of Civil Egieerig, The Uiversit of Hog Kog, Hog Kog, Chia P. C. XU Academ of Mathematics ad Sstem Scieces, Chiese Academ of Scieces,

More information

Detection of Defective Element in a Space Borne Planar Array with Far-Field Power Pattern Using Particle Swarm Optimization

Detection of Defective Element in a Space Borne Planar Array with Far-Field Power Pattern Using Particle Swarm Optimization IOSR Joural of Electroics ad Commuicatio Egieerig (IOSR-JECE e-issn: 2278-2834,p- ISSN: 2278-8735.Volume, Issue 3, Ver. IV (Ma - Ju.2015, PP 17-22 www.iosrjourals.org Detectio of Defective Elemet i a Space

More information

Approximating the ruin probability of finite-time surplus process with Adaptive Moving Total Exponential Least Square

Approximating the ruin probability of finite-time surplus process with Adaptive Moving Total Exponential Least Square WSEAS TRANSACTONS o BUSNESS ad ECONOMCS S. Khotama, S. Boothiem, W. Klogdee Approimatig the rui probability of fiite-time surplus process with Adaptive Movig Total Epoetial Least Square S. KHOTAMA, S.

More information

Research on real time compensation of thermal errors of CNC lathe based on linear regression theory Qiu Yongliang

Research on real time compensation of thermal errors of CNC lathe based on linear regression theory Qiu Yongliang d Iteratioal Coferece o Machiery, Materials Egieerig, Chemical Egieerig ad Biotechology (MMECEB 015) Research o real time compesatio of thermal errors of CNC lathe based o liear regressio theory Qiu Yogliag

More information

10-701/ Machine Learning Mid-term Exam Solution

10-701/ Machine Learning Mid-term Exam Solution 0-70/5-78 Machie Learig Mid-term Exam Solutio Your Name: Your Adrew ID: True or False (Give oe setece explaatio) (20%). (F) For a cotiuous radom variable x ad its probability distributio fuctio p(x), it

More information

As metioed earlier, directly forecastig o idividual product demads usually result i a far-off forecast that ot oly impairs the quality of subsequet ma

As metioed earlier, directly forecastig o idividual product demads usually result i a far-off forecast that ot oly impairs the quality of subsequet ma Semicoductor Product-mix Estimate with Dyamic Weightig Scheme Argo Che, Ziv Hsia ad Kyle Yag Graduate Istitute of Idustrial Egieerig, Natioal Taiwa Uiversity Roosevelt Rd. Sec. 4, Taipei, Taiwa, 6 ache@tu.edu.tw

More information

Higher-order iterative methods by using Householder's method for solving certain nonlinear equations

Higher-order iterative methods by using Householder's method for solving certain nonlinear equations Math Sci Lett, No, 7- ( 7 Mathematical Sciece Letters A Iteratioal Joural http://dxdoiorg/785/msl/5 Higher-order iterative methods by usig Householder's method for solvig certai oliear equatios Waseem

More information

Comparison Study of Series Approximation. and Convergence between Chebyshev. and Legendre Series

Comparison Study of Series Approximation. and Convergence between Chebyshev. and Legendre Series Applied Mathematical Scieces, Vol. 7, 03, o. 6, 3-337 HIKARI Ltd, www.m-hikari.com http://d.doi.org/0.988/ams.03.3430 Compariso Study of Series Approimatio ad Covergece betwee Chebyshev ad Legedre Series

More information

Interval Intuitionistic Trapezoidal Fuzzy Prioritized Aggregating Operators and their Application to Multiple Attribute Decision Making

Interval Intuitionistic Trapezoidal Fuzzy Prioritized Aggregating Operators and their Application to Multiple Attribute Decision Making Iterval Ituitioistic Trapezoidal Fuzzy Prioritized Aggregatig Operators ad their Applicatio to Multiple Attribute Decisio Makig Xia-Pig Jiag Chogqig Uiversity of Arts ad Scieces Chia cqmaagemet@163.com

More information

Research Article Crude Oil Price Prediction Based on a Dynamic Correcting Support Vector Regression Machine

Research Article Crude Oil Price Prediction Based on a Dynamic Correcting Support Vector Regression Machine Abstract ad Applied Aalysis Volume 2013, Article ID 528678, 7 pages http://dx.doi.org/10.1155/2013/528678 Research Article Crude Oil Price Predictio Based o a Dyamic Correctig Support Vector Regressio

More information

OPTIMAL PIECEWISE UNIFORM VECTOR QUANTIZATION OF THE MEMORYLESS LAPLACIAN SOURCE

OPTIMAL PIECEWISE UNIFORM VECTOR QUANTIZATION OF THE MEMORYLESS LAPLACIAN SOURCE Joural of ELECTRICAL EGIEERIG, VOL. 56, O. 7-8, 2005, 200 204 OPTIMAL PIECEWISE UIFORM VECTOR QUATIZATIO OF THE MEMORYLESS LAPLACIA SOURCE Zora H. Perić Veljo Lj. Staović Alesadra Z. Jovaović Srdja M.

More information

Research Article A Unified Weight Formula for Calculating the Sample Variance from Weighted Successive Differences

Research Article A Unified Weight Formula for Calculating the Sample Variance from Weighted Successive Differences Discrete Dyamics i Nature ad Society Article ID 210761 4 pages http://dxdoiorg/101155/2014/210761 Research Article A Uified Weight Formula for Calculatig the Sample Variace from Weighted Successive Differeces

More information

Particle Swarm Optimization Algorithm for the Shortest Confidence Interval Problem

Particle Swarm Optimization Algorithm for the Shortest Confidence Interval Problem JOURNAL OF COMPUTER, VOL. 7, NO. 8, AUGUT 0 809 Particle warm Optimizatio Algorithm for the hortest Cofece Iterval Problem hag Gao ad Zaiyue Zhag chool of Computer ciece ad Egieerig, Jiagsu Uiversity of

More information

The DOA Estimation of Multiple Signals based on Weighting MUSIC Algorithm

The DOA Estimation of Multiple Signals based on Weighting MUSIC Algorithm , pp.10-106 http://dx.doi.org/10.1457/astl.016.137.19 The DOA Estimatio of ultiple Sigals based o Weightig USIC Algorithm Chagga Shu a, Yumi Liu State Key Laboratory of IPOC, Beijig Uiversity of Posts

More information

Mathematical Modeling of Optimum 3 Step Stress Accelerated Life Testing for Generalized Pareto Distribution

Mathematical Modeling of Optimum 3 Step Stress Accelerated Life Testing for Generalized Pareto Distribution America Joural of Theoretical ad Applied Statistics 05; 4(: 6-69 Published olie May 8, 05 (http://www.sciecepublishiggroup.com/j/ajtas doi: 0.648/j.ajtas.05040. ISSN: 6-8999 (Prit; ISSN: 6-9006 (Olie Mathematical

More information

Research on Dependable level in Network Computing System Yongxia Li 1, a, Guangxia Xu 2,b and Shuangyan Liu 3,c

Research on Dependable level in Network Computing System Yongxia Li 1, a, Guangxia Xu 2,b and Shuangyan Liu 3,c Applied Mechaics ad Materials Olie: 04-0-06 ISSN: 66-748, Vols. 53-57, pp 05-08 doi:0.408/www.scietific.et/amm.53-57.05 04 Tras Tech Publicatios, Switzerlad Research o Depedable level i Network Computig

More information

Artificial Intelligence Based Automatic Generation of

Artificial Intelligence Based Automatic Generation of Artificial Itelligece Based Automatic Geeratio of Etertaiig Gamig Egies Dr. Zahid Halim Faculty of Computer Sciece ad Egieerig Ghulam Ishaq Kha Istitute of Egieerig Scieces ad Techology, Topi zahid.halim@giki.edu.pk

More information

A collocation method for singular integral equations with cosecant kernel via Semi-trigonometric interpolation

A collocation method for singular integral equations with cosecant kernel via Semi-trigonometric interpolation Iteratioal Joural of Mathematics Research. ISSN 0976-5840 Volume 9 Number 1 (017) pp. 45-51 Iteratioal Research Publicatio House http://www.irphouse.com A collocatio method for sigular itegral equatios

More information

Live Line Measuring the Parameters of 220 kv Transmission Lines with Mutual Inductance in Hainan Power Grid

Live Line Measuring the Parameters of 220 kv Transmission Lines with Mutual Inductance in Hainan Power Grid Egieerig, 213, 5, 146-151 doi:1.4236/eg.213.51b27 Published Olie Jauary 213 (http://www.scirp.org/joural/eg) Live Lie Measurig the Parameters of 22 kv Trasmissio Lies with Mutual Iductace i Haia Power

More information

Chandrasekhar Type Algorithms. for the Riccati Equation of Lainiotis Filter

Chandrasekhar Type Algorithms. for the Riccati Equation of Lainiotis Filter Cotemporary Egieerig Scieces, Vol. 3, 00, o. 4, 9-00 Chadrasekhar ype Algorithms for the Riccati Equatio of Laiiotis Filter Nicholas Assimakis Departmet of Electroics echological Educatioal Istitute of

More information

Complex Number Theory without Imaginary Number (i)

Complex Number Theory without Imaginary Number (i) Ope Access Library Joural Complex Number Theory without Imagiary Number (i Deepak Bhalchadra Gode Directorate of Cesus Operatios, Mumbai, Idia Email: deepakm_4@rediffmail.com Received 6 July 04; revised

More information

Introduction to Machine Learning DIS10

Introduction to Machine Learning DIS10 CS 189 Fall 017 Itroductio to Machie Learig DIS10 1 Fu with Lagrage Multipliers (a) Miimize the fuctio such that f (x,y) = x + y x + y = 3. Solutio: The Lagragia is: L(x,y,λ) = x + y + λ(x + y 3) Takig

More information

Sensitivity Analysis of Daubechies 4 Wavelet Coefficients for Reduction of Reconstructed Image Error

Sensitivity Analysis of Daubechies 4 Wavelet Coefficients for Reduction of Reconstructed Image Error Proceedigs of the 6th WSEAS Iteratioal Coferece o SIGNAL PROCESSING, Dallas, Texas, USA, March -4, 7 67 Sesitivity Aalysis of Daubechies 4 Wavelet Coefficiets for Reductio of Recostructed Image Error DEVINDER

More information

The Space Redundant Robotic Manipulator Chaotic Motion Dynamics Control Algorithm

The Space Redundant Robotic Manipulator Chaotic Motion Dynamics Control Algorithm Sesors & rasducers, Vol. 75, Issue 7, July 24, pp. 27-3 Sesors & rasducers 24 by IFSA Publishig, S. L. http://www.sesorsportal.com he Space Redudat Robotic Maipulator Chaotic Motio Dyamics Cotrol Algorithm

More information

Information-based Feature Selection

Information-based Feature Selection Iformatio-based Feature Selectio Farza Faria, Abbas Kazeroui, Afshi Babveyh Email: {faria,abbask,afshib}@staford.edu 1 Itroductio Feature selectio is a topic of great iterest i applicatios dealig with

More information

An Improved Proportionate Normalized Least Mean Square Algorithm with Orthogonal Correction Factors for Echo Cancellation

An Improved Proportionate Normalized Least Mean Square Algorithm with Orthogonal Correction Factors for Echo Cancellation 202 Iteratioal Coferece o Electroics Egieerig ad Iformatics (ICEEI 202) IPCSI vol. 49 (202) (202) IACSI Press, Sigapore DOI: 0.7763/IPCSI.202.V49.33 A Improved Proportioate Normalized Least Mea Square

More information

Free Space Optical Wireless Communications under Turbulence Channel Effect

Free Space Optical Wireless Communications under Turbulence Channel Effect IOSR Joural of Electroics ad Commuicatio Egieerig (IOSR-JECE) e-issn: 78-834,p- ISSN: 78-8735.Volume 9, Issue 3, Ver. III (May - Ju. 014), PP 01-08 Free Space Optical Wireless Commuicatios uder Turbulece

More information

Research Article Two Expanding Integrable Models of the Geng-Cao Hierarchy

Research Article Two Expanding Integrable Models of the Geng-Cao Hierarchy Abstract ad Applied Aalysis Volume 214, Article ID 86935, 7 pages http://d.doi.org/1.1155/214/86935 Research Article Two Epadig Itegrable Models of the Geg-Cao Hierarchy Xiurog Guo, 1 Yufeg Zhag, 2 ad

More information

Pattern recognition systems Laboratory 10 Linear Classifiers and the Perceptron Algorithm

Pattern recognition systems Laboratory 10 Linear Classifiers and the Perceptron Algorithm Patter recogitio systems Laboratory 10 Liear Classifiers ad the Perceptro Algorithm 1. Objectives his laboratory sessio presets the perceptro learig algorithm for the liear classifier. We will apply gradiet

More information

Comparison of Minimum Initial Capital with Investment and Non-investment Discrete Time Surplus Processes

Comparison of Minimum Initial Capital with Investment and Non-investment Discrete Time Surplus Processes The 22 d Aual Meetig i Mathematics (AMM 207) Departmet of Mathematics, Faculty of Sciece Chiag Mai Uiversity, Chiag Mai, Thailad Compariso of Miimum Iitial Capital with Ivestmet ad -ivestmet Discrete Time

More information

Multi-Objective Optimization of Impact Crusher Rotor Based on Response Surface Methodology

Multi-Objective Optimization of Impact Crusher Rotor Based on Response Surface Methodology Sed Orders for Reprits to reprits@bethamsciece.ae The Ope Mechaical Egieerig Joural, 2014, 8, 519-525 519 Ope Access Multi-Objective Optimizatio of Impact Crusher Rotor Based o Respose Surface Methodology

More information

LOSS-MINIMIZATION CONTROL OF SCALAR- CONTROLLED INDUCTION MOTOR DRIVES

LOSS-MINIMIZATION CONTROL OF SCALAR- CONTROLLED INDUCTION MOTOR DRIVES LOSS-MINIMIZATION CONTROL OF SCALAR- CONTROLLED INDUCTION MOTOR DRIVES Hussei Sarha, Rateb Al-Issa, ad Qazem Jaber Departmet of Mechatroics Egieerig, Faculty of Egieerig Techology Al-Balqa Applied Uiversity,

More information

An Alternative Scaling Factor In Broyden s Class Methods for Unconstrained Optimization

An Alternative Scaling Factor In Broyden s Class Methods for Unconstrained Optimization Joural of Mathematics ad Statistics 6 (): 63-67, 00 ISSN 549-3644 00 Sciece Publicatios A Alterative Scalig Factor I Broyde s Class Methods for Ucostraied Optimizatio Muhammad Fauzi bi Embog, Mustafa bi

More information

Research Article An Optimized Classification Algorithm by Neural Network Ensemble Based on PLS and OLS

Research Article An Optimized Classification Algorithm by Neural Network Ensemble Based on PLS and OLS Mathematical Problems i Egieerig, Article ID 395263, 8 pages http://dxdoiorg/101155/2014/395263 Research Article A Optimized Classificatio Algorithm by Neural Network Esemble Based o PLS ad OLS Weikua

More information

Prediction of returns in WEEE reverse logistics based on spatial correlation

Prediction of returns in WEEE reverse logistics based on spatial correlation Predictio of returs i WEEE reverse logistics based o spatial correlatio Ju LV (JLV@dbm.ecu.edu.c) School of Busiess, East Chia Normal Uiversity 8, Dogchua Road, Shaghai 41, Chia. Jia-pig XIE School of

More information

Classification of fragile states based on machine learning

Classification of fragile states based on machine learning Classificatio of fragile states based o machie learig Yuqua Li 1, Hehua Yao 1 1 Departmet of Computer Techology ad Applicatio, Qighai Uiversity, Xiig, Chia Abstract. The study of fragile states has become

More information

Goodness-Of-Fit For The Generalized Exponential Distribution. Abstract

Goodness-Of-Fit For The Generalized Exponential Distribution. Abstract Goodess-Of-Fit For The Geeralized Expoetial Distributio By Amal S. Hassa stitute of Statistical Studies & Research Cairo Uiversity Abstract Recetly a ew distributio called geeralized expoetial or expoetiated

More information

Teaching Mathematics Concepts via Computer Algebra Systems

Teaching Mathematics Concepts via Computer Algebra Systems Iteratioal Joural of Mathematics ad Statistics Ivetio (IJMSI) E-ISSN: 4767 P-ISSN: - 4759 Volume 4 Issue 7 September. 6 PP-- Teachig Mathematics Cocepts via Computer Algebra Systems Osama Ajami Rashaw,

More information

Estimation of Population Mean Using Co-Efficient of Variation and Median of an Auxiliary Variable

Estimation of Population Mean Using Co-Efficient of Variation and Median of an Auxiliary Variable Iteratioal Joural of Probability ad Statistics 01, 1(4: 111-118 DOI: 10.593/j.ijps.010104.04 Estimatio of Populatio Mea Usig Co-Efficiet of Variatio ad Media of a Auxiliary Variable J. Subramai *, G. Kumarapadiya

More information

Modified Logistic Maps for Cryptographic Application

Modified Logistic Maps for Cryptographic Application Applied Mathematics, 25, 6, 773-782 Published Olie May 25 i SciRes. http://www.scirp.org/joural/am http://dx.doi.org/.4236/am.25.6573 Modified Logistic Maps for Cryptographic Applicatio Shahram Etemadi

More information

Direction of Arrival Estimation Method in Underdetermined Condition Zhang Youzhi a, Li Weibo b, Wang Hanli c

Direction of Arrival Estimation Method in Underdetermined Condition Zhang Youzhi a, Li Weibo b, Wang Hanli c 4th Iteratioal Coferece o Advaced Materials ad Iformatio Techology Processig (AMITP 06) Directio of Arrival Estimatio Method i Uderdetermied Coditio Zhag Youzhi a, Li eibo b, ag Hali c Naval Aeroautical

More information

International Journal of Scientific & Engineering Research Volume 8, Issue 7, July-2017 ISSN

International Journal of Scientific & Engineering Research Volume 8, Issue 7, July-2017 ISSN Iteratioal Joural of Scietific & Egieerig Research Volume 8, Issue, July- ISSN 9-558 8 Estimatio of two layer soil parameters usig traditioal ad evolutioary methods Dr. Abraham George, M.S. Egieerig College,

More information

Open Access Research of Strip Flatness Control Based on Legendre Polynomial Decomposition

Open Access Research of Strip Flatness Control Based on Legendre Polynomial Decomposition Sed Orders for Reprits to reprits@bethamsciece.ae The Ope Automatio ad Cotrol Systems Joural, 215, 7, 23-211 23 Ope Access Research of Strip Flatess Cotrol Based o Legedre Polyomial Decompositio Ya Liu,

More information

μ are complex parameters. Other

μ are complex parameters. Other A New Numerical Itegrator for the Solutio of Iitial Value Problems i Ordiary Differetial Equatios. J. Suday * ad M.R. Odekule Departmet of Mathematical Scieces, Adamawa State Uiversity, Mubi, Nigeria.

More information

Computational Tutorial of Steepest Descent Method and Its Implementation in Digital Image Processing

Computational Tutorial of Steepest Descent Method and Its Implementation in Digital Image Processing Computatioal utorial of Steepest Descet Method ad Its Implemetatio i Digital Image Processig Vorapoj Pataavijit Departmet of Electrical ad Electroic Egieerig, Faculty of Egieerig Assumptio Uiversity, Bagkok,

More information

Lainiotis filter implementation. via Chandrasekhar type algorithm

Lainiotis filter implementation. via Chandrasekhar type algorithm Joural of Computatios & Modellig, vol.1, o.1, 2011, 115-130 ISSN: 1792-7625 prit, 1792-8850 olie Iteratioal Scietific Press, 2011 Laiiotis filter implemetatio via Chadrasehar type algorithm Nicholas Assimais

More information

Double Stage Shrinkage Estimator of Two Parameters. Generalized Exponential Distribution

Double Stage Shrinkage Estimator of Two Parameters. Generalized Exponential Distribution Iteratioal Mathematical Forum, Vol., 3, o. 3, 3-53 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/.9/imf.3.335 Double Stage Shrikage Estimator of Two Parameters Geeralized Expoetial Distributio Alaa M.

More information

Non-negative Matrix Factorization for Filtering Chinese Document *

Non-negative Matrix Factorization for Filtering Chinese Document * No-egative Matrix Factorizatio for Filterig Chiese Documet * Jiaiag Lu,,3, Baowe Xu,, Jixiag Jiag, ad Dazhou Kag Departmet of Computer Sciece ad Egieerig, Southeast Uiversity, Naig, 0096, Chia Jiagsu Istitute

More information

6.867 Machine learning, lecture 7 (Jaakkola) 1

6.867 Machine learning, lecture 7 (Jaakkola) 1 6.867 Machie learig, lecture 7 (Jaakkola) 1 Lecture topics: Kerel form of liear regressio Kerels, examples, costructio, properties Liear regressio ad kerels Cosider a slightly simpler model where we omit

More information

Reliability model of organization management chain of South-to-North Water Diversion Project during construction period

Reliability model of organization management chain of South-to-North Water Diversion Project during construction period Water Sciece ad Egieerig, Dec. 2008, Vol. 1, No. 4, 107-113 ISSN 1674-2370, http://kkb.hhu.edu.c, e-mail: wse@hhu.edu.c Reliability model of orgaizatio maagemet chai of South-to-North Water Diversio Project

More information

A NEW CLASS OF 2-STEP RATIONAL MULTISTEP METHODS

A NEW CLASS OF 2-STEP RATIONAL MULTISTEP METHODS Jural Karya Asli Loreka Ahli Matematik Vol. No. (010) page 6-9. Jural Karya Asli Loreka Ahli Matematik A NEW CLASS OF -STEP RATIONAL MULTISTEP METHODS 1 Nazeeruddi Yaacob Teh Yua Yig Norma Alias 1 Departmet

More information

A new iterative algorithm for reconstructing a signal from its dyadic wavelet transform modulus maxima

A new iterative algorithm for reconstructing a signal from its dyadic wavelet transform modulus maxima ol 46 No 6 SCIENCE IN CHINA (Series F) December 3 A ew iterative algorithm for recostructig a sigal from its dyadic wavelet trasform modulus maxima ZHANG Zhuosheg ( u ), LIU Guizhog ( q) & LIU Feg ( )

More information

Research Article Nonautonomous Discrete Neuron Model with Multiple Periodic and Eventually Periodic Solutions

Research Article Nonautonomous Discrete Neuron Model with Multiple Periodic and Eventually Periodic Solutions Discrete Dyamics i Nature ad Society Volume 21, Article ID 147282, 6 pages http://dx.doi.org/1.11/21/147282 Research Article Noautoomous Discrete Neuro Model with Multiple Periodic ad Evetually Periodic

More information

G. R. Pasha Department of Statistics Bahauddin Zakariya University Multan, Pakistan

G. R. Pasha Department of Statistics Bahauddin Zakariya University Multan, Pakistan Deviatio of the Variaces of Classical Estimators ad Negative Iteger Momet Estimator from Miimum Variace Boud with Referece to Maxwell Distributio G. R. Pasha Departmet of Statistics Bahauddi Zakariya Uiversity

More information

Roaming Behavior of Unconstrained Particles

Roaming Behavior of Unconstrained Particles 23 BRICS Cogress o st Computatioal BRICS Coutries Itelligece Cogress & o th Computatioal Brazilia Cogress Itelligece o Computatioal Itelligece Roamig Behavior of Ucostraied Particles AP Egelbrecht Departmet

More information

Robust Resource Allocation in Parallel and Distributed Computing Systems (tentative)

Robust Resource Allocation in Parallel and Distributed Computing Systems (tentative) Robust Resource Allocatio i Parallel ad Distributed Computig Systems (tetative) Ph.D. cadidate V. Shestak Colorado State Uiversity Electrical ad Computer Egieerig Departmet Fort Collis, Colorado, USA shestak@colostate.edu

More information

Stopping oscillations of a simple harmonic oscillator using an impulse force

Stopping oscillations of a simple harmonic oscillator using an impulse force It. J. Adv. Appl. Math. ad Mech. 5() (207) 6 (ISSN: 2347-2529) IJAAMM Joural homepage: www.ijaamm.com Iteratioal Joural of Advaces i Applied Mathematics ad Mechaics Stoppig oscillatios of a simple harmoic

More information

Modified Decomposition Method by Adomian and. Rach for Solving Nonlinear Volterra Integro- Differential Equations

Modified Decomposition Method by Adomian and. Rach for Solving Nonlinear Volterra Integro- Differential Equations Noliear Aalysis ad Differetial Equatios, Vol. 5, 27, o. 4, 57-7 HIKARI Ltd, www.m-hikari.com https://doi.org/.2988/ade.27.62 Modified Decompositio Method by Adomia ad Rach for Solvig Noliear Volterra Itegro-

More information

MULTI-OBJECTIVE GENERATION DISPATCH USING PARTICLE SWARM OPTIMISATION WITH MULTIPLE FUEL OPTION

MULTI-OBJECTIVE GENERATION DISPATCH USING PARTICLE SWARM OPTIMISATION WITH MULTIPLE FUEL OPTION Proceedigs of the 6th WSEAS/IASME It. Cof. o Electric Power Systems, High Voltages, Electric Machies, Teerife, Spai, December 16-18, 2006 241 MULTI-OBJECTIVE GENERATION DISPATCH USING PARTICLE SWARM OPTIMISATION

More information

Complex Algorithms for Lattice Adaptive IIR Notch Filter

Complex Algorithms for Lattice Adaptive IIR Notch Filter 4th Iteratioal Coferece o Sigal Processig Systems (ICSPS ) IPCSIT vol. 58 () () IACSIT Press, Sigapore DOI:.7763/IPCSIT..V58. Complex Algorithms for Lattice Adaptive IIR Notch Filter Hog Liag +, Nig Jia

More information

A New Solution Method for the Finite-Horizon Discrete-Time EOQ Problem

A New Solution Method for the Finite-Horizon Discrete-Time EOQ Problem This is the Pre-Published Versio. A New Solutio Method for the Fiite-Horizo Discrete-Time EOQ Problem Chug-Lu Li Departmet of Logistics The Hog Kog Polytechic Uiversity Hug Hom, Kowloo, Hog Kog Phoe: +852-2766-7410

More information

Provläsningsexemplar / Preview TECHNICAL REPORT INTERNATIONAL SPECIAL COMMITTEE ON RADIO INTERFERENCE

Provläsningsexemplar / Preview TECHNICAL REPORT INTERNATIONAL SPECIAL COMMITTEE ON RADIO INTERFERENCE TECHNICAL REPORT CISPR 16-4-3 2004 AMENDMENT 1 2006-10 INTERNATIONAL SPECIAL COMMITTEE ON RADIO INTERFERENCE Amedmet 1 Specificatio for radio disturbace ad immuity measurig apparatus ad methods Part 4-3:

More information

Modified Ratio Estimators Using Known Median and Co-Efficent of Kurtosis

Modified Ratio Estimators Using Known Median and Co-Efficent of Kurtosis America Joural of Mathematics ad Statistics 01, (4): 95-100 DOI: 10.593/j.ajms.01004.05 Modified Ratio s Usig Kow Media ad Co-Efficet of Kurtosis J.Subramai *, G.Kumarapadiya Departmet of Statistics, Podicherry

More information

NUMERICAL METHOD FOR SINGULARLY PERTURBED DELAY PARABOLIC PARTIAL DIFFERENTIAL EQUATIONS

NUMERICAL METHOD FOR SINGULARLY PERTURBED DELAY PARABOLIC PARTIAL DIFFERENTIAL EQUATIONS THERMAL SCIENCE, Year 07, Vol., No. 4, pp. 595-599 595 NUMERICAL METHOD FOR SINGULARLY PERTURBED DELAY PARABOLIC PARTIAL DIFFERENTIAL EQUATIONS by Yula WANG *, Da TIAN, ad Zhiyua LI Departmet of Mathematics,

More information

A numerical Technique Finite Volume Method for Solving Diffusion 2D Problem

A numerical Technique Finite Volume Method for Solving Diffusion 2D Problem The Iteratioal Joural Of Egieerig d Sciece (IJES) Volume 4 Issue 10 Pages PP -35-41 2015 ISSN (e): 2319 1813 ISSN (p): 2319 1805 umerical Techique Fiite Volume Method for Solvig Diffusio 2D Problem 1 Mohammed

More information

Some New Iterative Methods for Solving Nonlinear Equations

Some New Iterative Methods for Solving Nonlinear Equations World Applied Scieces Joural 0 (6): 870-874, 01 ISSN 1818-495 IDOSI Publicatios, 01 DOI: 10.589/idosi.wasj.01.0.06.830 Some New Iterative Methods for Solvig Noliear Equatios Muhammad Aslam Noor, Khalida

More information

Linear Associator Linear Layer

Linear Associator Linear Layer Hebbia Learig opic 6 Note: lecture otes by Michael Negevitsky (uiversity of asmaia) Bob Keller (Harvey Mudd College CA) ad Marti Haga (Uiversity of Colorado) are used Mai idea: learig based o associatio

More information

Quantum Annealing for Heisenberg Spin Chains

Quantum Annealing for Heisenberg Spin Chains LA-UR # - Quatum Aealig for Heiseberg Spi Chais G.P. Berma, V.N. Gorshkov,, ad V.I.Tsifriovich Theoretical Divisio, Los Alamos Natioal Laboratory, Los Alamos, NM Istitute of Physics, Natioal Academy of

More information

10/2/ , 5.9, Jacob Hays Amit Pillay James DeFelice

10/2/ , 5.9, Jacob Hays Amit Pillay James DeFelice 0//008 Liear Discrimiat Fuctios Jacob Hays Amit Pillay James DeFelice 5.8, 5.9, 5. Miimum Squared Error Previous methods oly worked o liear separable cases, by lookig at misclassified samples to correct

More information

Approximate Confidence Interval for the Reciprocal of a Normal Mean with a Known Coefficient of Variation

Approximate Confidence Interval for the Reciprocal of a Normal Mean with a Known Coefficient of Variation Metodološki zvezki, Vol. 13, No., 016, 117-130 Approximate Cofidece Iterval for the Reciprocal of a Normal Mea with a Kow Coefficiet of Variatio Wararit Paichkitkosolkul 1 Abstract A approximate cofidece

More information

Construction and test of forecasting push-pull demand model of urban. emergency supplies

Construction and test of forecasting push-pull demand model of urban. emergency supplies Advaces i Ecoomics, Busiess ad Maagemet Researc, volume 33 Secod Iteratioal Coferece o Ecoomic ad Busiess Maagemet (FEBM 7) Costructio ad test of forecastig pus-pull demad model of urba emergecy supplies

More information

Runoff Prediction with a Combined Artificial Neural Network and Support Vector Regression

Runoff Prediction with a Combined Artificial Neural Network and Support Vector Regression Iteratioal Joural of Machie Learig ad Computig, Vol. 8, No. 1, February 2018 Ruoff Predictio with a Combied Artificial Neural Network ad Support Vector Regressio Ratipor Chakla, Nutawut Kaougku, Keerachart

More information

An Improved Ant Colony Algorithm for Continuous Optimization Based on Levy Flight

An Improved Ant Colony Algorithm for Continuous Optimization Based on Levy Flight 487 A publicatio of CHEMICAL ENGINEERING TRANSACTIONS VOL. 51, 2016 Guest Editors: Tichu Wag, Hogyag Zhag, Lei Tia Copyright 2016, AIDIC Servizi S.r.l., ISBN 978-88-95608-43-3; ISSN 2283-9216 The Italia

More information

The Effects of Pre-Processing Methods on Forecasting Improvement of Artificial Neural Networks

The Effects of Pre-Processing Methods on Forecasting Improvement of Artificial Neural Networks Australia Joural of Basic ad Applied Scieces, 5(6): 570-580, 2011 ISSN 1991-8178 The Effects of Pre-Processig Methods o Forecastig Improvemet of Artificial Neural Networks A. Azadeh, M. Sheikhalishahi,

More information

Uniform Strict Practical Stability Criteria for Impulsive Functional Differential Equations

Uniform Strict Practical Stability Criteria for Impulsive Functional Differential Equations Global Joural of Sciece Frotier Research Mathematics ad Decisio Scieces Volume 3 Issue Versio 0 Year 03 Type : Double Blid Peer Reviewed Iteratioal Research Joural Publisher: Global Jourals Ic (USA Olie

More information

Formation of A Supergain Array and Its Application in Radar

Formation of A Supergain Array and Its Application in Radar Formatio of A Supergai Array ad ts Applicatio i Radar Tra Cao Quye, Do Trug Kie ad Bach Gia Duog. Research Ceter for Electroic ad Telecommuicatios, College of Techology (Coltech, Vietam atioal Uiversity,

More information

Economy and Application of Chaos Theory

Economy and Application of Chaos Theory Iteratioal Joural of Busiess, Humaities ad Techology Vol. 5, No. 5; October 2015 Ecoomy ad Applicatio of Chaos Theory Petr Dostál Bro Uiversity of Techology Faculty of Busiess ad Maagemet Istitute of Iformatics

More information

Chapter 12 EM algorithms The Expectation-Maximization (EM) algorithm is a maximum likelihood method for models that have hidden variables eg. Gaussian

Chapter 12 EM algorithms The Expectation-Maximization (EM) algorithm is a maximum likelihood method for models that have hidden variables eg. Gaussian Chapter 2 EM algorithms The Expectatio-Maximizatio (EM) algorithm is a maximum likelihood method for models that have hidde variables eg. Gaussia Mixture Models (GMMs), Liear Dyamic Systems (LDSs) ad Hidde

More information

A Novel Quantum-Inspired Approximate Dynamic Programming Algorithm for Unit Commitment Problems Hua Qin1, a

A Novel Quantum-Inspired Approximate Dynamic Programming Algorithm for Unit Commitment Problems Hua Qin1, a 3rd Iteratioal Coferece o Materials Egieerig Maufacturig Techology ad Cotrol (ICMEMTC 2016) A ovel Quatum-Ispired Approximate Dyamic Programmig Algorithm for Uit Commitmet Problems Hua Qi1 a 1 Guagxi Key

More information

Excellent Performances of The Third-level Disturbed Chaos in The Cryptography Algorithm and The Spread Spectrum Communication

Excellent Performances of The Third-level Disturbed Chaos in The Cryptography Algorithm and The Spread Spectrum Communication Joural of Iformatio Hidig ad Multimedia Sigal Processig c 26 ISSN 273-422 Ubiquitous Iteratioal Volume 7, Number 4, July 26 Excellet Performaces of The Third-level Disturbed Chaos i The Cryptography Algorithm

More information

Application of the Zhe Yin s Gene Inherits Law

Application of the Zhe Yin s Gene Inherits Law Ope Joural of Geetics, 2014, 4, 434-438 Published Olie December 2014 i SciRes. http://www.scirp.org/joural/ojge http://dx.doi.org/10.4236/ojge.2014.46041 Applicatio of the Zhe Yi s Gee Iherits Law Zhe

More information

Research Article A Swarm Optimization Genetic Algorithm Based on Quantum-Behaved Particle Swarm Optimization

Research Article A Swarm Optimization Genetic Algorithm Based on Quantum-Behaved Particle Swarm Optimization Hidawi Computatioal Itelligece ad Neurosciece Volume 217, Article ID 2782679, 15 pages https://doi.org/1.1155/217/2782679 Research Article A Swarm Optimizatio Geetic Algorithm Based o Quatum-Behaved Particle

More information

Supplemental Materials

Supplemental Materials 1 Supplemetal Materials Xiagmao Chag, Rui Ta, Guoliag Xig, Zhaohui Yua, Cheyag Lu, Yixi Che, Yixia Yag This documet icludes the supplemetal materials for the paper titled Sesor Placemet Algorithms for

More information

A comparative study of a system of Lotka-Voltera type of PDEs through perturbation methods

A comparative study of a system of Lotka-Voltera type of PDEs through perturbation methods Computatioal Ecology ad Software, 13, 3(4): 11-15 Article A comparative study of a system of Lotka-Voltera type of PDEs through perturbatio methods H. A. Wahab 1, M. Shakil 1, T. Kha 1, S. Bhatti, M. Naeem

More information

1 Duality revisited. AM 221: Advanced Optimization Spring 2016

1 Duality revisited. AM 221: Advanced Optimization Spring 2016 AM 22: Advaced Optimizatio Sprig 206 Prof. Yaro Siger Sectio 7 Wedesday, Mar. 9th Duality revisited I this sectio, we will give a slightly differet perspective o duality. optimizatio program: f(x) x R

More information

CHAPTER 4 BIVARIATE DISTRIBUTION EXTENSION

CHAPTER 4 BIVARIATE DISTRIBUTION EXTENSION CHAPTER 4 BIVARIATE DISTRIBUTION EXTENSION 4. Itroductio Numerous bivariate discrete distributios have bee defied ad studied (see Mardia, 97 ad Kocherlakota ad Kocherlakota, 99) based o various methods

More information