Application of NARX based FFNN, SVR and ANN Fitting models for long term industrial load forecasting and their comparison

Size: px
Start display at page:

Download "Application of NARX based FFNN, SVR and ANN Fitting models for long term industrial load forecasting and their comparison"

Transcription

1 Application of NARX based FFNN, SVR and ANN Fitting models for long term industrial load forecasting and their comparison *Shahid M. Awan 1, 3, Member, IEEE, Zubair. A. Khan 1, 2, M. Aslam 3, Waqar Mahmood 1, Affan Ahsan 4 1 Al-Khawarizmi Institute of Computer Sciences, 2 Department of Electrical Engineering, 3 Department of Computer Science and Engineering, University of Engineering and Technology. Lahore, Pakistan. 4 Descon Integrated Projects (Pvt) Limited, Lahore, Pakistan. *shahidawan@kics.edu.pk Abstract Accurate load forecasting is essential for energy planning and load management. This paper presents long term industrial load forecasting (LTLF) using Nonlinear Autoregressive Exogenous model (NARX) based Feed-Forward Neural Network (FFNN) method, Support Vector Regression (SVR) and Neural Network models. It is applied to data sets obtained from National Transmission and Dispatch Company (NTDC) of Pakistan, ranging from to 21. Several influencing load factors are examined. Comparison of results obtained by all three techniques is presented which portray a high acceptable accuracy with 2.9% Mean absolute percentage error (MAPE) on monthly and yearly demand estimation for industrial sector. Keywords- Neural nonlinear systems, nonlinear estimation, modelling. I. INTRODUCTION Electric Load Forecasting (LF) is the estimation of future demand of energy based on historical data. Accurate load forecasting plays an important role in coping future energy requirement and hence and important component of energy management systems. It is generally categorized into three types for different time horizons: short term forecasts are from one hour to one week, medium term forecasts span from a week to a month or year and long term forecasts spans a year or more. It has many applications including energy purchasing, generation, transmission planning, decision making and infrastructure development based upon type of each forecasts. Each electric supply company serves different type of customers like domestic, agricultural, commercial and industrial. All of these consumers have different load consumptions patterns over different time intervals. Especially industrial customers, they have a special requirement that an un-interrupted supply is required to complete the whole cycle of production otherwise manufactured goods are wasted. Industrial sector plays an important role in economic development of a country and are critical for survival of a nation. In most countries industrial zones are kept apart from residential colonies and separate electricity infrastructure is developed to fulfill energy requirement of this sector. Industrial sector in Pakistan consumes around 27% of generated electrical energy, which is 2nd highest consumer after domestic users and 25.4% of overall Gross Domestic Product (GDP) of Pakistan is dependent on this sector. So long term electric load forecasting is very crucial for planning and scheduling electric supply. This helps in infrastructure development, distribution management and uninterrupted supply, specifically to industrial sector. During the past few decades a diverse number of techniques and models have been developed by researchers around the globe to address the challenge of load forecasting. Diversity in different modeling techniques is because of nature of data sets in hand, type of load forecasting and nature of influencing factors on load variation [1, 2]. In this research paper different techniques have been applied to solve the long term load estimation problem of industrial sector. Based upon data sets provided by National Transmission and Dispatch Company (NTDC) [24] of Pakistan, we have developed three different models with varying predictive performance and accuracy of results. Models are repeatedly evolved unless acceptable results are obtained. This work would help in power planning section of NTDC to make timely decision to fulfill energy requirement and to help in survival and growth of industrial sector. Other sections of this paper cover the short review of techniques used in our work and work done in this area using these techniques, while paying special attention to industrial load forecasting and use of NARX based model in LF domain. Uniqueness of the problem and proposed methodology is discussed in section 3, while results and conclusion are presented in section 4. II. TECHNIQUE USED IN THIS STUDY Since 196, a lot of work has been done in LF domain. From classical and statistical approaches to more recent and artificial intelligence based approaches has been applied to solve the problem of accurate load forecasting based on National ICT R&D Fund, Pakistan /12/$ IEEE 83

2 priorities, custom features and varied input parameters [1, 2]. In this study modern techniques of forecasting have been used which include Artificial Neural Networks [3] and support vector machines for regression [17]. Artificial Neural Networks simulate biological inspiration from human brain s ability of learning and decision making. Based upon their predictive performance and capability to handle nonlinear and dynamic systems ANN are considered as powerful tool for time series prediction and modeling tasks. Fundamental component of ANN is neuron with inputs and output connections as shown in fig. 1. It computes the weighted inputs using the formula X 1 X 2 X 3 X 4 X n W 3 W 2 W 4 W 1 W n Inputs Figure 1. Artificial Neuron Activation function Where x i is input vector and w ij are corresponding weights for this input vector, y j is the response of neuron based upon transfer function. For continuous output, neuron uses sigmoid transfer function as given in eq. 2. Network can compute the error E, by taking mean squared error (MSE) that is expressed by eq. 3. Where y i is output obtained at neuron i and a i is the desired output. Two major neural network topologies exist based upon connection between neurons and direction of data propagation, they are: feedforward and feedbackward networks [3]. In feedforward network resultant output is calculated and passed to next hidden or output layer, while in backpropagation learning the error of subsequent output or hidden layer is back propagated to previous layer in a recursive manner for reestimation of weights. There is a special type of neural network known as recurrent neural networks (RNN s), [3] which have feedforward neural structure but they maintain an internal hidden state and contain a local or global feedback cycle in their structure. Introducing a time delay to RNN s give rise to an effective class of SRN model named as Nonlinear autoregressive with exogenous input (NARX) Neural Network model [4]. NARX is a non-linear model for time series prediction, derived from Autoregressive exogenous (ARX) model. It is a recurrent dynamic network, with feedback connections enclosing several layers of the network. It can be defined by following equation and shown in fig. 2. (1) Output (2) (3) Figure 2. NARX Model In this model the current value of the output y(t) is regressed upon the previous value of the output and exogenous inputs. The function F in NARX model is some nonlinear function and can be implemented by different techniques such as a polynomial, neural network, wavelet network, sigmoid network and so on, as shown in fig. 2, but using a feedforward neural network to approximate the function F is the most popular and efficient way. NARX can be implemented through ANN in two ways. The first architecture is called Parallel architecture. In which the predicted output is used as input to next output prediction. As during training we are available with both "true inputs and output" for better results it is efficient to use them instead. The second architecture is Series-Parallel architecture this architecture not only uses true outputs as regressor to next prediction point but also has feedback loop eliminated, hence simple ANN training algorithms such as backpropagation can easily be implemented. fig. 3, represents heir model, Where NARX network is designed as a feedforward Time Delay Neural Network [4]. NARX recurrent neural network is a powerful modeling technique for nonlinear systems. Better generalization capability, effective learning and faster convergence to global minima make it better than other network [5][6]. Beside NARX is a relatively new approach in LF domain [7], still some applications of this model in power systems have been reported in literature. Espinoza, et al, [8] have estimated five NARX models for short term load forecasting using fixed size least square support vector machines (LS-SVM) and two auto regressive NARX (AR-NARX) models. The later structures reduced the autocorrelation problem by exploration of residuals. As in [9] different ANN based hybrid models are utilized to predict the medium term peak load, exponential smoothing and ARIMA are used to model the load trend then ANN models are used for forecasting monthly peak demand of Jeddah city. Many applications of artificial neural network for load forecasting can be found in literature. In the work of D. Bassi et al,[1] they have presented a solution to problem of (4) 84

3 predicting monthly electric loads (medium term) based on historical load data and economic and demographic data. The neural network chosen for this work is the Time Lagged Feed forward Network (TLFN). ANN was selected based on methodological selection of variables, a prior study of the problem, the processing that the ANN can make in temporal aspect. comparable to its competitor and sophisticated technique of neural network. Basic idea behind support vector regression (SVR) is to map the data into higher dimensional space to map nonlinearity in original data [17], as to perform linear regression in higher dimensional space. The SVR function is expressed by following equation, Where represent the nonlinear mapping of data from input space x, and b is the threshold value. The performance of SVR is majorly dependent on kernel function being used. Kernel functions are used to perform operations in the input space rather than higher dimensional space. Different kernel functions are reported in literature, like polynomial, Radial Basis Functions, Multi Layer Perceptions [18]. The general form of radial basis kernel function is expressed in following, (5) (6) Figure 3. NARX Implementation through ANN Fuzzy set theory based Neural Network model for short term load forecasting is reported in [11]. It uses fuzzy inference to generate rule set from historical data. Then the parameters of rule set are tuned by 3 layered feed-backward network. This model is used to predict daily load profile of Greek Interconnected Power System. Papalexopoulos et al, [12] has presented an ANN based STLF system for Pacific Gas and Electric company (PG&E). Three layered feed-forward neural network with seventy-seven input neurons, twenty-four neurons with sigmoid transfer function in hidden layer and twenty four output neurons are used to represent 24 hour forecasted load of next day. This model outperformed to earlier linear regression model by handling rapidly changing weather conditions. Neural network trained with exogenous and endogenous variables is reported in [13] and termed as multi context artificial neural network (MCANN). It is modified form of multi context ANN as it has divided the hidden layer into two parts to speed up network training. Clustering based forecasting technique has been reported in [14]. Radial Basis Functions (RBF) has been used to train ANN model. Based on similarity, data is first partitioned into different clusters and then passed to two layered RBF-NN for estimation of future demand. Influence of real time energy price on power demand is modeled by [15], by using RBF based NN along adaptive fuzzy inference system. Fuzzy inference serves to establish relation in price fluctuation and energy demand. Based on historical data RBF-NN first estimate load for next day, then fuzzy rule set is used to adjust forecasted result by incorporating the price effect. Energy price based load demand estimation for Ontario Hydro System is performed by H. Chen[16]. To model nonlinear relationship of electricity price and load fluctuation, 3 layered feed-forward neural network with back-propagation training method is used. Support Vector Machine (SVM) proposed by Vapnik [17] is a statistical tool for classification and regression. SVM have greater ability of generalization while avoiding over fit to data. Thus resulting in a best trade-off between complexity and performance. Its computational performance and accuracy is Several applications of support vector regression for load forecasting are reported in literature, some of key approaches are discussed in [19, 2]. Industrial load forecasting has been discussed in [21], in which authors has presented a composite model of fuzzy based neural network to predict long term industrial load. First fuzzy inference is used to estimate yearly maximum and minimum load values, further these results are combined with ANN to predict the annual peak loads. Fuzzy inference and neural model were developed on 1 year data of the industrial city of Ramadan in Egypt. Problem of short term load forecasting for Spanish industrial customers is discussed in [22]. They presented neuro-fuzzy system with backpropogation (BP) learning algorithm as well as Autoregressive Integrated Moving Average (ARIMA) process. Industrial customers are classified into different sets based upon their time of use, and then these sets are passed to ANN models. Final results are obtained by averaging results of these models. III. FORECASTING BY NARX FFNN MODEL As stated before, high coupling is found between techniques being used to solve the problem of load forecasting and data set being used. Due to nature of data available, parameter set under consideration and behavior of different input factors on load fluctuation. This concludes that one technique that has shown best results on some data set cannot be assured to show the same results on other data sets [1],[23]. In our work we have evaluated 3 different techniques and based on results, we have selected the NARX based FFNN model to solve our Long Term Load Forecasting (LTLF) problem for industrial sector. Results obtained do not generalize the superiority of NARX based FFNN structure on other models tested in this study. Beside a large amount of work has been done in LF domain, uniqueness of our work lies in utilization of NARX based model to industrial sector of energy demand forecasting with greater accuracy, this type of modeling have never been done before. There are several factors that have been considered while formulating this LF model, such as industrial customer growth rate, industrial electricity tariff, Industrial Gross Development 85

4 Percentage (GDP). Rise of industrial load is directly associated with rise in industrial consumers, and electricity tariff for the industry. Industrial GDP is an indicator of industrial growth and depicts its role in economy growth of the country. The industrial load and affecting parameters data sets are obtained from NTDC [24], ranging from to 21. We have made three divisions of whole data, 7% of data is used for training the models where 15% of data is utilized for validation of different models and remaining 15% for model testing. In NARX model structure the load at given time interval is elucidated by load at past time intervals as well as by introducing exogenous variables that track the seasonal variation in input factors. As a result input data set is converted into new input set of past readings and output data set of future outputs. In our case industrial load for given month or year can be predicted better by incorporating previous load values. The time delayed feedforward neural network used in this approach consists of 5 neurons in hidden layer with 2 levels of time delays. The resultant network structure can be shown by the fig. 4 below. from different approaches. Graphs are also plotted for each model to demonstrate their forecasting outcome. This clearly shows that NARX based FFNN model with 2.9% outperforms than other two techniques. TABLE I. Technique COMPARISON OF MAPE MAPE RBF-SVR 4.4 % ANN 5.1 % NARX-FFNN 2.9 % Results of Neural network fitting model with 2 hidden layer and 5 neurons in first hidden layer and single neuron in output layer, are shown by following graph. (7) Figure 4. NARX Neural Network Model The correlation obtained between input factors and output is.99. The regression plot of output and target is shown in fig. 5 below. 1 Predict(ANN) Figure 6. Prediction with ANN Support vector machines with the ability to find a global minimum and less prone to overfitting makes this approach appropriate for different application. In this study we have used radial bases function as kernel function of SVR. The results obtained are shown in Fig. 7. IV. Figure 5. Regression Plot RESULTS AND CONCLUSIONS We have evaluated these modeling approaches on industrial data of Pakistan. Models are ranked on the bases of Mean Absolute Percentage Error (MAPE). MAPE expresses accuracy as a percentage, and is defined by the formula as in eq. 7. As discussed before 7% of data is used for model training and remaining data is used for validation and testing of models. Cumulative average MAPE on training and test data is presented here. The following table shows results obtained Finally results obtained from NARX based FFNN model are shown in Fig. 8. Graphs have been plotted against the cumulative yearly values of actual and regressed values. It is evident from this graph that results obtained by this model closely fit to target values. This clearly indicate that proposed hybrid model of NARX based FFNN is an attractive approach for predicting yearly and monthly peak demand of industrial sector. This model has shown very accurate results with mean absolute percentage error of 2.9%. Based upon predictive performance and better accuracy NARX based neural network model was espoused than support vector regression and neural network fitting models. 86

5 Powered by TCPDF ( 1 1 Figure 7. Prediction with SVR Figure 8. Prediction with NARX FFNN Though we found good results on available data sets of country wide industrial customers, resulting in monthly and yearly prediction of peak load demand. Data collected is based upon monthly billing and usage history. This study could be expanded towards region wise weekly load demand estimation, if such data could be made available. ACKNOWLEDGMENT This research is co-sponsored by National ICT R&D Fund and NTDC (WAPDA) Pakistan. We specially appreciate Nisar A. Bazmi, Chief Engineer, NTDC. for providing data sets and co-operating us to carry out this study. REFERENCES Predict(SVR) Predict(NARX) [1] Hahn H., Meyer-Nieberg S., Pickl S. Electric load forecasting methods: Tools for decision making, European Journal of Operational Research, 199 (3), pp , (December ). [2] Hesham K. Alfares; Mohammad Nazeeruddin, Electric load forecasting: literature survey and classification of methods, International Journal of Systems Science, Volume 33, Issue 1, pages 23 34, (January 22). [3] M. Bodén, A Guide to Recurrent Neural Networks and Backpropagation, in IN THE DALLAS PROJECT, SICS TECHNICAL REPORT T22:3, SICS, 22. [4] J. M. P. Menezes,Jr. and G. A. Barreto, Long-term time series prediction with the NARX network: An empirical evaluation, Neurocomput., vol. 71, no , pp , Oct. 28. [5] Tsungnan Lin, Bill G. Horne, Peter Tino, C. Lee Giles, Learning longterm dependencies in NARX recurrent neural networks, IEEE Transactions on Neural Networks, Vol. 7, No. 6,1996, pp [6] Yang Gao, Meng Joo Er, NARMAX time series model prediction: feedforward and recurrent fuzzy neural network approaches, Fuzzy Sets and Systems, Vol. 15, No. 2, 25, pp [7] A. Muñoz, E. F. Sánchez-Úbeda, A. Cruz, and J. Marín, Short-term Forecasting in Power Systems: A Guided Tour, in Handbook of Power Systems II, pp , 21. [8] Espinoza, M.; Suykens, J.A.K.; Belmans, R.; De Moor, B.;, "Electric Load Forecasting," Control Systems, IEEE, vol.27, no.5, pp.43-57, Oct. 27. [9] A.A. Desouky, M.M. Elkateb, Hybrid adaptive techniques for electricload forecast using ANN and ARIMA, IEE Proceedings of Generation, Transmission and Distribution,, 147(4), [1] Danilo Bassi, Oscar Olivares, "Medium Term Electric Load Forecasting Using TLFN Neural Networks" International Journal of Computers, Communications & Control Vol. I (), No. 2, pp [11] A. G. Bakirtzis, J.B. Theocharis, S.J. Kiartzis, K.J. Satsios, Short term load forecasting using fuzzy neural networks, IEEE Trans, Power Syst, 1 (3) (1995) [12] A. D. Papalexopoulos et al., An Implementation of a Neural Network Based Load Forecasting Model for the EMS, IEEE Trans. Power Systems. Vol. 9, No. 4, p (). [13] T. Rashid et al., A Practical Approach for Electricity Load Forecasting, World Academy of Science, Engineering and Technology (25). [14] A.S.Pandey et al., Clustering based formulation for Short Term Load Forecasting International Journal of Intelligent Systems and Technologies 4:2 (). [15] Zhang Yun, Zhou Quan et al. RBF Neural Network and ANFIS-Based Short-Term Load Forecasting Approach in Real-Time Price Environment. IEEE Transactions on Power Systems, Vol. 23, No. 3, (August 28). [16] H. Chen, et al, "ANN Based Short-Term Load Forecasting in Electricity Markets", Proceedings of the IEEE Power Engineering Society Transmission and Distribution Conference,2: , (21). [17] V.Vapnik. The Nature of Statistical Learning Theory}. Springer Verlag, 1995.ISBN [18] Tutorial on Support Vector Machine (SVM) Vikramaditya Jakkula, School of EECS, Washington State University, Pullman [19] Yongli Wang et al."svm Model Based on Particle Swarm Optimization for Short-Term Load Forecasting", Proceedings of the 5th international symposium on Neural Networks, Pages: , ISBN: (28).. [2] T D. Niu, Y. Wang, and D. D. Wu, "Power load forecasting using support vector machine and ant colony optimization," Expert Systems with Applications, August. [21] M. A. Farhat, Long-term industrial load forecasting and planning using neural networks technique and fuzzy inference method, in Proceedings of the 24 IEEE Universities Power Engineering Conference, pp , 24. [22] Domingo A. Gundin, Celiano Garcia, Yannis A. Dimitriadis, Eduardo Garcia, Guillermo Vega, Short-Term Load Forecasting for Industrial Customers Using FASART and FASBACK Neuro-fuzzy Systems, Power Systems Computation Conference (PSCC), Seville, Spain, 22. [23] S. Rahman and O. Hazim, A generalized knowledge-based short-term load-forecasting technique, IEEE Trans. Power Syst., vol. 8, pp , May [24] National Transmission & Despatch Company (NTDC), Pakistan. 87

Weighted Fuzzy Time Series Model for Load Forecasting

Weighted Fuzzy Time Series Model for Load Forecasting NCITPA 25 Weighted Fuzzy Time Series Model for Load Forecasting Yao-Lin Huang * Department of Computer and Communication Engineering, De Lin Institute of Technology yaolinhuang@gmail.com * Abstract Electric

More information

ANN and Statistical Theory Based Forecasting and Analysis of Power System Variables

ANN and Statistical Theory Based Forecasting and Analysis of Power System Variables ANN and Statistical Theory Based Forecasting and Analysis of Power System Variables Sruthi V. Nair 1, Poonam Kothari 2, Kushal Lodha 3 1,2,3 Lecturer, G. H. Raisoni Institute of Engineering & Technology,

More information

Short-Term Load Forecasting Using ARIMA Model For Karnataka State Electrical Load

Short-Term Load Forecasting Using ARIMA Model For Karnataka State Electrical Load International Journal of Engineering Research and Development e-issn: 2278-67X, p-issn: 2278-8X, www.ijerd.com Volume 13, Issue 7 (July 217), PP.75-79 Short-Term Load Forecasting Using ARIMA Model For

More information

A new method for short-term load forecasting based on chaotic time series and neural network

A new method for short-term load forecasting based on chaotic time series and neural network A new method for short-term load forecasting based on chaotic time series and neural network Sajjad Kouhi*, Navid Taghizadegan Electrical Engineering Department, Azarbaijan Shahid Madani University, Tabriz,

More information

Artificial Neural Network for Energy Demand Forecast

Artificial Neural Network for Energy Demand Forecast International Journal of Electrical and Electronic Science 2018; 5(1): 8-13 http://www.aascit.org/journal/ijees ISSN: 2375-2998 Artificial Neural Network for Energy Demand Forecast Akpama Eko James, Vincent

More information

Short Term Load Forecasting Based Artificial Neural Network

Short Term Load Forecasting Based Artificial Neural Network Short Term Load Forecasting Based Artificial Neural Network Dr. Adel M. Dakhil Department of Electrical Engineering Misan University Iraq- Misan Dr.adelmanaa@gmail.com Abstract Present study develops short

More information

Hybrid PSO-ANN Application for Improved Accuracy of Short Term Load Forecasting

Hybrid PSO-ANN Application for Improved Accuracy of Short Term Load Forecasting Hybrid PSO-ANN Application for Improved Accuracy of Short Term Load Forecasting A. G. ABDULLAH, G. M. SURANEGARA, D.L. HAKIM Electrical Engineering Education Department Indonesia University of Education

More information

Short Term Load Forecasting Using Multi Layer Perceptron

Short Term Load Forecasting Using Multi Layer Perceptron International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Short Term Load Forecasting Using Multi Layer Perceptron S.Hema Chandra 1, B.Tejaswini 2, B.suneetha 3, N.chandi Priya 4, P.Prathima

More information

ARTIFICIAL NEURAL NETWORK PART I HANIEH BORHANAZAD

ARTIFICIAL NEURAL NETWORK PART I HANIEH BORHANAZAD ARTIFICIAL NEURAL NETWORK PART I HANIEH BORHANAZAD WHAT IS A NEURAL NETWORK? The simplest definition of a neural network, more properly referred to as an 'artificial' neural network (ANN), is provided

More information

MODELLING ENERGY DEMAND FORECASTING USING NEURAL NETWORKS WITH UNIVARIATE TIME SERIES

MODELLING ENERGY DEMAND FORECASTING USING NEURAL NETWORKS WITH UNIVARIATE TIME SERIES MODELLING ENERGY DEMAND FORECASTING USING NEURAL NETWORKS WITH UNIVARIATE TIME SERIES S. Cankurt 1, M. Yasin 2 1&2 Ishik University Erbil, Iraq 1 s.cankurt@ishik.edu.iq, 2 m.yasin@ishik.edu.iq doi:10.23918/iec2018.26

More information

FORECASTING OF INFLATION IN BANGLADESH USING ANN MODEL

FORECASTING OF INFLATION IN BANGLADESH USING ANN MODEL FORECASTING OF INFLATION IN BANGLADESH USING ANN MODEL Rumana Hossain Department of Physical Science School of Engineering and Computer Science Independent University, Bangladesh Shaukat Ahmed Department

More information

A Hybrid Model of Wavelet and Neural Network for Short Term Load Forecasting

A Hybrid Model of Wavelet and Neural Network for Short Term Load Forecasting International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 4 (2014), pp. 387-394 International Research Publication House http://www.irphouse.com A Hybrid Model of

More information

Short Term Load Forecasting for Bakhtar Region Electric Co. Using Multi Layer Perceptron and Fuzzy Inference systems

Short Term Load Forecasting for Bakhtar Region Electric Co. Using Multi Layer Perceptron and Fuzzy Inference systems Short Term Load Forecasting for Bakhtar Region Electric Co. Using Multi Layer Perceptron and Fuzzy Inference systems R. Barzamini, M.B. Menhaj, A. Khosravi, SH. Kamalvand Department of Electrical Engineering,

More information

Load Forecasting Using Artificial Neural Networks and Support Vector Regression

Load Forecasting Using Artificial Neural Networks and Support Vector Regression Proceedings of the 7th WSEAS International Conference on Power Systems, Beijing, China, September -7, 2007 3 Load Forecasting Using Artificial Neural Networks and Support Vector Regression SILVIO MICHEL

More information

SHORT TERM LOAD FORECASTING

SHORT TERM LOAD FORECASTING Indian Institute of Technology Kanpur (IITK) and Indian Energy Exchange (IEX) are delighted to announce Training Program on "Power Procurement Strategy and Power Exchanges" 28-30 July, 2014 SHORT TERM

More information

An efficient approach for short-term load forecasting using historical data

An efficient approach for short-term load forecasting using historical data An efficient approach for short-term load forecasting using historical data D.V.Rajan Damodar Valley Corporation, Durgapur Steel Thermal Power Station, Durgapur, West Bengal, India. Sourav Mallick Department

More information

LONG - TERM INDUSTRIAL LOAD FORECASTING AND PLANNING USING NEURAL NETWORKS TECHNIQUE AND FUZZY INFERENCE METHOD ABSTRACT

LONG - TERM INDUSTRIAL LOAD FORECASTING AND PLANNING USING NEURAL NETWORKS TECHNIQUE AND FUZZY INFERENCE METHOD ABSTRACT LONG - TERM NDUSTRAL LOAD FORECASTNG AND PLANNNG USNG NEURAL NETWORKS TECHNQUE AND FUZZY NFERENCE METHOD M. A. Farahat Zagazig University, Zagazig, Egypt ABSTRACT Load forecasting plays a dominant part

More information

A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE

A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE Li Sheng Institute of intelligent information engineering Zheiang University Hangzhou, 3007, P. R. China ABSTRACT In this paper, a neural network-driven

More information

WEATHER DEPENENT ELECTRICITY MARKET FORECASTING WITH NEURAL NETWORKS, WAVELET AND DATA MINING TECHNIQUES. Z.Y. Dong X. Li Z. Xu K. L.

WEATHER DEPENENT ELECTRICITY MARKET FORECASTING WITH NEURAL NETWORKS, WAVELET AND DATA MINING TECHNIQUES. Z.Y. Dong X. Li Z. Xu K. L. WEATHER DEPENENT ELECTRICITY MARKET FORECASTING WITH NEURAL NETWORKS, WAVELET AND DATA MINING TECHNIQUES Abstract Z.Y. Dong X. Li Z. Xu K. L. Teo School of Information Technology and Electrical Engineering

More information

A Wavelet Neural Network Forecasting Model Based On ARIMA

A Wavelet Neural Network Forecasting Model Based On ARIMA A Wavelet Neural Network Forecasting Model Based On ARIMA Wang Bin*, Hao Wen-ning, Chen Gang, He Deng-chao, Feng Bo PLA University of Science &Technology Nanjing 210007, China e-mail:lgdwangbin@163.com

More information

Long Term Load Forecasting Using SA-ANN Model: a Comparative Analysis on Real Case Khorasan Regional Load

Long Term Load Forecasting Using SA-ANN Model: a Comparative Analysis on Real Case Khorasan Regional Load No. E-13-AAA-0000 Long Term Load Forecasting Using SA-ANN Model: a Comparative Analysis on Real Case Khorasan Regional Load Rasool Heydari Electrical Department Faculty of Engineering Sadjad Institute

More information

Direct Method for Training Feed-forward Neural Networks using Batch Extended Kalman Filter for Multi- Step-Ahead Predictions

Direct Method for Training Feed-forward Neural Networks using Batch Extended Kalman Filter for Multi- Step-Ahead Predictions Direct Method for Training Feed-forward Neural Networks using Batch Extended Kalman Filter for Multi- Step-Ahead Predictions Artem Chernodub, Institute of Mathematical Machines and Systems NASU, Neurotechnologies

More information

Application of Artificial Neural Networks in Evaluation and Identification of Electrical Loss in Transformers According to the Energy Consumption

Application of Artificial Neural Networks in Evaluation and Identification of Electrical Loss in Transformers According to the Energy Consumption Application of Artificial Neural Networks in Evaluation and Identification of Electrical Loss in Transformers According to the Energy Consumption ANDRÉ NUNES DE SOUZA, JOSÉ ALFREDO C. ULSON, IVAN NUNES

More information

Probabilistic Energy Forecasting

Probabilistic Energy Forecasting Probabilistic Energy Forecasting Moritz Schmid Seminar Energieinformatik WS 2015/16 ^ KIT The Research University in the Helmholtz Association www.kit.edu Agenda Forecasting challenges Renewable energy

More information

Short-term wind forecasting using artificial neural networks (ANNs)

Short-term wind forecasting using artificial neural networks (ANNs) Energy and Sustainability II 197 Short-term wind forecasting using artificial neural networks (ANNs) M. G. De Giorgi, A. Ficarella & M. G. Russo Department of Engineering Innovation, Centro Ricerche Energia

More information

A New Look at Nonlinear Time Series Prediction with NARX Recurrent Neural Network. José Maria P. Menezes Jr. and Guilherme A.

A New Look at Nonlinear Time Series Prediction with NARX Recurrent Neural Network. José Maria P. Menezes Jr. and Guilherme A. A New Look at Nonlinear Time Series Prediction with NARX Recurrent Neural Network José Maria P. Menezes Jr. and Guilherme A. Barreto Department of Teleinformatics Engineering Federal University of Ceará,

More information

Prediction of Hourly Solar Radiation in Amman-Jordan by Using Artificial Neural Networks

Prediction of Hourly Solar Radiation in Amman-Jordan by Using Artificial Neural Networks Int. J. of Thermal & Environmental Engineering Volume 14, No. 2 (2017) 103-108 Prediction of Hourly Solar Radiation in Amman-Jordan by Using Artificial Neural Networks M. A. Hamdan a*, E. Abdelhafez b

More information

Do we need Experts for Time Series Forecasting?

Do we need Experts for Time Series Forecasting? Do we need Experts for Time Series Forecasting? Christiane Lemke and Bogdan Gabrys Bournemouth University - School of Design, Engineering and Computing Poole House, Talbot Campus, Poole, BH12 5BB - United

More information

Prediction of Monthly Rainfall of Nainital Region using Artificial Neural Network (ANN) and Support Vector Machine (SVM)

Prediction of Monthly Rainfall of Nainital Region using Artificial Neural Network (ANN) and Support Vector Machine (SVM) Vol- Issue-3 25 Prediction of ly of Nainital Region using Artificial Neural Network (ANN) and Support Vector Machine (SVM) Deepa Bisht*, Mahesh C Joshi*, Ashish Mehta** *Department of Mathematics **Department

More information

Predict Time Series with Multiple Artificial Neural Networks

Predict Time Series with Multiple Artificial Neural Networks , pp. 313-324 http://dx.doi.org/10.14257/ijhit.2016.9.7.28 Predict Time Series with Multiple Artificial Neural Networks Fei Li 1, Jin Liu 1 and Lei Kong 2,* 1 College of Information Engineering, Shanghai

More information

Day Ahead Hourly Load and Price Forecast in ISO New England Market using ANN

Day Ahead Hourly Load and Price Forecast in ISO New England Market using ANN 23 Annual IEEE India Conference (INDICON) Day Ahead Hourly Load and Price Forecast in ISO New England Market using ANN Kishan Bhushan Sahay Department of Electrical Engineering Delhi Technological University

More information

SARIMA-ELM Hybrid Model for Forecasting Tourist in Nepal

SARIMA-ELM Hybrid Model for Forecasting Tourist in Nepal Volume-03 Issue-07 July-2018 ISSN: 2455-3085 (Online) www.rrjournals.com [UGC Listed Journal] SARIMA-ELM Hybrid Model for Forecasting Tourist in Nepal *1 Kadek Jemmy Waciko & 2 Ismail B *1 Research Scholar,

More information

One-Hour-Ahead Load Forecasting Using Neural Network

One-Hour-Ahead Load Forecasting Using Neural Network IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 17, NO. 1, FEBRUARY 2002 113 One-Hour-Ahead Load Forecasting Using Neural Network Tomonobu Senjyu, Member, IEEE, Hitoshi Takara, Katsumi Uezato, and Toshihisa Funabashi,

More information

Electric Load Forecasting Using Wavelet Transform and Extreme Learning Machine

Electric Load Forecasting Using Wavelet Transform and Extreme Learning Machine Electric Load Forecasting Using Wavelet Transform and Extreme Learning Machine Song Li 1, Peng Wang 1 and Lalit Goel 1 1 School of Electrical and Electronic Engineering Nanyang Technological University

More information

Short-Term Electrical Load Forecasting for Iraqi Power System based on Multiple Linear Regression Method

Short-Term Electrical Load Forecasting for Iraqi Power System based on Multiple Linear Regression Method Volume 00 No., August 204 Short-Term Electrical Load Forecasting for Iraqi Power System based on Multiple Linear Regression Method Firas M. Tuaimah University of Baghdad Baghdad, Iraq Huda M. Abdul Abass

More information

A Support Vector Regression Model for Forecasting Rainfall

A Support Vector Regression Model for Forecasting Rainfall A Support Vector Regression for Forecasting Nasimul Hasan 1, Nayan Chandra Nath 1, Risul Islam Rasel 2 Department of Computer Science and Engineering, International Islamic University Chittagong, Bangladesh

More information

Comparison Forecasting with Double Exponential Smoothing and Artificial Neural Network to Predict the Price of Sugar

Comparison Forecasting with Double Exponential Smoothing and Artificial Neural Network to Predict the Price of Sugar Comparison Forecasting with Double Exponential Smoothing and Artificial Neural Network to Predict the Price of Sugar Fauziah Nasir Fauziah *, Aris Gunaryati Universitas Nasional Sawo Manila, South Jakarta.

More information

A Comparison of the Forecast Performance of. Double Seasonal ARIMA and Double Seasonal. ARFIMA Models of Electricity Load Demand

A Comparison of the Forecast Performance of. Double Seasonal ARIMA and Double Seasonal. ARFIMA Models of Electricity Load Demand Applied Mathematical Sciences, Vol. 6, 0, no. 35, 6705-67 A Comparison of the Forecast Performance of Double Seasonal ARIMA and Double Seasonal ARFIMA Models of Electricity Load Demand Siti Normah Hassan

More information

HYBRID ARTIFICIAL NEURAL NETWORK SYSTEM FOR SHORT-TERM LOAD FORECASTING

HYBRID ARTIFICIAL NEURAL NETWORK SYSTEM FOR SHORT-TERM LOAD FORECASTING Ilić, S. A. et al.: Hybrid Artificial Neural Network System for Short-Term... S215 HYBRID ARTIFICIAL NEURAL NETWORK SYSTEM FOR SHORT-TERM LOAD FORECASTING by Slobodan A. ILIĆ*, Srdjan M. VUKMIROVIĆ, Aleksandar

More information

S 9 Forecasting Consumer Price Index of Education, Recreation, and Sport, using Feedforward Neural Network Model

S 9 Forecasting Consumer Price Index of Education, Recreation, and Sport, using Feedforward Neural Network Model PROCEEDING ISBN : 978-602-1037-00-3 S 9 Forecasting Consumer Price Index of Education, Recreation, and Sport, using Feedforward Neural Network Model Dhoriva Urwatul Wutsqa 1), Rosita Kusumawati 2), Retno

More information

Short Term Load Forecasting Of Chhattisgarh Grid Using Artificial Neural Network

Short Term Load Forecasting Of Chhattisgarh Grid Using Artificial Neural Network Short Term Load Forecasting Of Chhattisgarh Grid Using Artificial Neural Network 1 Saurabh Ghore, 2 Amit Goswami 1 M.Tech. Student, 2 Assistant Professor Department of Electrical and Electronics Engineering,

More information

22/04/2014. Economic Research

22/04/2014. Economic Research 22/04/2014 Economic Research Forecasting Models for Exchange Rate Tuesday, April 22, 2014 The science of prognostics has been going through a rapid and fruitful development in the past decades, with various

More information

Fuzzy based Day Ahead Prediction of Electric Load using Mahalanobis Distance

Fuzzy based Day Ahead Prediction of Electric Load using Mahalanobis Distance 200 International Conference on Power System Technology Fuzzy based Day Ahead Prediction of Electric Load using Mahalanobis Distance Amit Jain, Member, IEEE, E. Srinivas, and Santosh umar Kuadapu Abstract--Prediction

More information

Application of Artificial Neural Network for Short Term Load Forecasting

Application of Artificial Neural Network for Short Term Load Forecasting aerd Scientific Journal of Impact Factor(SJIF): 3.134 e-issn(o): 2348-4470 p-issn(p): 2348-6406 International Journal of Advance Engineering and Research Development Volume 2,Issue 4, April -2015 Application

More information

POWER SYSTEM DYNAMIC SECURITY ASSESSMENT CLASSICAL TO MODERN APPROACH

POWER SYSTEM DYNAMIC SECURITY ASSESSMENT CLASSICAL TO MODERN APPROACH Abstract POWER SYSTEM DYNAMIC SECURITY ASSESSMENT CLASSICAL TO MODERN APPROACH A.H.M.A.Rahim S.K.Chakravarthy Department of Electrical Engineering K.F. University of Petroleum and Minerals Dhahran. Dynamic

More information

Short Term Load Forecasting by Using ESN Neural Network Hamedan Province Case Study

Short Term Load Forecasting by Using ESN Neural Network Hamedan Province Case Study 119 International Journal of Smart Electrical Engineering, Vol.5, No.2,Spring 216 ISSN: 2251-9246 pp. 119:123 Short Term Load Forecasting by Using ESN Neural Network Hamedan Province Case Study Milad Sasani

More information

FORECASTING YIELD PER HECTARE OF RICE IN ANDHRA PRADESH

FORECASTING YIELD PER HECTARE OF RICE IN ANDHRA PRADESH International Journal of Mathematics and Computer Applications Research (IJMCAR) ISSN 49-6955 Vol. 3, Issue 1, Mar 013, 9-14 TJPRC Pvt. Ltd. FORECASTING YIELD PER HECTARE OF RICE IN ANDHRA PRADESH R. RAMAKRISHNA

More information

Short term electric load forecasting using Neuro-fuzzy modeling for nonlinear system identification

Short term electric load forecasting using Neuro-fuzzy modeling for nonlinear system identification Short term electric load forecasting using Neuro-fuzzy modeling for nonlinear system identification M. Mordjaoui*. B. Boudjema*. M. Bouabaz** R. Daira* *LRPCSI Laboratory, University of 20August, Skikda

More information

Short-Term Forecasting of Electric Loads Using Nonlinear Autoregressive Artificial Neural Networks with Exogenous Vector Inputs

Short-Term Forecasting of Electric Loads Using Nonlinear Autoregressive Artificial Neural Networks with Exogenous Vector Inputs Article Short-Term Forecasting of Electric Loads Using Nonlinear Autoregressive Artificial Neural Networks with Exogenous Vector Inputs Jaime Buitrago, and Shihab Asfour *, University of Miami, Department

More information

Artificial Intelligence

Artificial Intelligence Artificial Intelligence Jeff Clune Assistant Professor Evolving Artificial Intelligence Laboratory Announcements Be making progress on your projects! Three Types of Learning Unsupervised Supervised Reinforcement

More information

FORECASTING OF ECONOMIC QUANTITIES USING FUZZY AUTOREGRESSIVE MODEL AND FUZZY NEURAL NETWORK

FORECASTING OF ECONOMIC QUANTITIES USING FUZZY AUTOREGRESSIVE MODEL AND FUZZY NEURAL NETWORK FORECASTING OF ECONOMIC QUANTITIES USING FUZZY AUTOREGRESSIVE MODEL AND FUZZY NEURAL NETWORK Dusan Marcek Silesian University, Institute of Computer Science Opava Research Institute of the IT4Innovations

More information

Demand Forecasting in Deregulated Electricity Markets

Demand Forecasting in Deregulated Electricity Markets International Journal of Computer Applications (975 8887) Demand Forecasting in Deregulated Electricity Marets Anamia Electrical & Electronics Engineering Department National Institute of Technology Jamshedpur

More information

Neural-wavelet Methodology for Load Forecasting

Neural-wavelet Methodology for Load Forecasting Journal of Intelligent and Robotic Systems 31: 149 157, 2001. 2001 Kluwer Academic Publishers. Printed in the Netherlands. 149 Neural-wavelet Methodology for Load Forecasting RONG GAO and LEFTERI H. TSOUKALAS

More information

COMPARISON OF CLEAR-SKY MODELS FOR EVALUATING SOLAR FORECASTING SKILL

COMPARISON OF CLEAR-SKY MODELS FOR EVALUATING SOLAR FORECASTING SKILL COMPARISON OF CLEAR-SKY MODELS FOR EVALUATING SOLAR FORECASTING SKILL Ricardo Marquez Mechanical Engineering and Applied Mechanics School of Engineering University of California Merced Carlos F. M. Coimbra

More information

NEURO-FUZZY CONTROL IN LOAD FORECASTING OF POWER SECTOR

NEURO-FUZZY CONTROL IN LOAD FORECASTING OF POWER SECTOR NEURO-FUZZY CONTROL IN LOAD FORECASTING OF POWER SECTOR S.HEMA CHANDRA 1,VENDOTI MOUNIKA 2 & GUNTURU VANDANA 3 1,2,3 Department of Electronics and Control Engineering, Sree Vidyanikethan Engineering College

More information

Reading, UK 1 2 Abstract

Reading, UK 1 2 Abstract , pp.45-54 http://dx.doi.org/10.14257/ijseia.2013.7.5.05 A Case Study on the Application of Computational Intelligence to Identifying Relationships between Land use Characteristics and Damages caused by

More information

Forecasting River Flow in the USA: A Comparison between Auto-Regression and Neural Network Non-Parametric Models

Forecasting River Flow in the USA: A Comparison between Auto-Regression and Neural Network Non-Parametric Models Journal of Computer Science 2 (10): 775-780, 2006 ISSN 1549-3644 2006 Science Publications Forecasting River Flow in the USA: A Comparison between Auto-Regression and Neural Network Non-Parametric Models

More information

Time Series and Forecasting

Time Series and Forecasting Time Series and Forecasting Introduction to Forecasting n What is forecasting? n Primary Function is to Predict the Future using (time series related or other) data we have in hand n Why are we interested?

More information

A SEASONAL FUZZY TIME SERIES FORECASTING METHOD BASED ON GUSTAFSON-KESSEL FUZZY CLUSTERING *

A SEASONAL FUZZY TIME SERIES FORECASTING METHOD BASED ON GUSTAFSON-KESSEL FUZZY CLUSTERING * No.2, Vol.1, Winter 2012 2012 Published by JSES. A SEASONAL FUZZY TIME SERIES FORECASTING METHOD BASED ON GUSTAFSON-KESSEL * Faruk ALPASLAN a, Ozge CAGCAG b Abstract Fuzzy time series forecasting methods

More information

Journal of of Computer Applications Research Research and Development and Development (JCARD), ISSN (Print), ISSN

Journal of of Computer Applications Research Research and Development and Development (JCARD), ISSN (Print), ISSN JCARD Journal of of Computer Applications Research Research and Development and Development (JCARD), ISSN 2248-9304(Print), ISSN 2248-9312 (JCARD),(Online) ISSN 2248-9304(Print), Volume 1, Number ISSN

More information

Implementation of Artificial Neural Network for Short Term Load Forecasting

Implementation of Artificial Neural Network for Short Term Load Forecasting Implementation of Artificial Neural Network for Short Term Load Forecasting Anju Bala * * Research Scholar, E.E. Department, D.C.R. University of Sci. & Technology, Murthal, anju8305@gmail.com N. K. Yadav

More information

LONG TERM LOAD FORECASTING FOR THE EGYPTIAN NETWORK USING ANN AND REGRESSION MODELS

LONG TERM LOAD FORECASTING FOR THE EGYPTIAN NETWORK USING ANN AND REGRESSION MODELS LONG TERM LOAD FORECASTING FOR THE EGYPTIAN NETWORK USING ANN AND REGRESSION MODELS Wagdy MANSOUR Benha University- Egypt wagdy_ibrahim2001@yahoo.com Mohamed MOENES Benha University - Egypt dr_moenes@yahoo.com

More information

Frequency Forecasting using Time Series ARIMA model

Frequency Forecasting using Time Series ARIMA model Frequency Forecasting using Time Series ARIMA model Manish Kumar Tikariha DGM(O) NSPCL Bhilai Abstract In view of stringent regulatory stance and recent tariff guidelines, Deviation Settlement mechanism

More information

ARTIFICIAL NEURAL NETWORKS گروه مطالعاتي 17 بهار 92

ARTIFICIAL NEURAL NETWORKS گروه مطالعاتي 17 بهار 92 ARTIFICIAL NEURAL NETWORKS گروه مطالعاتي 17 بهار 92 BIOLOGICAL INSPIRATIONS Some numbers The human brain contains about 10 billion nerve cells (neurons) Each neuron is connected to the others through 10000

More information

Short-term electricity load forecasting with special days: an analysis on parametric and non-parametric methods

Short-term electricity load forecasting with special days: an analysis on parametric and non-parametric methods https://doi.org/10.1007/s10479-017-2726-6 S.I.: STOCHASTIC MODELING AND OPTIMIZATION, IN MEMORY OF ANDRÁS PRÉKOPA Short-term electricity load forecasting with special days: an analysis on parametric and

More information

Deep Learning Architecture for Univariate Time Series Forecasting

Deep Learning Architecture for Univariate Time Series Forecasting CS229,Technical Report, 2014 Deep Learning Architecture for Univariate Time Series Forecasting Dmitry Vengertsev 1 Abstract This paper studies the problem of applying machine learning with deep architecture

More information

Predicting Time of Peak Foreign Exchange Rates. Charles Mulemi, Lucio Dery 0. ABSTRACT

Predicting Time of Peak Foreign Exchange Rates. Charles Mulemi, Lucio Dery 0. ABSTRACT Predicting Time of Peak Foreign Exchange Rates Charles Mulemi, Lucio Dery 0. ABSTRACT This paper explores various machine learning models of predicting the day foreign exchange rates peak in a given window.

More information

Forecasting of Electric Consumption in a Semiconductor Plant using Time Series Methods

Forecasting of Electric Consumption in a Semiconductor Plant using Time Series Methods Forecasting of Electric Consumption in a Semiconductor Plant using Time Series Methods Prayad B. 1* Somsak S. 2 Spansion Thailand Limited 229 Moo 4, Changwattana Road, Pakkred, Nonthaburi 11120 Nonthaburi,

More information

Neural Networks in Electric Load Forecasting: A Comprehensive Survey

Neural Networks in Electric Load Forecasting: A Comprehensive Survey Journal of Artificial Intelligence in Electrical Engineering, Vol. 3, No. 10, September 2014 Neural Networks in Electric Load Forecasting: A Comprehensive Survey Vahid Mansouri 1, Mohammad E. Akbari 2

More information

Data and prognosis for renewable energy

Data and prognosis for renewable energy The Hong Kong Polytechnic University Department of Electrical Engineering Project code: FYP_27 Data and prognosis for renewable energy by Choi Man Hin 14072258D Final Report Bachelor of Engineering (Honours)

More information

Short Term Power Load Forecasting Using Deep Neural Networks

Short Term Power Load Forecasting Using Deep Neural Networks Short Term Power Load Forecasting Using Deep Neural Networks Ghulam Mohi Ud Din Department of Computer Science Liverpool John Moores University United Kingdom g.mohiuddin@215.ljmu.ac.uk Angelos K. Marnerides

More information

Prediction of Seasonal Rainfall Data in India using Fuzzy Stochastic Modelling

Prediction of Seasonal Rainfall Data in India using Fuzzy Stochastic Modelling Global Journal of Pure and Applied Mathematics. ISSN 0973-1768 Volume 13, Number 9 (2017), pp. 6167-6174 Research India Publications http://www.ripublication.com Prediction of Seasonal Rainfall Data in

More information

FORECASTING SAVING DEPOSIT IN MALAYSIAN ISLAMIC BANKING: COMPARISON BETWEEN ARTIFICIAL NEURAL NETWORK AND ARIMA

FORECASTING SAVING DEPOSIT IN MALAYSIAN ISLAMIC BANKING: COMPARISON BETWEEN ARTIFICIAL NEURAL NETWORK AND ARIMA Jurnal Ekonomi dan Studi Pembangunan Volume 8, Nomor 2, Oktober 2007: 154-161 FORECASTING SAVING DEPOSIT IN MALAYSIAN ISLAMIC BANKING: COMPARISON BETWEEN ARTIFICIAL NEURAL NETWORK AND ARIMA Raditya Sukmana

More information

RAINFALL RUNOFF MODELING USING SUPPORT VECTOR REGRESSION AND ARTIFICIAL NEURAL NETWORKS

RAINFALL RUNOFF MODELING USING SUPPORT VECTOR REGRESSION AND ARTIFICIAL NEURAL NETWORKS CEST2011 Rhodes, Greece Ref no: XXX RAINFALL RUNOFF MODELING USING SUPPORT VECTOR REGRESSION AND ARTIFICIAL NEURAL NETWORKS D. BOTSIS1 1, P. LATINOPOULOS 2 and K. DIAMANTARAS 3 1&2 Department of Civil

More information

Forecasting Crude Oil Price Using Neural Networks

Forecasting Crude Oil Price Using Neural Networks CMU. Journal (2006) Vol. 5(3) 377 Forecasting Crude Oil Price Using Neural Networks Komsan Suriya * Faculty of Economics, Chiang Mai University, Chiang Mai 50200, Thailand *Corresponding author. E-mail:

More information

A FUZZY TIME SERIES-MARKOV CHAIN MODEL WITH AN APPLICATION TO FORECAST THE EXCHANGE RATE BETWEEN THE TAIWAN AND US DOLLAR.

A FUZZY TIME SERIES-MARKOV CHAIN MODEL WITH AN APPLICATION TO FORECAST THE EXCHANGE RATE BETWEEN THE TAIWAN AND US DOLLAR. International Journal of Innovative Computing, Information and Control ICIC International c 2012 ISSN 1349-4198 Volume 8, Number 7(B), July 2012 pp. 4931 4942 A FUZZY TIME SERIES-MARKOV CHAIN MODEL WITH

More information

Forecasting demand in the National Electricity Market. October 2017

Forecasting demand in the National Electricity Market. October 2017 Forecasting demand in the National Electricity Market October 2017 Agenda Trends in the National Electricity Market A review of AEMO s forecasting methods Long short-term memory (LSTM) neural networks

More information

WRF Webcast. Improving the Accuracy of Short-Term Water Demand Forecasts

WRF Webcast. Improving the Accuracy of Short-Term Water Demand Forecasts No part of this presentation may be copied, reproduced, or otherwise utilized without permission. WRF Webcast Improving the Accuracy of Short-Term Water Demand Forecasts August 29, 2017 Presenters Maureen

More information

Australian Journal of Basic and Applied Sciences. A Comparative Analysis of Neural Network based Short Term Load Forecast for Seasonal Prediction

Australian Journal of Basic and Applied Sciences. A Comparative Analysis of Neural Network based Short Term Load Forecast for Seasonal Prediction Australian Journal of Basic and Applied Sciences, 7() Sep 03, Pages: 49-48 AENSI Journals Australian Journal of Basic and Applied Sciences Journal home page: www.ajbasweb.com A Comparative Analysis of

More information

LONG TERM LOAD FORECASTING OF POWER SYSTEMS USING ARTIFICIAL NEURAL NETWORK AND ANFIS

LONG TERM LOAD FORECASTING OF POWER SYSTEMS USING ARTIFICIAL NEURAL NETWORK AND ANFIS LONG TERM LOAD FORECASTING OF POWER SYSTEMS USING ARTIFICIAL NEURAL NETWORK AND ANFIS Naji Ammar 1, Marizan Sulaiman 2 and Ahmad Fateh Mohamad Nor 2 1 Higher Institute for Water Technology, Agelat, Libya

More information

HALF HOURLY ELECTRICITY LOAD PREDICTION USING ECHO STATE NETWORK

HALF HOURLY ELECTRICITY LOAD PREDICTION USING ECHO STATE NETWORK HALF HOURLY ELECTRICITY LOAD PREDICTION USING ECHO STATE NETWORK Shivani Varshney, Toran Verma Department of Computer Science & Engineering, RCET, Bhilai, India. ABSTRACT Prediction of time series is a

More information

Longshore current velocities prediction: using a neural networks approach

Longshore current velocities prediction: using a neural networks approach Coastal Processes II 189 Longshore current velocities prediction: using a neural networks approach T. M. Alaboud & M. S. El-Bisy Civil Engineering Dept., College of Engineering and Islamic Architecture,

More information

Wind Power Forecasting using Artificial Neural Networks

Wind Power Forecasting using Artificial Neural Networks Wind Power Forecasting using Artificial Neural Networks This paper aims at predicting the power output of wind turbines using artificial neural networks,two different algorithms and models were trained

More information

Time Series and Forecasting

Time Series and Forecasting Time Series and Forecasting Introduction to Forecasting n What is forecasting? n Primary Function is to Predict the Future using (time series related or other) data we have in hand n Why are we interested?

More information

Kalman Filter and SVR Combinations in Forecasting US Unemployment

Kalman Filter and SVR Combinations in Forecasting US Unemployment Kalman Filter and SVR Combinations in Forecasting US Unemployment Georgios Sermpinis 1, Charalampos Stasinakis 1, and Andreas Karathanasopoulos 2 1 University of Glasgow Business School georgios.sermpinis@glasgow.ac.uk,

More information

Discussion Papers in Economics. Ali Choudhary (University of Surrey and State Bank of Pakistan) & Adnan Haider (State Bank of Pakistan) DP 08/08

Discussion Papers in Economics. Ali Choudhary (University of Surrey and State Bank of Pakistan) & Adnan Haider (State Bank of Pakistan) DP 08/08 Discussion Papers in Economics NEURAL NETWORK MODELS FOR INFLATION FORECASTING: AN APPRAISAL By Ali Choudhary (University of Surrey and State Bank of Pakistan) & Adnan Haider (State Bank of Pakistan) DP

More information

Influence of knn-based Load Forecasting Errors on Optimal Energy Production

Influence of knn-based Load Forecasting Errors on Optimal Energy Production Influence of knn-based Load Forecasting Errors on Optimal Energy Production Alicia Troncoso Lora 1, José C. Riquelme 1, José Luís Martínez Ramos 2, Jesús M. Riquelme Santos 2, and Antonio Gómez Expósito

More information

TRANSMISSION BUSINESS LOAD FORECAST AND METHODOLOGY

TRANSMISSION BUSINESS LOAD FORECAST AND METHODOLOGY Filed: September, 00 EB-00-00 Tab Schedule Page of 0 TRANSMISSION BUSINESS LOAD FORECAST AND METHODOLOGY.0 INTRODUCTION 0 This exhibit discusses Hydro One Networks transmission system load forecast and

More information

Prashant Pant 1, Achal Garg 2 1,2 Engineer, Keppel Offshore and Marine Engineering India Pvt. Ltd, Mumbai. IJRASET 2013: All Rights are Reserved 356

Prashant Pant 1, Achal Garg 2 1,2 Engineer, Keppel Offshore and Marine Engineering India Pvt. Ltd, Mumbai. IJRASET 2013: All Rights are Reserved 356 Forecasting Of Short Term Wind Power Using ARIMA Method Prashant Pant 1, Achal Garg 2 1,2 Engineer, Keppel Offshore and Marine Engineering India Pvt. Ltd, Mumbai Abstract- Wind power, i.e., electrical

More information

Rainfall Prediction using Back-Propagation Feed Forward Network

Rainfall Prediction using Back-Propagation Feed Forward Network Rainfall Prediction using Back-Propagation Feed Forward Network Ankit Chaturvedi Department of CSE DITMR (Faridabad) MDU Rohtak (hry). ABSTRACT Back propagation is most widely used in neural network projects

More information

Explanatory Information Analysis for Day-Ahead Price Forecasting in the Iberian Electricity Market

Explanatory Information Analysis for Day-Ahead Price Forecasting in the Iberian Electricity Market Energies 2015, 8, 10464-10486; doi:10.3390/en80910464 Article OPEN ACCESS energies ISSN 1996-1073 www.mdpi.com/journal/energies Explanatory Information Analysis for Day-Ahead Price Forecasting in the Iberian

More information

ARTIFICIAL INTELLIGENCE. Artificial Neural Networks

ARTIFICIAL INTELLIGENCE. Artificial Neural Networks INFOB2KI 2017-2018 Utrecht University The Netherlands ARTIFICIAL INTELLIGENCE Artificial Neural Networks Lecturer: Silja Renooij These slides are part of the INFOB2KI Course Notes available from www.cs.uu.nl/docs/vakken/b2ki/schema.html

More information

An Improved Method of Power System Short Term Load Forecasting Based on Neural Network

An Improved Method of Power System Short Term Load Forecasting Based on Neural Network An Improved Method of Power System Short Term Load Forecasting Based on Neural Network Shunzhou Wang School of Electrical and Electronic Engineering Huailin Zhao School of Electrical and Electronic Engineering

More information

Markovian Models for Electrical Load Prediction in Smart Buildings

Markovian Models for Electrical Load Prediction in Smart Buildings Markovian Models for Electrical Load Prediction in Smart Buildings Muhammad Kumail Haider, Asad Khalid Ismail, and Ihsan Ayyub Qazi LUMS School of Science and Engineering, Lahore, Pakistan {8,,ihsan.qazi}@lums.edu.pk

More information

Predicting the Electricity Demand Response via Data-driven Inverse Optimization

Predicting the Electricity Demand Response via Data-driven Inverse Optimization Predicting the Electricity Demand Response via Data-driven Inverse Optimization Workshop on Demand Response and Energy Storage Modeling Zagreb, Croatia Juan M. Morales 1 1 Department of Applied Mathematics,

More information

Thunderstorm Forecasting by using Artificial Neural Network

Thunderstorm Forecasting by using Artificial Neural Network Thunderstorm Forecasting by using Artificial Neural Network N.F Nik Ismail, D. Johari, A.F Ali, Faculty of Electrical Engineering Universiti Teknologi MARA 40450 Shah Alam Malaysia nikfasdi@yahoo.com.my

More information

This paper presents the

This paper presents the ISESCO JOURNAL of Science and Technology Volume 8 - Number 14 - November 2012 (2-8) A Novel Ensemble Neural Network based Short-term Wind Power Generation Forecasting in a Microgrid Aymen Chaouachi and

More information

Estimation of the Pre-Consolidation Pressure in Soils Using ANN method

Estimation of the Pre-Consolidation Pressure in Soils Using ANN method Current World Environment Vol. 11(Special Issue 1), 83-88 (2016) Estimation of the Pre-Consolidation Pressure in Soils Using ANN method M. R. Motahari Department of Civil Engineering, Faculty of Engineering,

More information

Selection of the Appropriate Lag Structure of Foreign Exchange Rates Forecasting Based on Autocorrelation Coefficient

Selection of the Appropriate Lag Structure of Foreign Exchange Rates Forecasting Based on Autocorrelation Coefficient Selection of the Appropriate Lag Structure of Foreign Exchange Rates Forecasting Based on Autocorrelation Coefficient Wei Huang 1,2, Shouyang Wang 2, Hui Zhang 3,4, and Renbin Xiao 1 1 School of Management,

More information

Research Article Weather Forecasting Using Sliding Window Algorithm

Research Article Weather Forecasting Using Sliding Window Algorithm ISRN Signal Processing Volume 23, Article ID 5654, 5 pages http://dx.doi.org/.55/23/5654 Research Article Weather Forecasting Using Sliding Window Algorithm Piyush Kapoor and Sarabjeet Singh Bedi 2 KvantumInc.,Gurgaon22,India

More information