Neural Network Application for Fault Analysis

Slides:



Advertisements
Similar presentations
1 Image Classification MSc Image Processing Assignment March 2003.
Advertisements

Computer Science Department FMIPA IPB 2003 Neural Computing Yeni Herdiyeni Computer Science Dept. FMIPA IPB.
POSTER TEMPLATE BY: Multi-Sensor Health Diagnosis Using Deep Belief Network Based State Classification Prasanna Tamilselvan.
Machine Learning Neural Networks
Lecture 14 – Neural Networks
Decision Support Systems
Neural Networks Basic concepts ArchitectureOperation.
1 Chapter 11 Neural Networks. 2 Chapter 11 Contents (1) l Biological Neurons l Artificial Neurons l Perceptrons l Multilayer Neural Networks l Backpropagation.
1 Artificial Neural Networks: An Introduction S. Bapi Raju Dept. of Computer and Information Sciences, University of Hyderabad.
Neural Networks. R & G Chapter Feed-Forward Neural Networks otherwise known as The Multi-layer Perceptron or The Back-Propagation Neural Network.
Neural Networks Chapter Feed-Forward Neural Networks.
LOGO Classification III Lecturer: Dr. Bo Yuan
JYC: CSM17 Bioinformatics Week 9: Simulations #3: Neural Networks biological neurons natural neural networks artificial neural networks applications.
NEURAL NETWORKS Introduction
Neural Networks. Background - Neural Networks can be : Biological - Biological models Artificial - Artificial models - Desire to produce artificial systems.
SOMTIME: AN ARTIFICIAL NEURAL NETWORK FOR TOPOLOGICAL AND TEMPORAL CORRELATION FOR SPATIOTEMPORAL PATTERN LEARNING.
1 Neural plug-in motor coil thermal modeling Mo-Yuen Chow; Tipsuwan Y Industrial Electronics Society, IECON 26th Annual Conference of the IEEE, Volume:
CHAPTER 12 ADVANCED INTELLIGENT SYSTEMS © 2005 Prentice Hall, Decision Support Systems and Intelligent Systems, 7th Edition, Turban, Aronson, and Liang.
Artificial Neural Networks:
CSSE463: Image Recognition Day 21 Upcoming schedule: Upcoming schedule: Exam covers material through SVMs Exam covers material through SVMs.
MSE 2400 EaLiCaRA Spring 2015 Dr. Tom Way
Intrusion Detection Using Hybrid Neural Networks Vishal Sevani ( )
Artificial Neural Nets and AI Connectionism Sub symbolic reasoning.
IE 585 Introduction to Neural Networks. 2 Modeling Continuum Unarticulated Wisdom Articulated Qualitative Models Theoretic (First Principles) Models Empirical.
Introduction to Neural Networks Debrup Chakraborty Pattern Recognition and Machine Learning 2006.
Explorations in Neural Networks Tianhui Cai Period 3.
Chapter 9 Neural Network.
ANNs (Artificial Neural Networks). THE PERCEPTRON.
ARTIFICIAL NEURAL NETWORKS. Introduction to Neural Networks.
What is a neural network? Collection of interconnected neurons that compute and generate impulses. Components of a neural network include neurons, synapses,
NEURAL NETWORKS FOR DATA MINING
Chapter 7 Neural Networks in Data Mining Automatic Model Building (Machine Learning) Artificial Intelligence.
 Diagram of a Neuron  The Simple Perceptron  Multilayer Neural Network  What is Hidden Layer?  Why do we Need a Hidden Layer?  How do Multilayer.
1 Chapter 11 Neural Networks. 2 Chapter 11 Contents (1) l Biological Neurons l Artificial Neurons l Perceptrons l Multilayer Neural Networks l Backpropagation.
ARTIFICIAL NEURAL NETWORKS. Overview EdGeneral concepts Areej:Learning and Training Wesley:Limitations and optimization of ANNs Cora:Applications and.
Artificial Neural Networks An Introduction. What is a Neural Network? A human Brain A porpoise brain The brain in a living creature A computer program.
©2009 Mladen Kezunovic. Improving Relay Performance By Off-line and On-line Evaluation Mladen Kezunovic Jinfeng Ren, Chengzong Pang Texas A&M University,
1 Lecture 6 Neural Network Training. 2 Neural Network Training Network training is basic to establishing the functional relationship between the inputs.
Chapter 18 Connectionist Models
Artificial Neural Networks (ANN). Artificial Neural Networks First proposed in 1940s as an attempt to simulate the human brain’s cognitive learning processes.
Chapter 6 Neural Network.
Artificial Neural Networks for Data Mining. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 6-2 Learning Objectives Understand the.
IEEE AI - BASED POWER SYSTEM TRANSIENT SECURITY ASSESSMENT Dr. Hossam Talaat Dept. of Electrical Power & Machines Faculty of Engineering - Ain Shams.
Business Intelligence and Decision Support Systems (9 th Ed., Prentice Hall) Chapter 6: Artificial Neural Networks for Data Mining.
Business Intelligence and Decision Support Systems (9 th Ed., Prentice Hall) Chapter 6: Artificial Neural Networks for Data Mining.
Network Management Lecture 13. MACHINE LEARNING TECHNIQUES 2 Dr. Atiq Ahmed Université de Balouchistan.
1 Neural Networks MUMT 611 Philippe Zaborowski April 2005.
Business Intelligence and Decision Support Systems (9 th Ed., Prentice Hall) Chapter 6: Artificial Neural Networks for Data Mining.
Deep Learning Amin Sobhani.
CSSE463: Image Recognition Day 17
CSE P573 Applications of Artificial Intelligence Neural Networks
CSE 473 Introduction to Artificial Intelligence Neural Networks
Outline Y. LeCun, L. Bottou, Y. Bengio, and P. Haffner, “Gradient-based learning applied to document recognition,” Proceedings of the IEEE, vol. 86, no.
XOR problem Input 2 Input 1
Intelligent Leaning -- A Brief Introduction to Artificial Neural Networks Chiung-Yao Fang.
CSE 573 Introduction to Artificial Intelligence Neural Networks
network of simple neuron-like computing elements
An Improved Neural Network Algorithm for Classifying the Transmission Line Faults Slavko Vasilic Dr Mladen Kezunovic Texas A&M University.
CSSE463: Image Recognition Day 17
Department of Electrical Engineering
CSSE463: Image Recognition Day 18
CSSE463: Image Recognition Day 17
CSSE463: Image Recognition Day 13
CSSE463: Image Recognition Day 18
CSSE463: Image Recognition Day 18
CSSE463: Image Recognition Day 17
CSSE463: Image Recognition Day 17
CSSE463: Image Recognition Day 18
The Network Approach: Mind as a Web
Presentation transcript:

Neural Network Application for Fault Analysis ECEN 679: Computer Relays Spring 2014 Project 1 Anupam Thatte UIN: 921000477

Outline Fault Analysis Pattern Recognition Artificial Neural Network (ANN) Learning Classification Advantages and Drawbacks of ANN References

Fault Analysis SCADA – Alarm analysis Digital Fault Recorder (DFR) and Sequence of Events Recorder (SER) file analysis Restoration strategies Incipient fault detection on power transformers Monitoring circuit breaker operation

Pattern Recognition Source: Google Images, http://ulcar.uml.edu/~iag/CS/Intro-to-ANN.html

Artificial Neural Network (ANN) There can be different threshold functions, most popular is sigmoid. Source: Google Images

ANN for fault analysis Source: [Dalstein 1995] ANN will have 1 input and 1 output layer. ANN can have several hidden layers. Data acquisition is aimed at collecting samples of analog quantities (voltage and currents) from the secondaries of instrument transformers, and status information (contacts) from circuit breakers, switches, and relays. Source: [Dalstein 1995]

Learning Determine weights w1, w2, w3,… Need large dataset for training EMTP simulation of different fault types, locations etc. to generate Training data Testing data

Classification Source: [Kezunovic Rikalo 1996]

Advantages Samples of fault currents and voltages can be directly used Outcome in terms of classes Robust with noisy data Fast to process new input data

Drawbacks May need large training data set Training time may be long Difficult to interpret – “black box” Design is not straight forward Number of hidden layers Choice of threshold function Learning algorithm etc. No clear guidance on this in fault analysis literature! Design of ANN for fault analysis is not clear. In the literature I could not find clear guidance on design.

References M. Kezunovic “A Survey of Neural Net Applications to Protective Relaying and Fault Analysis,” Engineering Intelligent Systems, vol. 5, no. 4, Dec1997. M. Kezunovic, I. Rikalo, and D. Sobajic, “Real-Time and Off-Line Transmission Line Fault Classification Using Neural Networks”, Intl. Journal of Engineering Intelligent Systems, vol. 4, no. 1, Mar.1996. S. Haykin, Neural networks: a comprehensive foundation, Prentice Hall, Upper Saddle River, NJ, USA, 1999. A. K. Jain, J. Mao, and K. M. Mohiuddin, Artificial Neural Networks: A Tutorial, Computer, pp. 31-44, Mar1996. K. S. Swarup and H. S. Chandrasekharaiah, "Fault detection and diagnosis of power system using artificial neural networks", Proc. 1st Int. Forum on Applicat. Neural Networks to Power Syst., pp.102 - 106, 1991. K. R. Niazi, C. M. Arora, and S. L. Surana, Power system security evaluation using ANN: feature selection using divergence, Electric Power Systems Research, vol. 69, issues 2–3, pp. 161-167, May 2004.

References T. Dalstein and B. Kulicke "Neural Network Approach to Fault Classification for High Speed Protective Relaying", IEEE Trans. on Power Delivery, vol. 10, no. 2, pp. 1002 -1009, 1995. E. E. Vazquez, H. Altuve, and O. Chacon, "Neural network approach to fault detection in electric power systems", IEEE Trans. Power Delivery, vol. 11, pp. 2090 -2095, 1996. A.P. Alves da Silva, A. H. F. Insfran, P. M. Da Silveira, and G. L. Torres, "Neural networks for fault location in substations," IEEE Trans. Power Delivery, vol.11, no.1, pp. 234-239, Jan 1996. M. Kezunovic and I. Rikalo, "Detect and classify faults using neural nets," IEEE Computer Applications in Power, vol.9, no. 4, pp. 42-47, Oct. 1996. E. H. P. Chan, "Application of neural-network computing in intelligent alarm processing (power systems)," Power Industry Computer Application Conference (PICA), pp. 246-251, 1-5 May 1989. ECEN 679 Reading – J.G. Webster, Wiley Encyclopedia of Electrical and Electronics Engineering, Wiley & Sons, 1999. (Chapter: M. Kezunovic and H. Drazenovic-Perunicic, Fault Location)

Backup Learning Algorithms Fault Location requirements Types of ANNs Supervised vs. Unsupervised learning

Learning Algorithms Error-correction learning: e.g. backpropagation algorithm Memory based learning: e.g. k nearest neighbor Hebbian learning Competitive learning Boltzmann learning: similar to error- correction but considers probability distribution

Fault Location Requirements Determine fault type so proper auto- reclosing option can be applied. Accurate to within a span of two towers. Typically 0.1% error is acceptable. Accurate even if only few cycles (3-4) of data is measured. Accuracy should not deteriorate for various types of faults.

Types of ANNs Feed Forward Neural Network: Recurrent Network: Information moves in only one direction from input through hidden layer to output No cycles or loops in the network Recurrent Network: Include both feed-forward and feed-back Can do computations on an input of variable length

Supervised vs Unsupervised Supervised Models Neural Networks Multi-Layer Perceptron Decision Trees Unsupervised Models Different Types of Clustering Distances and Normalization Kmeans Self Organizing Maps