SlideShare a Scribd company logo
1 of 9
Download to read offline
International Journal of Electrical Engineering and
(IJEET), ISSN 0976
INTERNATIONAL JOURNAL January Technology(2014), ©ENGINEERING &
OF ELECTRICAL IAEME – 6545(Print),
ISSN 0976 – 6553(Online) Volume 5, Issue 1,
- February
TECHNOLOGY (IJEET)

ISSN 0976 – 6545(Print)
ISSN 0976 – 6553(Online)
Volume 5, Issue 1, January - February (2014), pp. 01-09
© IAEME: www.iaeme.com/ijeet.asp
Journal Impact Factor (2013): 5.5028 (Calculated by GISI)
www.jifactor.com

IJEET
©IAEME

NOVEL APPROACH FOR PROTECTING POWER SYSTEM
TRANSMISSION LINES USING BACK ERROR PROPAGATION
ALGORITHM TECHNIQUE
Mr. Abhijit A Dutta1, Prof. A.N.Kadu2, Mr. R.U.Ghanmare3, Mr. P.G.Shewane4
1

2

Asst Prof, Dept of Electrical Engg, DBACER, Nagpur India
Associate. Prof, Dept of Electrical Engg, YCCE, Nagpur India
3
Asst Prof, Dept of Electrical Engg, DBACER, Nagpur India
4
Asst Prof, Dept of Electrical Engg, DBACER, Nagpur India

ABSTRACT
This paper presents a new approach, using artificial neural networks (ANN) for fast fault
detection in transmission lines using back error propagation algorithm. Fault must be detected at its
inception and issuing an output signal indicating this condition, which is not possible with
conventional relays. The inception of the fault introduces abrupt changes of amplitude and phase in
voltage and current signals. The neural network approach to fault detection can be posed as a patternrecognition problem the ANN is trained to recognize pure sinusoidal signals as indicators of a
normal system condition; abrupt changes of amplitude or phase, or the presence of transient
components are used as indicators of fault. This approach can be used for supporting a new
generation of very high speed protective relaying system.
Keywords: Distance Protection relaying, Artificial Neural Networks, Fault detection using Back
Propagation Algorithm, ANN relay model
I.

INTRODUCTION

Protecting transmission lines is the major part of power system. The probability of fault
occurring on a transmission line is quite large as it is exposed to open environmental conditions. So it
becomes a prerequisite for fast detection and clearance of faults and henceforth ensuring security and
stability of system as a whole. Protective relays for transmission lines uses input voltage and current
signals to detect the fault and sends a tripping signal to the circuit breaker to disconnect the line.
Voltage and current data used for this purpose generally contain the fundamental frequency signal
added with harmonics and DC offset [6]. With digital technology being increasingly applied in
1
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print),
ISSN 0976 – 6553(Online) Volume 5, Issue 1, January - February (2014), © IAEME

power substations, distance relays have experienced some improvements; however, the digital relay
is usually designed on the basis of fixed relay settings, they are developed and tested offline when a
rich input data is available [1]. Also this technique makes the use of digital signal processing
methods which takes
time [2] (usually one cycle of system frequency) to determine or locate the
fault. They are likely to make incorrect decisions if the signals are noisy. The reach accuracy of a
distance relay can therefore be affected by the different fault conditions (particularly in the presence
of the DC offset in the current waveforms) as well as network configuration changes. It would be
desirable to develop a fast accurate and robust approach that would perform accurately for changing
system conditions [8]. The neural network approach to fault detection can be posed as a patternrecognition problem the ANN is trained to recognize pure sinusoidal signals as indicators of a
normal system condition; abrupt changes of amplitude or phase, or the presence of transient
components are used as indicators of fault inception [7]. Current or impedance change and voltage
signals can be used for fault detection, but current or impedance change signal is in general more
sensitive than voltage to fault inception. Amplitude and phase changes are greater for current or
impedance signals than for voltage signals; in addition, the dc-offset of fault current is a clear
indicator of many fault conditions. This paper demonstrates that the concept of ANN can be used as
an alternative computational concept to conventional approach based on a programmed instruction
sequence. The capability of the relay based on ANN theory to keep the reach accuracy when
subjected to different fault conditions as well as network configuration changes is shown.
II.

ARTIFICIAL NEURAL NETWORKS

Artificial Neural Networks (ANNs) are inspired by biological nervous systems and they were
first introduced as early as 1960, Nowadays, studies of ANNs are growing rapidly for many reasons:
• ANNs work with pattern recognition at large.
• ANNs have a high degree of robustness and ability to learn.
• ANNs are prepared to work with incomplete and unforeseen input data.

Fig.1- Perceptron representation
Once trained, a network response can be, to a degree, insensitive to minor variations in its
input. This ability to see through noise and distortion to the pattern that lies within is vital to pattern
recognition. The neuron is the nervous cell and is represented in the ANN universe as a perceptron.
Fig. 1 shows a simple model of a neuron characterized by a number of inputs Pn, P2, ..., PN, the
weights WI, W2, ....Wn, the bias adjust b and an output a. The neuron uses the input, as well as the
information on its current activation state to determine the output a, given as

2
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print),
ISSN 0976 – 6553(Online) Volume 5, Issue 1, January - February (2014), © IAEME

n
a = ∑ Wk Pk + b
k =1
The neurons are normally connected to each other in a specified fashion to form the ANNs.
These arrangements of interconnections could form a network which is composed of a single layer or
several layers. As mentioned before, the ANN models must be trained to work properly. The desired
response is a special input signal used to train the neuron. A special algorithm adjusts weights so that
the output response to the input patterns will be as close as possible to the respective desired
response. In other words, the ANNs must have a mechanism for learning. Learning alters the weights
associated with the various interconnections and thus leads to a modification in their strength
III.

BACKPROPAGATION METHOD

The backpropagation algorithm learning of neural network is a closely related approach was
proposed by Le Chun (1985). The backpropagation method works very well by adjusting the weights
which are connected in successive layers of multi-layer Perceptron.

Fig. 2 Three Layer Artificial Neural Network
The algorithm gives a prescription for changing the weights in any feed-forward network to
learn a training set of input output pairs. The use of the bias adjust in the ANNs is optional, but the
results may be enhanced by it. A multilayer network with one hidden layer is shown in Fig. 2. The
network consists of a set of N input units (Xi, i = 1 ,...N), a set of n output units
(Yi, i
= 1 ,... n) and a set of J hidden units (Vj , j = 1 ,... J). Thus, the hidden unit Vj receives a net input and
produces the output as
Where j = 1, ……J
The final output is then produced as
Where i = 1, ……n
The above function F[.] is a non-linear transfer function which can be of various forms.
Backpropagation networks often use the logistic sigmoid as the activation transfer function. The
logistic sigmoid transfer function maps the neuron input from the interval (-∞,+∞) into the interval
3
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print),
ISSN 0976 – 6553(Online) Volume 5, Issue 1, January - February (2014), © IAEME

(0,+1). The logistic sigmoid, shown in the equation below is applied to each element of the proposed
ANN.

(Where n is the summation of output, bias adjust)
The usual error measure or the cost function for the process is :
n
E [w] =1/2 ∑ [Yi - Yi target]
i =1
This is clearly a continuous differentiable function of every weight so we can use a gradient
decent algorithm to learn appropriate weights. Since the weight errors are successfully back
propagated from the output layer, this specific training algorithm is known as error back propagation.
IV. FAULT DETECTION USING ANN
A fault detector must detect the fault inception and to issue an output signal indicating this
condition. During normal operating conditions the currents and voltages of the power system are
sinusoidal signals. Load variation with time may produce slow amplitude changes in current signals
and, in a lesser extent, in voltage signals.
The inception of the fault introduces abrupt changes of amplitude and phase in voltage and
current signals. Fault signals can be contaminated with different transient components such as
exponentially-decaying dc-offset (mainly in current signals) and high-frequency damped oscillations
(mainly in voltage signals), among other components. These changes of amplitude and phase, and
the appearance of transient components, can be used to detect the inception of a fault.
The neural network approach to fault detection can be posed as a pattern-recognition
problem: the ANN is trained to recognize pure sinusoidal signals as indicators of a normal system
condition; abrupt changes of amplitude or phase, or the presence of transient components are used as
indicators of fault inception. Current and voltage signals can be used for fault detection, but current
signal is in general more sensitive than voltage to fault inception. Amplitude and phase changes are
greater for current signals than for voltage signals: in addition, the dc-offset of fault current is a clear
indicator of many fault conditions. Therefore, current signal can be selected as input signal to the
detector in this work.

Fig.3 ANN based fault detector structure
4
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print),
ISSN 0976 – 6553(Online) Volume 5, Issue 1, January - February (2014), © IAEME

The structure of the ANN-based fault detector is depicted in Fig. 3. Input current is low-pass
filtered before a set of consecutive samples of current signal form the: input to the neural network.
Using a 1kHz sampling rate (10 samples per 50 Hz cycle), data windows with different numbers of
samples were evaluated. The results are presented for data windows containing 20 samples (20
inputs to the ANN). Only two hidden layers were found to be necessary for this application. The
output layer requires only one neuron, with a two-state output.
Simulation can be done using the current waveform (fig 5) or by impedance waveform (fig
6). In this paper we are simulating for single phase to ground fault using the impedance waveform
(fig 6). The ANN is trained to recognize impedance (when the operating conditions are normal)
signals as indicators of a normal system condition; abrupt changes in amplitude of impedance (at the
occurrence of fault) components are used as indicators of fault inception.
V. ANN BASED RELAY MODEL
The ANN relay in this project is based on a distance relay with two three-phase power
sources at both ends. The length of the transmission line (TL) is 100 km. The line model is
shown in the fig 4

Fig 4: Distance Relay Model

The relay is intended to protect the protection zone along the 100 km line. The ANN relay
was trained to see faults from one side (A) only, i.e. the impedance measured is the one facing the
relay. The relay on the other side (B) can also be used in a similar form. The distance relay is
modelled using PSCAD, to get the data for network training and testing. Looking from the relay A
when a fault occurs, the Thevenin impedance will decrease. The magnitude of impedance varies as
the location of the fault changes. Using positive sequence impedance as input neurons.. For each
fault type and fault inception angle 0o , 36o,, 72o, 108o, 144o, 180o, 216o, 252o, 288o and 324o, the
location of fault was varied by varying the length of the transmission lines pairs. Measured from the
relay A, the fault distances (in km) simulated were 1, 10, 20, 30, 40, 50, 60, 70, 80, 90, and 99kms.
1,100 fault cases were simulated. Fault patterns is generated using PSCAD (4.2) and the network
simulation is done using MATLAB
Some fault types have similar waveform pattern. Given in fig7. are the waveform patterns for
various fault types with constant fault distance. The network input layer requires (input, desired
output) pair of input data. The desired output data can be generated by setting a pickup value below
which a trip (1) signal is generated.

5
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print),
ISSN 0976 – 6553(Online) Volume 5, Issue 1, January - February (2014), © IAEME

Fig 5: Phase A to ground fault current waveforms

Fig 6: RMS Value of Positive Sequence Current, Voltage, and Impedance

Fig 7: Waveforms of Various Fault Types
After all fault data has been gathered using PSCAD, the input data to the neural network,
needed for training, i.e the values of ‘Z’ are extracted. The output layer has one node with logsigmoid transfer function. The desired output data set was generated by setting a pickup value below
6
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print),
ISSN 0976 – 6553(Online) Volume 5, Issue 1, January - February (2014), © IAEME

which a trip (1) signal is generated. For all types of fault pattern studied the pick up value for Z was
chosen to be 25 . Any impedance below this value would activate the relay. The network is trained
which calls ANN functions included in the MATLAB Neural Network toolbox. Before the training is
initiated, the training parameters can be changed by changing the learning rate, number of epochs,
minimum MSE, momentum change. Once the training is finished, the network then is tested, which
simulate the network using data file given in the function parameter and then compare the output
with the desired output data to get the performance error. For eg: One network trained had two
hidden layer of size 20 and 10. The learning rate and momentum were 0.7 and 0.8 respectively. The
MSE=0.001. The learning method used was scaled conjugate gradient (SCG). This learning curve
converged faster. The time required for simulation was about 14.3 sec. As in fig 8

Fig 8: Learning Curve of Network [20 20 10 1] with goal=0.005
The training can be done by arbitrarily choosing network architecture as in fig 9 and then
trained it using the proposed learning algorithm. As the size of input and output can be specified,
only the size of hidden layer was concerned. The training is started with a big network size and then
gradually reduced to smaller size if network testing gave satisfactory result. The location of a fault
plays important role in the trip decision when it comes to overreaching issue. When overreaching
occurs, the relay ignores it altogether, operates a delayed tripping, or communicates to other relay to
trip.

Z1
Z2
1

1/0
0.5

Z 18
Output
Layer

Z 20
Input
Layer

Hidden
Layer

ANN Relay

Fig 9: ANN Relay Architecture
7
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print),
ISSN 0976 – 6553(Online) Volume 5, Issue 1, January - February (2014), © IAEME

VI.

SIMULATION RESULTS

The backpropagation algorithm is used for training purpose. The learning process trained a
data set of 11,982 values of phase a to ground fault occurring at 30 km from location ‘A’ at different
fault inception time. The training shows a minimum error which shows that an ANN relay works
very satisfactorily, it required a data windowing which at a time takes only 20 samples at a sampling
frequency of 1 KHz. The network with two hidden layer and one hidden layer were trained quiet
successfully. The training was stopped by giving maximum value of epochs a momentum factor of
0.85 and minimum MSE which resulted to a final error of 0.1%. Also it was observed that a repeated
training procedure yielded to quite better results and less error. Similar training patterns can also be
obtained by varying the fault location, fault inception angle and repeating the training procedure
TABLE I
NETWORK TRAINING FOR PHASE A TO GROUND FAULT AT 30KM FROM LOCATION ‘A’

Network size
[20 20 1]
[20 15 1]
[20 5 1]
[20 20 20 1]
[20 20 15 1]
[20 15 10 1]
Network size
[20 20 1]
[20 15 1]
[20 5 1]
[20 20 20 1]
[20 20 15 1]
[20 15 10 1]

VII.

Final MSE

Epoch

0.0015
0.0036
0.0033
0.0030
0.0042
0.0040

13
9
14
10
4
8

Final MSE

Epoch

0.0035
0.0049
0.0043
0.0046
0.0030
0.0023

Fault inception 0.150sec
Training of 11,982 Data
Time
No. of Untrained
%
Data
12.7
---9.8
3
0.02
10.4
---13.64
---9.17
---10.4
---Fault inception 0.200sec
Training of 11,982 Data
Time
No. of Untrained
%
Data
10.6
3
0.02
8.8
---7.7
---12.17
---9.8
---10.2
----

9
6
5
10
5
7

CONCLUSION

The use of an ANN as a pattern classifier is used to rectify fault occurring in a transmission
line. The results obtained in this scheme are very encouraging. The ANN relay can provide a fast and
precise operation, keeping its reach accuracy when faced with different fault conditions (even in the
presence of the DC offset in the current waveforms) as well as network changes. This is an
improvement in performance if compared to conventional distance relays. Also, the use of ANNs can
make it possible to extend the first zone reach of the relays, enhancing system security. The process
involving training and testing of different network configurations can be carried out until satisfactory
results are achieved. ANN based relay provides robust and accurate decision by tolerating high noise
content in the acquired signals also its implementation provides simplicity and flexibility for on line
retaining using actual field fault data and fast detection which is the aim can be achieved. It must
8
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print),
ISSN 0976 – 6553(Online) Volume 5, Issue 1, January - February (2014), © IAEME

however be pointed out that this tool opens a new dimension in relay philosophy, to solve some of
the various problems related to the distance protection of transmission lines.
TRANSMISSION LINE PARAMETERS
The line simulation used in this work was a typical 200 kV vertical construction line. The relevant
parameters used are:
(i) Earth resistivity (assumed homogeneous)= 100 .
(ii) Source X/R ratio = 10
Source sequence impedance ratio Zs0/Zs1= 1.5
(iii)Phase conductor =4x54/7/0.33 s.c.a. with 0.305 bundle spacing earth wire = 54/7/0.33 s.c.a.
(s.c.a.=steel core aluminium)
Various other factors such as effect of fault type, differing source capacities at the terminals,
different fault inception angles were also included.
REFERENCES
[1] Coury, D.V. & Jorge, D.C. 1998, 'Artificial Neural Network Approach to Distance Protection
on Transmission Lines', IEEE Transactions on Power Delivery, vol. 13, no. 1, pp. 102–108.
[2] T S Sidhu, H Singh, and M S Sachdev, “Design, Implementation and Testing of An Artificial
Neural Network Based Fault Direction Discriminator for Protecting Transmission Lines”,
IEEE Transactions on Power Delivery, Vol 10, no 2, April 1995, pp 647-706.
[3] Manitoba HVDC Research Centre, 2005, Electromagnetic Transient Program Manual PSCAD
Version 4.2.0.
[4] MATLAB Version 7.4.
[5] S.N.Sivanandam, S.Sumathi, S.N.Deepa Introduction to Neural Networks using MATLAB
6.0 TMH.
[6] Coury, D.V. & Jorge, D.C. 1997, 'The Backpropagation Algorithm Applied to Protective
Relaying', IEEE International Conference on Neural Networks, vol. 1, pp. 105–110.
[7] Vazquez, E., Altuve, H.J. & Chacon, O.L. 1996, 'Neural Network Approach to Fault Detection
in Electric Power Systems', IEEE International Conference on Neural Networks, vol. 4,
pp. 2090–2095.
[8] Thomas Dalstein, Bernd Kulicke 1995, ‘Neural Network Approach to Fault Classification for
High Speed Protective Relaying’, IEEE Transaction on Power Delivery, Vol. 10, No 2,
April 1995, pp 1002- 1011.
[9] Mohd Abdul Lateef, Syed Maqdoom Ali and Dr.Sardar Ali, “Reactive Power Aspects in
Reliability Assessment of Power Systems”, International Journal of Advanced Research in
Engineering & Technology (IJARET), Volume 4, Issue 3, 2013, pp. 124 - 131, ISSN Print:
0976-6480, ISSN Online: 0976-6499.
[10] Dharmendra Kumar Singh, Dr.Moushmi Kar and Dr.A.S.Zadgaonkar, “Analysis of Generated
Harmonics Due to Transformer Load on Power System using Artificial Neural Network”,
International Journal of Electrical Engineering & Technology (IJEET), Volume 4, Issue 1,
2013, pp. 81 - 90, ISSN Print : 0976-6545, ISSN Online: 0976-6553.
[11] Preethi Thekkath and Dr. G. Gurusamy,, “Effect of Power Quality on Stand by Power
Systems”, International Journal of Electrical Engineering & Technology (IJEET), Volume 1,
Issue 1, 2010, pp. 118 - 126, ISSN Print : 0976-6545, ISSN Online: 0976-6553.

9

More Related Content

What's hot

IRJET- A Simple Approach to Identify Power System Transmission Line Faults us...
IRJET- A Simple Approach to Identify Power System Transmission Line Faults us...IRJET- A Simple Approach to Identify Power System Transmission Line Faults us...
IRJET- A Simple Approach to Identify Power System Transmission Line Faults us...IRJET Journal
 
Switchgear and protection.
Switchgear and protection.Switchgear and protection.
Switchgear and protection.Surabhi Vasudev
 
DENOISING OF ECG SIGNAL USING FILTERS AND WAVELET TRANSFORM
DENOISING OF ECG SIGNAL USING FILTERS AND WAVELET TRANSFORMDENOISING OF ECG SIGNAL USING FILTERS AND WAVELET TRANSFORM
DENOISING OF ECG SIGNAL USING FILTERS AND WAVELET TRANSFORMIJEEE
 
PPT_Final_Presentation
PPT_Final_PresentationPPT_Final_Presentation
PPT_Final_PresentationSleeba Paul
 
DE-NOISING OF ECG USING WAVELETS AND MULTIWAVELETS
DE-NOISING OF ECG  USING WAVELETS  AND MULTIWAVELETS     DE-NOISING OF ECG  USING WAVELETS  AND MULTIWAVELETS
DE-NOISING OF ECG USING WAVELETS AND MULTIWAVELETS ajayhakkumar
 
Artificial Neural Network for Solar Photovoltaic System Modeling and Simulation
Artificial Neural Network for Solar Photovoltaic System Modeling and SimulationArtificial Neural Network for Solar Photovoltaic System Modeling and Simulation
Artificial Neural Network for Solar Photovoltaic System Modeling and Simulationijtsrd
 
Non-conventional Energy Operated ECG System
Non-conventional Energy Operated ECG SystemNon-conventional Energy Operated ECG System
Non-conventional Energy Operated ECG SystemIRJET Journal
 
A new approach for Reducing Noise in ECG signal employing Gradient Descent Me...
A new approach for Reducing Noise in ECG signal employing Gradient Descent Me...A new approach for Reducing Noise in ECG signal employing Gradient Descent Me...
A new approach for Reducing Noise in ECG signal employing Gradient Descent Me...paperpublications3
 
Classification and Detection of ECG-signals using Artificial Neural Networks
Classification and Detection of ECG-signals using Artificial Neural NetworksClassification and Detection of ECG-signals using Artificial Neural Networks
Classification and Detection of ECG-signals using Artificial Neural NetworksGaurav upadhyay
 
Noise reduction in ecg by iir filters a comparative study
Noise reduction  in ecg by iir  filters a comparative studyNoise reduction  in ecg by iir  filters a comparative study
Noise reduction in ecg by iir filters a comparative studyIAEME Publication
 
Performance evaluation of zigbee transceiver for wireless body sensor system
Performance evaluation of zigbee transceiver for wireless body sensor systemPerformance evaluation of zigbee transceiver for wireless body sensor system
Performance evaluation of zigbee transceiver for wireless body sensor systemIJCNCJournal
 
Design of 2MHz OOK transmitter/receiver for inductive power and data transmis...
Design of 2MHz OOK transmitter/receiver for inductive power and data transmis...Design of 2MHz OOK transmitter/receiver for inductive power and data transmis...
Design of 2MHz OOK transmitter/receiver for inductive power and data transmis...IJECEIAES
 
11.simulation of unified power quality conditioner for power quality improvem...
11.simulation of unified power quality conditioner for power quality improvem...11.simulation of unified power quality conditioner for power quality improvem...
11.simulation of unified power quality conditioner for power quality improvem...Alexander Decker
 
A Novel Study on Bipolar High Voltage Direct Current Transmission Lines Prote...
A Novel Study on Bipolar High Voltage Direct Current Transmission Lines Prote...A Novel Study on Bipolar High Voltage Direct Current Transmission Lines Prote...
A Novel Study on Bipolar High Voltage Direct Current Transmission Lines Prote...IJECEIAES
 
Noise reduction in ECG Signals for Bio-telemetryb
Noise reduction in ECG Signals for Bio-telemetrybNoise reduction in ECG Signals for Bio-telemetryb
Noise reduction in ECG Signals for Bio-telemetrybIJECEIAES
 

What's hot (20)

IRJET- A Simple Approach to Identify Power System Transmission Line Faults us...
IRJET- A Simple Approach to Identify Power System Transmission Line Faults us...IRJET- A Simple Approach to Identify Power System Transmission Line Faults us...
IRJET- A Simple Approach to Identify Power System Transmission Line Faults us...
 
Switchgear and protection.
Switchgear and protection.Switchgear and protection.
Switchgear and protection.
 
DENOISING OF ECG SIGNAL USING FILTERS AND WAVELET TRANSFORM
DENOISING OF ECG SIGNAL USING FILTERS AND WAVELET TRANSFORMDENOISING OF ECG SIGNAL USING FILTERS AND WAVELET TRANSFORM
DENOISING OF ECG SIGNAL USING FILTERS AND WAVELET TRANSFORM
 
PPT_Final_Presentation
PPT_Final_PresentationPPT_Final_Presentation
PPT_Final_Presentation
 
DE-NOISING OF ECG USING WAVELETS AND MULTIWAVELETS
DE-NOISING OF ECG  USING WAVELETS  AND MULTIWAVELETS     DE-NOISING OF ECG  USING WAVELETS  AND MULTIWAVELETS
DE-NOISING OF ECG USING WAVELETS AND MULTIWAVELETS
 
Artificial Neural Network for Solar Photovoltaic System Modeling and Simulation
Artificial Neural Network for Solar Photovoltaic System Modeling and SimulationArtificial Neural Network for Solar Photovoltaic System Modeling and Simulation
Artificial Neural Network for Solar Photovoltaic System Modeling and Simulation
 
Non-conventional Energy Operated ECG System
Non-conventional Energy Operated ECG SystemNon-conventional Energy Operated ECG System
Non-conventional Energy Operated ECG System
 
A New Approach for Classification of Fault in Transmission Line with Combinat...
A New Approach for Classification of Fault in Transmission Line with Combinat...A New Approach for Classification of Fault in Transmission Line with Combinat...
A New Approach for Classification of Fault in Transmission Line with Combinat...
 
A new approach for Reducing Noise in ECG signal employing Gradient Descent Me...
A new approach for Reducing Noise in ECG signal employing Gradient Descent Me...A new approach for Reducing Noise in ECG signal employing Gradient Descent Me...
A new approach for Reducing Noise in ECG signal employing Gradient Descent Me...
 
Classification and Detection of ECG-signals using Artificial Neural Networks
Classification and Detection of ECG-signals using Artificial Neural NetworksClassification and Detection of ECG-signals using Artificial Neural Networks
Classification and Detection of ECG-signals using Artificial Neural Networks
 
TENSYMP presentation
TENSYMP presentationTENSYMP presentation
TENSYMP presentation
 
Noise reduction in ecg by iir filters a comparative study
Noise reduction  in ecg by iir  filters a comparative studyNoise reduction  in ecg by iir  filters a comparative study
Noise reduction in ecg by iir filters a comparative study
 
Performance evaluation of zigbee transceiver for wireless body sensor system
Performance evaluation of zigbee transceiver for wireless body sensor systemPerformance evaluation of zigbee transceiver for wireless body sensor system
Performance evaluation of zigbee transceiver for wireless body sensor system
 
Design of 2MHz OOK transmitter/receiver for inductive power and data transmis...
Design of 2MHz OOK transmitter/receiver for inductive power and data transmis...Design of 2MHz OOK transmitter/receiver for inductive power and data transmis...
Design of 2MHz OOK transmitter/receiver for inductive power and data transmis...
 
11.simulation of unified power quality conditioner for power quality improvem...
11.simulation of unified power quality conditioner for power quality improvem...11.simulation of unified power quality conditioner for power quality improvem...
11.simulation of unified power quality conditioner for power quality improvem...
 
Y4101148153
Y4101148153Y4101148153
Y4101148153
 
01127694
0112769401127694
01127694
 
EMG final report
EMG final reportEMG final report
EMG final report
 
A Novel Study on Bipolar High Voltage Direct Current Transmission Lines Prote...
A Novel Study on Bipolar High Voltage Direct Current Transmission Lines Prote...A Novel Study on Bipolar High Voltage Direct Current Transmission Lines Prote...
A Novel Study on Bipolar High Voltage Direct Current Transmission Lines Prote...
 
Noise reduction in ECG Signals for Bio-telemetryb
Noise reduction in ECG Signals for Bio-telemetrybNoise reduction in ECG Signals for Bio-telemetryb
Noise reduction in ECG Signals for Bio-telemetryb
 

Viewers also liked

Viewers also liked (20)

Actively Waiting in Advent
Actively Waiting in AdventActively Waiting in Advent
Actively Waiting in Advent
 
20120140503003
2012014050300320120140503003
20120140503003
 
50120140501018
5012014050101850120140501018
50120140501018
 
10520130101007
1052013010100710520130101007
10520130101007
 
50120130405024 2
50120130405024 250120130405024 2
50120130405024 2
 
30120140501007
3012014050100730120140501007
30120140501007
 
10120140501006
1012014050100610120140501006
10120140501006
 
Prof. Siqueira - A Estratégia do Curso
Prof. Siqueira - A Estratégia do CursoProf. Siqueira - A Estratégia do Curso
Prof. Siqueira - A Estratégia do Curso
 
Blog
BlogBlog
Blog
 
Evolução da Mídia
Evolução da MídiaEvolução da Mídia
Evolução da Mídia
 
Marcileneribeiro unidade i-ativ5
Marcileneribeiro unidade i-ativ5Marcileneribeiro unidade i-ativ5
Marcileneribeiro unidade i-ativ5
 
Apresentacao mcs
Apresentacao mcsApresentacao mcs
Apresentacao mcs
 
Mitos e verdades sobre o chepéu
Mitos e verdades sobre o chepéuMitos e verdades sobre o chepéu
Mitos e verdades sobre o chepéu
 
Cmaptools
CmaptoolsCmaptools
Cmaptools
 
Trabalho de matemática
Trabalho de matemáticaTrabalho de matemática
Trabalho de matemática
 
Hugabarros
HugabarrosHugabarros
Hugabarros
 
Documentário justiça
Documentário justiçaDocumentário justiça
Documentário justiça
 
Intensivos 2014 Analisis
Intensivos 2014 AnalisisIntensivos 2014 Analisis
Intensivos 2014 Analisis
 
Revista N. 57 - Abril 2014
Revista N. 57 - Abril 2014Revista N. 57 - Abril 2014
Revista N. 57 - Abril 2014
 
Bitacora biologia
Bitacora biologiaBitacora biologia
Bitacora biologia
 

Similar to 40220140501001

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
 
Optimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionOptimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionIAEME Publication
 
Optimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionOptimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionIAEME Publication
 
Optimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionOptimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionIAEME Publication
 
Differential Protection of Generator by Using Neural Network, Fuzzy Neural an...
Differential Protection of Generator by Using Neural Network, Fuzzy Neural an...Differential Protection of Generator by Using Neural Network, Fuzzy Neural an...
Differential Protection of Generator by Using Neural Network, Fuzzy Neural an...Waqas Tariq
 
Automatic Detection of Heart Disease Using Discreet Wavelet Transform and Art...
Automatic Detection of Heart Disease Using Discreet Wavelet Transform and Art...Automatic Detection of Heart Disease Using Discreet Wavelet Transform and Art...
Automatic Detection of Heart Disease Using Discreet Wavelet Transform and Art...Editor IJMTER
 
Wavelet energy moment and neural networks based particle swarm optimisation f...
Wavelet energy moment and neural networks based particle swarm optimisation f...Wavelet energy moment and neural networks based particle swarm optimisation f...
Wavelet energy moment and neural networks based particle swarm optimisation f...journalBEEI
 
Ann and impedance combined method for fault location in electrical power dist...
Ann and impedance combined method for fault location in electrical power dist...Ann and impedance combined method for fault location in electrical power dist...
Ann and impedance combined method for fault location in electrical power dist...IAEME Publication
 
DETECTION OF FAULT LOCATION IN TRANSMISSION LINE USING INTERNET OF THINGS (IOT)
DETECTION OF FAULT LOCATION IN TRANSMISSION LINE USING INTERNET OF THINGS (IOT)DETECTION OF FAULT LOCATION IN TRANSMISSION LINE USING INTERNET OF THINGS (IOT)
DETECTION OF FAULT LOCATION IN TRANSMISSION LINE USING INTERNET OF THINGS (IOT)Journal For Research
 
A Joint QRS Detection and Data Compression Scheme for Wearable Sensors
A Joint QRS Detection and Data Compression Scheme for Wearable SensorsA Joint QRS Detection and Data Compression Scheme for Wearable Sensors
A Joint QRS Detection and Data Compression Scheme for Wearable Sensorsecgpapers
 
Artificial Neural Network Based Fault Classifier for Transmission Line Protec...
Artificial Neural Network Based Fault Classifier for Transmission Line Protec...Artificial Neural Network Based Fault Classifier for Transmission Line Protec...
Artificial Neural Network Based Fault Classifier for Transmission Line Protec...IJERD Editor
 
IRJET- Analysis of Epilepsy using Approximate Entropy Algorithm
IRJET- Analysis of Epilepsy using Approximate Entropy AlgorithmIRJET- Analysis of Epilepsy using Approximate Entropy Algorithm
IRJET- Analysis of Epilepsy using Approximate Entropy AlgorithmIRJET Journal
 
Short Term Load Forecasting: One Week (With & Without Weekend) Using Artifici...
Short Term Load Forecasting: One Week (With & Without Weekend) Using Artifici...Short Term Load Forecasting: One Week (With & Without Weekend) Using Artifici...
Short Term Load Forecasting: One Week (With & Without Weekend) Using Artifici...IJLT EMAS
 
artificail neural network application
artificail neural network applicationartificail neural network application
artificail neural network applicationIIT Roorkee
 
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
 
A nonlinearities inverse distance weighting spatial interpolation approach ap...
A nonlinearities inverse distance weighting spatial interpolation approach ap...A nonlinearities inverse distance weighting spatial interpolation approach ap...
A nonlinearities inverse distance weighting spatial interpolation approach ap...IJECEIAES
 

Similar to 40220140501001 (20)

40220140507004
4022014050700440220140507004
40220140507004
 
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
 
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
 
Differential Protection of Generator by Using Neural Network, Fuzzy Neural an...
Differential Protection of Generator by Using Neural Network, Fuzzy Neural an...Differential Protection of Generator by Using Neural Network, Fuzzy Neural an...
Differential Protection of Generator by Using Neural Network, Fuzzy Neural an...
 
Automatic Detection of Heart Disease Using Discreet Wavelet Transform and Art...
Automatic Detection of Heart Disease Using Discreet Wavelet Transform and Art...Automatic Detection of Heart Disease Using Discreet Wavelet Transform and Art...
Automatic Detection of Heart Disease Using Discreet Wavelet Transform and Art...
 
Wavelet energy moment and neural networks based particle swarm optimisation f...
Wavelet energy moment and neural networks based particle swarm optimisation f...Wavelet energy moment and neural networks based particle swarm optimisation f...
Wavelet energy moment and neural networks based particle swarm optimisation f...
 
Ann and impedance combined method for fault location in electrical power dist...
Ann and impedance combined method for fault location in electrical power dist...Ann and impedance combined method for fault location in electrical power dist...
Ann and impedance combined method for fault location in electrical power dist...
 
DETECTION OF FAULT LOCATION IN TRANSMISSION LINE USING INTERNET OF THINGS (IOT)
DETECTION OF FAULT LOCATION IN TRANSMISSION LINE USING INTERNET OF THINGS (IOT)DETECTION OF FAULT LOCATION IN TRANSMISSION LINE USING INTERNET OF THINGS (IOT)
DETECTION OF FAULT LOCATION IN TRANSMISSION LINE USING INTERNET OF THINGS (IOT)
 
20120140502021 2
20120140502021 220120140502021 2
20120140502021 2
 
A Joint QRS Detection and Data Compression Scheme for Wearable Sensors
A Joint QRS Detection and Data Compression Scheme for Wearable SensorsA Joint QRS Detection and Data Compression Scheme for Wearable Sensors
A Joint QRS Detection and Data Compression Scheme for Wearable Sensors
 
40220140506001
4022014050600140220140506001
40220140506001
 
Artificial Neural Network Based Fault Classifier for Transmission Line Protec...
Artificial Neural Network Based Fault Classifier for Transmission Line Protec...Artificial Neural Network Based Fault Classifier for Transmission Line Protec...
Artificial Neural Network Based Fault Classifier for Transmission Line Protec...
 
IRJET- Analysis of Epilepsy using Approximate Entropy Algorithm
IRJET- Analysis of Epilepsy using Approximate Entropy AlgorithmIRJET- Analysis of Epilepsy using Approximate Entropy Algorithm
IRJET- Analysis of Epilepsy using Approximate Entropy Algorithm
 
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...
 
artificail neural network application
artificail neural network applicationartificail neural network application
artificail neural network application
 
A novel adaptive algorithm for removal of power line interference from ecg si...
A novel adaptive algorithm for removal of power line interference from ecg si...A novel adaptive algorithm for removal of power line interference from ecg si...
A novel adaptive algorithm for removal of power line interference from ecg si...
 
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
 
A nonlinearities inverse distance weighting spatial interpolation approach ap...
A nonlinearities inverse distance weighting spatial interpolation approach ap...A nonlinearities inverse distance weighting spatial interpolation approach ap...
A nonlinearities inverse distance weighting spatial interpolation approach ap...
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

40220140501001

  • 1. International Journal of Electrical Engineering and (IJEET), ISSN 0976 INTERNATIONAL JOURNAL January Technology(2014), ©ENGINEERING & OF ELECTRICAL IAEME – 6545(Print), ISSN 0976 – 6553(Online) Volume 5, Issue 1, - February TECHNOLOGY (IJEET) ISSN 0976 – 6545(Print) ISSN 0976 – 6553(Online) Volume 5, Issue 1, January - February (2014), pp. 01-09 © IAEME: www.iaeme.com/ijeet.asp Journal Impact Factor (2013): 5.5028 (Calculated by GISI) www.jifactor.com IJEET ©IAEME NOVEL APPROACH FOR PROTECTING POWER SYSTEM TRANSMISSION LINES USING BACK ERROR PROPAGATION ALGORITHM TECHNIQUE Mr. Abhijit A Dutta1, Prof. A.N.Kadu2, Mr. R.U.Ghanmare3, Mr. P.G.Shewane4 1 2 Asst Prof, Dept of Electrical Engg, DBACER, Nagpur India Associate. Prof, Dept of Electrical Engg, YCCE, Nagpur India 3 Asst Prof, Dept of Electrical Engg, DBACER, Nagpur India 4 Asst Prof, Dept of Electrical Engg, DBACER, Nagpur India ABSTRACT This paper presents a new approach, using artificial neural networks (ANN) for fast fault detection in transmission lines using back error propagation algorithm. Fault must be detected at its inception and issuing an output signal indicating this condition, which is not possible with conventional relays. The inception of the fault introduces abrupt changes of amplitude and phase in voltage and current signals. The neural network approach to fault detection can be posed as a patternrecognition problem the ANN is trained to recognize pure sinusoidal signals as indicators of a normal system condition; abrupt changes of amplitude or phase, or the presence of transient components are used as indicators of fault. This approach can be used for supporting a new generation of very high speed protective relaying system. Keywords: Distance Protection relaying, Artificial Neural Networks, Fault detection using Back Propagation Algorithm, ANN relay model I. INTRODUCTION Protecting transmission lines is the major part of power system. The probability of fault occurring on a transmission line is quite large as it is exposed to open environmental conditions. So it becomes a prerequisite for fast detection and clearance of faults and henceforth ensuring security and stability of system as a whole. Protective relays for transmission lines uses input voltage and current signals to detect the fault and sends a tripping signal to the circuit breaker to disconnect the line. Voltage and current data used for this purpose generally contain the fundamental frequency signal added with harmonics and DC offset [6]. With digital technology being increasingly applied in 1
  • 2. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 5, Issue 1, January - February (2014), © IAEME power substations, distance relays have experienced some improvements; however, the digital relay is usually designed on the basis of fixed relay settings, they are developed and tested offline when a rich input data is available [1]. Also this technique makes the use of digital signal processing methods which takes time [2] (usually one cycle of system frequency) to determine or locate the fault. They are likely to make incorrect decisions if the signals are noisy. The reach accuracy of a distance relay can therefore be affected by the different fault conditions (particularly in the presence of the DC offset in the current waveforms) as well as network configuration changes. It would be desirable to develop a fast accurate and robust approach that would perform accurately for changing system conditions [8]. The neural network approach to fault detection can be posed as a patternrecognition problem the ANN is trained to recognize pure sinusoidal signals as indicators of a normal system condition; abrupt changes of amplitude or phase, or the presence of transient components are used as indicators of fault inception [7]. Current or impedance change and voltage signals can be used for fault detection, but current or impedance change signal is in general more sensitive than voltage to fault inception. Amplitude and phase changes are greater for current or impedance signals than for voltage signals; in addition, the dc-offset of fault current is a clear indicator of many fault conditions. This paper demonstrates that the concept of ANN can be used as an alternative computational concept to conventional approach based on a programmed instruction sequence. The capability of the relay based on ANN theory to keep the reach accuracy when subjected to different fault conditions as well as network configuration changes is shown. II. ARTIFICIAL NEURAL NETWORKS Artificial Neural Networks (ANNs) are inspired by biological nervous systems and they were first introduced as early as 1960, Nowadays, studies of ANNs are growing rapidly for many reasons: • ANNs work with pattern recognition at large. • ANNs have a high degree of robustness and ability to learn. • ANNs are prepared to work with incomplete and unforeseen input data. Fig.1- Perceptron representation Once trained, a network response can be, to a degree, insensitive to minor variations in its input. This ability to see through noise and distortion to the pattern that lies within is vital to pattern recognition. The neuron is the nervous cell and is represented in the ANN universe as a perceptron. Fig. 1 shows a simple model of a neuron characterized by a number of inputs Pn, P2, ..., PN, the weights WI, W2, ....Wn, the bias adjust b and an output a. The neuron uses the input, as well as the information on its current activation state to determine the output a, given as 2
  • 3. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 5, Issue 1, January - February (2014), © IAEME n a = ∑ Wk Pk + b k =1 The neurons are normally connected to each other in a specified fashion to form the ANNs. These arrangements of interconnections could form a network which is composed of a single layer or several layers. As mentioned before, the ANN models must be trained to work properly. The desired response is a special input signal used to train the neuron. A special algorithm adjusts weights so that the output response to the input patterns will be as close as possible to the respective desired response. In other words, the ANNs must have a mechanism for learning. Learning alters the weights associated with the various interconnections and thus leads to a modification in their strength III. BACKPROPAGATION METHOD The backpropagation algorithm learning of neural network is a closely related approach was proposed by Le Chun (1985). The backpropagation method works very well by adjusting the weights which are connected in successive layers of multi-layer Perceptron. Fig. 2 Three Layer Artificial Neural Network The algorithm gives a prescription for changing the weights in any feed-forward network to learn a training set of input output pairs. The use of the bias adjust in the ANNs is optional, but the results may be enhanced by it. A multilayer network with one hidden layer is shown in Fig. 2. The network consists of a set of N input units (Xi, i = 1 ,...N), a set of n output units (Yi, i = 1 ,... n) and a set of J hidden units (Vj , j = 1 ,... J). Thus, the hidden unit Vj receives a net input and produces the output as Where j = 1, ……J The final output is then produced as Where i = 1, ……n The above function F[.] is a non-linear transfer function which can be of various forms. Backpropagation networks often use the logistic sigmoid as the activation transfer function. The logistic sigmoid transfer function maps the neuron input from the interval (-∞,+∞) into the interval 3
  • 4. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 5, Issue 1, January - February (2014), © IAEME (0,+1). The logistic sigmoid, shown in the equation below is applied to each element of the proposed ANN. (Where n is the summation of output, bias adjust) The usual error measure or the cost function for the process is : n E [w] =1/2 ∑ [Yi - Yi target] i =1 This is clearly a continuous differentiable function of every weight so we can use a gradient decent algorithm to learn appropriate weights. Since the weight errors are successfully back propagated from the output layer, this specific training algorithm is known as error back propagation. IV. FAULT DETECTION USING ANN A fault detector must detect the fault inception and to issue an output signal indicating this condition. During normal operating conditions the currents and voltages of the power system are sinusoidal signals. Load variation with time may produce slow amplitude changes in current signals and, in a lesser extent, in voltage signals. The inception of the fault introduces abrupt changes of amplitude and phase in voltage and current signals. Fault signals can be contaminated with different transient components such as exponentially-decaying dc-offset (mainly in current signals) and high-frequency damped oscillations (mainly in voltage signals), among other components. These changes of amplitude and phase, and the appearance of transient components, can be used to detect the inception of a fault. The neural network approach to fault detection can be posed as a pattern-recognition problem: the ANN is trained to recognize pure sinusoidal signals as indicators of a normal system condition; abrupt changes of amplitude or phase, or the presence of transient components are used as indicators of fault inception. Current and voltage signals can be used for fault detection, but current signal is in general more sensitive than voltage to fault inception. Amplitude and phase changes are greater for current signals than for voltage signals: in addition, the dc-offset of fault current is a clear indicator of many fault conditions. Therefore, current signal can be selected as input signal to the detector in this work. Fig.3 ANN based fault detector structure 4
  • 5. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 5, Issue 1, January - February (2014), © IAEME The structure of the ANN-based fault detector is depicted in Fig. 3. Input current is low-pass filtered before a set of consecutive samples of current signal form the: input to the neural network. Using a 1kHz sampling rate (10 samples per 50 Hz cycle), data windows with different numbers of samples were evaluated. The results are presented for data windows containing 20 samples (20 inputs to the ANN). Only two hidden layers were found to be necessary for this application. The output layer requires only one neuron, with a two-state output. Simulation can be done using the current waveform (fig 5) or by impedance waveform (fig 6). In this paper we are simulating for single phase to ground fault using the impedance waveform (fig 6). The ANN is trained to recognize impedance (when the operating conditions are normal) signals as indicators of a normal system condition; abrupt changes in amplitude of impedance (at the occurrence of fault) components are used as indicators of fault inception. V. ANN BASED RELAY MODEL The ANN relay in this project is based on a distance relay with two three-phase power sources at both ends. The length of the transmission line (TL) is 100 km. The line model is shown in the fig 4 Fig 4: Distance Relay Model The relay is intended to protect the protection zone along the 100 km line. The ANN relay was trained to see faults from one side (A) only, i.e. the impedance measured is the one facing the relay. The relay on the other side (B) can also be used in a similar form. The distance relay is modelled using PSCAD, to get the data for network training and testing. Looking from the relay A when a fault occurs, the Thevenin impedance will decrease. The magnitude of impedance varies as the location of the fault changes. Using positive sequence impedance as input neurons.. For each fault type and fault inception angle 0o , 36o,, 72o, 108o, 144o, 180o, 216o, 252o, 288o and 324o, the location of fault was varied by varying the length of the transmission lines pairs. Measured from the relay A, the fault distances (in km) simulated were 1, 10, 20, 30, 40, 50, 60, 70, 80, 90, and 99kms. 1,100 fault cases were simulated. Fault patterns is generated using PSCAD (4.2) and the network simulation is done using MATLAB Some fault types have similar waveform pattern. Given in fig7. are the waveform patterns for various fault types with constant fault distance. The network input layer requires (input, desired output) pair of input data. The desired output data can be generated by setting a pickup value below which a trip (1) signal is generated. 5
  • 6. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 5, Issue 1, January - February (2014), © IAEME Fig 5: Phase A to ground fault current waveforms Fig 6: RMS Value of Positive Sequence Current, Voltage, and Impedance Fig 7: Waveforms of Various Fault Types After all fault data has been gathered using PSCAD, the input data to the neural network, needed for training, i.e the values of ‘Z’ are extracted. The output layer has one node with logsigmoid transfer function. The desired output data set was generated by setting a pickup value below 6
  • 7. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 5, Issue 1, January - February (2014), © IAEME which a trip (1) signal is generated. For all types of fault pattern studied the pick up value for Z was chosen to be 25 . Any impedance below this value would activate the relay. The network is trained which calls ANN functions included in the MATLAB Neural Network toolbox. Before the training is initiated, the training parameters can be changed by changing the learning rate, number of epochs, minimum MSE, momentum change. Once the training is finished, the network then is tested, which simulate the network using data file given in the function parameter and then compare the output with the desired output data to get the performance error. For eg: One network trained had two hidden layer of size 20 and 10. The learning rate and momentum were 0.7 and 0.8 respectively. The MSE=0.001. The learning method used was scaled conjugate gradient (SCG). This learning curve converged faster. The time required for simulation was about 14.3 sec. As in fig 8 Fig 8: Learning Curve of Network [20 20 10 1] with goal=0.005 The training can be done by arbitrarily choosing network architecture as in fig 9 and then trained it using the proposed learning algorithm. As the size of input and output can be specified, only the size of hidden layer was concerned. The training is started with a big network size and then gradually reduced to smaller size if network testing gave satisfactory result. The location of a fault plays important role in the trip decision when it comes to overreaching issue. When overreaching occurs, the relay ignores it altogether, operates a delayed tripping, or communicates to other relay to trip. Z1 Z2 1 1/0 0.5 Z 18 Output Layer Z 20 Input Layer Hidden Layer ANN Relay Fig 9: ANN Relay Architecture 7
  • 8. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 5, Issue 1, January - February (2014), © IAEME VI. SIMULATION RESULTS The backpropagation algorithm is used for training purpose. The learning process trained a data set of 11,982 values of phase a to ground fault occurring at 30 km from location ‘A’ at different fault inception time. The training shows a minimum error which shows that an ANN relay works very satisfactorily, it required a data windowing which at a time takes only 20 samples at a sampling frequency of 1 KHz. The network with two hidden layer and one hidden layer were trained quiet successfully. The training was stopped by giving maximum value of epochs a momentum factor of 0.85 and minimum MSE which resulted to a final error of 0.1%. Also it was observed that a repeated training procedure yielded to quite better results and less error. Similar training patterns can also be obtained by varying the fault location, fault inception angle and repeating the training procedure TABLE I NETWORK TRAINING FOR PHASE A TO GROUND FAULT AT 30KM FROM LOCATION ‘A’ Network size [20 20 1] [20 15 1] [20 5 1] [20 20 20 1] [20 20 15 1] [20 15 10 1] Network size [20 20 1] [20 15 1] [20 5 1] [20 20 20 1] [20 20 15 1] [20 15 10 1] VII. Final MSE Epoch 0.0015 0.0036 0.0033 0.0030 0.0042 0.0040 13 9 14 10 4 8 Final MSE Epoch 0.0035 0.0049 0.0043 0.0046 0.0030 0.0023 Fault inception 0.150sec Training of 11,982 Data Time No. of Untrained % Data 12.7 ---9.8 3 0.02 10.4 ---13.64 ---9.17 ---10.4 ---Fault inception 0.200sec Training of 11,982 Data Time No. of Untrained % Data 10.6 3 0.02 8.8 ---7.7 ---12.17 ---9.8 ---10.2 ---- 9 6 5 10 5 7 CONCLUSION The use of an ANN as a pattern classifier is used to rectify fault occurring in a transmission line. The results obtained in this scheme are very encouraging. The ANN relay can provide a fast and precise operation, keeping its reach accuracy when faced with different fault conditions (even in the presence of the DC offset in the current waveforms) as well as network changes. This is an improvement in performance if compared to conventional distance relays. Also, the use of ANNs can make it possible to extend the first zone reach of the relays, enhancing system security. The process involving training and testing of different network configurations can be carried out until satisfactory results are achieved. ANN based relay provides robust and accurate decision by tolerating high noise content in the acquired signals also its implementation provides simplicity and flexibility for on line retaining using actual field fault data and fast detection which is the aim can be achieved. It must 8
  • 9. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 5, Issue 1, January - February (2014), © IAEME however be pointed out that this tool opens a new dimension in relay philosophy, to solve some of the various problems related to the distance protection of transmission lines. TRANSMISSION LINE PARAMETERS The line simulation used in this work was a typical 200 kV vertical construction line. The relevant parameters used are: (i) Earth resistivity (assumed homogeneous)= 100 . (ii) Source X/R ratio = 10 Source sequence impedance ratio Zs0/Zs1= 1.5 (iii)Phase conductor =4x54/7/0.33 s.c.a. with 0.305 bundle spacing earth wire = 54/7/0.33 s.c.a. (s.c.a.=steel core aluminium) Various other factors such as effect of fault type, differing source capacities at the terminals, different fault inception angles were also included. REFERENCES [1] Coury, D.V. & Jorge, D.C. 1998, 'Artificial Neural Network Approach to Distance Protection on Transmission Lines', IEEE Transactions on Power Delivery, vol. 13, no. 1, pp. 102–108. [2] T S Sidhu, H Singh, and M S Sachdev, “Design, Implementation and Testing of An Artificial Neural Network Based Fault Direction Discriminator for Protecting Transmission Lines”, IEEE Transactions on Power Delivery, Vol 10, no 2, April 1995, pp 647-706. [3] Manitoba HVDC Research Centre, 2005, Electromagnetic Transient Program Manual PSCAD Version 4.2.0. [4] MATLAB Version 7.4. [5] S.N.Sivanandam, S.Sumathi, S.N.Deepa Introduction to Neural Networks using MATLAB 6.0 TMH. [6] Coury, D.V. & Jorge, D.C. 1997, 'The Backpropagation Algorithm Applied to Protective Relaying', IEEE International Conference on Neural Networks, vol. 1, pp. 105–110. [7] Vazquez, E., Altuve, H.J. & Chacon, O.L. 1996, 'Neural Network Approach to Fault Detection in Electric Power Systems', IEEE International Conference on Neural Networks, vol. 4, pp. 2090–2095. [8] Thomas Dalstein, Bernd Kulicke 1995, ‘Neural Network Approach to Fault Classification for High Speed Protective Relaying’, IEEE Transaction on Power Delivery, Vol. 10, No 2, April 1995, pp 1002- 1011. [9] Mohd Abdul Lateef, Syed Maqdoom Ali and Dr.Sardar Ali, “Reactive Power Aspects in Reliability Assessment of Power Systems”, International Journal of Advanced Research in Engineering & Technology (IJARET), Volume 4, Issue 3, 2013, pp. 124 - 131, ISSN Print: 0976-6480, ISSN Online: 0976-6499. [10] Dharmendra Kumar Singh, Dr.Moushmi Kar and Dr.A.S.Zadgaonkar, “Analysis of Generated Harmonics Due to Transformer Load on Power System using Artificial Neural Network”, International Journal of Electrical Engineering & Technology (IJEET), Volume 4, Issue 1, 2013, pp. 81 - 90, ISSN Print : 0976-6545, ISSN Online: 0976-6553. [11] Preethi Thekkath and Dr. G. Gurusamy,, “Effect of Power Quality on Stand by Power Systems”, International Journal of Electrical Engineering & Technology (IJEET), Volume 1, Issue 1, 2010, pp. 118 - 126, ISSN Print : 0976-6545, ISSN Online: 0976-6553. 9