Short Term Load Forecasting using an Artificial Neural Network

Size: px
Start display at page:

Download "Short Term Load Forecasting using an Artificial Neural Network"

Transcription

1 Short Term Load Forecastng usng an Artfcal Neural Network D. Kown 1, M. Km 1, C. Hong 1,, S. Cho 2 1 Department of Computer Scence, Sangmyung Unversty, Seoul, Korea 2 Department of Energy Grd, Sangmyung Unversty, Seoul, Korea hongch@smu.ac.kr Abstract. The Artfcal Neural Network (ANN) has been wdely used for Short Term Load Forecastng (STLF). However, only usng the ANN wthout consderng of seasonal varables leads to naccuracy load demand predcton. Load forecastng hghly depends on temperature n summer and wnter season due demand of coolng and heatng equpment. So, ths paper suggests an hourly cumulatve temperature weght method usng lner regresson model and varaton weght of the temperature n order to mprove the predcton accuracy of short-term electrcty load. We have performed the experments wth the actual electrcty load data and weather factors. The expermental results show that the proposed model mproves the predcton accuracy of load demand forecastng through the summer season and wnter season. Keywords: Short-Term Load Forecastng, Artfcal Neural Networks, Back propagaton learnng. 1 Introducton Electrcty load forecastng [1, 2] provdes a crteron not only the market energy transacton plan but also long term power faclty plan such as electrc generator, power transmsson, and power transformer. It leads to stable electrc power supply and adjustment of demand supply, and reduce the economc loss through the optmzng load flow and reactve power management [3]. The Back Propagaton Learnng (BPL) [4] s well-known and commonly appled to forecast load demand. It s separated nto two phases whch are the propagaton and weght update. Frst, each nput nodes receve nput varables usng ntal weght whch s sendng to all hdden layer s nodes. Each hdden unt computes the weght and transfers t to the output node. Output node calculates the error wth desre output and error s propagated back. Prevous each hdden node updates the weghts that were propagated back [5]. Correspondng Author ITCS 2013, ASTL Vol. 25, pp , 2013 SERSC

2 Proceedngs, The 2nd Internatonal Conference on Informaton Technology and Computer Scence Ths paper s concerned wth the 24 hours load forecastng model. In order to forecast one day ahead of load demand, we use BPL algorthm. Ths paper proposes a STLF model usng cumulatve temperature weght method whch consders the lnear regresson and temperature varaton weght. 2 Input Varables Selecton Input varables selectng s very mportant to apply the multlayer feedforward neural network model for forecastng the load demand [6]. There s a hgh correlaton between load demand and three factors whch are categorzed as the weather factors, tme factors, and economc factors. Economc factors have relevance to load demand n terms of economc perspectve such as a rate of populaton growth or actvaton of economes [7, 8]. Also, weather factors (temperature, dew pont, humdty, etc.) and tme factors (season, holday, week pattern) are closely related wth short term load forecastng. Economc factors are much more dffcult to apply for load forecastng model because of complcated statstcal methods whch need a lot of tme and efforts. So, we choose the average growth rate of the load demand whch should be easly reflect a rate of economc growth and populaton [9]. Tme and weather factors are selected from the past 3 years data between 2010 and The tme factors are selected from the weekly load demand patterns and weather factors are pcked from correlaton among the weather elements. In order to measure a correlaton, we used the person correlaton coeffcent method and results can be shown as Table 1 [10]. Table 1. Correlaton Coeffcent n the Summer and Wnter seasons. Summer season load temp dew hum hpa wn load 1 temp dew hum hpa wn Wnter season load temp dew hum hpa wn load 1 temp dew hum hpa wn Table 1 shows the correlaton coeffcent between hstorcal load demand and each weather varable. The correlaton between temperature and hstorcal load for the summer season has value and the next largest value s the dew pont whch has value Also, n the wnter season, the correlaton between temperature and hstorcal load s as the most correlated parameter and as the second, dew pont s In the summer season, the load demand strongly depends on the temperature than the wnter season. Other weather factors are neglgble on the load demand because t has meanngless correlaton coeffcent. 350

3 Short Term Load Forecastng usng an Artfcal Neural Network The nput load values are conssted of hourly load data of three days whch are prevous two days and one week before the day to be predcted. Equaton (1) denotes the nput load varable Load nput, d s a day, and t s a hour. Load nput = L(d-1,t) + L(d-2,t) +L(d-7,t) (1) 3 Temperature Weght Generaton In order to mprove the accuracy of short term load forecastng, we use the weght value of the temperature n every hours. The weght value of temperature s composed of two parts whch are the Polynomal Regresson curve and varaton of the weather elements data. Lnear regresson equatons of the electrcty load demand are representng the temperature response n the summer and wnter seasons. The regresson equatons are gven by: Y s = X X X (2) Y w = x x x x (3) The equaton Y s represents the summer regresson and the equaton Y w represents the wnter regresson. In addton, varaton of temperature s measured by the equaton (4). ΔW s the varaton between one day ahead forecast temperature and present temperature. ΔW T T (4) pre In the summer, f the temperature weght ( ΔW ) s ncreased, the weght value should be ncreased. On the contrary, f ΔW s ncreased n the wnter season, t lead to decrease the weght value because ncreased temperature reduces the heatng load demand. The temperature weght s appled to the proposed model usng the equaton (5). If season == summer W = Y + ΔW s Else If season == wnter W = Y ΔW w The Weght ( W ) s appled to the load predcton data (6). (5) 351

4 Proceedngs, The 2nd Internatonal Conference on Informaton Technology and Computer Scence L = L + ( L W ) (6) L s the load predcton data whch s calculated by BPL algorthm. 4 Experments and Results The proposed model derved the nput varables from the hstorcal hourly dataset of the U.S. State of Connectcut durng the years and t s tested on the summer and wnter season 2010 wth the actual data. In order to evaluate the performance of the load forecastng model, the mean absolute percentage error (MAPE) s consdered to measure the accuracy of the load forecast performance between the actual load data and the forecasted load data [11, 12]. The MAPE s defned as follows (7) MAPE 1 N n n 1 Y X Y 100 (7) Y s the actual load data, and X s the forecasted load data. Fg. 1 shows the results of the one day ahead load predcton n the summer and wnter seasons. Fg. 1. Load forecastng result of the summer and wnter seasons Table. 2 presents the result of MAPE appled the temperature weght ( W ) for 7 days, t shows that usng the temperature weght brngs out more accuracy forecastng. In 352

5 Short Term Load Forecastng usng an Artfcal Neural Network the summer season, the error percentage was reduced about 56% and n wnter season error percentage was reduced about 86%. Table 2. The result of the MAPE wth temperature weght ( W ). Season Summer Wnter W excludng ncludng excludng ncludng 0 ~ 24h ~ 48h ~ 72h MAPE 72 ~ 96h ~ 120h ~ 144h ~ 168h Average Conclusons The proposed model used the correlaton coeffcent to recognze the sgnfcant weather factors and pck out the meanngful factor such as temperature factor. The temperature factor was used to obtan the temperate weght value. Each season has dfferent pattern of the load demand that s owng to weather changng. Especally, temperature s the most mpact factor. So, temperature needs to be consdered as the prmary seasonal pattern element. Ths paper has proposed the hourly load forecast of a day ahead usng BPL algorthm. The smulaton on the actual load demand has shown the mprovement of load forecastng performance n both summer and wnter seasons by applyng the cumulatve temperature weght value. Acknowledgments. Ths research was supported by a grant (11 Hgh-tech Urban G07) from Hgh-tech Urban Development Program funded by Mnstry of Land, Infrastructure and Transport of Korean government. References 1. Km, K.H., Park, J.K., Hwang, K.J.: A Hybrd Short-term Load Forecastng Model usng Artfcal Neural Networks and Fuzzy Expert Systems (n Korean). The Transactons of the Korean Insttute of Electrcal Engneers. 43(12), (1994) 2. Ortz-Arroyo, D., Skov, M.K., Huynh, Q.: Accurate Electrcty Load Forecastng wth Artfcal Neural Networks. In: Proceedngs of the Internatonal Conference on Computatonal Intellgence for Modelng, Control and Automaton and Internatonal Conference on Intellgent Agents, Web Technologes and Internet Commerce, pp IEEE Press, Venna (2005) 3. Charytonuk, W., Chen, M.S.: Neural network desgn for short-term load forecastng. In: Proceedngs of the Internatonal Conference on Electrc Utlty Deregulaton and Restructurng and Power Technologes, pp London (2000) 353

6 Proceedngs, The 2nd Internatonal Conference on Informaton Technology and Computer Scence 4. Aquno, I, Perez, C., Chavez, J.K., Oporto, S.: Daly Load Forecastng Usng Quck Propagaton Neural Network wth a Specal Holday Encodng. In: Proceedngs of the Internatonal Jont Conference on Neural Networks, Celebratng 20 years of neural networks, pp Florda (2007) 5. Rojas, R.: Neural Networks. Sprnger-Verlag, Berln (1996) 6. Osman, Z.H., Awad, M.L., Mahmoud, T.K.: Neural network based approach for short-term load forecastng. In: Power Systems Conference and Exposton (PSCE), pp IEEE press, Seattle (2009) 7. Gross, G., Galana, F.D.: Short-term load forecastng. Proceedngs of the IEEE. 5(12), (1987) 8. PJM.: Manual 19: Load Forecastng and Analyss Date. Prepared by Resource Adequacy Plannng (2013) 9. Bureau of economc analyss. U.S. Department of commerce, (2013) 10. Yoon, Y.B., Kang, D.P., Yoon, Y.T.: The Temperature Senstvty of the Commercal Load n KOREA. Journal of Internatonal Councl on Electrcal Engneerng. 3(2), (2013) 11. Mohamed, N., Ahmad, M.H., Ismal, S., Ismal, Z.: Improvng Short Term Load Forecastng Usng Double Seasonal Arma Model. World Appled Scences Journal. 15(2), (2011) 12. Quayum, S., Khan, Y.I., Rahman, S., Barman, P.: Artfcal Neural Network based Short Term Load Forecastng of Power System: Internatonal Journal of Computer Applcatons. 30(4), 1--7 (2011) 354

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

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

on the improved Partial Least Squares regression

on the improved Partial Least Squares regression Internatonal Conference on Manufacturng Scence and Engneerng (ICMSE 05) Identfcaton of the multvarable outlers usng T eclpse chart based on the mproved Partal Least Squares regresson Lu Yunlan,a X Yanhu,b

More information

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

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

SHORT-TERM POWER FORECASTING BY STATISTICAL METHODS FOR PHOTOVOLTAIC PLANTS IN SOUTH ITALY

SHORT-TERM POWER FORECASTING BY STATISTICAL METHODS FOR PHOTOVOLTAIC PLANTS IN SOUTH ITALY 4 th Imeko TC19 Symposum on Envronmental Instrumentaton and Measurements Protectng Envronment, Clmate Changes and Polluton Control June 3-4, 213, Lecce, Italy SHORT-TERM POWER FORECASTING BY STATISTICAL

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

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

Proceedings of the 10th WSEAS International Confenrence on APPLIED MATHEMATICS, Dallas, Texas, USA, November 1-3,

Proceedings of the 10th WSEAS International Confenrence on APPLIED MATHEMATICS, Dallas, Texas, USA, November 1-3, roceedngs of the 0th WSEAS Internatonal Confenrence on ALIED MATHEMATICS, Dallas, Texas, USA, November -3, 2006 365 Impact of Statc Load Modelng on Industral Load Nodal rces G. REZA YOUSEFI M. MOHSEN EDRAM

More information

Lecture 6: Introduction to Linear Regression

Lecture 6: Introduction to Linear Regression Lecture 6: Introducton to Lnear Regresson An Manchakul amancha@jhsph.edu 24 Aprl 27 Lnear regresson: man dea Lnear regresson can be used to study an outcome as a lnear functon of a predctor Example: 6

More information

DERIVATION OF THE PROBABILITY PLOT CORRELATION COEFFICIENT TEST STATISTICS FOR THE GENERALIZED LOGISTIC DISTRIBUTION

DERIVATION OF THE PROBABILITY PLOT CORRELATION COEFFICIENT TEST STATISTICS FOR THE GENERALIZED LOGISTIC DISTRIBUTION Internatonal Worshop ADVANCES IN STATISTICAL HYDROLOGY May 3-5, Taormna, Italy DERIVATION OF THE PROBABILITY PLOT CORRELATION COEFFICIENT TEST STATISTICS FOR THE GENERALIZED LOGISTIC DISTRIBUTION by Sooyoung

More information

Microwave Diversity Imaging Compression Using Bioinspired

Microwave Diversity Imaging Compression Using Bioinspired Mcrowave Dversty Imagng Compresson Usng Bonspred Neural Networks Youwe Yuan 1, Yong L 1, Wele Xu 1, Janghong Yu * 1 School of Computer Scence and Technology, Hangzhou Danz Unversty, Hangzhou, Zhejang,

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

Transient Stability Assessment of Power System Based on Support Vector Machine

Transient Stability Assessment of Power System Based on Support Vector Machine ransent Stablty Assessment of Power System Based on Support Vector Machne Shengyong Ye Yongkang Zheng Qngquan Qan School of Electrcal Engneerng, Southwest Jaotong Unversty, Chengdu 610031, P. R. Chna Abstract

More information

Lecture 9: Linear regression: centering, hypothesis testing, multiple covariates, and confounding

Lecture 9: Linear regression: centering, hypothesis testing, multiple covariates, and confounding Recall: man dea of lnear regresson Lecture 9: Lnear regresson: centerng, hypothess testng, multple covarates, and confoundng Sandy Eckel seckel@jhsph.edu 6 May 8 Lnear regresson can be used to study an

More information

With the rapid development and growth in technology, the

With the rapid development and growth in technology, the Volume 3 Issue February 018 ISO 397:007 Certfed ISSN (Onlne) 456-393 DEMAND FORECASTING BY USING GENERALIZED REGRESSION NEURAL NETWORK Deept Arela 1, Shlpa Agrawal M.Tech Scholar, Sobhasara Group of Insttutons,

More information

Lecture 9: Linear regression: centering, hypothesis testing, multiple covariates, and confounding

Lecture 9: Linear regression: centering, hypothesis testing, multiple covariates, and confounding Lecture 9: Lnear regresson: centerng, hypothess testng, multple covarates, and confoundng Sandy Eckel seckel@jhsph.edu 6 May 008 Recall: man dea of lnear regresson Lnear regresson can be used to study

More information

Turbulence classification of load data by the frequency and severity of wind gusts. Oscar Moñux, DEWI GmbH Kevin Bleibler, DEWI GmbH

Turbulence classification of load data by the frequency and severity of wind gusts. Oscar Moñux, DEWI GmbH Kevin Bleibler, DEWI GmbH Turbulence classfcaton of load data by the frequency and severty of wnd gusts Introducton Oscar Moñux, DEWI GmbH Kevn Blebler, DEWI GmbH Durng the wnd turbne developng process, one of the most mportant

More information

Statistical Energy Analysis for High Frequency Acoustic Analysis with LS-DYNA

Statistical Energy Analysis for High Frequency Acoustic Analysis with LS-DYNA 14 th Internatonal Users Conference Sesson: ALE-FSI Statstcal Energy Analyss for Hgh Frequency Acoustc Analyss wth Zhe Cu 1, Yun Huang 1, Mhamed Soul 2, Tayeb Zeguar 3 1 Lvermore Software Technology Corporaton

More information

Online Classification: Perceptron and Winnow

Online Classification: Perceptron and Winnow E0 370 Statstcal Learnng Theory Lecture 18 Nov 8, 011 Onlne Classfcaton: Perceptron and Wnnow Lecturer: Shvan Agarwal Scrbe: Shvan Agarwal 1 Introducton In ths lecture we wll start to study the onlne learnng

More information

Resource Allocation with a Budget Constraint for Computing Independent Tasks in the Cloud

Resource Allocation with a Budget Constraint for Computing Independent Tasks in the Cloud Resource Allocaton wth a Budget Constrant for Computng Independent Tasks n the Cloud Wemng Sh and Bo Hong School of Electrcal and Computer Engneerng Georga Insttute of Technology, USA 2nd IEEE Internatonal

More information

One-sided finite-difference approximations suitable for use with Richardson extrapolation

One-sided finite-difference approximations suitable for use with Richardson extrapolation Journal of Computatonal Physcs 219 (2006) 13 20 Short note One-sded fnte-dfference approxmatons sutable for use wth Rchardson extrapolaton Kumar Rahul, S.N. Bhattacharyya * Department of Mechancal Engneerng,

More information

Statistical Evaluation of WATFLOOD

Statistical Evaluation of WATFLOOD tatstcal Evaluaton of WATFLD By: Angela MacLean, Dept. of Cvl & Envronmental Engneerng, Unversty of Waterloo, n. ctober, 005 The statstcs program assocated wth WATFLD uses spl.csv fle that s produced wth

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

Neural Networks. Perceptrons and Backpropagation. Silke Bussen-Heyen. 5th of Novemeber Universität Bremen Fachbereich 3. Neural Networks 1 / 17

Neural Networks. Perceptrons and Backpropagation. Silke Bussen-Heyen. 5th of Novemeber Universität Bremen Fachbereich 3. Neural Networks 1 / 17 Neural Networks Perceptrons and Backpropagaton Slke Bussen-Heyen Unverstät Bremen Fachberech 3 5th of Novemeber 2012 Neural Networks 1 / 17 Contents 1 Introducton 2 Unts 3 Network structure 4 Snglelayer

More information

Comparison of Regression Lines

Comparison of Regression Lines STATGRAPHICS Rev. 9/13/2013 Comparson of Regresson Lnes Summary... 1 Data Input... 3 Analyss Summary... 4 Plot of Ftted Model... 6 Condtonal Sums of Squares... 6 Analyss Optons... 7 Forecasts... 8 Confdence

More information

An ANN-based Approach for Forecasting the Power Output of Photovoltaic System

An ANN-based Approach for Forecasting the Power Output of Photovoltaic System Avalable onlne at www.scencedrect.com Proceda Envronmental Scences 11 (201 1308 1315 An ANN-based Approach for Forecastng the Power Output of Photovoltac System Mng Dng, Le Wang, Ru B Research Center for

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

Generalized Linear Methods

Generalized Linear Methods Generalzed Lnear Methods 1 Introducton In the Ensemble Methods the general dea s that usng a combnaton of several weak learner one could make a better learner. More formally, assume that we have a set

More information

Efficient Weather Forecasting using Artificial Neural Network as Function Approximator

Efficient Weather Forecasting using Artificial Neural Network as Function Approximator Effcent Weather Forecastng usng Artfcal Neural Network as Functon Approxmator I. El-Fegh, Z. Zuba and S. Abozgaya Abstract Forecastng s the referred to as the process of estmaton n unknown stuatons. Weather

More information

Determining Transmission Losses Penalty Factor Using Adaptive Neuro Fuzzy Inference System (ANFIS) For Economic Dispatch Application

Determining Transmission Losses Penalty Factor Using Adaptive Neuro Fuzzy Inference System (ANFIS) For Economic Dispatch Application 7 Determnng Transmsson Losses Penalty Factor Usng Adaptve Neuro Fuzzy Inference System (ANFIS) For Economc Dspatch Applcaton Rony Seto Wbowo Maurdh Hery Purnomo Dod Prastanto Electrcal Engneerng 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

Chapter 9: Statistical Inference and the Relationship between Two Variables

Chapter 9: Statistical Inference and the Relationship between Two Variables Chapter 9: Statstcal Inference and the Relatonshp between Two Varables Key Words The Regresson Model The Sample Regresson Equaton The Pearson Correlaton Coeffcent Learnng Outcomes After studyng ths chapter,

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

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

A LINEAR PROGRAM TO COMPARE MULTIPLE GROSS CREDIT LOSS FORECASTS. Dr. Derald E. Wentzien, Wesley College, (302) ,

A LINEAR PROGRAM TO COMPARE MULTIPLE GROSS CREDIT LOSS FORECASTS. Dr. Derald E. Wentzien, Wesley College, (302) , A LINEAR PROGRAM TO COMPARE MULTIPLE GROSS CREDIT LOSS FORECASTS Dr. Derald E. Wentzen, Wesley College, (302) 736-2574, wentzde@wesley.edu ABSTRACT A lnear programmng model s developed and used to compare

More information

Semi-supervised Classification with Active Query Selection

Semi-supervised Classification with Active Query Selection Sem-supervsed Classfcaton wth Actve Query Selecton Jao Wang and Swe Luo School of Computer and Informaton Technology, Beng Jaotong Unversty, Beng 00044, Chna Wangjao088@63.com Abstract. Labeled samples

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

Modeling and Design of Real-Time Pricing Systems Based on Markov Decision Processes

Modeling and Design of Real-Time Pricing Systems Based on Markov Decision Processes Appled Mathematcs, 04, 5, 485-495 Publshed Onlne June 04 n ScRes. http://www.scrp.org/journal/am http://dx.do.org/0.436/am.04.504 Modelng and Desgn of Real-Tme Prcng Systems Based on Markov Decson Processes

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

Uncertainty in measurements of power and energy on power networks

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

More information

A Chaotic Neural Network Model of Insightful Problem Solving and the Generation Process of Constraints

A Chaotic Neural Network Model of Insightful Problem Solving and the Generation Process of Constraints A Chaotc Neural Networ Model of Insghtful Problem Solvng and the Generaton Process of Constrants Yuchro Wajma (wajma@nm.hum.ttech.ac.jp) Kega Abe (abe@nm.hum.ttech.ac.jp) Masanor Naagawa (naagawa@nm.hum.ttech.ac.jp)

More information

Aluminum Electrolysis 1

Aluminum Electrolysis 1 3rd Internatonal Conference on Mechatroncs, Robotcs and Automaton (ICMRA 2015 Dynamc Decson Model for Amount of AlF 3 Addton n Industral Alumnum Electrolyss 1 Zeng Shupng 1,a*,Cu Fuwe 1,b 1 College of

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

COMPARATIVE STUDY OF RAINFALL FORECASTING MODELS. Mohita Anand Sharma 1 and Jai Bhagwan Singh 2

COMPARATIVE STUDY OF RAINFALL FORECASTING MODELS. Mohita Anand Sharma 1 and Jai Bhagwan Singh 2 New York Scence Journal, 2011;4(7) http://www.scencepub.net/newyork COMPARATIVE STUDY OF RAINFALL FORECASTING MODELS Mohta Anand Sharma 1 and Ja Bhagwan Sngh 2 1. Research Scholar, 2. Senor Professor Statstcs.

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

Fuzzy Boundaries of Sample Selection Model

Fuzzy Boundaries of Sample Selection Model Proceedngs of the 9th WSES Internatonal Conference on ppled Mathematcs, Istanbul, Turkey, May 7-9, 006 (pp309-34) Fuzzy Boundares of Sample Selecton Model L. MUHMD SFIIH, NTON BDULBSH KMIL, M. T. BU OSMN

More information

BACKPROPAGATION NEURAL NETWORK APPROACH FOR MEAN TEMPERATURE PREDICTION

BACKPROPAGATION NEURAL NETWORK APPROACH FOR MEAN TEMPERATURE PREDICTION IJRRAS 9 () October 6 www.arpapress.com/volumes/vol9issue/ijrras_9.pdf BACKPROPAGATIO EURAL ETWORK APPROACH FOR MEA TEMPERATURE PREDICTIO Manal A. Ashour,*, Soma A. ElZahaby & Mahmoud I. Abdalla 3, Al-Azher

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

THE EFFECT OF TORSIONAL RIGIDITY BETWEEN ELEMENTS ON FREE VIBRATIONS OF A TELESCOPIC HYDRAULIC CYLINDER SUBJECTED TO EULER S LOAD

THE EFFECT OF TORSIONAL RIGIDITY BETWEEN ELEMENTS ON FREE VIBRATIONS OF A TELESCOPIC HYDRAULIC CYLINDER SUBJECTED TO EULER S LOAD Journal of Appled Mathematcs and Computatonal Mechancs 7, 6(3), 7- www.amcm.pcz.pl p-issn 99-9965 DOI:.75/jamcm.7.3. e-issn 353-588 THE EFFECT OF TORSIONAL RIGIDITY BETWEEN ELEMENTS ON FREE VIBRATIONS

More information

LOW BIAS INTEGRATED PATH ESTIMATORS. James M. Calvin

LOW BIAS INTEGRATED PATH ESTIMATORS. James M. Calvin Proceedngs of the 007 Wnter Smulaton Conference S G Henderson, B Bller, M-H Hseh, J Shortle, J D Tew, and R R Barton, eds LOW BIAS INTEGRATED PATH ESTIMATORS James M Calvn Department of Computer Scence

More information

Dr. Shalabh Department of Mathematics and Statistics Indian Institute of Technology Kanpur

Dr. Shalabh Department of Mathematics and Statistics Indian Institute of Technology Kanpur Analyss of Varance and Desgn of Experment-I MODULE VII LECTURE - 3 ANALYSIS OF COVARIANCE Dr Shalabh Department of Mathematcs and Statstcs Indan Insttute of Technology Kanpur Any scentfc experment s performed

More information

Chapter 11: Simple Linear Regression and Correlation

Chapter 11: Simple Linear Regression and Correlation Chapter 11: Smple Lnear Regresson and Correlaton 11-1 Emprcal Models 11-2 Smple Lnear Regresson 11-3 Propertes of the Least Squares Estmators 11-4 Hypothess Test n Smple Lnear Regresson 11-4.1 Use of t-tests

More information

is the calculated value of the dependent variable at point i. The best parameters have values that minimize the squares of the errors

is the calculated value of the dependent variable at point i. The best parameters have values that minimize the squares of the errors Multple Lnear and Polynomal Regresson wth Statstcal Analyss Gven a set of data of measured (or observed) values of a dependent varable: y versus n ndependent varables x 1, x, x n, multple lnear regresson

More information

A Hybrid Evaluation model for Distribution Network Reliability Based on Matter-element Extension Method

A Hybrid Evaluation model for Distribution Network Reliability Based on Matter-element Extension Method Advanced Scence and Technology Letters Vol.74 (ASEA 204), pp.87-95 http://dx.do.org/0.4257/astl.204.74.7 A Hybrd Evaluaton model for Dstrbuton Network Relablty Based on Matter-element Extenson Method Huru

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

An Empirical Study of Fuzzy Approach with Artificial Neural Network Models

An Empirical Study of Fuzzy Approach with Artificial Neural Network Models An Emprcal Study of Fuzzy Approach wth Artfcal Neural Networ Models Memmedaga Memmedl and Ozer Ozdemr Abstract Tme seres forecastng based on fuzzy approach by usng artfcal neural networs s a sgnfcant topc

More information

T E C O L O T E R E S E A R C H, I N C.

T E C O L O T E R E S E A R C H, I N C. T E C O L O T E R E S E A R C H, I N C. B rdg n g En g neern g a nd Econo mcs S nce 1973 THE MINIMUM-UNBIASED-PERCENTAGE ERROR (MUPE) METHOD IN CER DEVELOPMENT Thrd Jont Annual ISPA/SCEA Internatonal Conference

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

Negative Binomial Regression

Negative Binomial Regression STATGRAPHICS Rev. 9/16/2013 Negatve Bnomal Regresson Summary... 1 Data Input... 3 Statstcal Model... 3 Analyss Summary... 4 Analyss Optons... 7 Plot of Ftted Model... 8 Observed Versus Predcted... 10 Predctons...

More information

Uncertainty and auto-correlation in. Measurement

Uncertainty and auto-correlation in. Measurement Uncertanty and auto-correlaton n arxv:1707.03276v2 [physcs.data-an] 30 Dec 2017 Measurement Markus Schebl Federal Offce of Metrology and Surveyng (BEV), 1160 Venna, Austra E-mal: markus.schebl@bev.gv.at

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

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

Convexity preserving interpolation by splines of arbitrary degree

Convexity preserving interpolation by splines of arbitrary degree Computer Scence Journal of Moldova, vol.18, no.1(52), 2010 Convexty preservng nterpolaton by splnes of arbtrary degree Igor Verlan Abstract In the present paper an algorthm of C 2 nterpolaton of dscrete

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

Psychology 282 Lecture #24 Outline Regression Diagnostics: Outliers

Psychology 282 Lecture #24 Outline Regression Diagnostics: Outliers Psychology 282 Lecture #24 Outlne Regresson Dagnostcs: Outlers In an earler lecture we studed the statstcal assumptons underlyng the regresson model, ncludng the followng ponts: Formal statement of assumptons.

More information

COEFFICIENT DIAGRAM: A NOVEL TOOL IN POLYNOMIAL CONTROLLER DESIGN

COEFFICIENT DIAGRAM: A NOVEL TOOL IN POLYNOMIAL CONTROLLER DESIGN Int. J. Chem. Sc.: (4), 04, 645654 ISSN 097768X www.sadgurupublcatons.com COEFFICIENT DIAGRAM: A NOVEL TOOL IN POLYNOMIAL CONTROLLER DESIGN R. GOVINDARASU a, R. PARTHIBAN a and P. K. BHABA b* a Department

More information

Application of B-Spline to Numerical Solution of a System of Singularly Perturbed Problems

Application of B-Spline to Numerical Solution of a System of Singularly Perturbed Problems Mathematca Aeterna, Vol. 1, 011, no. 06, 405 415 Applcaton of B-Splne to Numercal Soluton of a System of Sngularly Perturbed Problems Yogesh Gupta Department of Mathematcs Unted College of Engneerng &

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

Removal of Hidden Neurons by Crosswise Propagation

Removal of Hidden Neurons by Crosswise Propagation Neural Informaton Processng - etters and Revews Vol.6 No.3 arch 25 ETTER Removal of dden Neurons by Crosswse Propagaton Xun ang Department of anagement Scence and Engneerng Stanford Unversty CA 9535 USA

More information

Modeling of Risk Treatment Measurement Model under Four Clusters Standards (ISO 9001, 14001, 27001, OHSAS 18001)

Modeling of Risk Treatment Measurement Model under Four Clusters Standards (ISO 9001, 14001, 27001, OHSAS 18001) Avalable onlne at www.scencedrect.com Proceda Engneerng 37 (202 ) 354 358 The Second SREE Conference on Engneerng Modelng and Smulaton Modelng of Rsk Treatment Measurement Model under Four Clusters Standards

More information

Time Series Forecasting Using Artificial Neural Networks under Dempster Shafer Evidence Theory and Trimmed-winsorized Means

Time Series Forecasting Using Artificial Neural Networks under Dempster Shafer Evidence Theory and Trimmed-winsorized Means Internatonal Journal of Informaton and Computaton Technology. ISSN 0974-2239 Volume 3, Number 5 (2013), pp. 383-390 Internatonal Research Publcatons House http://www. rphouse.com /jct.htm Tme Seres Forecastng

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

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

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

Statistical tools to perform Sensitivity Analysis in the Context of the Evaluation of Measurement Uncertainty

Statistical tools to perform Sensitivity Analysis in the Context of the Evaluation of Measurement Uncertainty Statstcal tools to perform Senstvty Analyss n the Contet of the Evaluaton of Measurement Uncertanty N. Fscher, A. Allard Laboratore natonal de métrologe et d essas (LNE) MATHMET PTB Berln nd June Outlne

More information

LECTURE 9 CANONICAL CORRELATION ANALYSIS

LECTURE 9 CANONICAL CORRELATION ANALYSIS LECURE 9 CANONICAL CORRELAION ANALYSIS Introducton he concept of canoncal correlaton arses when we want to quantfy the assocatons between two sets of varables. For example, suppose that the frst set of

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

Durban Watson for Testing the Lack-of-Fit of Polynomial Regression Models without Replications

Durban Watson for Testing the Lack-of-Fit of Polynomial Regression Models without Replications Durban Watson for Testng the Lack-of-Ft of Polynomal Regresson Models wthout Replcatons Ruba A. Alyaf, Maha A. Omar, Abdullah A. Al-Shha ralyaf@ksu.edu.sa, maomar@ksu.edu.sa, aalshha@ksu.edu.sa Department

More information

Chapter 15 - Multiple Regression

Chapter 15 - Multiple Regression Chapter - Multple Regresson Chapter - Multple Regresson Multple Regresson Model The equaton that descrbes how the dependent varable y s related to the ndependent varables x, x,... x p and an error term

More information

Comparative Studies of Law of Conservation of Energy. and Law Clusters of Conservation of Generalized Energy

Comparative Studies of Law of Conservation of Energy. and Law Clusters of Conservation of Generalized Energy Comparatve Studes of Law of Conservaton of Energy and Law Clusters of Conservaton of Generalzed Energy No.3 of Comparatve Physcs Seres Papers Fu Yuhua (CNOOC Research Insttute, E-mal:fuyh1945@sna.com)

More information

CHAPTER 5 NUMERICAL EVALUATION OF DYNAMIC RESPONSE

CHAPTER 5 NUMERICAL EVALUATION OF DYNAMIC RESPONSE CHAPTER 5 NUMERICAL EVALUATION OF DYNAMIC RESPONSE Analytcal soluton s usually not possble when exctaton vares arbtrarly wth tme or f the system s nonlnear. Such problems can be solved by numercal tmesteppng

More information

Bearing Remaining Useful Life Prediction Based on an Improved Back Propagation Neural Network

Bearing Remaining Useful Life Prediction Based on an Improved Back Propagation Neural Network nternatonal Journal of Performablty Engneerng, Vol. 10, No. 6, September 2014, pp.653-657. RAMS Consultants Prnted n nda Bearng Remanng Useful Lfe Predcton Based on an mproved Back Propagaton Neural Network

More information

COMPUTATIONALLY EFFICIENT WAVELET AFFINE INVARIANT FUNCTIONS FOR SHAPE RECOGNITION. Erdem Bala, Dept. of Electrical and Computer Engineering,

COMPUTATIONALLY EFFICIENT WAVELET AFFINE INVARIANT FUNCTIONS FOR SHAPE RECOGNITION. Erdem Bala, Dept. of Electrical and Computer Engineering, COMPUTATIONALLY EFFICIENT WAVELET AFFINE INVARIANT FUNCTIONS FOR SHAPE RECOGNITION Erdem Bala, Dept. of Electrcal and Computer Engneerng, Unversty of Delaware, 40 Evans Hall, Newar, DE, 976 A. Ens Cetn,

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

COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS

COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS Avalable onlne at http://sck.org J. Math. Comput. Sc. 3 (3), No., 6-3 ISSN: 97-537 COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS

More information

MACHINE APPLIED MACHINE LEARNING LEARNING. Gaussian Mixture Regression

MACHINE APPLIED MACHINE LEARNING LEARNING. Gaussian Mixture Regression 11 MACHINE APPLIED MACHINE LEARNING LEARNING MACHINE LEARNING Gaussan Mture Regresson 22 MACHINE APPLIED MACHINE LEARNING LEARNING Bref summary of last week s lecture 33 MACHINE APPLIED MACHINE LEARNING

More information

Title: A Computational Intelligence Scheme for the Prediction of the Daily Peak Load

Title: A Computational Intelligence Scheme for the Prediction of the Daily Peak Load Accepted Manuscrpt Ttle: A Computatonal Intellgence Scheme for the Predcton of the Daly Peak Load Authors: Jawad Nag, Keem Sah Yap, Farrukh Nag, Seh Kong Tong, Syed Khaleel Ahmed PII: S1568-4946(11)00266-3

More information

Chapter 13: Multiple Regression

Chapter 13: Multiple Regression Chapter 13: Multple Regresson 13.1 Developng the multple-regresson Model The general model can be descrbed as: It smplfes for two ndependent varables: The sample ft parameter b 0, b 1, and b are used to

More information

Multi-Step-Ahead Prediction of Stock Price Using a New Architecture of Neural Networks

Multi-Step-Ahead Prediction of Stock Price Using a New Architecture of Neural Networks Journal of Computer & Robotcs 8(), 05 47-56 47 Mult-Step-Ahead Predcton of Stoc Prce Usng a New Archtecture of Neural Networs Mohammad Taleb Motlagh *, Hamd Khaloozadeh Department of Systems and Control,

More information

Thermal State Investigations of Two-stage Thruster with Anode Layer

Thermal State Investigations of Two-stage Thruster with Anode Layer Thermal State Investgatons of Two-stage Thruster wth Anode Layer IEPC-2007-127 Presented at the 30 th Internatonal Electrc Propulson Conference, Florence, Italy Mtroshn A.S. *, Garkusha V.I., Semenkn A.V.

More information

MULTISPECTRAL IMAGE CLASSIFICATION USING BACK-PROPAGATION NEURAL NETWORK IN PCA DOMAIN

MULTISPECTRAL IMAGE CLASSIFICATION USING BACK-PROPAGATION NEURAL NETWORK IN PCA DOMAIN MULTISPECTRAL IMAGE CLASSIFICATION USING BACK-PROPAGATION NEURAL NETWORK IN PCA DOMAIN S. Chtwong, S. Wtthayapradt, S. Intajag, and F. Cheevasuvt Faculty of Engneerng, Kng Mongkut s Insttute of Technology

More information

Statistics for Business and Economics

Statistics for Business and Economics Statstcs for Busness and Economcs Chapter 11 Smple Regresson Copyrght 010 Pearson Educaton, Inc. Publshng as Prentce Hall Ch. 11-1 11.1 Overvew of Lnear Models n An equaton can be ft to show the best lnear

More information

This column is a continuation of our previous column

This column is a continuation of our previous column Comparson of Goodness of Ft Statstcs for Lnear Regresson, Part II The authors contnue ther dscusson of the correlaton coeffcent n developng a calbraton for quanttatve analyss. Jerome Workman Jr. and Howard

More information

Adaptive Consensus Control of Multi-Agent Systems with Large Uncertainty and Time Delays *

Adaptive Consensus Control of Multi-Agent Systems with Large Uncertainty and Time Delays * Journal of Robotcs, etworkng and Artfcal Lfe, Vol., o. (September 04), 5-9 Adaptve Consensus Control of Mult-Agent Systems wth Large Uncertanty and me Delays * L Lu School of Mechancal Engneerng Unversty

More information

A Bayes Algorithm for the Multitask Pattern Recognition Problem Direct Approach

A Bayes Algorithm for the Multitask Pattern Recognition Problem Direct Approach A Bayes Algorthm for the Multtask Pattern Recognton Problem Drect Approach Edward Puchala Wroclaw Unversty of Technology, Char of Systems and Computer etworks, Wybrzeze Wyspanskego 7, 50-370 Wroclaw, Poland

More information

Monte Carlo simulation study on magnetic hysteresis loop of Co nanowires

Monte Carlo simulation study on magnetic hysteresis loop of Co nanowires Monte Carlo smulaton study on magnetc hysteress loop of Co nanowres Ryang Se-Hun, O Pong-Sk, Sn Gum-Chol, Hwang Guk-Nam, Hong Yong-Son * Km Hyong Jk Normal Unversty, Pyongyang, D.P.R of Korea Abstract;

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

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