An artificial neural network hybrid with wavelet transform for short-term wind speed forecasting: A preliminary case study

Size: px
Start display at page:

Download "An artificial neural network hybrid with wavelet transform for short-term wind speed forecasting: A preliminary case study"

Transcription

1 An artificial neural network hybrid with wavelet transform for short-term wind speed forecasting: A preliminary case study Moslem Yousefi *,1, Danial Hooshyar 2, Milad Yousefi 3 1 Center for Advanced Mechatronics and Robotics Universiti Tenaga Nasional Jalan IKRAM-UNITEN, Kajang, 43000, Selangor Malaysia 2 Department of Software Engineering, Faculty of Computer Science and Information Technology University of Malaya Kuala Lumpur, Malaysia 3 Departamento de Engenharia Mecânica, Universidade Federal de Minas Gerais UFMG, Minas Gerais, Brazil Abstract Given the importance of an accurate wind speed forecasting for efficient utilization of wind farms, and the volatile nature of wind speed data including its non-linear and uncertain nature, the wind speed forecasting has remained an active field of research. In this study, the non-linearity of wind speed is tackled using artificial neural network and its uncertainty by wavelet transform. To avoid trial-and-error process for selection the ANN structure, the results of auto correlation factor (ACF) and partial auto correlation factor (PACF) on the historical wind speed data are employed. Instead of forecasting the time series directly, a set of better-behaved components of the data is achieved by decomposing the data using wavelet transform and are forecasted separately using a feedforward neural network. Finally, using an inverse wavelet transform, the future time series is reconstructed and the wind speed could be forecasted. The historical hourly wind speed from ABEI weather station in Idaho, United States is used for assessing the performance of the proposed algorithm. This data set is merely selected due to its availability. The data is divided to three parts of 50%, 25% and 25% for training, testing and validation respectively. The testing part of data set will be merely used for assessing the performance of the neural network which guarantees that only unseen data is used to evaluate the forecasting performance of the network. On the other hand, validation data could be used for parametersetting of the network if required. The results shows that using wavelet transform can enhance the forecasting accuracy when it is compared with a regular neural network prediction algorithm. Keywords short-term wind speed forecasting, wavelet transform, signal processing, artificial neural network I. INTRODUCTION Due to the unexpected and continuous increase in the price of fuel-extracted energy and electricity, huge attention has been given to renewable energy resources including wind power, solar energy etc. Given the availability of wind powers, many countries are generating a considerable amount of their energy based on this source. The wind power is greatly affected by wind speed and therefore an accurate wind speed forecasting is Weria Khaksar 1, Khairul Salleh Mohamed Sahari 1, Firas B. Ismail Alnaimi 4 4 Power Generation Research Centre College of Engineering Universiti Tenaga Nasional Jalan IKRAM-UNITEN, Kajang, 43000, Selangor Malaysia utterly essential. Wind forecasting could be related to different time periods ranging from a few hours ahead, to a few days ahead or more. Normally a prediction for a horizon of more than three days is considered long-term prediction, whereas medium-term refers to a period of a few hours to a few days, normally three. A short-term forecasting, which is the subject of the current study, is associated with horizon of up to a few hours. Nevertheless, these definitions are not fixed and could vary. [1-3] The most prominent WS forecasting methods include statistical and intelligent modelling. In the former, historical data are explored in order to form a linear or non-linear relation between them and future speed values where Auto-Regressive and Moving Average (ARMA) is the most employed method of this type in forecasting. [4]. Intelligent modelling develops a high-dimension and non-linear function to relate all the historical data, which could influence the forecasting, to the future speed by minimizing a defined training error. Artificial Neural Networks (ANN) [5] and Support Vector Machines (SVM) are among the mostly implemented algorithms in this field [6]. The above mentioned methods could be integrated together and with available data analysis methods to improve the accuracy of the wind speed forecasting. As an example, preprocessing of wind data could result in a better forecasting result. For example, Empirical mode decomposition (EMD) was implemented in order of decomposing the wind speed data into various intrinsic mode functions (IMFs) [7]. Although the input to the neural network and its structure have a vital role on the accuracy of the forecast, in most of the published works, these are selected based on the expertise of the user rather than a systematic way. Partial autocorrelation function (PACF) was used for selecting the input variable in [7]. PACF is applied on a time series to determine the relation between input variables and wind speed. In another attempt, clustering approaches like self-organizing map (SOM) was implemented for clustering /15/$ IEEE 95

2 wind speed data and preparing the models based on data similarities [8]. In general, any supervised algorithm, including ANN, SVM and etc., could be used for forecasting a time series. The most important part of these algorithms is their training methods which could be modified for better performance. Such a job could be done by implementing evolutionary algorithms, like a conventional genetic algorithm (GA), Particle swarm optimization (PSO) or its variants, Artificial bee colony (ABC) etc., for tuning the weight of these algorithms [9-10]. Moreover, the uncertainty of the noise in the historical data could be managed in order to achieve better results. Among different tools, Wavelet transform has shown great effectiveness in the field of signal processing [11]. Generally, two categories of WTs are known, if the sampling of wavelets is discreet then the WT is called discrete wavelet transform(dwt) while for a continuous sampling the WT is referred to as continuous wavelet transform (CWT) WT are superior to Fourier transforms as they can capture information regarding both frequency and location. In this study, the preliminary aim is to develop a robust method for short-term forecasting of wind speed based on neural network and wavelet transform. A. Artificial neural network III. THE PROPOSED METHOD In the proposed forecasting method, a back propagation feedforward neural network is adopted for constructing the forecasting structure. This ANN class is a supervised structure where normally a defined error functions, which is typically mean square error, is minimized using a gradient descent method. A typical structure of a feedforward neural network is presented in Fig 1. Input, hidden and output layers are the main parts of this type of neural network. The neurons in each layer are connected through a link which is mathematically represented by a weight in the network. This weight is the measure of the connection between the two nodes. These weights are changed in different steps of learning in order to minimize a chosen error function which is generally mean squared error (MSE) and ultimately to make the network applicable to any unknown sample. Although there are many algorithms available for weight selection of the ANN, in this study a conventional Levenberg Marquardt algorithm (LMA) is used for weight selection of the ANN structure. Although a comprehensive study on the performance of different learning algorithms for training the ANN and their impact on the outcome of the forecasting is essential, in the present work, merely the Levenberg Marquardt algorithm (LMA) is used. And the comprehensive comparative study of learning algorithms would be performed in future works. Fig 1: Typical structure of a feedforward neural network II. DATA COLLECTION The efficiency of the proposed method is assessed on a set of data from ABEI, Aberdeen, Idaho, United States weather station available on the Internet. This station is chosen merely based on the availability of the data to the public. Hourly wind speed data of two months including 1420 targets are used. Another set of three day data set is used for an out of sample testing. The testing part of data set will be merely used for assessing the performance of the neural network which guarantees that only unseen data is used to evaluate the prediction performance of the network. Additionally, this could also help and guarantee a fair comparison for future studies when all the proposed algorithms could be tested on the same out-of-sample data set. B. Network performance evaluation A quantitative approach is required to test the performance of the model and compare it with existing forecasting methods. Among various indicators, mean squared error (MSE) is chosen for evaluating the performance and efficiency of the proposed algorithm. MSE indicators, presented in (1), is a statistical tool that have been widely used in previous studies. 1 In the above equation, the average of squared error of all observations is calculated. Logically, the lower the MSE the better the performance of the forecasting model. In Equation (1), the number of samples is n while E i and M i are representing the actual value of the time series and the forecasted one respectively. The MSE gives an overall performance measure based on point-by-point comparisons of the actual times series values and the forecasted ones. However, it does not take into account the correlation between the outputs and the targets. Therefore, another performance indicator called regression (R) is implemented in this study as well. R values are representing the correlation between forecasted values and actual time series ones. An R value of 1 indicates that there is a close relationship, while lower values of R, close to zero, show a random relationship. 96

3 C. Selection of the input variable The input variables are essential elements in the neural network since the selected features would affect prediction accuracy. The input of the ANN is conventionally selected based on a trial-and-error process. Meaning numerous ANNs should be constructed and tested using different number of lags as the input and then based on their performance the better performing ANN would be selected as the forecasting model. To avoid this trial-and-error process, we therefore select our input variables using two statistical measures namely, autocorrelation Function (ACF) and the Partial Autocorrelation Function (PACF). Both of these are statistic tools used for time series analysis. D. WT In this paper, DWT are employed for decomposing the wind speed time series to its constituents. A signal is decomposed, when WT is applied, to a single approximation component and many detail ones. The identity of a signal is stored in the approximation component which contains the low-frequency information while the detail components are revealing the flavor of a signal. The tree of a typical wavelet transform decomposition can be seen in Fig 2. forecasting of the time series. The performance of the proposed algorithm is tested on available hourly wind speed data from a weather station in Idaho, United States. Fig. 3 shows the wind speed hourly data of January and February 2010 of ABIE weather station. Fig. 4 shows the histogram of the data. The wind speed as can be seen is highly fluctuating and its histogram is also has a wide range. A regular observation does not provide any useful information regarding the regulation of the wind speed data. However, deeper statistical look can help better determining the correlation of the available data. The autocorrelation and partial autocorrelation analysis is carried out to determine the lags of historical data which have the highest correlation with the target wind speed. The ACF and PACF analysis is carried out on A1 part of the decomposed signal. It can be observed in Fig. 5 and Fig. 6 for ACF and PACF respectively that lag 1 and lag 2 significantly correlate to the future wind speed and therefore these two time steps are selected as the input of the neural network. Fig. 3. Mean hourly wind speed values of training data Fig 2: Wavelet decomposition process In the early stage, a detailed and approximate components of the available signal, S, are extracted and will be called A 1 and D 1 respectively. The decomposition process could be repeated on the approximation signal, A 1 to achieve another set of approximation and detail component labeled A 2 and D 2 respectively. Further decomposition will allow higher level resolution analysis of the signal. The process will stop when a proper level of levels is achieved. In this study, the original wind speed time series is decomposed to an approximation signal and a detail one. While approximation signal incorporate the main fluctuations of the wind speed, the detail signal contains the spikes and random instabilities of the original signal. IV. RESULTS In this study a forecasting model for short-term wind speed forecasting is developed based on smoothing of the wind speed signal by wavelet transform, selection of the input variables by autocorrelation function (ACF) and partial autocorrelation function (PACF) and an artificial neural network for the Fig. 4: Histogram of wind speed values of training data Fig 5. Autocorrelation of wind speed data with its 72 hour lag for A1 signal 97

4 TABLE I. THE MSE AND REGRESSION FACTORS FOR THE PROPOSED NETWORK ON BOTH TRAINING AND TESTING DATA SET Training data Testing data MSE Regression, R e e-1 Fig. 6. Partial autocorrelation of wind speed data with its 72 hour lag for A1 signal Having chosen the input variables, the number of hidden layers of the ANN is chosen to be 3 based on a trial-and-error process as there is not any systematic way for choosing the number of hidden layers. Next, we divided our data into three sets for training, test and validation. The structure of the employed neural network is shown in Fig. 7. It should be noted that in the current study the correlation of the future wind speed with other weather parameters such as temperature, humidity and etc. is not taken into account and the forecasting is merely based on the historical wind speed data. The trained network is also tested on a set of data for the first three days of March 2010 which includes of 72 targets. Fig. 9 shows the forecasted and actual times series in that period. The wind speed is forecasted for 1 hour head using the previous two wind speeds as the input of the network. Fig. 9. The forecasted time series and the actual one for a period of first three days of March 2010 for AIBE weather station. Fig. 7. The structure of the employed ANN with two inputs, three hidden layers and one output 50% of the initial data is used for training the proposed hybrid neural network. Afterwards, the testing and evaluation are carried out on the rest of the data. The change of the MSE factor in different epochs of the network is shown in Fig. 8. Fig. 10. Histogram of error for testing data The histogram of error, which is the value of target- the value of the forecast, for this test and its autocorrelation with the lags are shown in Fig. 10 and Fig. 11 respectively. Fig. 11 indicates the proper selection of the input variables Fig. 8. The performance of the network for different epochs The MSE and regression factors for both training and test data sets are shown in Table 1. Fig. 11. Autocorrelation of error for the testing data with its lags 98

5 The performance of the proposed ARIMA-based neural network hybrid with wavelet transform is compared with a regular neural network using the same learning algorithm, number of input variables and hidden layers. The results on the same data is shown in Table 2. The results indicate that using wavelet transform have improved the performance of the neural network in forecasting the 1-hour ahead wind speed. be useful in determining the peak of the electricity consumption in the grids. ACKNOWLEDGMENT This study is funded by internal grant (UNITEN/RMC/1/14-41) provided by Universiti Tenaga Nasional. TABLE II. PERFORMANCE OF A REGULAR NEURAL NETWORK Training data Testing data MSE Regression, R e e-1 V. CONCLUSIONS AND DISCUSSIONS In this study, the non-linearity of wind speed is tackled using artificial neural network and its uncertainty by wavelet transform. To avoid trial-and-error process for selection the ANN structure, the results of auto correlation factor (ACF) and partial auto correlation factor (PACF) on the historical wind speed data are employed. Instead of forecasting the time series directly, a set of better-behaved components of the data is achieved by decomposing the data using wavelet transform and are forecasted separately using a feedforward neural network. Finally, using an inverse wavelet transform, the future time series is reconstructed and the wind speed could be forecasted. In this study only one level decomposition is used, however a suitable number of levels should be decided more carefully in the future studies based on the similarity between the approximation and the original signal. This work could also be expanded in several directions. Firstly, the training algorithm for neural network could be improved to achieve better overall performance of the network. Moreover, the performance of the wavelet transform and its effect on the forecasting should be better studied in the future works. Different classes of wavelet transform should be tested to determine their applicability in the area of time series short term forecasting. Additionally, for the future studies, it is recommended that different learning algorithms for ANN weight training to be used and their performance to be compared for a more robust shot-term forecasting of times series including wind speed data. Moreover, additional research should be carried out to determine the hybrid capabilities of the proposed method with the current available forecasting models. It has been suggested in the literature that an ensemble of different forecasting models may result in a better performance since the behavior of the wind speed, especially in the short-term, is volatile and a single forecasting model may not be able to predict the time series. A Bayesian regulation is suggested to be used for handling the ensemble method due to its performance in previous studies [12]. The proposed model for Short-term forecasting of time series could be also used for prediction of any time series in the short term including blood Glucose forecasting for diabetics patients, short-term solar energy forecasting, traffic count forecasting in short-term horizons, wind power forecasting, and power consumption short-term forecasting, which could REFERENCES [1] Foley AM, Leahy PG, Marvuglia A, McKeogh EJ. Current methods and advances in forecasting of wind power generation. Renewable Energy 2012;37:1-8. [2] Zheng XX, Fu Y. Research of wind speed and wind power forecasting. Renewable and Sustainable Energy 2012; (1-7): [3] Cao Qing, Ewing Bradley T, Thompson Mark A. Forecasting wind speed with recurrent neural networks. European Journal of Operational Research 2012;221: [4] Erdem E, Shi J. Arma based approaches for forecasting the tuple of wind speed and direction. Applied Eenergy 2011;88: [5] Li Gong, Shi Jing. On comparing three artificial neural networks for wind speed forecasting. Applied Energy 2010;87: [6] Ortiz-Garcia EG, Salcedo-Sanz S, Perez-Bellido AM, Gascon-Moreno J, Portilla-Figueras JA, Prieto L. Short-term wind speed prediction in wind farms based on banks of support vector machines. Wind Energy 2011;14: [7] Guo ZH, Zhao WG, Lu HY, Wang JZ. Multi-step forecasting for wind speed using a modified emd-based artificial neural network model. Renewable Energy 2012;37: [8] Niu Dongxiao, Liu Da, Wu Desheng Dash. A soft computing system for day-ahead electricity price forecasting. Applied Soft Computing 2010: [9] Jursa René, Rohrig Kurt. Short-term wind power forecasting using evolutionary algorithms for the automated specification of artificial intelligence models. International Journal of Forecasting 2008;24: [10] Liu Da, Niu Dongxiao, Xing Mian, Nie Qiaoping. Day-ahead price forecast with genetic-algorithm-optimized support vector machines based on garch error calibration. Automation of Electric Power Systems 2007:31-4. [11] Tae Woo Joo, Seoung Bum Kim, Time series forecasting based on wavelet filtering, Expert Systems with Applications, Volume 42, Issue 8, 15 May 2015, Pages [12] Hooshyar, Danial; Ahmad, Rodina Binti; Fathi, Moein; Yousefi, Moslem; Hooshyar, Maral, "Flowchart-based Bayesian Intelligent Tutoring System for computer programming," in Smart Sensors and Application (ICSSA), 2015 International Conference on, May Pages

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

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

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

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

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

Multi-wind Field Output Power Prediction Method based on Energy Internet and DBPSO-LSSVM

Multi-wind Field Output Power Prediction Method based on Energy Internet and DBPSO-LSSVM , pp.128-133 http://dx.doi.org/1.14257/astl.16.138.27 Multi-wind Field Output Power Prediction Method based on Energy Internet and DBPSO-LSSVM *Jianlou Lou 1, Hui Cao 1, Bin Song 2, Jizhe Xiao 1 1 School

More information

WIND SPEED ESTIMATION IN SAUDI ARABIA USING THE PARTICLE SWARM OPTIMIZATION (PSO)

WIND SPEED ESTIMATION IN SAUDI ARABIA USING THE PARTICLE SWARM OPTIMIZATION (PSO) WIND SPEED ESTIMATION IN SAUDI ARABIA USING THE PARTICLE SWARM OPTIMIZATION (PSO) Mohamed Ahmed Mohandes Shafique Rehman King Fahd University of Petroleum & Minerals Saeed Badran Electrical Engineering

More information

A Hybrid Time-delay Prediction Method for Networked Control System

A Hybrid Time-delay Prediction Method for Networked Control System International Journal of Automation and Computing 11(1), February 2014, 19-24 DOI: 10.1007/s11633-014-0761-1 A Hybrid Time-delay Prediction Method for Networked Control System Zhong-Da Tian Xian-Wen Gao

More information

WIND POWER FORECASTING: A SURVEY

WIND POWER FORECASTING: A SURVEY WIND POWER FORECASTING: A SURVEY Sukhdev Singh, Dr.Naresh Kumar DCRUST MURTHAL,Email-sukhdev710@gmail.com(9896400682) Abstract: A number of wind power prediction techniques are available in order to forecast

More information

Short-Term Wind Speed Forecasting Using Regularization Extreme Learning Machine Da-cheng XING 1, Ben-shuang QIN 1,* and Cheng-gang LI 2

Short-Term Wind Speed Forecasting Using Regularization Extreme Learning Machine Da-cheng XING 1, Ben-shuang QIN 1,* and Cheng-gang LI 2 27 International Conference on Mechanical and Mechatronics Engineering (ICMME 27) ISBN: 978--6595-44- Short-Term Wind Speed Forecasting Using Regularization Extreme Learning Machine Da-cheng XING, Ben-shuang

More information

HYBRID PREDICTION MODEL FOR SHORT TERM WIND SPEED FORECASTING

HYBRID PREDICTION MODEL FOR SHORT TERM WIND SPEED FORECASTING HYBRID PREDICTION MODEL FOR SHORT TERM WIND SPEED FORECASTING M. C. Lavanya and S. Lakshmi Department of Electronics and Communication, Sathyabama University, Chennai, India E-Mail: mclavanyabe@gmail.com

More information

Wind Speed Forecasting Using Back Propagation Artificial Neural Networks in North of Iran

Wind Speed Forecasting Using Back Propagation Artificial Neural Networks in North of Iran Research Article Journal of Energy Management and echnology (JEM) Vol. 1, Issue 3 21 Wind Speed Forecasting Using Back Propagation Artificial Neural Networks in North of Iran AMIN MASOUMI 1, FARKHONDEH

More information

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

Short Term Solar Radiation Forecast from Meteorological Data using Artificial Neural Network for Yola, Nigeria

Short Term Solar Radiation Forecast from Meteorological Data using Artificial Neural Network for Yola, Nigeria American Journal of Engineering Research (AJER) 017 American Journal of Engineering Research (AJER) eiss: 300847 piss : 300936 Volume6, Issue8, pp8389 www.ajer.org Research Paper Open Access Short Term

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

Research Article Multistep Wind Speed Forecasting Based on Wavelet and Gaussian Processes

Research Article Multistep Wind Speed Forecasting Based on Wavelet and Gaussian Processes Mathematical Problems in Engineering Volume 13, Article ID 61983, 8 pages http://dx.doi.org/1.1155/13/61983 Research Article Multistep Wind Speed Forecasting Based on Wavelet and Gaussian Processes Niya

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

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

P. M. FONTE GONÇALO XUFRE SILVA J. C. QUADRADO DEEA Centro de Matemática DEEA ISEL Rua Conselheiro Emídio Navarro, LISBOA PORTUGAL

P. M. FONTE GONÇALO XUFRE SILVA J. C. QUADRADO DEEA Centro de Matemática DEEA ISEL Rua Conselheiro Emídio Navarro, LISBOA PORTUGAL Wind Speed Prediction using Artificial Neural Networks P. M. FONTE GONÇALO XUFRE SILVA J. C. QUADRADO DEEA Centro de Matemática DEEA ISEL Rua Conselheiro Emídio Navarro, 1950-072 LISBOA PORTUGAL Abstract:

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

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

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

ESTIMATION OF HOURLY MEAN AMBIENT TEMPERATURES WITH ARTIFICIAL NEURAL NETWORKS 1. INTRODUCTION

ESTIMATION OF HOURLY MEAN AMBIENT TEMPERATURES WITH ARTIFICIAL NEURAL NETWORKS 1. INTRODUCTION Mathematical and Computational Applications, Vol. 11, No. 3, pp. 215-224, 2006. Association for Scientific Research ESTIMATION OF HOURLY MEAN AMBIENT TEMPERATURES WITH ARTIFICIAL NEURAL NETWORKS Ömer Altan

More information

A Hybrid Wavelet Analysis and Adaptive. Neuro-Fuzzy Inference System. for Drought Forecasting

A Hybrid Wavelet Analysis and Adaptive. Neuro-Fuzzy Inference System. for Drought Forecasting Applied Mathematical Sciences, Vol. 8, 4, no. 39, 699-698 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/.988/ams.4.4863 A Hybrid Wavelet Analysis and Adaptive Neuro-Fuzzy Inference System for Drought

More information

Justin Appleby CS 229 Machine Learning Project Report 12/15/17 Kevin Chalhoub Building Electricity Load Forecasting

Justin Appleby CS 229 Machine Learning Project Report 12/15/17 Kevin Chalhoub Building Electricity Load Forecasting Justin Appleby CS 229 Machine Learning Project Report 12/15/17 Kevin Chalhoub Building Electricity Load Forecasting with ARIMA and Sequential Linear Regression Abstract Load forecasting is an essential

More information

Solar irradiance forecasting for Chulalongkorn University location using time series models

Solar irradiance forecasting for Chulalongkorn University location using time series models Senior Project Proposal 2102490 Year 2016 Solar irradiance forecasting for Chulalongkorn University location using time series models Vichaya Layanun ID 5630550721 Advisor: Assist. Prof. Jitkomut Songsiri

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

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

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

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

RBF Neural Network Combined with Knowledge Mining Based on Environment Simulation Applied for Photovoltaic Generation Forecasting

RBF Neural Network Combined with Knowledge Mining Based on Environment Simulation Applied for Photovoltaic Generation Forecasting Sensors & ransducers 03 by IFSA http://www.sensorsportal.com RBF eural etwork Combined with Knowledge Mining Based on Environment Simulation Applied for Photovoltaic Generation Forecasting Dongxiao iu,

More information

Multi-Plant Photovoltaic Energy Forecasting Challenge with Regression Tree Ensembles and Hourly Average Forecasts

Multi-Plant Photovoltaic Energy Forecasting Challenge with Regression Tree Ensembles and Hourly Average Forecasts Multi-Plant Photovoltaic Energy Forecasting Challenge with Regression Tree Ensembles and Hourly Average Forecasts Kathrin Bujna 1 and Martin Wistuba 2 1 Paderborn University 2 IBM Research Ireland Abstract.

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

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

The Research of Urban Rail Transit Sectional Passenger Flow Prediction Method

The Research of Urban Rail Transit Sectional Passenger Flow Prediction Method Journal of Intelligent Learning Systems and Applications, 2013, 5, 227-231 Published Online November 2013 (http://www.scirp.org/journal/jilsa) http://dx.doi.org/10.4236/jilsa.2013.54026 227 The Research

More information

Open Access Research on Data Processing Method of High Altitude Meteorological Parameters Based on Neural Network

Open Access Research on Data Processing Method of High Altitude Meteorological Parameters Based on Neural Network Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2015, 7, 1597-1604 1597 Open Access Research on Data Processing Method of High Altitude Meteorological

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

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

Feature Selection Optimization Solar Insolation Prediction Using Artificial Neural Network: Perspective Bangladesh

Feature Selection Optimization Solar Insolation Prediction Using Artificial Neural Network: Perspective Bangladesh American Journal of Engineering Research (AJER) 2016 American Journal of Engineering Research (AJER) e-issn: 2320-0847 p-issn : 2320-0936 Volume-5, Issue-8, pp-261-265 www.ajer.org Research Paper Open

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

Wavelet Neural Networks for Nonlinear Time Series Analysis

Wavelet Neural Networks for Nonlinear Time Series Analysis Applied Mathematical Sciences, Vol. 4, 2010, no. 50, 2485-2495 Wavelet Neural Networks for Nonlinear Time Series Analysis K. K. Minu, M. C. Lineesh and C. Jessy John Department of Mathematics National

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

Short and medium term solar irradiance and power forecasting given high penetration and a tropical environment

Short and medium term solar irradiance and power forecasting given high penetration and a tropical environment Short and medium term solar irradiance and power forecasting given high penetration and a tropical environment Wilfred WALSH, Zhao LU, Vishal SHARMA, Aloysius ARYAPUTERA 3 rd International Conference:

More information

Short-term water demand forecast based on deep neural network ABSTRACT

Short-term water demand forecast based on deep neural network ABSTRACT Short-term water demand forecast based on deep neural network Guancheng Guo 1, Shuming Liu 2 1,2 School of Environment, Tsinghua University, 100084, Beijing, China 2 shumingliu@tsinghua.edu.cn ABSTRACT

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

Solar Irradiance Prediction using Neural Model

Solar Irradiance Prediction using Neural Model Volume-8, Issue-3, June 2018 International Journal of Engineering and Management Research Page Number: 241-245 DOI: doi.org/10.31033/ijemr.8.3.32 Solar Irradiance Prediction using Neural Model Raj Kumar

More information

Comparing the Univariate Modeling Techniques, Box-Jenkins and Artificial Neural Network (ANN) for Measuring of Climate Index

Comparing the Univariate Modeling Techniques, Box-Jenkins and Artificial Neural Network (ANN) for Measuring of Climate Index Applied Mathematical Sciences, Vol. 8, 2014, no. 32, 1557-1568 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.4150 Comparing the Univariate Modeling Techniques, Box-Jenkins and Artificial

More information

About Nnergix +2, More than 2,5 GW forecasted. Forecasting in 5 countries. 4 predictive technologies. More than power facilities

About Nnergix +2, More than 2,5 GW forecasted. Forecasting in 5 countries. 4 predictive technologies. More than power facilities About Nnergix +2,5 5 4 +20.000 More than 2,5 GW forecasted Forecasting in 5 countries 4 predictive technologies More than 20.000 power facilities Nnergix s Timeline 2012 First Solar Photovoltaic energy

More information

MURDOCH RESEARCH REPOSITORY

MURDOCH RESEARCH REPOSITORY MURDOCH RESEARCH REPOSITORY http://researchrepository.murdoch.edu.au/86/ Kajornrit, J. (22) Monthly rainfall time series prediction using modular fuzzy inference system with nonlinear optimization techniques.

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

Day-Ahead Solar Forecasting Based on Multi-level Solar Measurements

Day-Ahead Solar Forecasting Based on Multi-level Solar Measurements Day-Ahead Solar Forecasting Based on Multi-level Solar Measurements Mohana Alanazi, Mohsen Mahoor, Amin Khodaei Department of Electrical and Computer Engineering University of Denver Denver, USA mohana.alanazi@du.edu,

More information

ARTIFICIAL NEURAL NETWORK WITH HYBRID TAGUCHI-GENETIC ALGORITHM FOR NONLINEAR MIMO MODEL OF MACHINING PROCESSES

ARTIFICIAL NEURAL NETWORK WITH HYBRID TAGUCHI-GENETIC ALGORITHM FOR NONLINEAR MIMO MODEL OF MACHINING PROCESSES International Journal of Innovative Computing, Information and Control ICIC International c 2013 ISSN 1349-4198 Volume 9, Number 4, April 2013 pp. 1455 1475 ARTIFICIAL NEURAL NETWORK WITH HYBRID TAGUCHI-GENETIC

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

ANN based techniques for prediction of wind speed of 67 sites of India

ANN based techniques for prediction of wind speed of 67 sites of India ANN based techniques for prediction of wind speed of 67 sites of India Paper presentation in Conference on Large Scale Grid Integration of Renewable Energy in India Authors: Parul Arora Prof. B.K Panigrahi

More information

AN INTERACTIVE WAVELET ARTIFICIAL NEURAL NETWORK IN TIME SERIES PREDICTION

AN INTERACTIVE WAVELET ARTIFICIAL NEURAL NETWORK IN TIME SERIES PREDICTION AN INTERACTIVE WAVELET ARTIFICIAL NEURAL NETWORK IN TIME SERIES PREDICTION 1 JAIRO MARLON CORRÊA, 2 ANSELMO CHAVES NETO, 3 LUIZ ALBINO TEIXEIRA JÚNIOR, 4 SAMUEL BELLIDO RODRIGUES, 5 EDGAR MANUEL CARREÑO

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

Improved the Forecasting of ANN-ARIMA Model Performance: A Case Study of Water Quality at the Offshore Kuala Terengganu, Terengganu, Malaysia

Improved the Forecasting of ANN-ARIMA Model Performance: A Case Study of Water Quality at the Offshore Kuala Terengganu, Terengganu, Malaysia Improved the Forecasting of ANN-ARIMA Model Performance: A Case Study of Water Quality at the Offshore Kuala Terengganu, Terengganu, Malaysia Muhamad Safiih Lola1 Malaysia- safiihmd@umt.edu.my Mohd Noor

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

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

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

A Hybrid ARIMA and Neural Network Model to Forecast Particulate. Matter Concentration in Changsha, China

A Hybrid ARIMA and Neural Network Model to Forecast Particulate. Matter Concentration in Changsha, China A Hybrid ARIMA and Neural Network Model to Forecast Particulate Matter Concentration in Changsha, China Guangxing He 1, Qihong Deng 2* 1 School of Energy Science and Engineering, Central South University,

More information

Forecasting of Renewable Power Generations

Forecasting of Renewable Power Generations Forecasting of Renewable Power Generations By Dr. S.N. Singh, Professor Department of Electrical Engineering Indian Institute of Technology Kanpur-2816, INDIA. Email: snsingh@iitk.ac.in 4-12-215 Side 1

More information

th Hawaii International Conference on System Sciences

th Hawaii International Conference on System Sciences 2013 46th Hawaii International Conference on System Sciences Standardized Software for Wind Load Forecast Error Analyses and Predictions Based on Wavelet-ARIMA Models Applications at Multiple Geographically

More information

Short Term Wind Speed Forecasting with Evolved Neural Networks

Short Term Wind Speed Forecasting with Evolved Neural Networks Short Term Wind Speed Forecasting with Evolved Neural Networks David W. Corne School of Mathematical and Computer Sciences d.w.corne@hw.ac.uk Edward H. Owens School of the Built Environment e.h.owens@hw.ac.uk

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

A Hybrid Deep Learning Approach For Chaotic Time Series Prediction Based On Unsupervised Feature Learning

A Hybrid Deep Learning Approach For Chaotic Time Series Prediction Based On Unsupervised Feature Learning A Hybrid Deep Learning Approach For Chaotic Time Series Prediction Based On Unsupervised Feature Learning Norbert Ayine Agana Advisor: Abdollah Homaifar Autonomous Control & Information Technology Institute

More information

Fine-grained Photovoltaic Output Prediction using a Bayesian Ensemble

Fine-grained Photovoltaic Output Prediction using a Bayesian Ensemble Fine-grained Photovoltaic Output Prediction using a Bayesian Ensemble 1,2, Manish Marwah 3,, Martin Arlitt 3, and Naren Ramakrishnan 1,2 1 Department of Computer Science, Virginia Tech, Blacksburg, VA

More information

Comparative Study of ANFIS and ARIMA Model for Weather Forecasting in Dhaka

Comparative Study of ANFIS and ARIMA Model for Weather Forecasting in Dhaka Comparative Study of ANFIS and ARIMA Model for Weather Forecasting in Dhaka Mahmudur Rahman, A.H.M. Saiful Islam, Shah Yaser Maqnoon Nadvi, Rashedur M Rahman Department of Electrical Engineering and Computer

More information

Short-term management of hydro-power systems based on uncertainty model in electricity markets

Short-term management of hydro-power systems based on uncertainty model in electricity markets Open Access Journal Journal of Power Technologies 95 (4) (2015) 265 272 journal homepage:papers.itc.pw.edu.pl Short-term management of hydro-power systems based on uncertainty model in electricity markets

More information

Artificial Neural Networks Examination, June 2005

Artificial Neural Networks Examination, June 2005 Artificial Neural Networks Examination, June 2005 Instructions There are SIXTY questions. (The pass mark is 30 out of 60). For each question, please select a maximum of ONE of the given answers (either

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

On the benefit of using time series features for choosing a forecasting method

On the benefit of using time series features for choosing a forecasting method On the benefit of using time series features for choosing a forecasting method Christiane Lemke and Bogdan Gabrys Bournemouth University - School of Design, Engineering and Computing Poole House, Talbot

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

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

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

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

GL Garrad Hassan Short term power forecasts for large offshore wind turbine arrays

GL Garrad Hassan Short term power forecasts for large offshore wind turbine arrays GL Garrad Hassan Short term power forecasts for large offshore wind turbine arrays Require accurate wind (and hence power) forecasts for 4, 24 and 48 hours in the future for trading purposes. Receive 4

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

Research Article A New Hybrid Approach for Wind Speed Prediction Using Fast Block Least Mean Square Algorithm and Artificial Neural Network

Research Article A New Hybrid Approach for Wind Speed Prediction Using Fast Block Least Mean Square Algorithm and Artificial Neural Network Mathematical Problems in Engineering Volume, Article ID 97, 9 pages http://dxdoiorg///97 Research Article A New Hybrid Approach for Wind Speed Prediction Using Fast Block Least Mean Square Algorithm and

More information

Forecasting with Expert Opinions

Forecasting with Expert Opinions CS 229 Machine Learning Forecasting with Expert Opinions Khalid El-Awady Background In 2003 the Wall Street Journal (WSJ) introduced its Monthly Economic Forecasting Survey. Each month the WSJ polls between

More information

AN ARTIFICIAL NEURAL NETWORK MODEL FOR ROAD ACCIDENT PREDICTION: A CASE STUDY OF KHULNA METROPOLITAN CITY

AN ARTIFICIAL NEURAL NETWORK MODEL FOR ROAD ACCIDENT PREDICTION: A CASE STUDY OF KHULNA METROPOLITAN CITY Proceedings of the 4 th International Conference on Civil Engineering for Sustainable Development (ICCESD 2018), 9~11 February 2018, KUET, Khulna, Bangladesh (ISBN-978-984-34-3502-6) AN ARTIFICIAL NEURAL

More information

Dynamic Data Modeling of SCR De-NOx System Based on NARX Neural Network Wen-jie ZHAO * and Kai ZHANG

Dynamic Data Modeling of SCR De-NOx System Based on NARX Neural Network Wen-jie ZHAO * and Kai ZHANG 2018 International Conference on Modeling, Simulation and Analysis (ICMSA 2018) ISBN: 978-1-60595-544-5 Dynamic Data Modeling of SCR De-NOx System Based on NARX Neural Network Wen-jie ZHAO * and Kai ZHANG

More information

Chart types and when to use them

Chart types and when to use them APPENDIX A Chart types and when to use them Pie chart Figure illustration of pie chart 2.3 % 4.5 % Browser Usage for April 2012 18.3 % 38.3 % Internet Explorer Firefox Chrome Safari Opera 35.8 % Pie chart

More information

Multi-Plant Photovoltaic Energy Forecasting Challenge: Second place solution

Multi-Plant Photovoltaic Energy Forecasting Challenge: Second place solution Multi-Plant Photovoltaic Energy Forecasting Challenge: Second place solution Clément Gautrais 1, Yann Dauxais 1, and Maël Guilleme 2 1 University of Rennes 1/Inria Rennes clement.gautrais@irisa.fr 2 Energiency/University

More information

Unit 8: Introduction to neural networks. Perceptrons

Unit 8: Introduction to neural networks. Perceptrons Unit 8: Introduction to neural networks. Perceptrons D. Balbontín Noval F. J. Martín Mateos J. L. Ruiz Reina A. Riscos Núñez Departamento de Ciencias de la Computación e Inteligencia Artificial Universidad

More information

AN INTERNATIONAL SOLAR IRRADIANCE DATA INGEST SYSTEM FOR FORECASTING SOLAR POWER AND AGRICULTURAL CROP YIELDS

AN INTERNATIONAL SOLAR IRRADIANCE DATA INGEST SYSTEM FOR FORECASTING SOLAR POWER AND AGRICULTURAL CROP YIELDS AN INTERNATIONAL SOLAR IRRADIANCE DATA INGEST SYSTEM FOR FORECASTING SOLAR POWER AND AGRICULTURAL CROP YIELDS James Hall JHTech PO Box 877 Divide, CO 80814 Email: jameshall@jhtech.com Jeffrey Hall JHTech

More information

Holdout and Cross-Validation Methods Overfitting Avoidance

Holdout and Cross-Validation Methods Overfitting Avoidance Holdout and Cross-Validation Methods Overfitting Avoidance Decision Trees Reduce error pruning Cost-complexity pruning Neural Networks Early stopping Adjusting Regularizers via Cross-Validation Nearest

More information

INVESTIGATING THE IMPACT OF WIND ON SEA LEVELL RISE USING MULTILAYER AT COASTAL AREA, SABAH

INVESTIGATING THE IMPACT OF WIND ON SEA LEVELL RISE USING MULTILAYER AT COASTAL AREA, SABAH International Journal of Civil Engineering and Technology (IJCIET) Volume 9, Issue 12, December 2018, pp. 646 656, Article ID: IJCIET_09_12_070 Available online at http://www.ia aeme.com/ijciet/issues.asp?jtype=ijciet&vtype=

More information

Dr SN Singh, Professor Department of Electrical Engineering. Indian Institute of Technology Kanpur

Dr SN Singh, Professor Department of Electrical Engineering. Indian Institute of Technology Kanpur Short Term Load dforecasting Dr SN Singh, Professor Department of Electrical Engineering Indian Institute of Technology Kanpur Email: snsingh@iitk.ac.in Basic Definition of Forecasting Forecasting is a

More information

Artificial Neural Networks Examination, March 2004

Artificial Neural Networks Examination, March 2004 Artificial Neural Networks Examination, March 2004 Instructions There are SIXTY questions (worth up to 60 marks). The exam mark (maximum 60) will be added to the mark obtained in the laborations (maximum

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 Applied Mechanics School of Engineering University of California Merced Merced, California 95343

More information

FORECASTING: A REVIEW OF STATUS AND CHALLENGES. Eric Grimit and Kristin Larson 3TIER, Inc. Pacific Northwest Weather Workshop March 5-6, 2010

FORECASTING: A REVIEW OF STATUS AND CHALLENGES. Eric Grimit and Kristin Larson 3TIER, Inc. Pacific Northwest Weather Workshop March 5-6, 2010 SHORT-TERM TERM WIND POWER FORECASTING: A REVIEW OF STATUS AND CHALLENGES Eric Grimit and Kristin Larson 3TIER, Inc. Pacific Northwest Weather Workshop March 5-6, 2010 Integrating Renewable Energy» Variable

More information

Heat Load Forecasting of District Heating System Based on Numerical Weather Prediction Model

Heat Load Forecasting of District Heating System Based on Numerical Weather Prediction Model 2nd International Forum on Electrical Engineering and Automation (IFEEA 2) Heat Load Forecasting of District Heating System Based on Numerical Weather Prediction Model YANG Hongying, a, JIN Shuanglong,

More information

Neural Networks for Short Term Wind Speed Prediction

Neural Networks for Short Term Wind Speed Prediction Neural Networks for Short Term Wind Speed Prediction K. Sreelakshmi, P. Ramakanthkumar Abstract Predicting short term wind speed is essential in order to prevent systems in-action from the effects of strong

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

Retrieval of Cloud Top Pressure

Retrieval of Cloud Top Pressure Master Thesis in Statistics and Data Mining Retrieval of Cloud Top Pressure Claudia Adok Division of Statistics and Machine Learning Department of Computer and Information Science Linköping University

More information

1. Introduction. 2. Artificial Neural Networks and Fuzzy Time Series

1. Introduction. 2. Artificial Neural Networks and Fuzzy Time Series 382 IJCSNS International Journal of Computer Science and Network Security, VOL.8 No.9, September 2008 A Comparative Study of Neural-Network & Fuzzy Time Series Forecasting Techniques Case Study: Wheat

More information

Forecasting Network Activities Using ARIMA Method

Forecasting Network Activities Using ARIMA Method Journal of Advances in Computer Networks, Vol., No., September 4 Forecasting Network Activities Using ARIMA Method Haviluddin and Rayner Alfred analysis. The organization of this paper is arranged as follows.

More information

A Data-Driven Model for Software Reliability Prediction

A Data-Driven Model for Software Reliability Prediction A Data-Driven Model for Software Reliability Prediction Author: Jung-Hua Lo IEEE International Conference on Granular Computing (2012) Young Taek Kim KAIST SE Lab. 9/4/2013 Contents Introduction Background

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