SlideShare ist ein Scribd-Unternehmen logo
1 von 7
Downloaden Sie, um offline zu lesen
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 448
COMPARATIVE STUDY OF FUZZY LOGIC AND ANN FOR SHORT
TERM LOAD FORECASTING
Patel Parth Manoj1
, Ashish Pravinchandra Shah2
1
M.E. Student, Electrical Engineering Department, Parul Institute of Engineering and Technology, Limda Waghodia,
Vadodara, India
2
Assistant Professor, Electrical Engineering Department, Parul Institute of Engineering and Technology, Limda
Waghodia, Vadodara, India
Abstract
Load forecasting is an important component for power system energy management system. Precise load forecasting helps the electric
utility to make unit commitment decisions, reduce spinning reserve capacity and schedule device maintenance plan properly and it
also reduces the generation cost and increases reliability of power systems. In this work, a fuzzy logic as well as artificial neural
network approach for short term load forecasting is attempted. Time, temperature and similar previous day load are used as the
independent variables for short term load forecasting. Based on the time, temperature and similar previous day load, fuzzy rule base
are prepared using mamdani implication, which are eventually used for the short term load forecasting. Similarly, monthly load data
along with forecasted temperature are used to train the neural network. MATLAB SIMULINK software is used here in this work. For
the short term load forecasting, load data from the specific area load dispatch center is considered.
Keywords: Load forecasting, short term load forecasting, Fuzzy logic, Fuzzy inference system, artificial neural network.
-----------------------------------------------------------------------***-----------------------------------------------------------------------
1. INTRODUCTION
Short term load forecasting is basically is a load predicting
system with a leading time of one hour to seven days, which is
necessary for adequate scheduling and operation of power
systems. For proper and profitable management in electrical
utilities, short-term load forecasting has lot of importance [1].
High forecasting accuracy as well as speed is the two most
vital requirements of short-term load forecasting and it is of
utmost importance to analyze the load characteristics and
identify the main factors affecting the load. In electricity
markets, the traditional load affecting factors such as season,
day type and weather, electricity price have a complicated
relationship with system load [1].
2. ARTIFICIAL INTELLEGENCE METHODS OF
SHORT TERM LOAD FORECASTING
2.1 Fuzzy Logic
Fuzzy logic based on the Boolean logic which is used for
digital circuit design and operation. In Boolean logic, the input
may be the truth value in the form of “0” and “1”. In case of
fuzzy logic, the input is related to the comparison based on
qualities. For example, we can say that a transformer load may
be “low” and “high”. Fuzzy logic allows us to deduce outputs
form inputs logically. In this sense, the fuzzy logic gives
facility to map between inputs and outputs like curve fitting.
The advantage of fuzzy logic is that there is no need of
mathematical models for mapping between inputs and outputs
and also there is no need of precise or even noise free inputs.
Based on the general rules, properly designed fuzzy logic
systems are very strong for the electrical load forecasting.
There are many situations where we require the precise
outputs. After the whole processing is done using the fuzzy
logic, the “defuzzification” is done to get the crisp outputs.
We know that power system load is influenced by many load
factors such weather, economic, social activities, and day type.
By the analysis of historical load data it is not easy to make
the accurate forecast. The use of these intelligent methods like
fuzzy logic and expert systems provide advantage on other
conventional methods. The numerical aspects and
uncertainties are suitable for the fuzzy methodology.
2.2 Artificial Neural Network
Artificial Neural Network (ANN) based on the working of our
brain. Brain basically learns from the experience. This
biological inspired method is thought to be the major
development in the computational industry. In a neural
network, the basic element which does all the process is the
neuron. These neurons get input from some source, combine
them, perform all necessary operations and put the final results
on the output.
Forecasting is based on the pattern observed from the past
event and estimates the values for the future. ANN is suitable
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 449
for load forecasting for two reasons. First, it has been proved
that ANN is able to approximate numerically any continuous
function to be desired accuracy. In this case the ANN is seen
as multivariate, nonlinear and nonparametric methods.
Secondly, ANNs are date-driven methods, in the sense that it
is not necessary for the researcher to use tentative models and
then estimate their parameters. ANNs are able to automatically
map the relationship between input and output; they learn this
relationship and store this learning into their parameters. [1]
3. FUZZY LOGIC METHODOLOGY FOR SHORT
TERM LOAD FORECASTING
3.1 Fuzzification
Fuzzification is the process of converting crisp numerical
values into the degrees of membership related to the
corresponding fuzzy sets. A MF will accept as its argument a
crisp value and return the degree to which that value belongs
to the fuzzy set the MF represents. In order to express the
fuzziness of data, this paper makes an arrangement of fuzzy
subsets for different inputs and outputs in complete universe
of discourse as membership functions. The relationship
between several inputs and output may be nonlinear but linear
membership functions have been used for simplicity. A
rectangular membership function is used for the inputs as well
as the output.
The two inputs taken for STLF are Time and Temperature. As
shown in figure (Fig -1) time is divided into seven triangular
membership functions which are as follows:
 Mid Night (MID-NIG)
 Dawn (DAWN)
 Morning (MORN)
 Noon (NOON)
 Evening (EVE)
 Dusk (DUSK)
 Night (NIGHT)
Fig -1: Triangular membership function for time
Figure (Fig -2) shows temperature divided into seven
triangular membership functions which are as follows:
 Very Very Low (VVL)
 Very Low (VL)
 Low (L)
 Normal (N)
 High (H)
 Very High (VH)
 Very Very High (VVH)
Fig -2: Triangular membership function for forecasted
temperature
Figure (Fig -3) shows similar pervious day load divided into
seventeen triangular membership functions which are from L8
to H8.
Fig -3: Triangular membership function for similar pervious
day load
Figure (Fig -4) shows forecasted load (output) divided into
seventeen triangular membership functions which are from L8
to H8.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 450
Fig -4: Triangular membership function for forecasted load
3.2 Fuzzy Rule Base
This part is the heart of the fuzzy system. The heuristic
knowledge of the forecasted is stored in terms of “IF-THEN”
rules. It sends information to fuzzy inference system, which
evaluates the gained information to get the load forecasted
output. Some of the rules are as follows:
 If (time is MID.NIG) and (forecasted-Temperature is
VL) and (similar-day-load is H1) then (forecasted-
load is H1) (1)
 If (time is MID.NIG) and (forecasted-Temperature is
VL) and (similar-day-load is H2) then (forecasted-
load is H2) (1)
 If (time is MID.NIG) and (forecasted-Temperature is
VL) and (similar-day-load is H3) then (forecasted-
load is H3) (1)
 If (time is MID.NIG) and (forecasted-Temperature is
VL) and (similar-day-load is H4) then (forecasted-
load is H4) (1)
 If (time is MID.NIG) and (forecasted-Temperature is
L) and (similar-day-load is H1) then (forecasted-load
is H1) (1)
Similarly, 381 fuzzy rules are prepared based on the data
obtained from ALDC, Jambuva, Vadodara.
3.3 Simulation Work
Fig -5: Simulation of short term load forecasting using fuzzy
logic in MATLAB
Figure (Fig -5) shows the simulation of fuzzy logic
methodology short term load forecasting. MATLAB is used
for the simulation purpose. As shown in the figure (Fig -5) the
input data’s as well as actual load occurred are loaded. The
input data are given to fuzzy logic controller block. In fuzzy
logic controller block “.fis” of fuzzy inference system is
loaded. Based on the rules prepared the fuzzy logic controller
give forecasted output corresponding to the input data. Then
the permanent shut down block is added. If a substation is in
working state for pervious similar day and there is a
permanent shutdown for the forecasted day, then the
megawatts supplied by the substation need to be subtracted
from the forecasted load and vice versa. Thus, final forecast of
the day is obtained. Also, the error is calculated along with the
forecasting as shown in figure (Fig -5).
Table 1 and Table 2 show the actual load, fuzzy forecasted
load and also the percentage error in the fuzzy forecasted load.
The load forecast is done for the day 8th May 2013 and 9th
May 2013 respectively.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 451
Table -1: Fuzzy load forecast of 8th
May 2013
Time
(Hrs.)
Forecasted
Temp. (o
C)
Pervious
Similar
Day
Load
(MW)
Actual
Load
(MW)
Fuzzy
Forecast
ed Load
(MW)
%Error
1 32 2058
2035
2050.12 -0.714
2 31 2013 2006
2012.73 -0.316
3 30 1983
1989
1982.40 0.329
4 30 1963
1938
1963.11 -1.282
5 30 1933
1935
1932.60 0.136
6 29 1959 1942
1946.50 -0.252
7 29 1902
1900
1901.86 -0.098
8 31 1854
1888
1855.38 1.754
9 32 2018
2013
2018.24 -0.282
10 35 2077 2050
2075.22 -1.238
11 37 2104
2094
2088.68 0.277
12 39 2131
2076
2106.62 -1.476
13 41 2062
2002
2039.94 -1.884
14 42 2079 2050
2061.00 -0.513
15 43 2128
2091
2111.56 -0.960
16 44 2060
2076
2043.73 1.596
17 43 2005
1959
1983.10 -1.204
18 42 1980 1929
1964.19 -1.779
19 39 1914
1930
1915.87 0.745
20 37 2014
2019 2027.16 -0.402
21 37 2021
2038.8 2029.61 0.456
22 36 1967
1975 1999.26 -1.213
23 34 2006
2020
2016.22 0.187
24 33 2066
2100
2086.33 0.655
Table -2: Fuzzy load forecast of 9th
May 2013
Time
(Hrs.)
Forecasted
Temp. (o
C)
Pervious
Similar
Day Load
(MW)
Actual
Load
(MW)
Fuzzy
Forecast
ed Load
(MW)
%Error
1 31 2015
2056
2060.68 -0.2411
2 30 1988 2020
2033.06 -0.6512
3 29 1947
1981
1991.68 -0.5396
4 28 1923
1970
1968.52 0.0563
5 27 1880
1945
1925.43 1.01495
6 26 1942 1959
1986.72 -1.4300
7 27 1885
1928
1929.83 -0.0797
8 28 1838
1880
1883.22 -0.1819
9 31 2034
2077
2077.99 -0.0295
10 34 2113 2159
2141.08 0.8151
11 36 2136
2145
2170.10 -1.1640
12 39 2133
2165
2154.37 0.4680
13 40 2036
2088
2065.40 1.0629
14 42 2105 2141
2118.66 1.0650
15 43 2122
2187
2144.67 1.9187
16 43 2090
2160
2125.87 1.5781
17 43 2030
2062
2043.28 0.9307
18 42 1971 2043
2005.62 1.8454
19 39 1957
2010
2002.95 0.3383
20 36 2014
2105
2075.03 1.4449
21 34 2025
2072
2094.16 -1.0611
22 33 1989 2102
2045.00 2.6956
23 33 2024
2093
2085.89 0.3560
24 31 2050
2168
2121.64 2.1436
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 452
4. ANN BASED METHODOLOGY FOR SHORT
TERM LOAD FORECASTING
The basic structure of artificial neural network is show in
figure (Fig -6). As seen from the figure (Fig -6), there are
three layers: input layer, hidden layer and output layer. There
are three inputs used for short term load forecasting: time,
forecasted temperature and previous similar day load. The
number of neurons used in hidden layer is 200. The output
layer gives one output i.e. forecasted load.
Fig -6: Basic structure of ANN for short term load forecasting.
Fig -7: Simulation of short term load forecasting using ANN
in MATLAB.
Now, for the training of NN, 15 days data are used. The data
consists of time for which forecast is to be done, forecasted
temperature for that day and previous similar day load. After
the training of neural network, MATLAB simulation is
prepared as shown in figure (Fig -7). The input data are loaded
and is given to neural network block, which is trained using 15
days data of May 2013. The forecasted load using ANN can
be seen in the scope. The error is also generated and displayed
on the display.
Table 3 and Table 4 show the actual load, ANN forecasted
load and also the percentage error in the ANN forecasted load.
The load forecast is done for the day 8th May 2013 and 9th
May 2013 respectively.
Table -3: ANN Load Forecast of 8th
May 2013
Time
(Hrs.)
Forecasted
Temp. (o
C)
Pervious
Similar
Day
Load
(MW)
Actual
Load
(MW)
ANN
Forecast
ed Load
(MW)
%Error
1 32 2058 2035 1989.55 2.2564
2 31 2013 2006 1986.25 1.0025
3 30 1983 1989 1973.29 0.7866
4 30 1963 1938 1946.63 -0.448
5 30 1933 1935 1909.48 1.3307
6 29 1959 1942 1912.53 1.4961
7 29 1902 1900 1890.82 0.4818
8 31 1854 1888 1882.93 0.2653
9 32 2018 2013 2015.56 -0.150
10 35 2077 2050 2091.12 -2.029
11 37 2104 2094 2110.80 -0.778
12 39 2131 2076 2120.25 -2.155
13 41 2062 2002 2076.71 -3.758
14 42 2079 2050 2079.48 -1.417
15 43 2128 2091 2105.97 -0.702
16 44 2060 2076 2048.30 1.3509
17 43 2005 1959 1996.55 -1.905
18 42 1980 1929 1981.43 -2.704
19 39 1914 1930 1967.64 -1.942
20 37 2014
2019
2005.89 0.6490
21 37 2021
2038
2004.50 1.6859
22 36 1967
1975
1990.80 -0.800
23 34 2006 2020 2008.22 0.5827
24 33 2066 2100 2020.39 3.7906
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 453
Table 4: ANN Load Forecast of 9th
May 2013
Time
(Hrs.)
Forecasted
Temp. (o
C)
Pervious
Similar
Day
Load
(MW)
Actual
Load
(MW)
ANN
Forecast
ed Load
(MW)
%Error
1 31 2015 2056 1987.43 3.3223
2 30 1988 2020 1980.90 1.9309
3 29 1947 1981 1946.05 1.7632
4 28 1923 1970 1913.41 2.8540
5 27 1880 1945 1906.98 1.9637
6 26 1942 1959 1927.51 1.5929
7 27 1885 1928 1912.85 0.8010
8 28 1838 1880 1901.02 -1.1288
9 31 2034 2077 2036.16 1.9838
10 34 2113 2159 2110.86 2.2151
11 36 2136 2145 2120.70 1.1388
12 39 2133 2165 2120.77 2.0207
13 40 2036 2088 2046.63 1.9617
14 42 2105 2141 2098.19 2.0209
15 43 2122 2187 2104.67 3.7482
16 43 2090 2160 2070.70 4.1324
17 43 2030 2062 2011.70 2.4619
18 42 1971 2043 1981.00 3.0503
19 39 1957 2010 1986.13 1.1747
20 36 2014 2105 2009.46 4.5592
21 34 2025 2072 2013.67 2.8235
22 33 1989 2102 2008.34 4.4401
23 33 2024 2093 2014.83 3.7509
24 31 2050 2168 2023.16 6.6855
5. RESULTS
The results obtained from the fuzzy logic are compared with
the conventional method as well as artificial neural network of
short term load forecasting and the error is in the range of -
1.884780% to +2.695659 for fuzzy logic and in the range of -
3.7580145 to +2.552835. The load curve is plotted which is
the comparison between the actual load, fuzzy forecasted load
and artificial neural network forecasted load. Figure (Fig -8)
and figure (Fig -9) shows the load curve plot for 8th May 2013
and 9th May 2013 respectively. From the curve it is observed
that fuzzy forecasted load curve is very close to the actual load
curve.
Fig -8: Hourly load curve of 8th May 2013
Fig -9: Hourly load curve of 9th May 2013
6. CONCLUSIONS
In this paper fuzzy and ANN methodology for short term load
forecasting is discussed. It is concluded that using time,
temperature and similar previous day load as the inputs and by
formulating rule base of fuzzy logic using available data, load
forecasting is done with an error margin of -1.884780% to
+2.695659%, whereas in case of artificial neural network the
error margin is of -3.758015 to +2.552835. It is seen that
fuzzy logic approach gives better results as compared to
1700
1750
1800
1850
1900
1950
2000
2050
2100
2150
1 3 5 7 9 11 13 15 17 19 21 23
Load(MW)
Time (Hrs)
Hourly Load Curve of 8-5-2013
Actual Load Fuzzy Forecasted Load ANN Forecasted Load
1700
1750
1800
1850
1900
1950
2000
2050
2100
2150
2200
2250
1 2 3 4 5 6 7 8 9 101112131415161718192021222324
Load(MW)
Time (Hrs.)
Hourly Load Curve of 9-5-2013
Actual Load Fuzzy Forecasted Load ANN Forecasted Load
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 454
artificial neural network. Moreover, it is also concluded that
fuzzy logic approach is very easy for the forecaster to
understand as it works on simple “IF-THEN” statements.
ACKNOWLEDGEMENTS
I extend my thank to Mr. Pareshkumar J. Bhatt, Executive
Engineer in Operation and Management, Rural Division
Office, Ankleshwar, for his support in giving through
knowledge in load forecasting; also I like to thank Mr.
Kunvarji M. Vasava, Junior Engineer in Demand Side
Management, Area Load Dispatch Centre, DGVCL, Jambuva,
for his help and support.
REFERENCES
[1]. Engr. Badar Ul Islam, Head of Department Computer
Science & Engineering, NFC-Institute of Engineering &
Fertilizer Research, Faisalabad – Pakistan, “Comparison of
Conventional and Modern Load Forecasting Techniques
Based on Artificial Intelligence and Expert Systems”, IJCSI
International Journal of Computer Science Issues, Vol. 8,
Issue 5, No 3, September 2011.
[2]. Rustum Mamlook, Middle East University for Graduate
Studies, Faculty of Information Technology, Amman 11942,
Jordan, Omar Badran, Emad Abdulhadi, Al-Balqa Applied
University, Faculty of Engineering Technology, Amman,
Jordan, “A fuzzy inference model for short-term load
forecasting”, Energy Policy37(2009)1239–1248, January
2009.
[3]. Sandeep Sachdeva, Haryana Engineering College,
Jagadhri, District Yamuna Nagar, Haryana, INDIA and
Chander Mohan Verma, Haryana Power Generation
Corporation Ltd., Yamuna Nagar, Haryana, India, “Load
Forecasting using Fuzzy Methods”, IEEE Transaction, 2008.
[4]. S. Chenthur Pandian, K. Duraiswamyaa, Electrical and
Electronics Engg., K.S. Rangasamy College of Technology,
Tiruchengode 637209, Tamil Nadu, India, C. Christober Asir
Rajan, N. Kanagaraj, Department of Electrical and Electronics
Engineering, Pondicherry Engineering College, Pondicherry,
India, “Fuzzy approach for short term load forecasting”,
Electric Power Systems Research 76 (2006) 541–548,
November 2005.
[5]. Hesham K. Alfares and Mohammad Nazeeruddin,
Systems Engineering Department, King Fahd University of
Petroleum & Minerals, Dhahran 31261 , Saudi Arabia,
“Electric load forecasting: literature survey and classification
of methods”, International Journal of Systems Science, 2002,
volume 33, number 1, pages 23-34.
[6]. D K Ranaweera, N F Hubeleand and G G Karady,
Arizona State University, Tempe, Arizona, USA, “Fuzzy logic
for short term load forecasting”, Electrical Power & Energy
Systems, Vol. 18 No. 4, pp. 215-222, 1996.
[7]. Abhisek Ukil, Intelligent Systems and Signal Processing
in Power Engineering, Springer-Verlag Berlin Heidelberg,
2007, pp. 5-159.
[8]. D P Kothari & J P Nagrath, Mordern Power System
Analysis, 3rd Edn., Tata McGraw Hill Education private
Limited, New Delhi, 2009, pp. 575-589.
[9]. “Collection of load data”, Area Load Dispatch Centre,
DGVCL, Jambuva, Vadodara.
BIOGRAPHIES
Patel Parth Manoj born on October 15,
1990 in Surat, Gujarat, India. He completed
his B.E. in Electrical Engineering from
C.K. Pithawalla College of Engg. and Tech.
from Gujarat Technological University in
2012. He is currently pursuing his Post
Graduation in Electrical Engineering from Parul Institute of
Engg. and Tech., Vadodara. His field of interest is Power
Systems, Artificial Intelligence.
Ashish Pravinchandra Shah born on May
15, 1988 in Banswara, Rajasthan, India. He
completed his B.E. in Electrical
Engineering from Gujarat University in
2009. He had his Post Graduation in
Electrical Engineering from Nirma
University, Ahmedabad in July 2013. He is currently working
as Assistant Professor in Electrical Engineering Department,
Parul Institute of Engg. and Tech. He had published three
papers till date. His field of interest is Smart Grid, HVAC and
HVDC, Renewable Technology, Artificial Intelligence.

Weitere ähnliche Inhalte

Was ist angesagt?

Levenberg marquardt-algorithm-for-karachi-stock-exchange-share-rates-forecast...
Levenberg marquardt-algorithm-for-karachi-stock-exchange-share-rates-forecast...Levenberg marquardt-algorithm-for-karachi-stock-exchange-share-rates-forecast...
Levenberg marquardt-algorithm-for-karachi-stock-exchange-share-rates-forecast...
Cemal Ardil
 
FPGA IMPLEMENTATION OF APPROXIMATE SOFTMAX FUNCTION FOR EFFICIENT CNN INFERENCE
FPGA IMPLEMENTATION OF APPROXIMATE SOFTMAX FUNCTION FOR EFFICIENT CNN INFERENCEFPGA IMPLEMENTATION OF APPROXIMATE SOFTMAX FUNCTION FOR EFFICIENT CNN INFERENCE
FPGA IMPLEMENTATION OF APPROXIMATE SOFTMAX FUNCTION FOR EFFICIENT CNN INFERENCE
International Research Journal of Modernization in Engineering Technology and Science
 

Was ist angesagt? (20)

Reconstruction of Pet Image Based On Kernelized Expectation-Maximization Method
Reconstruction of Pet Image Based On Kernelized Expectation-Maximization MethodReconstruction of Pet Image Based On Kernelized Expectation-Maximization Method
Reconstruction of Pet Image Based On Kernelized Expectation-Maximization Method
 
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...
 
Optimum capacity allocation of distributed generation units using parallel ps...
Optimum capacity allocation of distributed generation units using parallel ps...Optimum capacity allocation of distributed generation units using parallel ps...
Optimum capacity allocation of distributed generation units using parallel ps...
 
Short Term Electrical Load Forecasting by Artificial Neural Network
Short Term Electrical Load Forecasting by Artificial Neural NetworkShort Term Electrical Load Forecasting by Artificial Neural Network
Short Term Electrical Load Forecasting by Artificial Neural Network
 
Iv3515241527
Iv3515241527Iv3515241527
Iv3515241527
 
Levenberg marquardt-algorithm-for-karachi-stock-exchange-share-rates-forecast...
Levenberg marquardt-algorithm-for-karachi-stock-exchange-share-rates-forecast...Levenberg marquardt-algorithm-for-karachi-stock-exchange-share-rates-forecast...
Levenberg marquardt-algorithm-for-karachi-stock-exchange-share-rates-forecast...
 
Microstrip circular patch array antenna for electronic toll collection
Microstrip circular patch array antenna for electronic toll collectionMicrostrip circular patch array antenna for electronic toll collection
Microstrip circular patch array antenna for electronic toll collection
 
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units
 
The quality of data and the accuracy of energy generation forecast by artific...
The quality of data and the accuracy of energy generation forecast by artific...The quality of data and the accuracy of energy generation forecast by artific...
The quality of data and the accuracy of energy generation forecast by artific...
 
A040101001006
A040101001006A040101001006
A040101001006
 
I02095257
I02095257I02095257
I02095257
 
H011137281
H011137281H011137281
H011137281
 
FPGA IMPLEMENTATION OF APPROXIMATE SOFTMAX FUNCTION FOR EFFICIENT CNN INFERENCE
FPGA IMPLEMENTATION OF APPROXIMATE SOFTMAX FUNCTION FOR EFFICIENT CNN INFERENCEFPGA IMPLEMENTATION OF APPROXIMATE SOFTMAX FUNCTION FOR EFFICIENT CNN INFERENCE
FPGA IMPLEMENTATION OF APPROXIMATE SOFTMAX FUNCTION FOR EFFICIENT CNN INFERENCE
 
Optimization of workload prediction based on map reduce frame work in a cloud...
Optimization of workload prediction based on map reduce frame work in a cloud...Optimization of workload prediction based on map reduce frame work in a cloud...
Optimization of workload prediction based on map reduce frame work in a cloud...
 
Event triggered control design of linear networked systems with quantizations
Event triggered control design of linear networked systems with quantizationsEvent triggered control design of linear networked systems with quantizations
Event triggered control design of linear networked systems with quantizations
 
An adaptive algorithm for task scheduling for computational grid
An adaptive algorithm for task scheduling for computational gridAn adaptive algorithm for task scheduling for computational grid
An adaptive algorithm for task scheduling for computational grid
 
H235055
H235055H235055
H235055
 
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
 
A Comparative study on Different ANN Techniques in Wind Speed Forecasting for...
A Comparative study on Different ANN Techniques in Wind Speed Forecasting for...A Comparative study on Different ANN Techniques in Wind Speed Forecasting for...
A Comparative study on Different ANN Techniques in Wind Speed Forecasting for...
 

Andere mochten auch

Speed control of dc motor by fuzzy controller
Speed control of dc motor by fuzzy controllerSpeed control of dc motor by fuzzy controller
Speed control of dc motor by fuzzy controller
Murugappa Group
 
Chapter 3 mathematical modeling
Chapter 3 mathematical modelingChapter 3 mathematical modeling
Chapter 3 mathematical modeling
Bin Biny Bino
 
Accelerated broadcast authentication with signature amortization for wsns
Accelerated broadcast authentication with signature amortization for wsnsAccelerated broadcast authentication with signature amortization for wsns
Accelerated broadcast authentication with signature amortization for wsns
eSAT Publishing House
 
Comparison of stress between winkler bach theory and
Comparison of stress between winkler bach theory andComparison of stress between winkler bach theory and
Comparison of stress between winkler bach theory and
eSAT Publishing House
 
An analysis of pfc converter with high speed dynamic
An analysis of pfc converter with high speed dynamicAn analysis of pfc converter with high speed dynamic
An analysis of pfc converter with high speed dynamic
eSAT Publishing House
 
Redundancy removal of rules with reordering them to increase the firewall opt...
Redundancy removal of rules with reordering them to increase the firewall opt...Redundancy removal of rules with reordering them to increase the firewall opt...
Redundancy removal of rules with reordering them to increase the firewall opt...
eSAT Publishing House
 

Andere mochten auch (20)

Dcmotor
DcmotorDcmotor
Dcmotor
 
Speed control of dc motor by fuzzy controller
Speed control of dc motor by fuzzy controllerSpeed control of dc motor by fuzzy controller
Speed control of dc motor by fuzzy controller
 
Presentation1
Presentation1Presentation1
Presentation1
 
Chapter 3 mathematical modeling
Chapter 3 mathematical modelingChapter 3 mathematical modeling
Chapter 3 mathematical modeling
 
Android mobile platform security and malware
Android mobile platform security and malwareAndroid mobile platform security and malware
Android mobile platform security and malware
 
Accelerated broadcast authentication with signature amortization for wsns
Accelerated broadcast authentication with signature amortization for wsnsAccelerated broadcast authentication with signature amortization for wsns
Accelerated broadcast authentication with signature amortization for wsns
 
Effect of stiffeners on the lateral stiffness of infill frames with openings
Effect of stiffeners on the lateral stiffness of infill frames with openingsEffect of stiffeners on the lateral stiffness of infill frames with openings
Effect of stiffeners on the lateral stiffness of infill frames with openings
 
Comparison of stress between winkler bach theory and
Comparison of stress between winkler bach theory andComparison of stress between winkler bach theory and
Comparison of stress between winkler bach theory and
 
Traffic studies of urban mid block section a case study of pragatinagar to ak...
Traffic studies of urban mid block section a case study of pragatinagar to ak...Traffic studies of urban mid block section a case study of pragatinagar to ak...
Traffic studies of urban mid block section a case study of pragatinagar to ak...
 
Simulation of fin geometries for heat sink in forced
Simulation of fin geometries for heat sink in forcedSimulation of fin geometries for heat sink in forced
Simulation of fin geometries for heat sink in forced
 
An analysis of pfc converter with high speed dynamic
An analysis of pfc converter with high speed dynamicAn analysis of pfc converter with high speed dynamic
An analysis of pfc converter with high speed dynamic
 
A simple instrumentation system for separation of whole blood components usin...
A simple instrumentation system for separation of whole blood components usin...A simple instrumentation system for separation of whole blood components usin...
A simple instrumentation system for separation of whole blood components usin...
 
Survey on dynamic source routing, attacks and counter measures in wireless se...
Survey on dynamic source routing, attacks and counter measures in wireless se...Survey on dynamic source routing, attacks and counter measures in wireless se...
Survey on dynamic source routing, attacks and counter measures in wireless se...
 
Redundancy removal of rules with reordering them to increase the firewall opt...
Redundancy removal of rules with reordering them to increase the firewall opt...Redundancy removal of rules with reordering them to increase the firewall opt...
Redundancy removal of rules with reordering them to increase the firewall opt...
 
Analysis of denial of service (dos) attacks in wireless sensor networks
Analysis of denial of service (dos) attacks in wireless sensor networksAnalysis of denial of service (dos) attacks in wireless sensor networks
Analysis of denial of service (dos) attacks in wireless sensor networks
 
Motion based action recognition using k nearest neighbor
Motion based action recognition using k nearest neighborMotion based action recognition using k nearest neighbor
Motion based action recognition using k nearest neighbor
 
Power system solution provided by facts and hvdc
Power system solution provided by facts and hvdcPower system solution provided by facts and hvdc
Power system solution provided by facts and hvdc
 
Power quality enhancement by improving voltage stability using dstatcom
Power quality enhancement by improving voltage stability using dstatcomPower quality enhancement by improving voltage stability using dstatcom
Power quality enhancement by improving voltage stability using dstatcom
 
A study on geographical characteristics of the krishna western delta using gi...
A study on geographical characteristics of the krishna western delta using gi...A study on geographical characteristics of the krishna western delta using gi...
A study on geographical characteristics of the krishna western delta using gi...
 
A mobile based microscope for sample recognition
A mobile based microscope for sample recognitionA mobile based microscope for sample recognition
A mobile based microscope for sample recognition
 

Ähnlich wie Comparative study of fuzzy logic and ann for short term load forecasting

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

Ähnlich wie Comparative study of fuzzy logic and ann for short term load forecasting (20)

Fuzzy logic methodology for short term load forecasting
Fuzzy logic methodology for short term load forecastingFuzzy logic methodology for short term load forecasting
Fuzzy logic methodology for short term load forecasting
 
Intelligent methods in load forecasting
Intelligent methods in load forecastingIntelligent methods in load forecasting
Intelligent methods in load forecasting
 
IRJET-Load Forecasting using Fuzzy Logic
IRJET-Load Forecasting using Fuzzy LogicIRJET-Load Forecasting using Fuzzy Logic
IRJET-Load Forecasting using Fuzzy Logic
 
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...
 
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
 
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...
 
A Critical Review on Employed Techniques for Short Term Load Forecasting
A Critical Review on Employed Techniques for Short Term Load ForecastingA Critical Review on Employed Techniques for Short Term Load Forecasting
A Critical Review on Employed Techniques for Short Term Load Forecasting
 
N020698101
N020698101N020698101
N020698101
 
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 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
 
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...
 
Artificial Neural Network Based Load Forecasting
Artificial Neural Network Based Load ForecastingArtificial Neural Network Based Load Forecasting
Artificial Neural Network Based Load Forecasting
 
IRJET- Control of Induction Motor using Neural Network
IRJET- Control of Induction Motor using Neural NetworkIRJET- Control of Induction Motor using Neural Network
IRJET- Control of Induction Motor using Neural Network
 
Automatic load frequency control of two area power system with conventional a...
Automatic load frequency control of two area power system with conventional a...Automatic load frequency control of two area power system with conventional a...
Automatic load frequency control of two area power system with conventional a...
 
Automatic load frequency control of two area power system with conventional a...
Automatic load frequency control of two area power system with conventional a...Automatic load frequency control of two area power system with conventional a...
Automatic load frequency control of two area power system with conventional a...
 
Reliability Prediction of Port Harcourt Electricity Distribution Network Usin...
Reliability Prediction of Port Harcourt Electricity Distribution Network Usin...Reliability Prediction of Port Harcourt Electricity Distribution Network Usin...
Reliability Prediction of Port Harcourt Electricity Distribution Network Usin...
 
Solar Irradiance Prediction using Neural Model
Solar Irradiance Prediction using Neural ModelSolar Irradiance Prediction using Neural Model
Solar Irradiance Prediction using Neural Model
 
Direct torque control using neural network approach
Direct torque control using neural network approachDirect torque control using neural network approach
Direct torque control using neural network approach
 

Mehr von eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
eSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
eSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
eSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
eSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
eSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
eSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
eSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
eSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
eSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
eSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
eSAT Publishing House
 

Mehr von eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Kürzlich hochgeladen

DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
MayuraD1
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
AldoGarca30
 
Verification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxVerification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptx
chumtiyababu
 

Kürzlich hochgeladen (20)

A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planes
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Verification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxVerification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptx
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Wadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxWadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptx
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal load
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 

Comparative study of fuzzy logic and ann for short term load forecasting

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 448 COMPARATIVE STUDY OF FUZZY LOGIC AND ANN FOR SHORT TERM LOAD FORECASTING Patel Parth Manoj1 , Ashish Pravinchandra Shah2 1 M.E. Student, Electrical Engineering Department, Parul Institute of Engineering and Technology, Limda Waghodia, Vadodara, India 2 Assistant Professor, Electrical Engineering Department, Parul Institute of Engineering and Technology, Limda Waghodia, Vadodara, India Abstract Load forecasting is an important component for power system energy management system. Precise load forecasting helps the electric utility to make unit commitment decisions, reduce spinning reserve capacity and schedule device maintenance plan properly and it also reduces the generation cost and increases reliability of power systems. In this work, a fuzzy logic as well as artificial neural network approach for short term load forecasting is attempted. Time, temperature and similar previous day load are used as the independent variables for short term load forecasting. Based on the time, temperature and similar previous day load, fuzzy rule base are prepared using mamdani implication, which are eventually used for the short term load forecasting. Similarly, monthly load data along with forecasted temperature are used to train the neural network. MATLAB SIMULINK software is used here in this work. For the short term load forecasting, load data from the specific area load dispatch center is considered. Keywords: Load forecasting, short term load forecasting, Fuzzy logic, Fuzzy inference system, artificial neural network. -----------------------------------------------------------------------***----------------------------------------------------------------------- 1. INTRODUCTION Short term load forecasting is basically is a load predicting system with a leading time of one hour to seven days, which is necessary for adequate scheduling and operation of power systems. For proper and profitable management in electrical utilities, short-term load forecasting has lot of importance [1]. High forecasting accuracy as well as speed is the two most vital requirements of short-term load forecasting and it is of utmost importance to analyze the load characteristics and identify the main factors affecting the load. In electricity markets, the traditional load affecting factors such as season, day type and weather, electricity price have a complicated relationship with system load [1]. 2. ARTIFICIAL INTELLEGENCE METHODS OF SHORT TERM LOAD FORECASTING 2.1 Fuzzy Logic Fuzzy logic based on the Boolean logic which is used for digital circuit design and operation. In Boolean logic, the input may be the truth value in the form of “0” and “1”. In case of fuzzy logic, the input is related to the comparison based on qualities. For example, we can say that a transformer load may be “low” and “high”. Fuzzy logic allows us to deduce outputs form inputs logically. In this sense, the fuzzy logic gives facility to map between inputs and outputs like curve fitting. The advantage of fuzzy logic is that there is no need of mathematical models for mapping between inputs and outputs and also there is no need of precise or even noise free inputs. Based on the general rules, properly designed fuzzy logic systems are very strong for the electrical load forecasting. There are many situations where we require the precise outputs. After the whole processing is done using the fuzzy logic, the “defuzzification” is done to get the crisp outputs. We know that power system load is influenced by many load factors such weather, economic, social activities, and day type. By the analysis of historical load data it is not easy to make the accurate forecast. The use of these intelligent methods like fuzzy logic and expert systems provide advantage on other conventional methods. The numerical aspects and uncertainties are suitable for the fuzzy methodology. 2.2 Artificial Neural Network Artificial Neural Network (ANN) based on the working of our brain. Brain basically learns from the experience. This biological inspired method is thought to be the major development in the computational industry. In a neural network, the basic element which does all the process is the neuron. These neurons get input from some source, combine them, perform all necessary operations and put the final results on the output. Forecasting is based on the pattern observed from the past event and estimates the values for the future. ANN is suitable
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 449 for load forecasting for two reasons. First, it has been proved that ANN is able to approximate numerically any continuous function to be desired accuracy. In this case the ANN is seen as multivariate, nonlinear and nonparametric methods. Secondly, ANNs are date-driven methods, in the sense that it is not necessary for the researcher to use tentative models and then estimate their parameters. ANNs are able to automatically map the relationship between input and output; they learn this relationship and store this learning into their parameters. [1] 3. FUZZY LOGIC METHODOLOGY FOR SHORT TERM LOAD FORECASTING 3.1 Fuzzification Fuzzification is the process of converting crisp numerical values into the degrees of membership related to the corresponding fuzzy sets. A MF will accept as its argument a crisp value and return the degree to which that value belongs to the fuzzy set the MF represents. In order to express the fuzziness of data, this paper makes an arrangement of fuzzy subsets for different inputs and outputs in complete universe of discourse as membership functions. The relationship between several inputs and output may be nonlinear but linear membership functions have been used for simplicity. A rectangular membership function is used for the inputs as well as the output. The two inputs taken for STLF are Time and Temperature. As shown in figure (Fig -1) time is divided into seven triangular membership functions which are as follows:  Mid Night (MID-NIG)  Dawn (DAWN)  Morning (MORN)  Noon (NOON)  Evening (EVE)  Dusk (DUSK)  Night (NIGHT) Fig -1: Triangular membership function for time Figure (Fig -2) shows temperature divided into seven triangular membership functions which are as follows:  Very Very Low (VVL)  Very Low (VL)  Low (L)  Normal (N)  High (H)  Very High (VH)  Very Very High (VVH) Fig -2: Triangular membership function for forecasted temperature Figure (Fig -3) shows similar pervious day load divided into seventeen triangular membership functions which are from L8 to H8. Fig -3: Triangular membership function for similar pervious day load Figure (Fig -4) shows forecasted load (output) divided into seventeen triangular membership functions which are from L8 to H8.
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 450 Fig -4: Triangular membership function for forecasted load 3.2 Fuzzy Rule Base This part is the heart of the fuzzy system. The heuristic knowledge of the forecasted is stored in terms of “IF-THEN” rules. It sends information to fuzzy inference system, which evaluates the gained information to get the load forecasted output. Some of the rules are as follows:  If (time is MID.NIG) and (forecasted-Temperature is VL) and (similar-day-load is H1) then (forecasted- load is H1) (1)  If (time is MID.NIG) and (forecasted-Temperature is VL) and (similar-day-load is H2) then (forecasted- load is H2) (1)  If (time is MID.NIG) and (forecasted-Temperature is VL) and (similar-day-load is H3) then (forecasted- load is H3) (1)  If (time is MID.NIG) and (forecasted-Temperature is VL) and (similar-day-load is H4) then (forecasted- load is H4) (1)  If (time is MID.NIG) and (forecasted-Temperature is L) and (similar-day-load is H1) then (forecasted-load is H1) (1) Similarly, 381 fuzzy rules are prepared based on the data obtained from ALDC, Jambuva, Vadodara. 3.3 Simulation Work Fig -5: Simulation of short term load forecasting using fuzzy logic in MATLAB Figure (Fig -5) shows the simulation of fuzzy logic methodology short term load forecasting. MATLAB is used for the simulation purpose. As shown in the figure (Fig -5) the input data’s as well as actual load occurred are loaded. The input data are given to fuzzy logic controller block. In fuzzy logic controller block “.fis” of fuzzy inference system is loaded. Based on the rules prepared the fuzzy logic controller give forecasted output corresponding to the input data. Then the permanent shut down block is added. If a substation is in working state for pervious similar day and there is a permanent shutdown for the forecasted day, then the megawatts supplied by the substation need to be subtracted from the forecasted load and vice versa. Thus, final forecast of the day is obtained. Also, the error is calculated along with the forecasting as shown in figure (Fig -5). Table 1 and Table 2 show the actual load, fuzzy forecasted load and also the percentage error in the fuzzy forecasted load. The load forecast is done for the day 8th May 2013 and 9th May 2013 respectively.
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 451 Table -1: Fuzzy load forecast of 8th May 2013 Time (Hrs.) Forecasted Temp. (o C) Pervious Similar Day Load (MW) Actual Load (MW) Fuzzy Forecast ed Load (MW) %Error 1 32 2058 2035 2050.12 -0.714 2 31 2013 2006 2012.73 -0.316 3 30 1983 1989 1982.40 0.329 4 30 1963 1938 1963.11 -1.282 5 30 1933 1935 1932.60 0.136 6 29 1959 1942 1946.50 -0.252 7 29 1902 1900 1901.86 -0.098 8 31 1854 1888 1855.38 1.754 9 32 2018 2013 2018.24 -0.282 10 35 2077 2050 2075.22 -1.238 11 37 2104 2094 2088.68 0.277 12 39 2131 2076 2106.62 -1.476 13 41 2062 2002 2039.94 -1.884 14 42 2079 2050 2061.00 -0.513 15 43 2128 2091 2111.56 -0.960 16 44 2060 2076 2043.73 1.596 17 43 2005 1959 1983.10 -1.204 18 42 1980 1929 1964.19 -1.779 19 39 1914 1930 1915.87 0.745 20 37 2014 2019 2027.16 -0.402 21 37 2021 2038.8 2029.61 0.456 22 36 1967 1975 1999.26 -1.213 23 34 2006 2020 2016.22 0.187 24 33 2066 2100 2086.33 0.655 Table -2: Fuzzy load forecast of 9th May 2013 Time (Hrs.) Forecasted Temp. (o C) Pervious Similar Day Load (MW) Actual Load (MW) Fuzzy Forecast ed Load (MW) %Error 1 31 2015 2056 2060.68 -0.2411 2 30 1988 2020 2033.06 -0.6512 3 29 1947 1981 1991.68 -0.5396 4 28 1923 1970 1968.52 0.0563 5 27 1880 1945 1925.43 1.01495 6 26 1942 1959 1986.72 -1.4300 7 27 1885 1928 1929.83 -0.0797 8 28 1838 1880 1883.22 -0.1819 9 31 2034 2077 2077.99 -0.0295 10 34 2113 2159 2141.08 0.8151 11 36 2136 2145 2170.10 -1.1640 12 39 2133 2165 2154.37 0.4680 13 40 2036 2088 2065.40 1.0629 14 42 2105 2141 2118.66 1.0650 15 43 2122 2187 2144.67 1.9187 16 43 2090 2160 2125.87 1.5781 17 43 2030 2062 2043.28 0.9307 18 42 1971 2043 2005.62 1.8454 19 39 1957 2010 2002.95 0.3383 20 36 2014 2105 2075.03 1.4449 21 34 2025 2072 2094.16 -1.0611 22 33 1989 2102 2045.00 2.6956 23 33 2024 2093 2085.89 0.3560 24 31 2050 2168 2121.64 2.1436
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 452 4. ANN BASED METHODOLOGY FOR SHORT TERM LOAD FORECASTING The basic structure of artificial neural network is show in figure (Fig -6). As seen from the figure (Fig -6), there are three layers: input layer, hidden layer and output layer. There are three inputs used for short term load forecasting: time, forecasted temperature and previous similar day load. The number of neurons used in hidden layer is 200. The output layer gives one output i.e. forecasted load. Fig -6: Basic structure of ANN for short term load forecasting. Fig -7: Simulation of short term load forecasting using ANN in MATLAB. Now, for the training of NN, 15 days data are used. The data consists of time for which forecast is to be done, forecasted temperature for that day and previous similar day load. After the training of neural network, MATLAB simulation is prepared as shown in figure (Fig -7). The input data are loaded and is given to neural network block, which is trained using 15 days data of May 2013. The forecasted load using ANN can be seen in the scope. The error is also generated and displayed on the display. Table 3 and Table 4 show the actual load, ANN forecasted load and also the percentage error in the ANN forecasted load. The load forecast is done for the day 8th May 2013 and 9th May 2013 respectively. Table -3: ANN Load Forecast of 8th May 2013 Time (Hrs.) Forecasted Temp. (o C) Pervious Similar Day Load (MW) Actual Load (MW) ANN Forecast ed Load (MW) %Error 1 32 2058 2035 1989.55 2.2564 2 31 2013 2006 1986.25 1.0025 3 30 1983 1989 1973.29 0.7866 4 30 1963 1938 1946.63 -0.448 5 30 1933 1935 1909.48 1.3307 6 29 1959 1942 1912.53 1.4961 7 29 1902 1900 1890.82 0.4818 8 31 1854 1888 1882.93 0.2653 9 32 2018 2013 2015.56 -0.150 10 35 2077 2050 2091.12 -2.029 11 37 2104 2094 2110.80 -0.778 12 39 2131 2076 2120.25 -2.155 13 41 2062 2002 2076.71 -3.758 14 42 2079 2050 2079.48 -1.417 15 43 2128 2091 2105.97 -0.702 16 44 2060 2076 2048.30 1.3509 17 43 2005 1959 1996.55 -1.905 18 42 1980 1929 1981.43 -2.704 19 39 1914 1930 1967.64 -1.942 20 37 2014 2019 2005.89 0.6490 21 37 2021 2038 2004.50 1.6859 22 36 1967 1975 1990.80 -0.800 23 34 2006 2020 2008.22 0.5827 24 33 2066 2100 2020.39 3.7906
  • 6. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 453 Table 4: ANN Load Forecast of 9th May 2013 Time (Hrs.) Forecasted Temp. (o C) Pervious Similar Day Load (MW) Actual Load (MW) ANN Forecast ed Load (MW) %Error 1 31 2015 2056 1987.43 3.3223 2 30 1988 2020 1980.90 1.9309 3 29 1947 1981 1946.05 1.7632 4 28 1923 1970 1913.41 2.8540 5 27 1880 1945 1906.98 1.9637 6 26 1942 1959 1927.51 1.5929 7 27 1885 1928 1912.85 0.8010 8 28 1838 1880 1901.02 -1.1288 9 31 2034 2077 2036.16 1.9838 10 34 2113 2159 2110.86 2.2151 11 36 2136 2145 2120.70 1.1388 12 39 2133 2165 2120.77 2.0207 13 40 2036 2088 2046.63 1.9617 14 42 2105 2141 2098.19 2.0209 15 43 2122 2187 2104.67 3.7482 16 43 2090 2160 2070.70 4.1324 17 43 2030 2062 2011.70 2.4619 18 42 1971 2043 1981.00 3.0503 19 39 1957 2010 1986.13 1.1747 20 36 2014 2105 2009.46 4.5592 21 34 2025 2072 2013.67 2.8235 22 33 1989 2102 2008.34 4.4401 23 33 2024 2093 2014.83 3.7509 24 31 2050 2168 2023.16 6.6855 5. RESULTS The results obtained from the fuzzy logic are compared with the conventional method as well as artificial neural network of short term load forecasting and the error is in the range of - 1.884780% to +2.695659 for fuzzy logic and in the range of - 3.7580145 to +2.552835. The load curve is plotted which is the comparison between the actual load, fuzzy forecasted load and artificial neural network forecasted load. Figure (Fig -8) and figure (Fig -9) shows the load curve plot for 8th May 2013 and 9th May 2013 respectively. From the curve it is observed that fuzzy forecasted load curve is very close to the actual load curve. Fig -8: Hourly load curve of 8th May 2013 Fig -9: Hourly load curve of 9th May 2013 6. CONCLUSIONS In this paper fuzzy and ANN methodology for short term load forecasting is discussed. It is concluded that using time, temperature and similar previous day load as the inputs and by formulating rule base of fuzzy logic using available data, load forecasting is done with an error margin of -1.884780% to +2.695659%, whereas in case of artificial neural network the error margin is of -3.758015 to +2.552835. It is seen that fuzzy logic approach gives better results as compared to 1700 1750 1800 1850 1900 1950 2000 2050 2100 2150 1 3 5 7 9 11 13 15 17 19 21 23 Load(MW) Time (Hrs) Hourly Load Curve of 8-5-2013 Actual Load Fuzzy Forecasted Load ANN Forecasted Load 1700 1750 1800 1850 1900 1950 2000 2050 2100 2150 2200 2250 1 2 3 4 5 6 7 8 9 101112131415161718192021222324 Load(MW) Time (Hrs.) Hourly Load Curve of 9-5-2013 Actual Load Fuzzy Forecasted Load ANN Forecasted Load
  • 7. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 454 artificial neural network. Moreover, it is also concluded that fuzzy logic approach is very easy for the forecaster to understand as it works on simple “IF-THEN” statements. ACKNOWLEDGEMENTS I extend my thank to Mr. Pareshkumar J. Bhatt, Executive Engineer in Operation and Management, Rural Division Office, Ankleshwar, for his support in giving through knowledge in load forecasting; also I like to thank Mr. Kunvarji M. Vasava, Junior Engineer in Demand Side Management, Area Load Dispatch Centre, DGVCL, Jambuva, for his help and support. REFERENCES [1]. Engr. Badar Ul Islam, Head of Department Computer Science & Engineering, NFC-Institute of Engineering & Fertilizer Research, Faisalabad – Pakistan, “Comparison of Conventional and Modern Load Forecasting Techniques Based on Artificial Intelligence and Expert Systems”, IJCSI International Journal of Computer Science Issues, Vol. 8, Issue 5, No 3, September 2011. [2]. Rustum Mamlook, Middle East University for Graduate Studies, Faculty of Information Technology, Amman 11942, Jordan, Omar Badran, Emad Abdulhadi, Al-Balqa Applied University, Faculty of Engineering Technology, Amman, Jordan, “A fuzzy inference model for short-term load forecasting”, Energy Policy37(2009)1239–1248, January 2009. [3]. Sandeep Sachdeva, Haryana Engineering College, Jagadhri, District Yamuna Nagar, Haryana, INDIA and Chander Mohan Verma, Haryana Power Generation Corporation Ltd., Yamuna Nagar, Haryana, India, “Load Forecasting using Fuzzy Methods”, IEEE Transaction, 2008. [4]. S. Chenthur Pandian, K. Duraiswamyaa, Electrical and Electronics Engg., K.S. Rangasamy College of Technology, Tiruchengode 637209, Tamil Nadu, India, C. Christober Asir Rajan, N. Kanagaraj, Department of Electrical and Electronics Engineering, Pondicherry Engineering College, Pondicherry, India, “Fuzzy approach for short term load forecasting”, Electric Power Systems Research 76 (2006) 541–548, November 2005. [5]. Hesham K. Alfares and Mohammad Nazeeruddin, Systems Engineering Department, King Fahd University of Petroleum & Minerals, Dhahran 31261 , Saudi Arabia, “Electric load forecasting: literature survey and classification of methods”, International Journal of Systems Science, 2002, volume 33, number 1, pages 23-34. [6]. D K Ranaweera, N F Hubeleand and G G Karady, Arizona State University, Tempe, Arizona, USA, “Fuzzy logic for short term load forecasting”, Electrical Power & Energy Systems, Vol. 18 No. 4, pp. 215-222, 1996. [7]. Abhisek Ukil, Intelligent Systems and Signal Processing in Power Engineering, Springer-Verlag Berlin Heidelberg, 2007, pp. 5-159. [8]. D P Kothari & J P Nagrath, Mordern Power System Analysis, 3rd Edn., Tata McGraw Hill Education private Limited, New Delhi, 2009, pp. 575-589. [9]. “Collection of load data”, Area Load Dispatch Centre, DGVCL, Jambuva, Vadodara. BIOGRAPHIES Patel Parth Manoj born on October 15, 1990 in Surat, Gujarat, India. He completed his B.E. in Electrical Engineering from C.K. Pithawalla College of Engg. and Tech. from Gujarat Technological University in 2012. He is currently pursuing his Post Graduation in Electrical Engineering from Parul Institute of Engg. and Tech., Vadodara. His field of interest is Power Systems, Artificial Intelligence. Ashish Pravinchandra Shah born on May 15, 1988 in Banswara, Rajasthan, India. He completed his B.E. in Electrical Engineering from Gujarat University in 2009. He had his Post Graduation in Electrical Engineering from Nirma University, Ahmedabad in July 2013. He is currently working as Assistant Professor in Electrical Engineering Department, Parul Institute of Engg. and Tech. He had published three papers till date. His field of interest is Smart Grid, HVAC and HVDC, Renewable Technology, Artificial Intelligence.