SlideShare a Scribd company logo
1 of 8
Download to read offline
International Journal of Electrical and Computer Engineering (IJECE)
Vol. 9, No. 4, August 2019, pp. 2256~2263
ISSN: 2088-8708, DOI: 10.11591/ijece.v9i4.pp2256-2263  2256
Journal homepage: http://iaescore.com/journals/index.php/IJECE
Daily peak load forecast using artificial neural network
Ramesh Kumar V1
, Pradipkumar Dixit2
1
Department of Electrical and Electronics Engineering, JAIN (Deemed-to-be-University), India
2
Department of Electrical and Electronics Engineering, M. S. Ramaiah Institute of Technology, India
Article Info ABSTRACT
Article history:
Received Sep 5, 2018
Revised Dec 27, 2018
Accepted Jan 10, 2019
The paper presents an Artificial Neural Network (ANN) model for short-term
load forecasting of daily peak load. A multi-layered feed forward neural
network with Levenberg-Marquardt learning algorithm is used because of its
good generalizing property and robustness in prediction. The input to the
network is in terms of historical daily peak load data and corresponding daily
peak temperature data. The network is trained to predict the load requirement
ahead. The effectiveness of the proposed ANN approach to the short-term
load forecasting problems is demonstrated by practical data from the
Bangalore Electricity Supply Company Limited (BESCOM). The
comparison between the proposed and the conventional methods is made in
terms of percentage error and it is found that the proposed ANN model gives
more accurate predictions with optimal number of neurons in the
hidden layer.
Keywords:
Artificial Neural Network
Daily peak load
Forecasting
Linear fit
Polynomial fit
Copyright Β© 2019 Institute of Advanced Engineering and Science.
All rights reserved.
Corresponding Author:
Ramesh Kumar V,
Research Scholar, JAIN (Deemed-to-be-University),
Department of Electrical and Electronics Engineering,
JGI Global Campus, Bengaluru-562 112, Karnataka State, India.
Email: ramesh_uvce@rediffmail.com
1. INTRODUCTION
Electrical energy plays a vital role in day to day life. It is required for domestic purpose, industrial
purpose and in many areas. Electrical energy is in great demand by consumers. At present, in India according
to Central Electricity Authority, New Delhi survey [1] the total installed capacity as on 31-03-2017 is
326.848 GW and has energy shortage of 0.7% and peak shortage of 1.6% during the financial year 2016-17
and similarly in Karnataka the total installed capacity is 21.316 GW and has energy shortage of 0.5% and
peak shortage of 0.2%. The shortage of power is because of lack of generation due to shortage of resources,
unscheduled maintenances, outages and faults. This deficit can be reduced to some extent by demand side
management or by transmitting power at high voltages which reduces transmission losses, but the basic
means of meeting the demand is by increasing the generation itself. For this purpose, prediction of future
load requirement is essential. Determining an estimate of load requirements for future is known as load
forecasting. Depending on the duration, load forecasting is generally classified into short-term, medium-term
and long-term [2].
The development of an accurate, fast and robust electrical load forecasting methodology is of
importance to both the electric utility and its customers. A forecast that is too low or too high can result in
revenue loss [3]. A wide variety of forecasting models have been proposed in the literature, most of which
can be generally classified into two broad categories: 1) Statistical or Classical approaches such as multiple
regression, exponential smoothing, minimum mean square estimation, Box and Jenkins methods, Kalman
filter and state estimation. 2) Artificial Intelligence (AI) based methods such as Expert system, Neural
Networks, Fuzzy Logic, Particle Swarm Optimizer (PSO), Support Vector Machine (SVM) and Genetic
Algorithm (GA). Other category such as hybrid techniques is a combination of more than one technique i.e.,
either the combination of classical and AI techniques or the combination of different AI techniques [4].
Int J Elec & Comp Eng ISSN: 2088-8708 
Daily peak load forecast using artificial neural network (Ramesh Kumar V.)
2257
Tomonobu Senjyu et al. [5], employed ANN with back propagation algorithm to forecast the load
by adding a correction to the selected similar day data. Load deviation and temperature deviation data is used
as the correction for forecasting load. If the temperature curves change rapidly on the forecast day, load
power changes greatly and forecast error would increase. Vitor Hugo Ferreira et al. [6], proposed ANN
model with Bayesian training and SVM learning algorithm to control the ANN complexity. The three input
datasets used were hourly load and temperature, daily peak load and temperature, and half-hourly load
temperature and price. Z. A. Bashir et al. [7], implemented adaptive artificial neural networks to predicted
hourly load demand and trained the ANNs with PSO algorithm with load, temperature, wind speed, humidity
as input data. Ying Chen et al. [8], developed wavelet based neural network method to forecast next day
demand, with similar day load and weather information such as wind-chill temperature, humidity, wind
speed, cloud cover, and precipitation as inputs. Madasu Hanmandlu et al. [9], proposed hybrid neural
networks to forecast hourly load demand, with load data and weather data comprising temperature, wind
speed and relative humidity. Ni Ding et al. [10], proposed Generalized Neural Network model, with load
data, temperature data and cost function (minimization) as input parameters. Yizheng Xu et al. [11], applied
ANN and Monte Carlo Simulations technique to predict load a day ahead using load data, temperature,
humidity and wind speed as input variables. Filipe Rodrigues et al. [12], proposed Feed-forward ANN with
the Levenberg-Marquardt learning algorithm. Input variables are area location, number of consumers and
consumption of electrical appliance with hourly load consumption were considered to forecast the residential
demand. Anamika et al. [13], proposed multilayer feed forward network with ten hidden layers and
Levenberg Marquardt back propagation learning algorithm for training the network. The input to the network
is half hourly load data.
The above work [5-11], employs either hybrid techniques that is the combination of different AI
techniques or combination of classical and AI techniques or utilizes more than two input parameters to
forecast the load demand and [12-13], though employs ANN techniques with Levenberg-Marquardt learning
algorithm but does not provides any information regarding the number of neurons in the hidden layer(s) that
represents the actual ANN model. Hence, the present work proposes an ANN model that uses load and/or
temperature data for training the network to predict daily peak load demand with optimal number of hidden
layer neurons and is validated on BESCOM power systems.
2. CONVENTIONAL TECHNIQUES
The simplest conventional method employed for load forecasting is curve fitting techniques.
The procedure of determining the empirical equation of the curve of best fit is known as curve fitting
techniques. Some of the curve fit techniques used in electrical load forecasting are
- Linear: 𝑦 = 𝐴π‘₯ + 𝐡
- Exponential: 𝑦 = 𝐴𝑒 𝐡π‘₯
- Logarithmic: 𝑦 = 𝐴𝑙𝑛(π‘₯) + 𝐡
- Polynomial: 𝑦 = 𝐴π‘₯2
+ 𝐡π‘₯ + 𝐢
- Power: 𝑦 = 𝐴π‘₯ 𝐡
Where A, B and C are the constants determined by principle of least squares. Let x be the independent
variable that represents days of a month and y be the dependent variable on x representing the forecasted
demand such that 𝑦 = 𝑓(π‘₯). Now consider the nth
polynomial function
𝑓(π‘₯) = π‘Ž0 + βˆ‘ π‘Žπ‘– π‘₯ 𝑖𝑛
𝑖=1 (1)
In (1), the constant a0 is the interceptor of y-axis which represents the base load. In present work,
for i = 1, 2 the other constants a1 and a2 are the exogenous factors. With the known parameters y (historical
load) and x (day) the best fit can be done to evaluate these constants with least error.
3. ARTIFICIAL NEURAL NETWORK TECHNIQUES
A fully connected multilayer feed-forward neural network model shown in Figure 1 is employed for
daily peak load forecasting of the month. The input layer consists of 24 nodes corresponding to two input
parameters viz., 12 input nodes, each node representing a month and has a maximum of 31 daily peak load
data represents the corresponding days of a particular month and similarly another 12 input nodes for daily
peak temperature data. The output layer consists of 12 nodes each node corresponds to a month and has a
maximum of 31 daily peak forecasted load representing days of the month. The single hidden layer is used
with variable number of nodes to verify the dependency upon the correct percentage of forecasting and
repeatability in convergence. The output function of each unit in the hidden and output layers is non-linear
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 9, No. 4, August 2019 : 2256 - 2263
2258
(sigmoid). Inputs to the proposed model are a1, a2…a12, daily peak load growth data and a13, a14…a24, daily
peak temperature data of the corresponding month. The outputs of input layer for 𝑖 = 1, 2…24 is given by (2).
𝑠𝑖 = π‘Žπ‘– (2)
The outputs of the hidden layer (𝑠𝑗
β„Ž
) and output layer (𝑏 π‘˜) are represented by (3) and (4)
respectively for 𝑗 = 1, 2… m and π‘˜ = 1, 2...12
𝑠𝑗
β„Ž
= 𝑓{βˆ‘ π‘Šπ‘—π‘–
β„Ž
𝑠𝑖 βˆ’ πœƒπ‘—
β„Ž24
𝑖=1 } (3)
𝑏 π‘˜ = 𝑓{βˆ‘ π‘Šπ‘˜π‘—
π‘œ
𝑠𝑗
β„Žπ‘š
𝑗=1 βˆ’ πœƒ π‘˜
π‘œ
} (4)
Where, π‘Šπ‘—π‘–
β„Ž
and π‘Šπ‘˜π‘—
π‘œ
represents weights of the links for input-hidden layers and hidden-output layers
respectively and πœƒπ‘—
β„Ž
and πœƒ π‘˜
π‘œ
are the bias terms of hidden and output layers respectively. The outputs of the
network correspond to b1, b2 …b12 are the daily peak load forecast of the corresponding month.
Figure 1. Multilayer feed-forward neural network model for daily peak load forecast
4. INPUT DATA SELECTION
In the present work, the hourly peak load data for more than five years i.e., from Jan 2012 to
March 2017 is collected from Bangalore Electricity Supply Company and the hourly peak temperature data
from Jan 2016 to March 2017 is collected from Meteorological Centre, Bangalore. Using the daily peak load
data from 2012 to 2016, the average load data for 2017 is calculated to obtain the empirical curve fit equation
in conventional method. For ANN technique, the load growth data for 2017 is estimated, with the load
growth data of 2017 and the temperature data, the daily peak load as per the requirements can be
forecasted ahead.
Normalization of data, the input data for the neural network will have very wide ranges if the actual
load data is directly used. This may cause convergence problem [14] during the learning process. To avoid
this, the input data were normalized such that they were within the range of 0 to 1. For this purpose, the load
and temperature data are normalized using (5).
Int J Elec & Comp Eng ISSN: 2088-8708 
Daily peak load forecast using artificial neural network (Ramesh Kumar V.)
2259
𝐿 π‘›π‘œπ‘Ÿ =
𝐿(𝑖,𝑗)
𝐿 𝑗 π‘šπ‘Žπ‘₯
(5)
Where, 𝐿 π‘›π‘œπ‘Ÿ is the normalized load/temperature data which is used as input to the net, 𝐿(𝑖,𝑗) is the actual load
growth/temperature data, i = 1 to n, n (number of days) = 1,2 …31 and j=1 to m, m (number of
months) = 1,2, …..12 and 𝐿𝑗 π‘šπ‘Žπ‘₯
is the maximum load/temperature of a particular month. Thus, the input
matrix will be in the order of 31x12 and using these data the daily peak load for any particular month or
complete year can be forecasted.
5. TRAINING THE NETWORK
Training of the network is completely based on the actual load data and temperature data collected
from the respective authority on hourly basis. From the collected data, the data for more than five years have
been analyzed for the percentage growth from year to year, month to month and hour to hour.
After understanding the percentage growth, the training file for the neural network has been prepared and
used to predict the future load demand. The size of the training file with temperature parameter included, for
entire year will be in the order of 31x24 and testing file size can be same as that of training file or subset of
training file as per the demand to be forecasted.
The network is trained using Levenberg-Marquardt training algorithm for 2000 epochs and
threshold on error, set to a very low value of 10-5
. The learning rate parameter and momentum factors are 0.1
and 0.9 respectively [15]. Training is carried out until the total sum of mean squares error reaches either the
desired error limit of 10-5
or till the completion of 2000 epochs. The network was initially trained with
varying number of nodes in the hidden layer. The smallest sum of squares error (10-5
) was obtained for the
network structure with 24Ni, 21Nh and 12No input layer, hidden layer and output layer respectively. Figure 2
shows the trend in the training error for each epoch for 21 nodes in the hidden layer for March 2017.
Figure 2. Training error curve for March 2017
6. RESULTS AND DISCUSSIONS
6.1. Demand forecasting using conventional methods
In this method, the trend in the historical load data points is plotted with the use of linear and
polynomial of second order function to obtain the equation of empirical curve fit. The coefficients values of
the fitted curve are given by least square approach. The error will minimum for the best fit, when the
goodness of fit i.e. R2
tends towards one. The coefficient a0 represents the base load and other a1, a2
represents the exogenous factors. The linear and polynomial fit for March 2017 is shown in Figure 3 and the
corresponding empirical curve fit equation is given by (6a) and (6b), respectively.
Y = 3.7762x + 4011.8 MW (6a)
Y = βˆ’0.1816x2
+ 9.5869x + 3979.8 MW (6b)
Where, Y is forecasted load in MW and x is the day of the month.
The demand forecast calculated by using above equations and percentage error is calculated
using (7) is tabulated in Table 1. The result shows that forecasted values by these methods has large error due
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 9, No. 4, August 2019 : 2256 - 2263
2260
to the non-linearity of load. The linear fit has the maximum error of 13% and minimum of 2.82%,
while polynomial fit has maximum of 13.06% and minimum of 2.55% error of actual demand. The plot of
actual demand against the forecasted load of linear and polynomial fit is shown in Figure 4a and 4b
respectively. This method requires one equation for a month and 12 equations for a year and hence the
process becomes complex and tedious. Further the number of equations required can be reduced to one
equation for a year by taking average of corresponding daily peak load over a complete year. With the
reduction in number of equations, the percentage error increases drastically.
%πΈπ‘Ÿπ‘Ÿπ‘œπ‘Ÿ = |
πΏπ‘œπ‘Žπ‘‘ π΄π‘π‘‘π‘’π‘Žπ‘™βˆ’ πΏπ‘œπ‘Žπ‘‘ πΉπ‘œπ‘Ÿπ‘’π‘π‘Žπ‘ π‘‘π‘’π‘‘
πΏπ‘œπ‘Žπ‘‘ π΄π‘π‘‘π‘’π‘Žπ‘™
| Γ— 100 (7)
Table 1. Daily load forecast results for March 2017
Day
Actual
Load
(MW)
Forecasted
Load (MW)
with linear fit
%
Error
Forecasted
Load (MW)
with
Polynomial fit
%
Error
ANN Forecasted Load (MW)
Without
Temperature
%
Error
With
Temperature
%
Error
1 4438 4016 9.52 3989 10.11 4471 -0.74 4456 -0.40
2 4490 4019 10.48 3998 10.95 4560 -1.57 4536 -1.02
3 4527 4023 11.13 4007 11.49 4545 -0.40 4537 -0.22
4 4499 4027 10.49 4015 10.75 4619 -2.68 4609 -2.44
5 4246 4031 5.07 4023 5.25 4420 -4.10 4413 -3.94
6 4419 4034 8.70 4031 8.79 4298 2.73 4297 2.76
7 4417 4038 8.58 4038 8.58 4520 -2.34 4511 -2.12
8 4455 4042 9.27 4045 9.21 4365 2.01 4359 2.15
9 4420 4046 8.47 4051 8.34 4529 -2.47 4513 -2.11
10 4431 4050 8.61 4058 8.43 4582 -3.40 4564 -3.01
11 4390 4053 7.67 4063 7.44 4575 -4.21 4564 -3.96
12 4175 4057 2.82 4069 2.55 4368 -4.61 4359 -4.40
13 4296 4061 5.47 4074 5.17 4467 -3.97 4448 -3.53
14 4249 4065 4.34 4078 4.01 4452 -4.78 4433 -4.32
15 4546 4068 10.50 4083 10.19 4328 4.81 4426 2.65
16 4523 4072 9.97 4087 9.65 4336 4.14 4433 2.00
17 4550 4076 10.41 4090 10.09 4443 2.33 4438 2.46
18 4605 4080 11.41 4094 11.11 4508 2.10 4507 2.12
19 4324 4084 5.56 4096 5.26 4475 -3.49 4465 -3.26
20 4667 4087 12.42 4099 12.17 4623 0.95 4621 0.98
21 4541 4091 9.91 4101 9.69 4713 -3.78 4684 -3.15
22 4707 4095 13.00 4103 12.84 4722 -0.33 4712 -0.12
23 4554 4099 10.00 4104 9.88 4728 -3.83 4721 -3.67
24 4635 4102 11.49 4105 11.43 4667 -0.68 4657 -0.48
25 4626 4106 11.24 4106 11.24 4516 2.37 4516 2.37
26 4435 4110 7.33 4106 7.41 4406 0.65 4404 0.69
27 4723 4114 12.90 4106 13.06 4573 3.18 4670 1.12
28 4652 4118 11.49 4106 11.74 4605 1.02 4606 1.00
29 4434 4121 7.05 4105 7.42 4620 -4.20 4593 -3.58
30 4434 4125 6.97 4104 7.44 4610 -3.98 4594 -3.62
31 4605 4129 10.34 4102 10.91 4663 -1.25 4641 -0.79
Figure 3. Linear fit and polynomial fit for March 2017
Int J Elec & Comp Eng ISSN: 2088-8708 
Daily peak load forecast using artificial neural network (Ramesh Kumar V.)
2261
(a) (b)
Figure 4. a. Comparison of actual and forecasted load curve of linear fit for March 2017
b. Comparison of actual & forecasted load curve of polynomial fit for March 2017
6.2. Demand forecasting using developed ANN model
MATLAB code is written to train and test the proposed ANN model to forecast the demand.
The performance of the ANN model has been tested for March 2017. The percentage of correct prediction
obtained from the ANN model with varying number of nodes in the hidden layer has been performed. It is
observed that the network structure with 21 nodes in the hidden layer gave the most accurate forecast, trained
with temperature as shown in Table 2. The forecasted daily peak load for March 2017 is compared with the
actual load data and shown in Figure 5. The percentage error calculated using (7) is tabulated in Table 1.
The proposed ANN model, when trained with only load data as its input parameter predicted the demand
with maximum percentage error of 4.81 and minimum of -0.33. The same ANN model on training with both
load and temperature data as its input parameters gave further accurate prediction with maximum of -4.40%
error and minimum of -0.12% error as shown in Table 1. The results show that one of the influential factors
such as temperature has an impact on the demand forecast. Figure 6 shows the comparison of forecasted
demand by conventional methods and proposed ANN model. The ANN model gives more accurate
prediction as compared to the empirical curve fitting technique and also it can handle large number of non-
linear load data with ease. Using the same training file the proposed ANN model can forecast the daily peak
demand for complete year.
Table 2. Maximum percentage error for different Neural Network structure
SL No
Neural Network Structure
Maximum %
Error
No of Input
Layer Neurons (𝑁𝑖)
No of Hidden layer
Neurons (π‘β„Ž)
No of Output layer
Neurons (π‘π‘œ)
1 24 20 12 -4.61
2 24 21 12 -4.40
3 24 22 12 -4.78
Figure 5. Comparison of actual & forecasted load
curve of ANN model for March 2017
Figure 6. Comparison of conventional & ANN
method for March 2017
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 9, No. 4, August 2019 : 2256 - 2263
2262
7. CONCLUSIONS
The conventional and Artificial Neural Network based approach has been applied for daily peak
load forecasting and detailed study has been carried out in terms of training and testing the neural network
with historical daily peak load data pertaining to the Bangalore Electricity Supply Company Limited.
The ANN model is trained by varying the number of neurons in the hidden layer and it is found that the
forecasted values are in good agreement with the actual values for optimal neurons. The ANN model
proposed in the present work results in accurate prediction of daily peak load as compared to actual demand.
The conventional method gives higher value of error due to nonlinear behavior of most of the loads.
Hence the proposed ANN model gives better results in comparison with conventional methods.
ACKNOWLEDGEMENTS
Authors are grateful to the Pro Vice Chancellor & Management of School of Engineering &
Technology, JAIN (Deemed-to-be-University)-Bengaluru, the Principal & Management of Don Bosco
Institute of Technology, Bengaluru, the Principal & Management of M.S. Ramaiah Institute of Technology,
Bengaluru, for their constant support and encouragement in carrying out this research work and the
BESCOM & Meteorological center, Bengaluru, for providing the data.
REFERENCES
[1] Load Generation Balance Report, Government of India, Ministry of Power, Central electricity authority, 2016-17.
[2] IEEE Committee Report, "Load forecasting bibliography". IEEE Trans. on Power Apparatus Systems, vol. 99,
no. 1, pp. 53-58, 1980.
[3] Damitha K. Ranaweera, George G. Karady, Richard G. Farmer. "Economic impact analysis of load forecasting,"
IEEE Transactions on Power Systems, vol. 12, no. 3, pp. 1388-1392, 1977.
[4] Ramesh Kumar V., Pradipkumar Dixit, "One day ahead electrical load forecasting using artificial neural network,"
2nd
International Conference on Information & Communication Engineering (IRD India); vol. 2, no. 1, pp. 9-12,
Aug 2013.
[5] Tomonobu Senjyu, Hitoshi Takara, Katsumi Uezato, Toshihisa Funabashi, "One-hour-ahead load forecasting using
neural network," IEEE Transactions on Power Systems, vol. 17, no. 1, pp. 113-118, Feb 2002.
[6] Vitor Hugo Ferreira, Alexandre P. Alves da Silva, "Toward estimating autonomous neural network-based electric
load forecasters," IEEE Transactions on Power Systems, vol. 22, no. 4, pp. 1554-1562, Nov 2007.
[7] Z. A. Bashir, M. E. El-Hawary, "Applying wavelets to short-term load forecasting using pso-based neural
networks," IEEE Transactions on Power Systems, 24, no. 1, pp. 20-27, Feb 2009.
[8] Ying Chen, Peter B. Luh, Che Guan, Yige Zhao, Laurent D. Michel, Matthew A. Coolbeth, Peter B. Friedland and
Stephen J. Rourke., "Short-term load forecasting: similar day-based wavelet neural networks," IEEE Transactions
on Power Systems, vol. 25, no. 1, pp. 322-330 , Feb 2010.
[9] Madasu Hanmandlu, Bhavesh Kumar Chauhan, "Load forecasting using hybrid models," IEEE Transactions on
Power Systems, vol. 26, no. 1, pp. 20-29, Feb 2011.
[10] Ni Ding, Clementine Benoit, Guillaume Foggia, Yvon Besanger, Frederic Wurtz, "Neural network-based model
design for short-term load forecast in distribution systems," IEEE Transactions on Power Systems, vol. 31, no.1,
pp. 72-81, Jan 2016.
[11] Yizheng Xu, Jovica V. Milanovic, "Day-ahead prediction and shaping of dynamic response of demand at bulk
supply points," IEEE Transactions on Power Systems, vol. 31, no. 4, pp. 3100-3108, Jul 2016.
[12] Filip Rodrigues, C. Cardeira, J. M. F. Calado, "The daily and hourly energy consumption and load forecasting
using artificial neural network method: a case study using a set of 93 households in Portugal," Elsevier. vol. 62,
no. 1, pp. 220-229, 2014.
[13] Anamika Singh, V. Kumar Tripathi, "Load forecasting using multi-layer perceptron neural network," International
Journal of Engineering Science and Computing, vol. 6, no. 5, pp. 5463 -5466, May 2016.
[14] Ramesh Kumar V, Pradipkumar Dixit, "Artificial neural network model for hourly peak load forecast,"
International Journal of Energy Economics and Policy, vol. 8, no. 5, pp. 155-160, Sep 2018.
[15] Pradipkumar Dixit, H. G. Gopal, "ANN based three stage classification of arc gradient of contaminated porcelain
insulators," International Conference on Solid Dielectrics, France, vol. 1, no. 1, pp. 427-430, Jul 2004.
Int J Elec & Comp Eng ISSN: 2088-8708 
Daily peak load forecast using artificial neural network (Ramesh Kumar V.)
2263
BIOGRAPHIES OF AUTHORS
Ramesh Kumar V received the B.E. degree in Electrical & Electronics Engineering and M.E degree
in Power & Energy Systems from UVCE (Bangalore University), Bengaluru, India, in 2001 and
2004, respectively. He is currently pursuing Ph.D. at JAIN (Deemed-to-be-University), Bengaluru.
He is working as Assistant Professor at Don Bosco Institute of Technology, Bengaluru. His research
interest is in the area of Artificial Neural Network and their applications to various Power Systems
problems.
Pradipkumar Dixit received the B.E. degree in Electrical and Electronics Engineering in 1989 from
Mysore University, M. Tech in Power and Energy Systems in 1995 from Mangalore University and
Ph.D. in High Voltage Engineering in 2009 from Visvesvaraya Technological University, Belagavi.
He is currently working as Professor in Electrical & Electronics Engineering Department of MSRIT,
Bengaluru. His areas of interest are high voltage engineering, outdoor insulation, lightning
protection, electromagnetic compatibility, and electric power quality.

More Related Content

What's hot

Economic Dispatch using Quantum Evolutionary Algorithm in Electrical Power S...
Economic Dispatch  using Quantum Evolutionary Algorithm in Electrical Power S...Economic Dispatch  using Quantum Evolutionary Algorithm in Electrical Power S...
Economic Dispatch using Quantum Evolutionary Algorithm in Electrical Power S...IJECEIAES
Β 
Solar Photovoltaic Power Forecasting in Jordan using Artificial Neural Networks
Solar Photovoltaic Power Forecasting in Jordan using Artificial Neural NetworksSolar Photovoltaic Power Forecasting in Jordan using Artificial Neural Networks
Solar Photovoltaic Power Forecasting in Jordan using Artificial Neural NetworksIJECEIAES
Β 
01 16286 32182-1-sm multiple (edit)
01 16286 32182-1-sm multiple (edit)01 16286 32182-1-sm multiple (edit)
01 16286 32182-1-sm multiple (edit)IAESIJEECS
Β 
Optimal Power Generation in Energy-Deficient Scenarios Using Bagging Ensembles
Optimal Power Generation in Energy-Deficient Scenarios Using Bagging EnsemblesOptimal Power Generation in Energy-Deficient Scenarios Using Bagging Ensembles
Optimal Power Generation in Energy-Deficient Scenarios Using Bagging EnsemblesKashif Mehmood
Β 
Solar PV parameter estimation using multi-objective optimisation
Solar PV parameter estimation using multi-objective optimisationSolar PV parameter estimation using multi-objective optimisation
Solar PV parameter estimation using multi-objective optimisationjournalBEEI
Β 
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...ijeei-iaes
Β 
Probabilistic Performance Index based Contingency Screening for Composite Pow...
Probabilistic Performance Index based Contingency Screening for Composite Pow...Probabilistic Performance Index based Contingency Screening for Composite Pow...
Probabilistic Performance Index based Contingency Screening for Composite Pow...IJECEIAES
Β 
Optimized placement of multiple FACTS devices using PSO and CSA algorithms
Optimized placement of multiple FACTS devices using PSO and CSA algorithms Optimized placement of multiple FACTS devices using PSO and CSA algorithms
Optimized placement of multiple FACTS devices using PSO and CSA algorithms IJECEIAES
Β 
Automatic generation-control-of-multi-area-electric-energy-systems-using-modi...
Automatic generation-control-of-multi-area-electric-energy-systems-using-modi...Automatic generation-control-of-multi-area-electric-energy-systems-using-modi...
Automatic generation-control-of-multi-area-electric-energy-systems-using-modi...Cemal Ardil
Β 
IMPROVED NEURAL NETWORK PREDICTION PERFORMANCES OF ELECTRICITY DEMAND: MODIFY...
IMPROVED NEURAL NETWORK PREDICTION PERFORMANCES OF ELECTRICITY DEMAND: MODIFY...IMPROVED NEURAL NETWORK PREDICTION PERFORMANCES OF ELECTRICITY DEMAND: MODIFY...
IMPROVED NEURAL NETWORK PREDICTION PERFORMANCES OF ELECTRICITY DEMAND: MODIFY...csandit
Β 
Short-term photovoltaics power forecasting using Jordan recurrent neural netw...
Short-term photovoltaics power forecasting using Jordan recurrent neural netw...Short-term photovoltaics power forecasting using Jordan recurrent neural netw...
Short-term photovoltaics power forecasting using Jordan recurrent neural netw...TELKOMNIKA JOURNAL
Β 
A Study of Load Flow Analysis Using Particle Swarm Optimization
A Study of Load Flow Analysis Using Particle Swarm OptimizationA Study of Load Flow Analysis Using Particle Swarm Optimization
A Study of Load Flow Analysis Using Particle Swarm OptimizationIJERA Editor
Β 
Optimal Integration of the Renewable Energy to the Grid by Considering Small ...
Optimal Integration of the Renewable Energy to the Grid by Considering Small ...Optimal Integration of the Renewable Energy to the Grid by Considering Small ...
Optimal Integration of the Renewable Energy to the Grid by Considering Small ...IJECEIAES
Β 

What's hot (20)

Economic Dispatch using Quantum Evolutionary Algorithm in Electrical Power S...
Economic Dispatch  using Quantum Evolutionary Algorithm in Electrical Power S...Economic Dispatch  using Quantum Evolutionary Algorithm in Electrical Power S...
Economic Dispatch using Quantum Evolutionary Algorithm in Electrical Power S...
Β 
Solar Photovoltaic Power Forecasting in Jordan using Artificial Neural Networks
Solar Photovoltaic Power Forecasting in Jordan using Artificial Neural NetworksSolar Photovoltaic Power Forecasting in Jordan using Artificial Neural Networks
Solar Photovoltaic Power Forecasting in Jordan using Artificial Neural Networks
Β 
Optimal Power System Planning with Renewable DGs with Reactive Power Consider...
Optimal Power System Planning with Renewable DGs with Reactive Power Consider...Optimal Power System Planning with Renewable DGs with Reactive Power Consider...
Optimal Power System Planning with Renewable DGs with Reactive Power Consider...
Β 
01 16286 32182-1-sm multiple (edit)
01 16286 32182-1-sm multiple (edit)01 16286 32182-1-sm multiple (edit)
01 16286 32182-1-sm multiple (edit)
Β 
Poster
PosterPoster
Poster
Β 
Optimal Power Generation in Energy-Deficient Scenarios Using Bagging Ensembles
Optimal Power Generation in Energy-Deficient Scenarios Using Bagging EnsemblesOptimal Power Generation in Energy-Deficient Scenarios Using Bagging Ensembles
Optimal Power Generation in Energy-Deficient Scenarios Using Bagging Ensembles
Β 
Very-Short Term Wind Power Forecasting through Wavelet Based ANFIS
Very-Short Term Wind Power Forecasting through Wavelet Based ANFISVery-Short Term Wind Power Forecasting through Wavelet Based ANFIS
Very-Short Term Wind Power Forecasting through Wavelet Based ANFIS
Β 
Solar PV parameter estimation using multi-objective optimisation
Solar PV parameter estimation using multi-objective optimisationSolar PV parameter estimation using multi-objective optimisation
Solar PV parameter estimation using multi-objective optimisation
Β 
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Β 
F011136467
F011136467F011136467
F011136467
Β 
Probabilistic Performance Index based Contingency Screening for Composite Pow...
Probabilistic Performance Index based Contingency Screening for Composite Pow...Probabilistic Performance Index based Contingency Screening for Composite Pow...
Probabilistic Performance Index based Contingency Screening for Composite Pow...
Β 
40220140504009
4022014050400940220140504009
40220140504009
Β 
40220140503002
4022014050300240220140503002
40220140503002
Β 
FinalReport
FinalReportFinalReport
FinalReport
Β 
Optimized placement of multiple FACTS devices using PSO and CSA algorithms
Optimized placement of multiple FACTS devices using PSO and CSA algorithms Optimized placement of multiple FACTS devices using PSO and CSA algorithms
Optimized placement of multiple FACTS devices using PSO and CSA algorithms
Β 
Automatic generation-control-of-multi-area-electric-energy-systems-using-modi...
Automatic generation-control-of-multi-area-electric-energy-systems-using-modi...Automatic generation-control-of-multi-area-electric-energy-systems-using-modi...
Automatic generation-control-of-multi-area-electric-energy-systems-using-modi...
Β 
IMPROVED NEURAL NETWORK PREDICTION PERFORMANCES OF ELECTRICITY DEMAND: MODIFY...
IMPROVED NEURAL NETWORK PREDICTION PERFORMANCES OF ELECTRICITY DEMAND: MODIFY...IMPROVED NEURAL NETWORK PREDICTION PERFORMANCES OF ELECTRICITY DEMAND: MODIFY...
IMPROVED NEURAL NETWORK PREDICTION PERFORMANCES OF ELECTRICITY DEMAND: MODIFY...
Β 
Short-term photovoltaics power forecasting using Jordan recurrent neural netw...
Short-term photovoltaics power forecasting using Jordan recurrent neural netw...Short-term photovoltaics power forecasting using Jordan recurrent neural netw...
Short-term photovoltaics power forecasting using Jordan recurrent neural netw...
Β 
A Study of Load Flow Analysis Using Particle Swarm Optimization
A Study of Load Flow Analysis Using Particle Swarm OptimizationA Study of Load Flow Analysis Using Particle Swarm Optimization
A Study of Load Flow Analysis Using Particle Swarm Optimization
Β 
Optimal Integration of the Renewable Energy to the Grid by Considering Small ...
Optimal Integration of the Renewable Energy to the Grid by Considering Small ...Optimal Integration of the Renewable Energy to the Grid by Considering Small ...
Optimal Integration of the Renewable Energy to the Grid by Considering Small ...
Β 

Similar to Daily peak load forecast using ANN

Short Term Load Forecasting: One Week (With & Without Weekend) Using Artifici...
Short Term Load Forecasting: One Week (With & Without Weekend) Using Artifici...Short Term Load Forecasting: One Week (With & Without Weekend) Using Artifici...
Short Term Load Forecasting: One Week (With & Without Weekend) Using Artifici...IJLT EMAS
Β 
Short-term load forecasting with using multiple linear regression
Short-term load forecasting with using multiple  linear regression Short-term load forecasting with using multiple  linear regression
Short-term load forecasting with using multiple linear regression IJECEIAES
Β 
Electricity load forecasting by artificial neural network model
Electricity load forecasting by artificial neural network modelElectricity load forecasting by artificial neural network model
Electricity load forecasting by artificial neural network modelIAEME Publication
Β 
WIND SPEED & POWER FORECASTING USING ARTIFICIAL NEURAL NETWORK (NARX) FOR NEW...
WIND SPEED & POWER FORECASTING USING ARTIFICIAL NEURAL NETWORK (NARX) FOR NEW...WIND SPEED & POWER FORECASTING USING ARTIFICIAL NEURAL NETWORK (NARX) FOR NEW...
WIND SPEED & POWER FORECASTING USING ARTIFICIAL NEURAL NETWORK (NARX) FOR NEW...Journal For Research
Β 
Optimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionOptimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionIAEME Publication
Β 
Optimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionOptimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionIAEME Publication
Β 
Optimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionOptimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionIAEME Publication
Β 
Neural wavelet based hybrid model for short-term load forecasting
Neural wavelet based hybrid model for short-term load forecastingNeural wavelet based hybrid model for short-term load forecasting
Neural wavelet based hybrid model for short-term load forecastingAlexander Decker
Β 
Iv3515241527
Iv3515241527Iv3515241527
Iv3515241527IJERA Editor
Β 
IRJET - Intelligent Weather Forecasting using Machine Learning Techniques
IRJET -  	  Intelligent Weather Forecasting using Machine Learning TechniquesIRJET -  	  Intelligent Weather Forecasting using Machine Learning Techniques
IRJET - Intelligent Weather Forecasting using Machine Learning TechniquesIRJET Journal
Β 
Short Term Load Forecasting Using Multi Layer Perceptron
Short Term Load Forecasting Using Multi Layer Perceptron Short Term Load Forecasting Using Multi Layer Perceptron
Short Term Load Forecasting Using Multi Layer Perceptron IJMER
Β 
Ijmer 44041014-140513065911-phpapp02
Ijmer 44041014-140513065911-phpapp02Ijmer 44041014-140513065911-phpapp02
Ijmer 44041014-140513065911-phpapp02Nihar Ranjan Behera
Β 
Short term residential load forecasting using long short-term memory recurre...
Short term residential load forecasting using long short-term  memory recurre...Short term residential load forecasting using long short-term  memory recurre...
Short term residential load forecasting using long short-term memory recurre...IJECEIAES
Β 
PVPF tool: an automated web application for real-time photovoltaic power fore...
PVPF tool: an automated web application for real-time photovoltaic power fore...PVPF tool: an automated web application for real-time photovoltaic power fore...
PVPF tool: an automated web application for real-time photovoltaic power fore...IJECEIAES
Β 
Intelligent methods in load forecasting
Intelligent methods in load forecastingIntelligent methods in load forecasting
Intelligent methods in load forecastingprj_publication
Β 
Wind power forecasting: A Case Study in Terrain using Artificial Intelligence
Wind power forecasting: A Case Study in Terrain using Artificial IntelligenceWind power forecasting: A Case Study in Terrain using Artificial Intelligence
Wind power forecasting: A Case Study in Terrain using Artificial IntelligenceIRJET Journal
Β 
Evaluation of electrical load estimation in Diyala governorate (Baaquba city)...
Evaluation of electrical load estimation in Diyala governorate (Baaquba city)...Evaluation of electrical load estimation in Diyala governorate (Baaquba city)...
Evaluation of electrical load estimation in Diyala governorate (Baaquba city)...IJECEIAES
Β 
Optimal artificial neural network configurations for hourly solar irradiation...
Optimal artificial neural network configurations for hourly solar irradiation...Optimal artificial neural network configurations for hourly solar irradiation...
Optimal artificial neural network configurations for hourly solar irradiation...IJECEIAES
Β 

Similar to Daily peak load forecast using ANN (20)

Short Term Load Forecasting: One Week (With & Without Weekend) Using Artifici...
Short Term Load Forecasting: One Week (With & Without Weekend) Using Artifici...Short Term Load Forecasting: One Week (With & Without Weekend) Using Artifici...
Short Term Load Forecasting: One Week (With & Without Weekend) Using Artifici...
Β 
Short-term load forecasting with using multiple linear regression
Short-term load forecasting with using multiple  linear regression Short-term load forecasting with using multiple  linear regression
Short-term load forecasting with using multiple linear regression
Β 
N020698101
N020698101N020698101
N020698101
Β 
I02095257
I02095257I02095257
I02095257
Β 
Electricity load forecasting by artificial neural network model
Electricity load forecasting by artificial neural network modelElectricity load forecasting by artificial neural network model
Electricity load forecasting by artificial neural network model
Β 
WIND SPEED & POWER FORECASTING USING ARTIFICIAL NEURAL NETWORK (NARX) FOR NEW...
WIND SPEED & POWER FORECASTING USING ARTIFICIAL NEURAL NETWORK (NARX) FOR NEW...WIND SPEED & POWER FORECASTING USING ARTIFICIAL NEURAL NETWORK (NARX) FOR NEW...
WIND SPEED & POWER FORECASTING USING ARTIFICIAL NEURAL NETWORK (NARX) FOR NEW...
Β 
Optimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionOptimal neural network models for wind speed prediction
Optimal neural network models for wind speed prediction
Β 
Optimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionOptimal neural network models for wind speed prediction
Optimal neural network models for wind speed prediction
Β 
Optimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionOptimal neural network models for wind speed prediction
Optimal neural network models for wind speed prediction
Β 
Neural wavelet based hybrid model for short-term load forecasting
Neural wavelet based hybrid model for short-term load forecastingNeural wavelet based hybrid model for short-term load forecasting
Neural wavelet based hybrid model for short-term load forecasting
Β 
Iv3515241527
Iv3515241527Iv3515241527
Iv3515241527
Β 
IRJET - Intelligent Weather Forecasting using Machine Learning Techniques
IRJET -  	  Intelligent Weather Forecasting using Machine Learning TechniquesIRJET -  	  Intelligent Weather Forecasting using Machine Learning Techniques
IRJET - Intelligent Weather Forecasting using Machine Learning Techniques
Β 
Short Term Load Forecasting Using Multi Layer Perceptron
Short Term Load Forecasting Using Multi Layer Perceptron Short Term Load Forecasting Using Multi Layer Perceptron
Short Term Load Forecasting Using Multi Layer Perceptron
Β 
Ijmer 44041014-140513065911-phpapp02
Ijmer 44041014-140513065911-phpapp02Ijmer 44041014-140513065911-phpapp02
Ijmer 44041014-140513065911-phpapp02
Β 
Short term residential load forecasting using long short-term memory recurre...
Short term residential load forecasting using long short-term  memory recurre...Short term residential load forecasting using long short-term  memory recurre...
Short term residential load forecasting using long short-term memory recurre...
Β 
PVPF tool: an automated web application for real-time photovoltaic power fore...
PVPF tool: an automated web application for real-time photovoltaic power fore...PVPF tool: an automated web application for real-time photovoltaic power fore...
PVPF tool: an automated web application for real-time photovoltaic power fore...
Β 
Intelligent methods in load forecasting
Intelligent methods in load forecastingIntelligent methods in load forecasting
Intelligent methods in load forecasting
Β 
Wind power forecasting: A Case Study in Terrain using Artificial Intelligence
Wind power forecasting: A Case Study in Terrain using Artificial IntelligenceWind power forecasting: A Case Study in Terrain using Artificial Intelligence
Wind power forecasting: A Case Study in Terrain using Artificial Intelligence
Β 
Evaluation of electrical load estimation in Diyala governorate (Baaquba city)...
Evaluation of electrical load estimation in Diyala governorate (Baaquba city)...Evaluation of electrical load estimation in Diyala governorate (Baaquba city)...
Evaluation of electrical load estimation in Diyala governorate (Baaquba city)...
Β 
Optimal artificial neural network configurations for hourly solar irradiation...
Optimal artificial neural network configurations for hourly solar irradiation...Optimal artificial neural network configurations for hourly solar irradiation...
Optimal artificial neural network configurations for hourly solar irradiation...
Β 

More from IJECEIAES

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...IJECEIAES
Β 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionIJECEIAES
Β 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...IJECEIAES
Β 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...IJECEIAES
Β 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningIJECEIAES
Β 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...IJECEIAES
Β 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...IJECEIAES
Β 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...IJECEIAES
Β 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...IJECEIAES
Β 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyIJECEIAES
Β 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationIJECEIAES
Β 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceIJECEIAES
Β 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...IJECEIAES
Β 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...IJECEIAES
Β 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...IJECEIAES
Β 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...IJECEIAES
Β 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...IJECEIAES
Β 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...IJECEIAES
Β 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...IJECEIAES
Β 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...IJECEIAES
Β 

More from IJECEIAES (20)

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...
Β 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regression
Β 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Β 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Β 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learning
Β 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...
Β 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...
Β 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...
Β 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...
Β 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancy
Β 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimization
Β 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performance
Β 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...
Β 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...
Β 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Β 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...
Β 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...
Β 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...
Β 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
Β 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
Β 

Recently uploaded

Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
Β 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
Β 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
Β 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
Β 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
Β 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
Β 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
Β 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
Β 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
Β 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
Β 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
Β 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
Β 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
Β 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
Β 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
Β 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
Β 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
Β 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
Β 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
Β 

Recently uploaded (20)

Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
Β 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
Β 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
Β 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
Β 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
Β 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
Β 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
Β 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
Β 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
Β 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
Β 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Β 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
Β 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
Β 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
Β 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Β 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
Β 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
Β 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Β 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
Β 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Β 

Daily peak load forecast using ANN

  • 1. International Journal of Electrical and Computer Engineering (IJECE) Vol. 9, No. 4, August 2019, pp. 2256~2263 ISSN: 2088-8708, DOI: 10.11591/ijece.v9i4.pp2256-2263  2256 Journal homepage: http://iaescore.com/journals/index.php/IJECE Daily peak load forecast using artificial neural network Ramesh Kumar V1 , Pradipkumar Dixit2 1 Department of Electrical and Electronics Engineering, JAIN (Deemed-to-be-University), India 2 Department of Electrical and Electronics Engineering, M. S. Ramaiah Institute of Technology, India Article Info ABSTRACT Article history: Received Sep 5, 2018 Revised Dec 27, 2018 Accepted Jan 10, 2019 The paper presents an Artificial Neural Network (ANN) model for short-term load forecasting of daily peak load. A multi-layered feed forward neural network with Levenberg-Marquardt learning algorithm is used because of its good generalizing property and robustness in prediction. The input to the network is in terms of historical daily peak load data and corresponding daily peak temperature data. The network is trained to predict the load requirement ahead. The effectiveness of the proposed ANN approach to the short-term load forecasting problems is demonstrated by practical data from the Bangalore Electricity Supply Company Limited (BESCOM). The comparison between the proposed and the conventional methods is made in terms of percentage error and it is found that the proposed ANN model gives more accurate predictions with optimal number of neurons in the hidden layer. Keywords: Artificial Neural Network Daily peak load Forecasting Linear fit Polynomial fit Copyright Β© 2019 Institute of Advanced Engineering and Science. All rights reserved. Corresponding Author: Ramesh Kumar V, Research Scholar, JAIN (Deemed-to-be-University), Department of Electrical and Electronics Engineering, JGI Global Campus, Bengaluru-562 112, Karnataka State, India. Email: ramesh_uvce@rediffmail.com 1. INTRODUCTION Electrical energy plays a vital role in day to day life. It is required for domestic purpose, industrial purpose and in many areas. Electrical energy is in great demand by consumers. At present, in India according to Central Electricity Authority, New Delhi survey [1] the total installed capacity as on 31-03-2017 is 326.848 GW and has energy shortage of 0.7% and peak shortage of 1.6% during the financial year 2016-17 and similarly in Karnataka the total installed capacity is 21.316 GW and has energy shortage of 0.5% and peak shortage of 0.2%. The shortage of power is because of lack of generation due to shortage of resources, unscheduled maintenances, outages and faults. This deficit can be reduced to some extent by demand side management or by transmitting power at high voltages which reduces transmission losses, but the basic means of meeting the demand is by increasing the generation itself. For this purpose, prediction of future load requirement is essential. Determining an estimate of load requirements for future is known as load forecasting. Depending on the duration, load forecasting is generally classified into short-term, medium-term and long-term [2]. The development of an accurate, fast and robust electrical load forecasting methodology is of importance to both the electric utility and its customers. A forecast that is too low or too high can result in revenue loss [3]. A wide variety of forecasting models have been proposed in the literature, most of which can be generally classified into two broad categories: 1) Statistical or Classical approaches such as multiple regression, exponential smoothing, minimum mean square estimation, Box and Jenkins methods, Kalman filter and state estimation. 2) Artificial Intelligence (AI) based methods such as Expert system, Neural Networks, Fuzzy Logic, Particle Swarm Optimizer (PSO), Support Vector Machine (SVM) and Genetic Algorithm (GA). Other category such as hybrid techniques is a combination of more than one technique i.e., either the combination of classical and AI techniques or the combination of different AI techniques [4].
  • 2. Int J Elec & Comp Eng ISSN: 2088-8708  Daily peak load forecast using artificial neural network (Ramesh Kumar V.) 2257 Tomonobu Senjyu et al. [5], employed ANN with back propagation algorithm to forecast the load by adding a correction to the selected similar day data. Load deviation and temperature deviation data is used as the correction for forecasting load. If the temperature curves change rapidly on the forecast day, load power changes greatly and forecast error would increase. Vitor Hugo Ferreira et al. [6], proposed ANN model with Bayesian training and SVM learning algorithm to control the ANN complexity. The three input datasets used were hourly load and temperature, daily peak load and temperature, and half-hourly load temperature and price. Z. A. Bashir et al. [7], implemented adaptive artificial neural networks to predicted hourly load demand and trained the ANNs with PSO algorithm with load, temperature, wind speed, humidity as input data. Ying Chen et al. [8], developed wavelet based neural network method to forecast next day demand, with similar day load and weather information such as wind-chill temperature, humidity, wind speed, cloud cover, and precipitation as inputs. Madasu Hanmandlu et al. [9], proposed hybrid neural networks to forecast hourly load demand, with load data and weather data comprising temperature, wind speed and relative humidity. Ni Ding et al. [10], proposed Generalized Neural Network model, with load data, temperature data and cost function (minimization) as input parameters. Yizheng Xu et al. [11], applied ANN and Monte Carlo Simulations technique to predict load a day ahead using load data, temperature, humidity and wind speed as input variables. Filipe Rodrigues et al. [12], proposed Feed-forward ANN with the Levenberg-Marquardt learning algorithm. Input variables are area location, number of consumers and consumption of electrical appliance with hourly load consumption were considered to forecast the residential demand. Anamika et al. [13], proposed multilayer feed forward network with ten hidden layers and Levenberg Marquardt back propagation learning algorithm for training the network. The input to the network is half hourly load data. The above work [5-11], employs either hybrid techniques that is the combination of different AI techniques or combination of classical and AI techniques or utilizes more than two input parameters to forecast the load demand and [12-13], though employs ANN techniques with Levenberg-Marquardt learning algorithm but does not provides any information regarding the number of neurons in the hidden layer(s) that represents the actual ANN model. Hence, the present work proposes an ANN model that uses load and/or temperature data for training the network to predict daily peak load demand with optimal number of hidden layer neurons and is validated on BESCOM power systems. 2. CONVENTIONAL TECHNIQUES The simplest conventional method employed for load forecasting is curve fitting techniques. The procedure of determining the empirical equation of the curve of best fit is known as curve fitting techniques. Some of the curve fit techniques used in electrical load forecasting are - Linear: 𝑦 = 𝐴π‘₯ + 𝐡 - Exponential: 𝑦 = 𝐴𝑒 𝐡π‘₯ - Logarithmic: 𝑦 = 𝐴𝑙𝑛(π‘₯) + 𝐡 - Polynomial: 𝑦 = 𝐴π‘₯2 + 𝐡π‘₯ + 𝐢 - Power: 𝑦 = 𝐴π‘₯ 𝐡 Where A, B and C are the constants determined by principle of least squares. Let x be the independent variable that represents days of a month and y be the dependent variable on x representing the forecasted demand such that 𝑦 = 𝑓(π‘₯). Now consider the nth polynomial function 𝑓(π‘₯) = π‘Ž0 + βˆ‘ π‘Žπ‘– π‘₯ 𝑖𝑛 𝑖=1 (1) In (1), the constant a0 is the interceptor of y-axis which represents the base load. In present work, for i = 1, 2 the other constants a1 and a2 are the exogenous factors. With the known parameters y (historical load) and x (day) the best fit can be done to evaluate these constants with least error. 3. ARTIFICIAL NEURAL NETWORK TECHNIQUES A fully connected multilayer feed-forward neural network model shown in Figure 1 is employed for daily peak load forecasting of the month. The input layer consists of 24 nodes corresponding to two input parameters viz., 12 input nodes, each node representing a month and has a maximum of 31 daily peak load data represents the corresponding days of a particular month and similarly another 12 input nodes for daily peak temperature data. The output layer consists of 12 nodes each node corresponds to a month and has a maximum of 31 daily peak forecasted load representing days of the month. The single hidden layer is used with variable number of nodes to verify the dependency upon the correct percentage of forecasting and repeatability in convergence. The output function of each unit in the hidden and output layers is non-linear
  • 3.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 9, No. 4, August 2019 : 2256 - 2263 2258 (sigmoid). Inputs to the proposed model are a1, a2…a12, daily peak load growth data and a13, a14…a24, daily peak temperature data of the corresponding month. The outputs of input layer for 𝑖 = 1, 2…24 is given by (2). 𝑠𝑖 = π‘Žπ‘– (2) The outputs of the hidden layer (𝑠𝑗 β„Ž ) and output layer (𝑏 π‘˜) are represented by (3) and (4) respectively for 𝑗 = 1, 2… m and π‘˜ = 1, 2...12 𝑠𝑗 β„Ž = 𝑓{βˆ‘ π‘Šπ‘—π‘– β„Ž 𝑠𝑖 βˆ’ πœƒπ‘— β„Ž24 𝑖=1 } (3) 𝑏 π‘˜ = 𝑓{βˆ‘ π‘Šπ‘˜π‘— π‘œ 𝑠𝑗 β„Žπ‘š 𝑗=1 βˆ’ πœƒ π‘˜ π‘œ } (4) Where, π‘Šπ‘—π‘– β„Ž and π‘Šπ‘˜π‘— π‘œ represents weights of the links for input-hidden layers and hidden-output layers respectively and πœƒπ‘— β„Ž and πœƒ π‘˜ π‘œ are the bias terms of hidden and output layers respectively. The outputs of the network correspond to b1, b2 …b12 are the daily peak load forecast of the corresponding month. Figure 1. Multilayer feed-forward neural network model for daily peak load forecast 4. INPUT DATA SELECTION In the present work, the hourly peak load data for more than five years i.e., from Jan 2012 to March 2017 is collected from Bangalore Electricity Supply Company and the hourly peak temperature data from Jan 2016 to March 2017 is collected from Meteorological Centre, Bangalore. Using the daily peak load data from 2012 to 2016, the average load data for 2017 is calculated to obtain the empirical curve fit equation in conventional method. For ANN technique, the load growth data for 2017 is estimated, with the load growth data of 2017 and the temperature data, the daily peak load as per the requirements can be forecasted ahead. Normalization of data, the input data for the neural network will have very wide ranges if the actual load data is directly used. This may cause convergence problem [14] during the learning process. To avoid this, the input data were normalized such that they were within the range of 0 to 1. For this purpose, the load and temperature data are normalized using (5).
  • 4. Int J Elec & Comp Eng ISSN: 2088-8708  Daily peak load forecast using artificial neural network (Ramesh Kumar V.) 2259 𝐿 π‘›π‘œπ‘Ÿ = 𝐿(𝑖,𝑗) 𝐿 𝑗 π‘šπ‘Žπ‘₯ (5) Where, 𝐿 π‘›π‘œπ‘Ÿ is the normalized load/temperature data which is used as input to the net, 𝐿(𝑖,𝑗) is the actual load growth/temperature data, i = 1 to n, n (number of days) = 1,2 …31 and j=1 to m, m (number of months) = 1,2, …..12 and 𝐿𝑗 π‘šπ‘Žπ‘₯ is the maximum load/temperature of a particular month. Thus, the input matrix will be in the order of 31x12 and using these data the daily peak load for any particular month or complete year can be forecasted. 5. TRAINING THE NETWORK Training of the network is completely based on the actual load data and temperature data collected from the respective authority on hourly basis. From the collected data, the data for more than five years have been analyzed for the percentage growth from year to year, month to month and hour to hour. After understanding the percentage growth, the training file for the neural network has been prepared and used to predict the future load demand. The size of the training file with temperature parameter included, for entire year will be in the order of 31x24 and testing file size can be same as that of training file or subset of training file as per the demand to be forecasted. The network is trained using Levenberg-Marquardt training algorithm for 2000 epochs and threshold on error, set to a very low value of 10-5 . The learning rate parameter and momentum factors are 0.1 and 0.9 respectively [15]. Training is carried out until the total sum of mean squares error reaches either the desired error limit of 10-5 or till the completion of 2000 epochs. The network was initially trained with varying number of nodes in the hidden layer. The smallest sum of squares error (10-5 ) was obtained for the network structure with 24Ni, 21Nh and 12No input layer, hidden layer and output layer respectively. Figure 2 shows the trend in the training error for each epoch for 21 nodes in the hidden layer for March 2017. Figure 2. Training error curve for March 2017 6. RESULTS AND DISCUSSIONS 6.1. Demand forecasting using conventional methods In this method, the trend in the historical load data points is plotted with the use of linear and polynomial of second order function to obtain the equation of empirical curve fit. The coefficients values of the fitted curve are given by least square approach. The error will minimum for the best fit, when the goodness of fit i.e. R2 tends towards one. The coefficient a0 represents the base load and other a1, a2 represents the exogenous factors. The linear and polynomial fit for March 2017 is shown in Figure 3 and the corresponding empirical curve fit equation is given by (6a) and (6b), respectively. Y = 3.7762x + 4011.8 MW (6a) Y = βˆ’0.1816x2 + 9.5869x + 3979.8 MW (6b) Where, Y is forecasted load in MW and x is the day of the month. The demand forecast calculated by using above equations and percentage error is calculated using (7) is tabulated in Table 1. The result shows that forecasted values by these methods has large error due
  • 5.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 9, No. 4, August 2019 : 2256 - 2263 2260 to the non-linearity of load. The linear fit has the maximum error of 13% and minimum of 2.82%, while polynomial fit has maximum of 13.06% and minimum of 2.55% error of actual demand. The plot of actual demand against the forecasted load of linear and polynomial fit is shown in Figure 4a and 4b respectively. This method requires one equation for a month and 12 equations for a year and hence the process becomes complex and tedious. Further the number of equations required can be reduced to one equation for a year by taking average of corresponding daily peak load over a complete year. With the reduction in number of equations, the percentage error increases drastically. %πΈπ‘Ÿπ‘Ÿπ‘œπ‘Ÿ = | πΏπ‘œπ‘Žπ‘‘ π΄π‘π‘‘π‘’π‘Žπ‘™βˆ’ πΏπ‘œπ‘Žπ‘‘ πΉπ‘œπ‘Ÿπ‘’π‘π‘Žπ‘ π‘‘π‘’π‘‘ πΏπ‘œπ‘Žπ‘‘ π΄π‘π‘‘π‘’π‘Žπ‘™ | Γ— 100 (7) Table 1. Daily load forecast results for March 2017 Day Actual Load (MW) Forecasted Load (MW) with linear fit % Error Forecasted Load (MW) with Polynomial fit % Error ANN Forecasted Load (MW) Without Temperature % Error With Temperature % Error 1 4438 4016 9.52 3989 10.11 4471 -0.74 4456 -0.40 2 4490 4019 10.48 3998 10.95 4560 -1.57 4536 -1.02 3 4527 4023 11.13 4007 11.49 4545 -0.40 4537 -0.22 4 4499 4027 10.49 4015 10.75 4619 -2.68 4609 -2.44 5 4246 4031 5.07 4023 5.25 4420 -4.10 4413 -3.94 6 4419 4034 8.70 4031 8.79 4298 2.73 4297 2.76 7 4417 4038 8.58 4038 8.58 4520 -2.34 4511 -2.12 8 4455 4042 9.27 4045 9.21 4365 2.01 4359 2.15 9 4420 4046 8.47 4051 8.34 4529 -2.47 4513 -2.11 10 4431 4050 8.61 4058 8.43 4582 -3.40 4564 -3.01 11 4390 4053 7.67 4063 7.44 4575 -4.21 4564 -3.96 12 4175 4057 2.82 4069 2.55 4368 -4.61 4359 -4.40 13 4296 4061 5.47 4074 5.17 4467 -3.97 4448 -3.53 14 4249 4065 4.34 4078 4.01 4452 -4.78 4433 -4.32 15 4546 4068 10.50 4083 10.19 4328 4.81 4426 2.65 16 4523 4072 9.97 4087 9.65 4336 4.14 4433 2.00 17 4550 4076 10.41 4090 10.09 4443 2.33 4438 2.46 18 4605 4080 11.41 4094 11.11 4508 2.10 4507 2.12 19 4324 4084 5.56 4096 5.26 4475 -3.49 4465 -3.26 20 4667 4087 12.42 4099 12.17 4623 0.95 4621 0.98 21 4541 4091 9.91 4101 9.69 4713 -3.78 4684 -3.15 22 4707 4095 13.00 4103 12.84 4722 -0.33 4712 -0.12 23 4554 4099 10.00 4104 9.88 4728 -3.83 4721 -3.67 24 4635 4102 11.49 4105 11.43 4667 -0.68 4657 -0.48 25 4626 4106 11.24 4106 11.24 4516 2.37 4516 2.37 26 4435 4110 7.33 4106 7.41 4406 0.65 4404 0.69 27 4723 4114 12.90 4106 13.06 4573 3.18 4670 1.12 28 4652 4118 11.49 4106 11.74 4605 1.02 4606 1.00 29 4434 4121 7.05 4105 7.42 4620 -4.20 4593 -3.58 30 4434 4125 6.97 4104 7.44 4610 -3.98 4594 -3.62 31 4605 4129 10.34 4102 10.91 4663 -1.25 4641 -0.79 Figure 3. Linear fit and polynomial fit for March 2017
  • 6. Int J Elec & Comp Eng ISSN: 2088-8708  Daily peak load forecast using artificial neural network (Ramesh Kumar V.) 2261 (a) (b) Figure 4. a. Comparison of actual and forecasted load curve of linear fit for March 2017 b. Comparison of actual & forecasted load curve of polynomial fit for March 2017 6.2. Demand forecasting using developed ANN model MATLAB code is written to train and test the proposed ANN model to forecast the demand. The performance of the ANN model has been tested for March 2017. The percentage of correct prediction obtained from the ANN model with varying number of nodes in the hidden layer has been performed. It is observed that the network structure with 21 nodes in the hidden layer gave the most accurate forecast, trained with temperature as shown in Table 2. The forecasted daily peak load for March 2017 is compared with the actual load data and shown in Figure 5. The percentage error calculated using (7) is tabulated in Table 1. The proposed ANN model, when trained with only load data as its input parameter predicted the demand with maximum percentage error of 4.81 and minimum of -0.33. The same ANN model on training with both load and temperature data as its input parameters gave further accurate prediction with maximum of -4.40% error and minimum of -0.12% error as shown in Table 1. The results show that one of the influential factors such as temperature has an impact on the demand forecast. Figure 6 shows the comparison of forecasted demand by conventional methods and proposed ANN model. The ANN model gives more accurate prediction as compared to the empirical curve fitting technique and also it can handle large number of non- linear load data with ease. Using the same training file the proposed ANN model can forecast the daily peak demand for complete year. Table 2. Maximum percentage error for different Neural Network structure SL No Neural Network Structure Maximum % Error No of Input Layer Neurons (𝑁𝑖) No of Hidden layer Neurons (π‘β„Ž) No of Output layer Neurons (π‘π‘œ) 1 24 20 12 -4.61 2 24 21 12 -4.40 3 24 22 12 -4.78 Figure 5. Comparison of actual & forecasted load curve of ANN model for March 2017 Figure 6. Comparison of conventional & ANN method for March 2017
  • 7.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 9, No. 4, August 2019 : 2256 - 2263 2262 7. CONCLUSIONS The conventional and Artificial Neural Network based approach has been applied for daily peak load forecasting and detailed study has been carried out in terms of training and testing the neural network with historical daily peak load data pertaining to the Bangalore Electricity Supply Company Limited. The ANN model is trained by varying the number of neurons in the hidden layer and it is found that the forecasted values are in good agreement with the actual values for optimal neurons. The ANN model proposed in the present work results in accurate prediction of daily peak load as compared to actual demand. The conventional method gives higher value of error due to nonlinear behavior of most of the loads. Hence the proposed ANN model gives better results in comparison with conventional methods. ACKNOWLEDGEMENTS Authors are grateful to the Pro Vice Chancellor & Management of School of Engineering & Technology, JAIN (Deemed-to-be-University)-Bengaluru, the Principal & Management of Don Bosco Institute of Technology, Bengaluru, the Principal & Management of M.S. Ramaiah Institute of Technology, Bengaluru, for their constant support and encouragement in carrying out this research work and the BESCOM & Meteorological center, Bengaluru, for providing the data. REFERENCES [1] Load Generation Balance Report, Government of India, Ministry of Power, Central electricity authority, 2016-17. [2] IEEE Committee Report, "Load forecasting bibliography". IEEE Trans. on Power Apparatus Systems, vol. 99, no. 1, pp. 53-58, 1980. [3] Damitha K. Ranaweera, George G. Karady, Richard G. Farmer. "Economic impact analysis of load forecasting," IEEE Transactions on Power Systems, vol. 12, no. 3, pp. 1388-1392, 1977. [4] Ramesh Kumar V., Pradipkumar Dixit, "One day ahead electrical load forecasting using artificial neural network," 2nd International Conference on Information & Communication Engineering (IRD India); vol. 2, no. 1, pp. 9-12, Aug 2013. [5] Tomonobu Senjyu, Hitoshi Takara, Katsumi Uezato, Toshihisa Funabashi, "One-hour-ahead load forecasting using neural network," IEEE Transactions on Power Systems, vol. 17, no. 1, pp. 113-118, Feb 2002. [6] Vitor Hugo Ferreira, Alexandre P. Alves da Silva, "Toward estimating autonomous neural network-based electric load forecasters," IEEE Transactions on Power Systems, vol. 22, no. 4, pp. 1554-1562, Nov 2007. [7] Z. A. Bashir, M. E. El-Hawary, "Applying wavelets to short-term load forecasting using pso-based neural networks," IEEE Transactions on Power Systems, 24, no. 1, pp. 20-27, Feb 2009. [8] Ying Chen, Peter B. Luh, Che Guan, Yige Zhao, Laurent D. Michel, Matthew A. Coolbeth, Peter B. Friedland and Stephen J. Rourke., "Short-term load forecasting: similar day-based wavelet neural networks," IEEE Transactions on Power Systems, vol. 25, no. 1, pp. 322-330 , Feb 2010. [9] Madasu Hanmandlu, Bhavesh Kumar Chauhan, "Load forecasting using hybrid models," IEEE Transactions on Power Systems, vol. 26, no. 1, pp. 20-29, Feb 2011. [10] Ni Ding, Clementine Benoit, Guillaume Foggia, Yvon Besanger, Frederic Wurtz, "Neural network-based model design for short-term load forecast in distribution systems," IEEE Transactions on Power Systems, vol. 31, no.1, pp. 72-81, Jan 2016. [11] Yizheng Xu, Jovica V. Milanovic, "Day-ahead prediction and shaping of dynamic response of demand at bulk supply points," IEEE Transactions on Power Systems, vol. 31, no. 4, pp. 3100-3108, Jul 2016. [12] Filip Rodrigues, C. Cardeira, J. M. F. Calado, "The daily and hourly energy consumption and load forecasting using artificial neural network method: a case study using a set of 93 households in Portugal," Elsevier. vol. 62, no. 1, pp. 220-229, 2014. [13] Anamika Singh, V. Kumar Tripathi, "Load forecasting using multi-layer perceptron neural network," International Journal of Engineering Science and Computing, vol. 6, no. 5, pp. 5463 -5466, May 2016. [14] Ramesh Kumar V, Pradipkumar Dixit, "Artificial neural network model for hourly peak load forecast," International Journal of Energy Economics and Policy, vol. 8, no. 5, pp. 155-160, Sep 2018. [15] Pradipkumar Dixit, H. G. Gopal, "ANN based three stage classification of arc gradient of contaminated porcelain insulators," International Conference on Solid Dielectrics, France, vol. 1, no. 1, pp. 427-430, Jul 2004.
  • 8. Int J Elec & Comp Eng ISSN: 2088-8708  Daily peak load forecast using artificial neural network (Ramesh Kumar V.) 2263 BIOGRAPHIES OF AUTHORS Ramesh Kumar V received the B.E. degree in Electrical & Electronics Engineering and M.E degree in Power & Energy Systems from UVCE (Bangalore University), Bengaluru, India, in 2001 and 2004, respectively. He is currently pursuing Ph.D. at JAIN (Deemed-to-be-University), Bengaluru. He is working as Assistant Professor at Don Bosco Institute of Technology, Bengaluru. His research interest is in the area of Artificial Neural Network and their applications to various Power Systems problems. Pradipkumar Dixit received the B.E. degree in Electrical and Electronics Engineering in 1989 from Mysore University, M. Tech in Power and Energy Systems in 1995 from Mangalore University and Ph.D. in High Voltage Engineering in 2009 from Visvesvaraya Technological University, Belagavi. He is currently working as Professor in Electrical & Electronics Engineering Department of MSRIT, Bengaluru. His areas of interest are high voltage engineering, outdoor insulation, lightning protection, electromagnetic compatibility, and electric power quality.