SlideShare una empresa de Scribd logo
1 de 6
Descargar para leer sin conexión
International Journal Of Computational Engineering Research (ijceronline.com) Vol. 04 Issue. 01

Power System Planning and Operation Using Artificial Neural
Networks
Ankita Shrivastava1 and Arti Bhandakkar2
1

PG Scholar, Shriram Institute of Technology, Jabalpur
Associate Professor, Shriram Institute of Technology, Jabalpur

2

ABSTRACT:
Load forecasting is essential part for the power system planning and operation. In this paper the
modeling and design of artificial neural network for load forecasting is carried out in a particular region
of India. Three ANN- techniques – Radial Basis Function Neural Network, Feed forward Neural Network
and Cascade- Forward Neural Network are discussed in this paper. Their performances are evaluated
through a simulation study. This gives load forecasts one hour in advance. Historical Load Data from
the Load Dispatch Centre Jabalpur are used for training, testing and showing the good performance of
the proposed method. The proposed model can forecast the load profile with a lead time of one to seven
days.

Keywords: Artificial Intelligence, Artificial Neural Network, Back-Propagation, Energy Consumption,
Load Forecasting.

I.

INTRODUCTION

Load Forecasting is an important component for power system energy management system. Load
forecasting means predicting the future load with the help of historical load data available. It is very important
for the planning, operation and control of power system. It plays a vital role in the deregulated electric industry
[1].
A good forecast reflects current and future trends in the power system. The accuracy of a forecast is
crucial to any electric utility. That is why, accurate models for load forecasting are essential for the operation
and planning of a utility company [2].
Since in power system the next day’s power generation must be scheduled every day, day- ahead shortterm load forecasting (STLF) is a necessary daily task for power dispatch. Its accuracy affects the economic
operation and reliability of the system greatly [3].
Short- term load forecasts helps in estimating the load flows. This helps in making decisions that can
prevent overloading and the result deeply influence the power systems’ safety and economy [4].
The short- term forecasts are not only needed for control and scheduling of power system but also used
as inputs to load flow study or contingency analysis i.e. for load management program. The short term
forecasting is also primarily used for the generation dispatch, capacitor switching, feeder reconfiguration,
voltage control, and automatic generation control (AGC) [5].
A little increase in the percentages of short-term prediction accuracy may bring many benefits in terms
of economy and reliability of power system. Therefore, precise short- term load forecasting not only enhances
the reliability of power supply but also increases economic benefits [6].
The research work in this area is still a challenge to the electrical engineering scholars because of its
high complexity. How to estimate the future load with the historical data has remained a difficulty up to now,
especially for the load forecasting of holidays, days with extreme weather and other anomalous days. But with
the recent development of new mathematical and artificial intelligence tools, it is potentially possible to improve
the forecasting results [7].
Load Forecasting can be performed using many techniques such as similar day approach, various
regression models, time series, statistical methods, fuzzy logic, artificial neural networks, expert systems, etc.
But application of artificial neural network in the areas of forecasting has made it possible to overcome the
limitations of the other methods mentioned above used for electrical load forecasting [8].
II.
ARTIFICIAL NEURAL NETWORK
Neural networks are essentially non-linear circuits that have the demonstrated capability to do non-linear
curve fitting. The outputs of an artificial neural network are some linear or non-linear mathematical function of
its inputs [9].
|| Issn 2250-3005 (online) ||

|| January || 2014 ||

Page 1
Power System Planning and Operation Using Artificial Neural Networks
ANN is usually formed from many hundreds or thousands of simple processing units, connected in
parallel and feeding forward in several layers. Because of the fast and inexpensive personal computers
availability, the interest in ANN’s has blossomed in the current digital world. The basic motive of the
development of the ANN is to make the computers do what a human being cannot do.
The three-layer fully connected feed-forward neural network which is generally used for load
forecasting. It comprises of an input layer, one hidden layer and an output layer.
Signal system is allowed only from the input layer to the hidden layer and from the hidden layer to the
output layer. Input variables come from historical data, which are date, hour of the day, past system load,
temperature and humidity, corresponding tothe factors that affect the load. The outputs are the forecasting
results. The number of inputs, the number of hidden nodes, transfer functions, scaling schemes, and training
methods affect the forecasting performance and, hence, need to be chosen carefully [10].
In applying a neural network to load forecasting, one must select one of a number of architectures (e.g.
Hopfield, back propagation, Boltzmann machine), the number and connectivity of layers and elements, use of
bi-directional or uni-directional links and the number format (e.g. binary or continuous) to be used by inputs and
outputs

Figure 1: Structure of Ann
This is the structure of ANN. There are three layers namely, input layer, hidden layer and output layer.
III.
NETWORK DESIGN AND TESTING
In this section three types of neural network architectures are presented for short term load forecasting.


Radial Basis Function Network
A radial basis function network is an artificial neural network that uses radial basis
functions as activation functions. Radial basis function (RBF) networks typically have three layers: an input
layer, a hidden layer with a non-linear RBF activation function and a linear output layer.

Figure 2: Architecture of Radial Basis Function Network

|| Issn 2250-3005 (online) ||

|| January || 2014 ||

Page 2
Power System Planning and Operation Using Artificial Neural Networks
The input of a RBF network can be modelled as a vector of real numbers
network is then a scalar function of the input vector,

. The output of the

, and is given by

Also,

And,

Where,
N = the number of neurons in the hidden layer
=the center vector for neuron i
= the weight of neuron i in the linear output neuron.
The parameters

,

,

are determined in a manner that optimizes the fit between

and the data [11].



Feedforward backpropagation (FB) Neural Network
Feedforward BP Network consists of input, hidden and output layers. In a feed forward network
information always moves in one direction; it never goes backwards. Backpropagation learning algorithm was
used for training these networks. During training, calculations are carried out from input layer towards the
output layer, and error values are fed back to the previous layer [12]. The most popular artificial neural network
architecture for load forecasting is back propagation. This network uses continuously valued functions and
supervised learning. That is, under supervised learning, the actual numerical weights assigned to element inputs
are determined by matching historical data (such as time and weather) to desired outputs (such as historical
loads).

Figure 3: Architecture of Feed forward Back propagation Network
Feed forward networks often have one or more hidden layers of sigmoid neurons followed by an output
layer of linear neurons. Multiple layers of neurons with nonlinear transfer functions allow the network to learn
nonlinear and linear relationships between input and output vectors. The linear output layer lets the network
produce values outside the range –1 to +1. On the other hand, outputs of a network such as between 0 and 1 are
produced, then the output layer should use a sigmoid transfer function (tansig) [13].


Cascade Forward Back propagation Network
Cascade forward back propagation model is similar to feed-forward networks, but include a weight
connection from the input to each layer and from each layer to the successive layers. While two- layer feedforward networks can potentially learn virtually any input-output relationship, feed-forward networks with more
layers might learn complex relationships more quickly. The function newcf creates cascade-forward networks .

|| Issn 2250-3005 (online) ||

|| January || 2014 ||

Page 3
Power System Planning and Operation Using Artificial Neural Networks
Cascade forward back propagation ANN model is similar to feed forward back propagation neural
network in using the back propagation algorithm for weights updating, but the main nature of this network is
that each layer of neurons is related to all previous layer of neurons. For example, a three layer network has
connections from layer 1 to layer 2, layer 2
to layer 3, and layer 1 to layer 3. The three-layer network also has connections from the input to all three layers
[12].

Figure 4: Architecture Of Cascade Forward Back- Propagation Network
Tan-sigmoid transfer function was used to reach the optimized status. The performance of cascade
forward back propagation and feed forward back propagation were evaluated using Mean Square Error (MSE)
[13].
2

IV.

RESULTS AND DISCUSSIONS

The acceptable criteria for a particular model is based upon the
i.
Mean Square Error (MSE)
ii.
Training Time
iii.
Detection Time


Performance of RBF Network
Training with RBF network for 98 epochs taking goal=0.01 and spread=1 gives good performance in
terms of MSE (mean square error) equal to 1.62.

Figure 5: Performance of RBF Neural Network
Here MSE= 1.62, Training Time= 1.5744 and Detection Time= 0.0175.


Performance of FBPNN
For different numbers of neurons the system has been trained and tested but the exact forecast is
obtained for 12,12 neurons.

|| Issn 2250-3005 (online) ||

|| January || 2014 ||

Page 4
Power System Planning and Operation Using Artificial Neural Networks

Figure 6: Performance of FBPNN
Here MSE= 1.7032e+004, Training Time= 2.4981 and Detection Time= 0.0206


Performance of Cascade Forward BP Network

For different numbers of neurons the system has been trained and tested but we get the exact forecast
for 15, 15 neurons.

Figure 7: Performance of CF-BP Network
Here MSE = 3.2392e+004, Training Time = 15.5890 and Detection Time = 0.0254

V.

CONCLUSIONS

The result of the three neural network models (RBFNN, FFBPNN, CFBPNN) used for short term load
forecast for Jabalpur region, shows that the networks has good performances and accurate prediction is
achieved. Its forecasting reliabilities were evaluated by computing the mean square error (MSE) between the
exact and predicted values.
The results suggest that ANN model with the developed structure can perform good prediction with
least error and finally this neural network could be an important tool for short term load forecasting as well as
this work incorporates additional information such as Hour of the Day, Days of the month, and different weather
conditions into the network so as to obtain a more representative forecast of future load.

|| Issn 2250-3005 (online) ||

|| January || 2014 ||

Page 5
Power System Planning and Operation Using Artificial Neural Networks

REFERENCES
[1]
[2]

[3]
[4]
[5]
[6]
[7]
[8]

[9]
[10]

[11]
[12]

Hong Chen, Claudio A. Canizares, Ajit Singh, “ANN- based Short- Term Load Forecasting in Electricity Markets”,
University of Waterloo, Canada
Sanjib Mishra, Sarat Kumar Patra, “Short Term Load Forecasting using a Neural Network trained by A Hybrid Artificial
Immune System”, 2008 IEEE Region 10 Colloquium and the Third International Conference on Industrial and Information
Systems, Kharagpur, India December 8- 10, 2008
J.P.S. Catalao, S.J.P.S. Mariano, V.M.F. Mendes, L.A.F.M. Ferreira, “Short Term electricity prices forecasting in a
competitive market: A neural network approach”, ScienceDirect, Electric Power Systems Research 77 (2007) 1297- 1304
Ajay Gupta, Pradeepta K. Sarangi, “Electrcal Load Forecasting Using Genetic Algorithm Based Back- Propagation Method”,
ARPN Journal of Engineering and Applied Sciences, vol. 7, no.8, August 2012
Shu Fan, Yuan- Kang Wu, Wei- Jen Lee, Ching- Yin Lee, ”Comparative Study on Load Forecasting Technologies for
Different Geographical Distributed Loads”, proc of IEEE 2011
Eugene A. Feinberg, Dora Genethliou, State University of New York, Stony Brook, “Chapter 12 LOAD FORECASTING”
K.Y. Lee, Y.T. Cha, J.H. Park, “Short- Term Load Forecasting Using an Artificial Neural Network”, Transactions on Power
Systems, vol. 7, No. 1, February 1992
Muhammad Buhari, Sanusi Sani Adamu, “Short-Term Load Forecasting Using Artificial Neural Network”, Proc. of the
International MultiConference of Engineers and Computer Scientists 2012 Vol I, IMECS 2012, March 14- 16,2012, Hong
Kong
Gautham P. Das, Chandrasekar S., Piyush Chandra Ojha, “ Artificial Neural Network Based Short Term Load Forecasting for
the Distribution Utilities” Kalki Communication Technologies Ltd. Available at www.kalkitech.com
Fatemeh Mosalman, Alireza Mosalman, H. Mosalman Yazdi, M. Mosalman Yazdi, “One day- ahead load forecasting by
artificial neural network”, Scientific Research and Essays Vol. 6 (13), pp. 2795- 2799, 4 July, 2011. Available at
www.academicjournals.org/SRE http://en.wikipedia.org/RadialBasisFunction (accessed on 28.9.2013).
H.Demuth, M. Beale and M.Hagan. “Neural Network Toolbox User‟ s Guide”. The MathWorks, Inc., Natrick, USA. 2009
Dheeraj S. Badde, Anil k. Gupta, Vinayak K. Patki, “Cascade and Feed Forward Back propagation Artificial Neural Network
Models for Prediction of Compressive Strength of Ready Mix Concrete”, IOSR Journal of Mechanical and Civil Engineering
(IOSR-JMCE) ISSN: 2278-1684, PP: 01-06 www.iosrjournals.org Second

|| Issn 2250-3005 (online) ||

|| January || 2014 ||

Page 6

Más contenido relacionado

La actualidad más candente

A survey research summary on neural networks
A survey research summary on neural networksA survey research summary on neural networks
A survey research summary on neural networkseSAT Publishing House
 
Design and implementation a prototype system for fusion image by using SWT-PC...
Design and implementation a prototype system for fusion image by using SWT-PC...Design and implementation a prototype system for fusion image by using SWT-PC...
Design and implementation a prototype system for fusion image by using SWT-PC...IJECEIAES
 
Black-box modeling of nonlinear system using evolutionary neural NARX model
Black-box modeling of nonlinear system using evolutionary neural NARX modelBlack-box modeling of nonlinear system using evolutionary neural NARX model
Black-box modeling of nonlinear system using evolutionary neural NARX modelIJECEIAES
 
Target Response Electrical usage Profile Clustering using Big Data
Target Response Electrical usage Profile Clustering using Big DataTarget Response Electrical usage Profile Clustering using Big Data
Target Response Electrical usage Profile Clustering using Big DataIRJET Journal
 
Cross-layer Design of an Asymmetric Loadpower Control Protocol in Ad hoc Netw...
Cross-layer Design of an Asymmetric Loadpower Control Protocol in Ad hoc Netw...Cross-layer Design of an Asymmetric Loadpower Control Protocol in Ad hoc Netw...
Cross-layer Design of an Asymmetric Loadpower Control Protocol in Ad hoc Netw...IDES Editor
 
Presentation: Wind Speed Prediction using Radial Basis Function Neural Network
Presentation: Wind Speed Prediction using Radial Basis Function Neural NetworkPresentation: Wind Speed Prediction using Radial Basis Function Neural Network
Presentation: Wind Speed Prediction using Radial Basis Function Neural NetworkArzam Muzaffar Kotriwala
 
Electricity Demand Forecasting Using Fuzzy-Neural Network
Electricity Demand Forecasting Using Fuzzy-Neural NetworkElectricity Demand Forecasting Using Fuzzy-Neural Network
Electricity Demand Forecasting Using Fuzzy-Neural NetworkNaren Chandra Kattla
 
Electricity Demand Forecasting Using ANN
Electricity Demand Forecasting Using ANNElectricity Demand Forecasting Using ANN
Electricity Demand Forecasting Using ANNNaren Chandra Kattla
 
Novel approach for hybrid MAC scheme for balanced energy and transmission in ...
Novel approach for hybrid MAC scheme for balanced energy and transmission in ...Novel approach for hybrid MAC scheme for balanced energy and transmission in ...
Novel approach for hybrid MAC scheme for balanced energy and transmission in ...IJECEIAES
 
Neural networks for the prediction and forecasting of water resources variables
Neural networks for the prediction and forecasting of water resources variablesNeural networks for the prediction and forecasting of water resources variables
Neural networks for the prediction and forecasting of water resources variablesJonathan D'Cruz
 
Short Term Load Forecasting Using Bootstrap Aggregating Based Ensemble Artifi...
Short Term Load Forecasting Using Bootstrap Aggregating Based Ensemble Artifi...Short Term Load Forecasting Using Bootstrap Aggregating Based Ensemble Artifi...
Short Term Load Forecasting Using Bootstrap Aggregating Based Ensemble Artifi...Kashif Mehmood
 
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET Journal
 
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET Journal
 
A multi-layer-artificial-neural-network-architecture-design-for-load-forecast...
A multi-layer-artificial-neural-network-architecture-design-for-load-forecast...A multi-layer-artificial-neural-network-architecture-design-for-load-forecast...
A multi-layer-artificial-neural-network-architecture-design-for-load-forecast...Cemal Ardil
 
A review on energy efficient clustering routing
A review on energy efficient clustering routingA review on energy efficient clustering routing
A review on energy efficient clustering routingeSAT Publishing House
 
Short term load forecasting using hybrid neuro wavelet model
Short term load forecasting using hybrid neuro  wavelet modelShort term load forecasting using hybrid neuro  wavelet model
Short term load forecasting using hybrid neuro wavelet modelIAEME Publication
 
Application of nn to power system
Application of nn to power systemApplication of nn to power system
Application of nn to power systemjulio shimano
 

La actualidad más candente (19)

A survey research summary on neural networks
A survey research summary on neural networksA survey research summary on neural networks
A survey research summary on neural networks
 
Design and implementation a prototype system for fusion image by using SWT-PC...
Design and implementation a prototype system for fusion image by using SWT-PC...Design and implementation a prototype system for fusion image by using SWT-PC...
Design and implementation a prototype system for fusion image by using SWT-PC...
 
Black-box modeling of nonlinear system using evolutionary neural NARX model
Black-box modeling of nonlinear system using evolutionary neural NARX modelBlack-box modeling of nonlinear system using evolutionary neural NARX model
Black-box modeling of nonlinear system using evolutionary neural NARX model
 
Target Response Electrical usage Profile Clustering using Big Data
Target Response Electrical usage Profile Clustering using Big DataTarget Response Electrical usage Profile Clustering using Big Data
Target Response Electrical usage Profile Clustering using Big Data
 
Cross-layer Design of an Asymmetric Loadpower Control Protocol in Ad hoc Netw...
Cross-layer Design of an Asymmetric Loadpower Control Protocol in Ad hoc Netw...Cross-layer Design of an Asymmetric Loadpower Control Protocol in Ad hoc Netw...
Cross-layer Design of an Asymmetric Loadpower Control Protocol in Ad hoc Netw...
 
E010323842
E010323842E010323842
E010323842
 
Presentation: Wind Speed Prediction using Radial Basis Function Neural Network
Presentation: Wind Speed Prediction using Radial Basis Function Neural NetworkPresentation: Wind Speed Prediction using Radial Basis Function Neural Network
Presentation: Wind Speed Prediction using Radial Basis Function Neural Network
 
Electricity Demand Forecasting Using Fuzzy-Neural Network
Electricity Demand Forecasting Using Fuzzy-Neural NetworkElectricity Demand Forecasting Using Fuzzy-Neural Network
Electricity Demand Forecasting Using Fuzzy-Neural Network
 
Electricity Demand Forecasting Using ANN
Electricity Demand Forecasting Using ANNElectricity Demand Forecasting Using ANN
Electricity Demand Forecasting Using ANN
 
G018134149
G018134149G018134149
G018134149
 
Novel approach for hybrid MAC scheme for balanced energy and transmission in ...
Novel approach for hybrid MAC scheme for balanced energy and transmission in ...Novel approach for hybrid MAC scheme for balanced energy and transmission in ...
Novel approach for hybrid MAC scheme for balanced energy and transmission in ...
 
Neural networks for the prediction and forecasting of water resources variables
Neural networks for the prediction and forecasting of water resources variablesNeural networks for the prediction and forecasting of water resources variables
Neural networks for the prediction and forecasting of water resources variables
 
Short Term Load Forecasting Using Bootstrap Aggregating Based Ensemble Artifi...
Short Term Load Forecasting Using Bootstrap Aggregating Based Ensemble Artifi...Short Term Load Forecasting Using Bootstrap Aggregating Based Ensemble Artifi...
Short Term Load Forecasting Using Bootstrap Aggregating Based Ensemble Artifi...
 
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
 
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
 
A multi-layer-artificial-neural-network-architecture-design-for-load-forecast...
A multi-layer-artificial-neural-network-architecture-design-for-load-forecast...A multi-layer-artificial-neural-network-architecture-design-for-load-forecast...
A multi-layer-artificial-neural-network-architecture-design-for-load-forecast...
 
A review on energy efficient clustering routing
A review on energy efficient clustering routingA review on energy efficient clustering routing
A review on energy efficient clustering routing
 
Short term load forecasting using hybrid neuro wavelet model
Short term load forecasting using hybrid neuro  wavelet modelShort term load forecasting using hybrid neuro  wavelet model
Short term load forecasting using hybrid neuro wavelet model
 
Application of nn to power system
Application of nn to power systemApplication of nn to power system
Application of nn to power system
 

Similar a A040101001006

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
 
Comparative Study of Neural Networks Algorithms for Cloud Computing CPU Sched...
Comparative Study of Neural Networks Algorithms for Cloud Computing CPU Sched...Comparative Study of Neural Networks Algorithms for Cloud Computing CPU Sched...
Comparative Study of Neural Networks Algorithms for Cloud Computing CPU Sched...IJECEIAES
 
IRJET- Three Phase Line Fault Detection using Artificial Neural Network
IRJET- Three Phase Line Fault Detection using Artificial Neural NetworkIRJET- Three Phase Line Fault Detection using Artificial Neural Network
IRJET- Three Phase Line Fault Detection using Artificial Neural NetworkIRJET Journal
 
Artificial Neural Network Based Load Forecasting
Artificial Neural Network Based Load ForecastingArtificial Neural Network Based Load Forecasting
Artificial Neural Network Based Load ForecastingIRJET Journal
 
Efficiency of Neural Networks Study in the Design of Trusses
Efficiency of Neural Networks Study in the Design of TrussesEfficiency of Neural Networks Study in the Design of Trusses
Efficiency of Neural Networks Study in the Design of TrussesIRJET Journal
 
Medium term load demand forecast of Kano zone using neural network algorithms
Medium term load demand forecast of Kano zone using neural network algorithmsMedium term load demand forecast of Kano zone using neural network algorithms
Medium term load demand forecast of Kano zone using neural network algorithmsTELKOMNIKA JOURNAL
 
Prediction of Extreme Wind Speed Using Artificial Neural Network Approach
Prediction of Extreme Wind Speed Using Artificial Neural  Network ApproachPrediction of Extreme Wind Speed Using Artificial Neural  Network Approach
Prediction of Extreme Wind Speed Using Artificial Neural Network ApproachScientific Review SR
 
Live to learn: learning rules-based artificial neural network
Live to learn: learning rules-based artificial neural networkLive to learn: learning rules-based artificial neural network
Live to learn: learning rules-based artificial neural networknooriasukmaningtyas
 
Available transfer capability computations in the indian southern e.h.v power...
Available transfer capability computations in the indian southern e.h.v power...Available transfer capability computations in the indian southern e.h.v power...
Available transfer capability computations in the indian southern e.h.v power...eSAT Publishing House
 
Available transfer capability computations in the indian southern e.h.v power...
Available transfer capability computations in the indian southern e.h.v power...Available transfer capability computations in the indian southern e.h.v power...
Available transfer capability computations in the indian southern e.h.v power...eSAT Journals
 
Solar Irradiance Prediction using Neural Model
Solar Irradiance Prediction using Neural ModelSolar Irradiance Prediction using Neural Model
Solar Irradiance Prediction using Neural ModelDr. Amarjeet Singh
 
Power system transient stability margin estimation using artificial neural ne...
Power system transient stability margin estimation using artificial neural ne...Power system transient stability margin estimation using artificial neural ne...
Power system transient stability margin estimation using artificial neural ne...elelijjournal
 
Neural Network Implementation Control Mobile Robot
Neural Network Implementation Control Mobile RobotNeural Network Implementation Control Mobile Robot
Neural Network Implementation Control Mobile RobotIRJET Journal
 
Web spam classification using supervised artificial neural network algorithms
Web spam classification using supervised artificial neural network algorithmsWeb spam classification using supervised artificial neural network algorithms
Web spam classification using supervised artificial neural network algorithmsaciijournal
 
Classification of Churn and non-Churn Customers in Telecommunication Companies
Classification of Churn and non-Churn Customers in Telecommunication CompaniesClassification of Churn and non-Churn Customers in Telecommunication Companies
Classification of Churn and non-Churn Customers in Telecommunication CompaniesCSCJournals
 
AUTO-MOBILE VEHICLE DIRECTION IN ROAD TRAFFIC USING ARTIFICIAL NEURAL NETWORKS
AUTO-MOBILE VEHICLE DIRECTION IN ROAD TRAFFIC USING ARTIFICIAL NEURAL NETWORKS AUTO-MOBILE VEHICLE DIRECTION IN ROAD TRAFFIC USING ARTIFICIAL NEURAL NETWORKS
AUTO-MOBILE VEHICLE DIRECTION IN ROAD TRAFFIC USING ARTIFICIAL NEURAL NETWORKS cscpconf
 

Similar a A040101001006 (20)

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
 
Comparative Study of Neural Networks Algorithms for Cloud Computing CPU Sched...
Comparative Study of Neural Networks Algorithms for Cloud Computing CPU Sched...Comparative Study of Neural Networks Algorithms for Cloud Computing CPU Sched...
Comparative Study of Neural Networks Algorithms for Cloud Computing CPU Sched...
 
Y4502158163
Y4502158163Y4502158163
Y4502158163
 
IRJET- Three Phase Line Fault Detection using Artificial Neural Network
IRJET- Three Phase Line Fault Detection using Artificial Neural NetworkIRJET- Three Phase Line Fault Detection using Artificial Neural Network
IRJET- Three Phase Line Fault Detection using Artificial Neural Network
 
Artificial Neural Network Based Load Forecasting
Artificial Neural Network Based Load ForecastingArtificial Neural Network Based Load Forecasting
Artificial Neural Network Based Load Forecasting
 
Efficiency of Neural Networks Study in the Design of Trusses
Efficiency of Neural Networks Study in the Design of TrussesEfficiency of Neural Networks Study in the Design of Trusses
Efficiency of Neural Networks Study in the Design of Trusses
 
N020698101
N020698101N020698101
N020698101
 
Medium term load demand forecast of Kano zone using neural network algorithms
Medium term load demand forecast of Kano zone using neural network algorithmsMedium term load demand forecast of Kano zone using neural network algorithms
Medium term load demand forecast of Kano zone using neural network algorithms
 
Prediction of Extreme Wind Speed Using Artificial Neural Network Approach
Prediction of Extreme Wind Speed Using Artificial Neural  Network ApproachPrediction of Extreme Wind Speed Using Artificial Neural  Network Approach
Prediction of Extreme Wind Speed Using Artificial Neural Network Approach
 
Live to learn: learning rules-based artificial neural network
Live to learn: learning rules-based artificial neural networkLive to learn: learning rules-based artificial neural network
Live to learn: learning rules-based artificial neural network
 
Available transfer capability computations in the indian southern e.h.v power...
Available transfer capability computations in the indian southern e.h.v power...Available transfer capability computations in the indian southern e.h.v power...
Available transfer capability computations in the indian southern e.h.v power...
 
Available transfer capability computations in the indian southern e.h.v power...
Available transfer capability computations in the indian southern e.h.v power...Available transfer capability computations in the indian southern e.h.v power...
Available transfer capability computations in the indian southern e.h.v power...
 
Solar Irradiance Prediction using Neural Model
Solar Irradiance Prediction using Neural ModelSolar Irradiance Prediction using Neural Model
Solar Irradiance Prediction using Neural Model
 
Power system transient stability margin estimation using artificial neural ne...
Power system transient stability margin estimation using artificial neural ne...Power system transient stability margin estimation using artificial neural ne...
Power system transient stability margin estimation using artificial neural ne...
 
Neural Network Implementation Control Mobile Robot
Neural Network Implementation Control Mobile RobotNeural Network Implementation Control Mobile Robot
Neural Network Implementation Control Mobile Robot
 
Web spam classification using supervised artificial neural network algorithms
Web spam classification using supervised artificial neural network algorithmsWeb spam classification using supervised artificial neural network algorithms
Web spam classification using supervised artificial neural network algorithms
 
Classification of Churn and non-Churn Customers in Telecommunication Companies
Classification of Churn and non-Churn Customers in Telecommunication CompaniesClassification of Churn and non-Churn Customers in Telecommunication Companies
Classification of Churn and non-Churn Customers in Telecommunication Companies
 
N ns 1
N ns 1N ns 1
N ns 1
 
AUTO-MOBILE VEHICLE DIRECTION IN ROAD TRAFFIC USING ARTIFICIAL NEURAL NETWORKS
AUTO-MOBILE VEHICLE DIRECTION IN ROAD TRAFFIC USING ARTIFICIAL NEURAL NETWORKS AUTO-MOBILE VEHICLE DIRECTION IN ROAD TRAFFIC USING ARTIFICIAL NEURAL NETWORKS
AUTO-MOBILE VEHICLE DIRECTION IN ROAD TRAFFIC USING ARTIFICIAL NEURAL NETWORKS
 

Último

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 

Último (20)

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 

A040101001006

  • 1. International Journal Of Computational Engineering Research (ijceronline.com) Vol. 04 Issue. 01 Power System Planning and Operation Using Artificial Neural Networks Ankita Shrivastava1 and Arti Bhandakkar2 1 PG Scholar, Shriram Institute of Technology, Jabalpur Associate Professor, Shriram Institute of Technology, Jabalpur 2 ABSTRACT: Load forecasting is essential part for the power system planning and operation. In this paper the modeling and design of artificial neural network for load forecasting is carried out in a particular region of India. Three ANN- techniques – Radial Basis Function Neural Network, Feed forward Neural Network and Cascade- Forward Neural Network are discussed in this paper. Their performances are evaluated through a simulation study. This gives load forecasts one hour in advance. Historical Load Data from the Load Dispatch Centre Jabalpur are used for training, testing and showing the good performance of the proposed method. The proposed model can forecast the load profile with a lead time of one to seven days. Keywords: Artificial Intelligence, Artificial Neural Network, Back-Propagation, Energy Consumption, Load Forecasting. I. INTRODUCTION Load Forecasting is an important component for power system energy management system. Load forecasting means predicting the future load with the help of historical load data available. It is very important for the planning, operation and control of power system. It plays a vital role in the deregulated electric industry [1]. A good forecast reflects current and future trends in the power system. The accuracy of a forecast is crucial to any electric utility. That is why, accurate models for load forecasting are essential for the operation and planning of a utility company [2]. Since in power system the next day’s power generation must be scheduled every day, day- ahead shortterm load forecasting (STLF) is a necessary daily task for power dispatch. Its accuracy affects the economic operation and reliability of the system greatly [3]. Short- term load forecasts helps in estimating the load flows. This helps in making decisions that can prevent overloading and the result deeply influence the power systems’ safety and economy [4]. The short- term forecasts are not only needed for control and scheduling of power system but also used as inputs to load flow study or contingency analysis i.e. for load management program. The short term forecasting is also primarily used for the generation dispatch, capacitor switching, feeder reconfiguration, voltage control, and automatic generation control (AGC) [5]. A little increase in the percentages of short-term prediction accuracy may bring many benefits in terms of economy and reliability of power system. Therefore, precise short- term load forecasting not only enhances the reliability of power supply but also increases economic benefits [6]. The research work in this area is still a challenge to the electrical engineering scholars because of its high complexity. How to estimate the future load with the historical data has remained a difficulty up to now, especially for the load forecasting of holidays, days with extreme weather and other anomalous days. But with the recent development of new mathematical and artificial intelligence tools, it is potentially possible to improve the forecasting results [7]. Load Forecasting can be performed using many techniques such as similar day approach, various regression models, time series, statistical methods, fuzzy logic, artificial neural networks, expert systems, etc. But application of artificial neural network in the areas of forecasting has made it possible to overcome the limitations of the other methods mentioned above used for electrical load forecasting [8]. II. ARTIFICIAL NEURAL NETWORK Neural networks are essentially non-linear circuits that have the demonstrated capability to do non-linear curve fitting. The outputs of an artificial neural network are some linear or non-linear mathematical function of its inputs [9]. || Issn 2250-3005 (online) || || January || 2014 || Page 1
  • 2. Power System Planning and Operation Using Artificial Neural Networks ANN is usually formed from many hundreds or thousands of simple processing units, connected in parallel and feeding forward in several layers. Because of the fast and inexpensive personal computers availability, the interest in ANN’s has blossomed in the current digital world. The basic motive of the development of the ANN is to make the computers do what a human being cannot do. The three-layer fully connected feed-forward neural network which is generally used for load forecasting. It comprises of an input layer, one hidden layer and an output layer. Signal system is allowed only from the input layer to the hidden layer and from the hidden layer to the output layer. Input variables come from historical data, which are date, hour of the day, past system load, temperature and humidity, corresponding tothe factors that affect the load. The outputs are the forecasting results. The number of inputs, the number of hidden nodes, transfer functions, scaling schemes, and training methods affect the forecasting performance and, hence, need to be chosen carefully [10]. In applying a neural network to load forecasting, one must select one of a number of architectures (e.g. Hopfield, back propagation, Boltzmann machine), the number and connectivity of layers and elements, use of bi-directional or uni-directional links and the number format (e.g. binary or continuous) to be used by inputs and outputs Figure 1: Structure of Ann This is the structure of ANN. There are three layers namely, input layer, hidden layer and output layer. III. NETWORK DESIGN AND TESTING In this section three types of neural network architectures are presented for short term load forecasting.  Radial Basis Function Network A radial basis function network is an artificial neural network that uses radial basis functions as activation functions. Radial basis function (RBF) networks typically have three layers: an input layer, a hidden layer with a non-linear RBF activation function and a linear output layer. Figure 2: Architecture of Radial Basis Function Network || Issn 2250-3005 (online) || || January || 2014 || Page 2
  • 3. Power System Planning and Operation Using Artificial Neural Networks The input of a RBF network can be modelled as a vector of real numbers network is then a scalar function of the input vector, . The output of the , and is given by Also, And, Where, N = the number of neurons in the hidden layer =the center vector for neuron i = the weight of neuron i in the linear output neuron. The parameters , , are determined in a manner that optimizes the fit between and the data [11].  Feedforward backpropagation (FB) Neural Network Feedforward BP Network consists of input, hidden and output layers. In a feed forward network information always moves in one direction; it never goes backwards. Backpropagation learning algorithm was used for training these networks. During training, calculations are carried out from input layer towards the output layer, and error values are fed back to the previous layer [12]. The most popular artificial neural network architecture for load forecasting is back propagation. This network uses continuously valued functions and supervised learning. That is, under supervised learning, the actual numerical weights assigned to element inputs are determined by matching historical data (such as time and weather) to desired outputs (such as historical loads). Figure 3: Architecture of Feed forward Back propagation Network Feed forward networks often have one or more hidden layers of sigmoid neurons followed by an output layer of linear neurons. Multiple layers of neurons with nonlinear transfer functions allow the network to learn nonlinear and linear relationships between input and output vectors. The linear output layer lets the network produce values outside the range –1 to +1. On the other hand, outputs of a network such as between 0 and 1 are produced, then the output layer should use a sigmoid transfer function (tansig) [13].  Cascade Forward Back propagation Network Cascade forward back propagation model is similar to feed-forward networks, but include a weight connection from the input to each layer and from each layer to the successive layers. While two- layer feedforward networks can potentially learn virtually any input-output relationship, feed-forward networks with more layers might learn complex relationships more quickly. The function newcf creates cascade-forward networks . || Issn 2250-3005 (online) || || January || 2014 || Page 3
  • 4. Power System Planning and Operation Using Artificial Neural Networks Cascade forward back propagation ANN model is similar to feed forward back propagation neural network in using the back propagation algorithm for weights updating, but the main nature of this network is that each layer of neurons is related to all previous layer of neurons. For example, a three layer network has connections from layer 1 to layer 2, layer 2 to layer 3, and layer 1 to layer 3. The three-layer network also has connections from the input to all three layers [12]. Figure 4: Architecture Of Cascade Forward Back- Propagation Network Tan-sigmoid transfer function was used to reach the optimized status. The performance of cascade forward back propagation and feed forward back propagation were evaluated using Mean Square Error (MSE) [13]. 2 IV. RESULTS AND DISCUSSIONS The acceptable criteria for a particular model is based upon the i. Mean Square Error (MSE) ii. Training Time iii. Detection Time  Performance of RBF Network Training with RBF network for 98 epochs taking goal=0.01 and spread=1 gives good performance in terms of MSE (mean square error) equal to 1.62. Figure 5: Performance of RBF Neural Network Here MSE= 1.62, Training Time= 1.5744 and Detection Time= 0.0175.  Performance of FBPNN For different numbers of neurons the system has been trained and tested but the exact forecast is obtained for 12,12 neurons. || Issn 2250-3005 (online) || || January || 2014 || Page 4
  • 5. Power System Planning and Operation Using Artificial Neural Networks Figure 6: Performance of FBPNN Here MSE= 1.7032e+004, Training Time= 2.4981 and Detection Time= 0.0206  Performance of Cascade Forward BP Network For different numbers of neurons the system has been trained and tested but we get the exact forecast for 15, 15 neurons. Figure 7: Performance of CF-BP Network Here MSE = 3.2392e+004, Training Time = 15.5890 and Detection Time = 0.0254 V. CONCLUSIONS The result of the three neural network models (RBFNN, FFBPNN, CFBPNN) used for short term load forecast for Jabalpur region, shows that the networks has good performances and accurate prediction is achieved. Its forecasting reliabilities were evaluated by computing the mean square error (MSE) between the exact and predicted values. The results suggest that ANN model with the developed structure can perform good prediction with least error and finally this neural network could be an important tool for short term load forecasting as well as this work incorporates additional information such as Hour of the Day, Days of the month, and different weather conditions into the network so as to obtain a more representative forecast of future load. || Issn 2250-3005 (online) || || January || 2014 || Page 5
  • 6. Power System Planning and Operation Using Artificial Neural Networks REFERENCES [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] Hong Chen, Claudio A. Canizares, Ajit Singh, “ANN- based Short- Term Load Forecasting in Electricity Markets”, University of Waterloo, Canada Sanjib Mishra, Sarat Kumar Patra, “Short Term Load Forecasting using a Neural Network trained by A Hybrid Artificial Immune System”, 2008 IEEE Region 10 Colloquium and the Third International Conference on Industrial and Information Systems, Kharagpur, India December 8- 10, 2008 J.P.S. Catalao, S.J.P.S. Mariano, V.M.F. Mendes, L.A.F.M. Ferreira, “Short Term electricity prices forecasting in a competitive market: A neural network approach”, ScienceDirect, Electric Power Systems Research 77 (2007) 1297- 1304 Ajay Gupta, Pradeepta K. Sarangi, “Electrcal Load Forecasting Using Genetic Algorithm Based Back- Propagation Method”, ARPN Journal of Engineering and Applied Sciences, vol. 7, no.8, August 2012 Shu Fan, Yuan- Kang Wu, Wei- Jen Lee, Ching- Yin Lee, ”Comparative Study on Load Forecasting Technologies for Different Geographical Distributed Loads”, proc of IEEE 2011 Eugene A. Feinberg, Dora Genethliou, State University of New York, Stony Brook, “Chapter 12 LOAD FORECASTING” K.Y. Lee, Y.T. Cha, J.H. Park, “Short- Term Load Forecasting Using an Artificial Neural Network”, Transactions on Power Systems, vol. 7, No. 1, February 1992 Muhammad Buhari, Sanusi Sani Adamu, “Short-Term Load Forecasting Using Artificial Neural Network”, Proc. of the International MultiConference of Engineers and Computer Scientists 2012 Vol I, IMECS 2012, March 14- 16,2012, Hong Kong Gautham P. Das, Chandrasekar S., Piyush Chandra Ojha, “ Artificial Neural Network Based Short Term Load Forecasting for the Distribution Utilities” Kalki Communication Technologies Ltd. Available at www.kalkitech.com Fatemeh Mosalman, Alireza Mosalman, H. Mosalman Yazdi, M. Mosalman Yazdi, “One day- ahead load forecasting by artificial neural network”, Scientific Research and Essays Vol. 6 (13), pp. 2795- 2799, 4 July, 2011. Available at www.academicjournals.org/SRE http://en.wikipedia.org/RadialBasisFunction (accessed on 28.9.2013). H.Demuth, M. Beale and M.Hagan. “Neural Network Toolbox User‟ s Guide”. The MathWorks, Inc., Natrick, USA. 2009 Dheeraj S. Badde, Anil k. Gupta, Vinayak K. Patki, “Cascade and Feed Forward Back propagation Artificial Neural Network Models for Prediction of Compressive Strength of Ready Mix Concrete”, IOSR Journal of Mechanical and Civil Engineering (IOSR-JMCE) ISSN: 2278-1684, PP: 01-06 www.iosrjournals.org Second || Issn 2250-3005 (online) || || January || 2014 || Page 6