Fault Neural Classifier Applied to a Level Control Real System

Size: px
Start display at page:

Download "Fault Neural Classifier Applied to a Level Control Real System"

Transcription

1 Fault Neural Classifier Applied to a Level Control Real System Raphaela G. Fernandes, Diego R. C. Silva Universidade Federal do Rio Grande do Norte Natal-RN, Brazil raphaela@dca.ufrn.br, diego@dca.ufrn.br Luiz A. H. G. de Oliveira, Adrião D. D. Neto Universidade Federal do Rio Grande do Norte Natal-RN, Brazil affonso@dca.ufrn.br, adriao@dca.ufrn.br Abstract This work presents the development of a fault detection and isolation system applied to a system of real levels connected by Fieldbus network. The system was developed using artificial neural networks and tested just as much in a simulated environment as in real environment intending to highlight difficulties found in real tests which there is not when one works only with simulation. I. INTRODUCTION With the arrival of the industrial automation, each time more grows the necessity of guaranteeing itself security and trustworthiness of the equipment used in the execution of the processes. In a dynamic system, the faults can cause alterations in parameters (or variable) critical of the system, or even changes in its dynamics. This way, the faults can be detected, isolated and eliminated, providing more confidence for the system. In other words, a system that has a tolerant behavior to faults must be capable of automatically detecting and classifying faults occurred, just as it is capable to continue functioning afterwards. The faults that can come to occur in a dynamic system or in an industrial plant can generate damages so much that can harm the equipment belonging to the procedure, putting at risk the workers involved in it. The necessity to avoid these types of damages increases the importance of having an efficient fault detection and isolation system (FDI). There are many methods already consolidated of detection and isolation of faults. Some of them are based on the physical redundancy, in other words, in the duplication of hardware components, like sensors, actuators and controllers [1]. In these cases, the outlets of the equivalent pairs of components are the initial point for a possible abnormal detection. The subtraction of these two values is called, in the technical jargon, residue, which in turn, is one of the basic pairs in the FDI systems [1]. Basically, if the outputs values of the pairs are close, or, the residue shows to be very close to zero, it means that there is not a fault. There is a divergence between them and also if a considerable residue then, there is a fault. The principle disadvantage of these methods is the use of extra equipment that can increase the maintenance at a high rate, besides this it needs more physical space for its accommodation. In the seventies arose other techniques based on the paradigm of analytic redundancy. With this procedure, one can use the system model to generate redundancy signals which are compared with signals measured from the physical sensors [2]. Similarly to the physical redundancy the outputs of the sensors are compared to the ones calculated through the mathematical model with the object of generating the residues, and consequentially, if there is a significant difference between them, it characterizes the occurrence of a fault. One of the difficulties with this procedure is the necessity of having a mathematical model very close to reality. In recent years, researches made in the context of Faults Detection and Isolation system (FDI) presented procedures that uses the principles of Computer Intelligence, such as, Fuzzy Logic system [3] and Artificial Neural Networks (ANNs) [4]. This article describes the project and implementation of a fault detection and isolation system applied to a dynamic system in real time, for instance, a plant composed of two tanks (plant of levels), in which one of the tanks has its level controlled. Basically, the FDI system was divided in two parts: the first corresponds to neural identification of the plant model and the second, to the detection and isolation ( or classification) of faults in process. In this paper, we first turned the system parameters for a simulated environment, then we used there parameters to detect and to isolate faults in a real system. It is showed that the FDI system was able to accuse the faults at the moment they are ocurring, surpassing several difficulties found only in real environment, such as: noises and unmodeling dynamic. II. METHODOLOGIE DEVELOPMENT In this paper a fault detection and isolation system using artificial neural networks was developed and applied to a level system. It was tested using the mathematical model of the system, available in the manufacturer s manual [9], and also the real physical plant. In this article will be shown only the results applied to the real plant. The general scheme of the functioning system is shown in Figure 1. In this case, while the level system is in execution, an elaborated system from the ANNs tries to find its identification using its inputs (x(k)). Each time, the output level system (y(k)) is compared to the output identification system (y (k)), generate a residue value (r(k) = y(k) y (k)) that later will be used in the fault isolation/classification system. Then one

2 analyzes the residue values and indicates the occurrence or not of faults and, in case that it occurs, indicates what type it is. Fig. 1. General scheme of FDI system Two ways for neural levels identification system were developed and tested [5], therefore, only one of them was applied to the faults detection and classification system. In the next section, the levels system will be presented and, afterwards, the following steps to the conclusion of the system FDI applied to same. III. USED PROCESS: LEVEL SYSTEM Figure 2 shows the level plant composed of two tanks in cascade, representing a second order model with an input. A Proportional Integrative Derivative (PID) [6] control strategy is applied in this plant to control the level of tank 2. The real data extracted from the training neural network plant had also been captured in supervisory system using the OPC (OLE for process control) [8] standard communication. The OPC is responsible for providing information about the industrial plant on a supervisory level for any computer of the network. Besides this, it allows the alterations of some parameters of the FF system configuration. A neural identification was made in two environments: simulated and real. To simulate the dynamic of the plant, a non-linear mathematical model was used as described in the equations 1 and 2 [9]. L 1 = a 1 A 1 2gL1 + K m A 1 V p (1) L 2 = a 2 2gL2 + a1 2gL1 (2) A 2 A2 Table I presents the descriptions and values of the parameters shown in equations 1 and 2. TABLE I PLANT PARAMETERS Name Description Value K m Pump Constant 4, 6(cm 3 /s)/v V p Tension applied to pump 22 < V p < 22 a 1 Tank 1 output diameter 0, cm a 2 Tank 2 output diameter 0, cm A 1 Tank 1 area cm 2 A 2 Tank 2 area cm 2 g Gravity acelerator 980cm/s 2 Finally, the level plant model together with the controller PID is illustrated in Figure 3. As it is possible to see, the reference signal is the level desired for tank 2. The desired signal (r(k)) is compared to the actual level from the tank 2 (L2(k)), generating an error (e(k)) which is used to the PID controller to generate a control signal (V p ) to the pump that injects water to tank 1. Fig. 2. Arquitecture from the real environment. The water that flows out from the small hole of tank 1 falls into tank 2. This in turn, also has a small hole through which the water falls directly to the reservoir. A pump is responsible for taking the water from the reservoir to the tank 1. In each tank there is a Foundation Fieldbus (FF) pressure sensor [7], used to measure the corresponding levels connected to the Fieldbus network. Besides the pressure sensors, a FF/ loop of current from 4 to 20 ma converter is used to inject signals to the water pump. The industrial network Foundation Fieldbus is connected to a supervisory computer through Ethernet network interfaces. From this computer is carried out all the devices configuration process and later supervised. Fig. 3. Level plant with PID controller In the following section, it will be presented the developing of the neural networks which will make identification, detection and isolation of faults in the level system. IV. LEVEL SYSTEM NEURAL IDENTIFICATION The neural identification system was defined as identification in two steps, which means the existence of an ANN to evaluate the level of tank 1 and another to evaluate the level of tank 2. The training of the ANNs can be illustrated by figures 4 and 5. The architecture of the ANN 1, used to evaluate the level of tank 1, was:

3 Fig. 4. First Stage: Determination of tank 1 level from the system input the fault isolation/classification stage, if the output of ANN 1 diverges from the real output of tank 1, for example, it means that a fault could not have occurred on the side and sensors from the process that evolves tank 2, and vice-versa, that is, reducing the possibilities at the moment of classifying the fault. With identification in two steps, it is possible to get two residues, R 1 and R 2, where R 1 = L 1 L 1 and R 2 = L 2 L 2. The fault isolation strategy can be seen in Figure 6. In this case, a ANN, denominated ANN 3, is trained receiving as input data the values from R 1 and R 2. The networks output corresponds to a vector of N numbers, where N is a quantity of faults that the network will be able to classify. For example, considering N = 3, the possible outputs for the network shown on table II would be: Fig. 5. Second Stage: Determination of tank 2 level from the system input Three nodes in the input layer, where the inputs are: V p (k), V p (k 1) and L 1 (k 1); A hidden layer with 3 neurons with the sigmoid activation function; A neuron on the output layer (linear activation function), representing the level of tank 1 evaluating in the actual instant k, L 1(k). The ANN 2 architecture, used to evaluate the level of tank 2, was: Two nodes in the input layer which are L 1 (k 1) and L 2 (k 1) ; A hidden layer with 3 neurons with the sigmoid activation function. One neuron in the output layer (linear activation function ), representing the level of tank 2 evaluating in the actual instant k, L 2(k). To implement the strategy of neural level system identification, it used a Multiple Layers Perceptron (MLP) architecture [10]. The number of neurons from the hidden layers was chosen from initial tests and the neurons are completely connected. In the next section it will be presented the FDI system development in the level plants, which is based on the neural identification in the two steps showed before. V. FAULT DETECTION AND ISOLATION In accordance with the identification neural project considered, it was verified therefore that it would be useful for Fig. 6. General project for fault detection and isolation TABLE II POSSIBLE OUTPUTS FOR THE CLASSIFICATION OF 3 FAULTS. Normal Situation Fault Fault Fault Considering the two residues to detect and isolate the faults, the FDI system could detect in maximum 8 different faults, in which the situation R 1 = 0 and R 2 = 0 would be a normal behavior of the system. With the intention of testing, we managed to foresee only six types of faults with joint distinct residues. Table III shows the five types of faults selected for the result analysis, where + represents the positive residue, the negative residue and 0 the equal residue or very close to zero. TABLE III DISPOSITION OF THE 6 FAULTS RESIDUES Fault Description R 1 R 2 Absence of fault New hole in tank No fall of water in tank 2 2 Decrease of hole in tank Decrease of hole in tank Increase of hole in tank Extra flow of water in tank 1 + 0

4 As the neural classifier works based on positive values, negative and null values for the residues, it could have been translated to a set of rules with conditional sentences. For example, if R 1 was positive and R 2 negative, it would be sufficient to make a conditional test to indicate that fault 2 is occurring. On the other hand, if another dynamic system could be modeled for N residues, where N is a very high value, it would be a little laborious to codify several conditional judgments to inform the fault. Besides this, the neural can classify faults with similar residues ( two different faults with the same R 1 and R 2, for example, R 1 = + and R 2 = 0), however with different amplitudes, without the necessity of a new conditional test verifying the threshold of the fault. VI. NEURAL IDENTIFICATION RESULTS The data captured for training had been generated from the normal functioning of the plant levels, that is, it applied reference signals for the level of tank 2 and the control signal was generated from PID controller. The reference signals were always unit degree or sinusoidal type, with amplitude varying through the time. Figure 7 shows one of the data sets used for training. In the first chart, there is the value of tank 1 throughout the time. The second chart shows the level of tank 2 in blue and the reference used by the PID controller in red. The third chart shows that the controller signal is being applied to the pump, generated by the controller. Fig. 8. Example - Identification in two steps - real environment Based on the results that are presented in Figure 8, it can be inferred that, for both situations, the errors between the level of the tanks and the generated ones in the identification are bigger during the transitory period of the tank 2 level. This is due to the result of a lot of noises being present during the test and the pump has components with non-linear dynamic, making difficult the learning of neural networks. The three following diagrams showed in Figures 9, 10 and 11 present other results from the neural identification of the system. They allow an analysis of what is closest to the real system function, if the mathematical model or the ANN is trained from the real data. It would be worth while to point out that the gains to the PID controller were applied as much to the real plant controller as to the mathematical model. The first chart of Figure 9 presents the level of tank 1 of the real system (in blue), the same generated by ANN 1 with it is identification (in red) and the level generated by the mathematical model considering the same reference. The second chart shows the errors between the real level and the one generated by the mathematical model (in blue), and the real level and the one generated by the identification ANN 1 (in red). Fig. 7. Example of data set for training - real environment After the training of the two networks used for the neural identification, the medium square errors found for the ANN 1 and the ANN 2 were approximately, 10 4 and 10 5, respectively. An example of neural identification for data not presented in the training of the networks can be seen in Figure 8. On the first chart are the levels of tank 1 real (blue) and the one generated by ANN 1 (red) throughout the time. On the second chart it is easy to see the level of tank 2 real (blue), generated by ANN 2 (red) and the reference to be followed by the level of this same tank (green). Finally, in the last chart are presented the residue values R 1 (blue) and R 2 (red). Fig. 9. The level differences of tank 1: mathematical model, real and generated by ANN

5 Figure 10, the first chart shows the level of tank 2 in the real system (in blue), the same generated by ANN 2 with the identification (in red) and the level generated by the mathematical model considering the same reference. The same way, the second diagram shows the errors between the real level and the one generated by mathematical model (in blue), and the real level that is generated by the identification ANN 2 (in red). VII. FAULT DETECTION AND ISOLATION RESULTS The neural network, ANN 3, used to detect and isolate faults was trained only by using the neural identification results using the mathematical model of system [5]. With the mathematical model, faults were simulated and the residues captured, allowing the data generation suggesting the normal function of the system or the occurrence of fault. This approach has been chosen due to the fact that in real situations, where one does not have a data base with the information of occurring faults all the time, it could be complicated to generate faults in the system in order to be able to develop an application that could detect them. Figure 12 shows a output of the supervisor program developed to monitor the system operation. It is possible to observe the occurrence or the non-occurrence of the system s faults according to the strategy described in section V. Fig. 10. The level differences of tank 2: mathematical model, real and generated by ANN Finally, Figure 11 exhibits the signs of the control generated by the real function of the plant (first chart, in blue) and by the mathematical model (first chart, in red), as well as the difference between them (second chart). Fig. 12. Supervisory Program Fig. 11. The control signal differences: mathematical model and real From these last three charts, it can be concluded that the data generated by the neural identification are much closer to reality than that generated by the mathematical model available in the level of plant manual. It can also be seen that with the mathematical model the level of tank 2 stabilizes more quickly, due to the fact that the mathematical equations modeled an ideal situation, without considering noises and a highly nonlinearity of the pump (that in fact happens in the real case). In the next section results from the detection and isolation system will be presented as well as the fault level system isolation. In real time, instant values are exhibited from the real tanks level, as well as the estimated levels by the neural networks and the residue values. The supervisor program also shows a graph with the evaluation of residue values throughout time. In the case that faults occur, a corresponding alarm with the fault will be highlighted in red and a message informing the fault is displayed. The three graphs of Figures 13, 14 and 15 illustrate the moment when the faults of types 2, 3 and 5 occur (see table II). At this moment, the residues diverge the values close to zero and the ANN 3 is able to identify and classify the fault. At this point the fault corresponding button changes to color red and the messages "Water increase in tank 1 and water decrease to tank 2", "Water increase in tank 2 and water decrease in tank 1" and "Water increase in tank 2" are shown as faults 2, 3 and 6, respectively. As already mentioned, the strategy of the FDI system was implemented as much in the simulated environment as was in the real one. Many difficulties have been discovered while working in the real system, as for example: tests should have been made considering that the water in tank 1 would

6 not have overflowed: the necessity of using extra equipment (power supply, module amplifier, etc.); the presence of leaks between hoses and pressure measures; problems with the neural identification at transitory moments due to the nonlinearity of the pump (mathematically modeled to an ideal form), among others. Fig. 13. Fault 2 - Decrease of small hole in Tank 1 VIII. FINAL CONSIDERATIONS AND EXPECTATIONS This paper showed the development of a fault detection and isolation system. It was applied to a real system which was connected through an industrial network. This system was divided into two parts: neural identification and classification/isolation of the faults. It is executed in the course of real time and is able to accuse the faults the moment that the abnormalities occur, surpassing all difficulties not found in the simulated environment. Real system identification results with the mathematical model and with neural networks were discussed, showing that the neural results showed were closer to reality. This is due to the fact that the mathematical model presents an ideal situation of the system functioning, what does not occur in reality. Perspectively, it intends to improve the neural identification for situations in which the PID controller still has not established the level of tank 2 (transitory). Besides this, improve the neural classifier so that it can be able to detect and isolate faults that have similar behaviors to the residues R 1 and R 2. REFERENCES Fig. 14. Fault 3 - Decrease of small hole in Tank 2 [1] L. Weber, "A script for explanation of the basic concepts of tolerance of faults", [2] S. Persin, B. Tovornik, N. Muskinja and D. Valh, "Increasing process safety using analytical redundancy," Electrotechnical Review, 2002, pp [3] F.J. Uppal, R.J. Patton and M. Witczak, "A neuro-fuzzy multiple-model observer approach to robust fault diagnosis based on the DAMADICS benchmark problem," Control Engineering Practice, [4] H.J. Shin, D. Eom and S. Kim "One-class support vector machines - an application in machine fault detection and classification," Computer and Industrial Engineering, 2005, pp [5] R. Fernandes, D. Silva, L.A. Guedes, and A. Neto, "Neural Identification of the Systems of Levels in the Foundation Fieldbus environment," Latin American Congress of automatics, Salvador-BA-Brazil, [6] Katsuhiko Ogata, Modern Control Engineering, LTC, [7] F. Lima, L. Guedes, A. Ortiz and A. Maitelli "Hybrid Enviroment for Tests and Training in Fieldbuses," VI Induscon, [8] Li Zheng and H. Nakagawa, "OPC (OLE for process control) specification and its developments," in 41st SICE Annual Conference, vol. II, 2002, pp [9] Coupled Water Tank Experiments. Quanser Innovate Educate. [10] Simon Haykin, Neural Networks: Principles and Practice, Bookman, Fig. 15. Fault 5 - Extra water low in Tank 1

Application of Artificial Neural Networks in Evaluation and Identification of Electrical Loss in Transformers According to the Energy Consumption

Application of Artificial Neural Networks in Evaluation and Identification of Electrical Loss in Transformers According to the Energy Consumption Application of Artificial Neural Networks in Evaluation and Identification of Electrical Loss in Transformers According to the Energy Consumption ANDRÉ NUNES DE SOUZA, JOSÉ ALFREDO C. ULSON, IVAN NUNES

More information

FAULT DETECTION OF A CONTROL VALVE USING STRUCTURED PARITY EQUATIONS

FAULT DETECTION OF A CONTROL VALVE USING STRUCTURED PARITY EQUATIONS FAULT DETECTION OF A CONTROL VALVE USING STRUCTURED PARITY EQUATIONS Felipe Nunes Radtke, Fernando Lizarralde Dept. of Electrical Eng., COPPE, Federal University of Rio de Janeiro Rio de Janeiro, RJ, Brazil

More information

AFAULT diagnosis procedure is typically divided into three

AFAULT diagnosis procedure is typically divided into three 576 IEEE TRANSACTIONS ON AUTOMATIC CONTROL, VOL. 47, NO. 4, APRIL 2002 A Robust Detection and Isolation Scheme for Abrupt and Incipient Faults in Nonlinear Systems Xiaodong Zhang, Marios M. Polycarpou,

More information

An Application of Artificial Neural Networks in Brake Light Design for the Automobile Industry

An Application of Artificial Neural Networks in Brake Light Design for the Automobile Industry An Application of Artificial Neural Networks in Brake Light Design for the Automobile Industry ANTONIO VANDERLEI ORTEGA, IVAN NUNES DA SILVA Department of Electrical Engineering State University of São

More information

Artificial Neural Networks Francesco DI MAIO, Ph.D., Politecnico di Milano Department of Energy - Nuclear Division IEEE - Italian Reliability Chapter

Artificial Neural Networks Francesco DI MAIO, Ph.D., Politecnico di Milano Department of Energy - Nuclear Division IEEE - Italian Reliability Chapter Artificial Neural Networks Francesco DI MAIO, Ph.D., Politecnico di Milano Department of Energy - Nuclear Division IEEE - Italian Reliability Chapter (Chair) STF - China Fellow francesco.dimaio@polimi.it

More information

Unit 8: Introduction to neural networks. Perceptrons

Unit 8: Introduction to neural networks. Perceptrons Unit 8: Introduction to neural networks. Perceptrons D. Balbontín Noval F. J. Martín Mateos J. L. Ruiz Reina A. Riscos Núñez Departamento de Ciencias de la Computación e Inteligencia Artificial Universidad

More information

Lecture 4: Feed Forward Neural Networks

Lecture 4: Feed Forward Neural Networks Lecture 4: Feed Forward Neural Networks Dr. Roman V Belavkin Middlesex University BIS4435 Biological neurons and the brain A Model of A Single Neuron Neurons as data-driven models Neural Networks Training

More information

ARTIFICIAL NEURAL NETWORK PART I HANIEH BORHANAZAD

ARTIFICIAL NEURAL NETWORK PART I HANIEH BORHANAZAD ARTIFICIAL NEURAL NETWORK PART I HANIEH BORHANAZAD WHAT IS A NEURAL NETWORK? The simplest definition of a neural network, more properly referred to as an 'artificial' neural network (ANN), is provided

More information

A predictive control system for concrete plants. Application of RBF neural networks for reduce dosing inaccuracies.

A predictive control system for concrete plants. Application of RBF neural networks for reduce dosing inaccuracies. A predictive control system for concrete plants. Application of RBF neural networks for reduce dosing inaccuracies. Antonio Guerrero González, Juan Carlos Molina Molina, Pedro José Ayala Bernal and Francisco

More information

HIGH PERFORMANCE ADAPTIVE INTELLIGENT DIRECT TORQUE CONTROL SCHEMES FOR INDUCTION MOTOR DRIVES

HIGH PERFORMANCE ADAPTIVE INTELLIGENT DIRECT TORQUE CONTROL SCHEMES FOR INDUCTION MOTOR DRIVES HIGH PERFORMANCE ADAPTIVE INTELLIGENT DIRECT TORQUE CONTROL SCHEMES FOR INDUCTION MOTOR DRIVES M. Vasudevan and R. Arumugam Department of Electrical and Electronics Engineering, Anna University, Chennai,

More information

Model Based Fault Detection and Diagnosis Using Structured Residual Approach in a Multi-Input Multi-Output System

Model Based Fault Detection and Diagnosis Using Structured Residual Approach in a Multi-Input Multi-Output System SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 4, No. 2, November 2007, 133-145 Model Based Fault Detection and Diagnosis Using Structured Residual Approach in a Multi-Input Multi-Output System A. Asokan

More information

Artificial Neural Network

Artificial Neural Network Artificial Neural Network Contents 2 What is ANN? Biological Neuron Structure of Neuron Types of Neuron Models of Neuron Analogy with human NN Perceptron OCR Multilayer Neural Network Back propagation

More information

ARTIFICIAL NEURAL NETWORKS گروه مطالعاتي 17 بهار 92

ARTIFICIAL NEURAL NETWORKS گروه مطالعاتي 17 بهار 92 ARTIFICIAL NEURAL NETWORKS گروه مطالعاتي 17 بهار 92 BIOLOGICAL INSPIRATIONS Some numbers The human brain contains about 10 billion nerve cells (neurons) Each neuron is connected to the others through 10000

More information

Using Neural Networks for Identification and Control of Systems

Using Neural Networks for Identification and Control of Systems Using Neural Networks for Identification and Control of Systems Jhonatam Cordeiro Department of Industrial and Systems Engineering North Carolina A&T State University, Greensboro, NC 27411 jcrodrig@aggies.ncat.edu

More information

EE04 804(B) Soft Computing Ver. 1.2 Class 2. Neural Networks - I Feb 23, Sasidharan Sreedharan

EE04 804(B) Soft Computing Ver. 1.2 Class 2. Neural Networks - I Feb 23, Sasidharan Sreedharan EE04 804(B) Soft Computing Ver. 1.2 Class 2. Neural Networks - I Feb 23, 2012 Sasidharan Sreedharan www.sasidharan.webs.com 3/1/2012 1 Syllabus Artificial Intelligence Systems- Neural Networks, fuzzy logic,

More information

Mr. Harshit K. Dave 1, Dr. Keyur P. Desai 2, Dr. Harit K. Raval 3

Mr. Harshit K. Dave 1, Dr. Keyur P. Desai 2, Dr. Harit K. Raval 3 Investigations on Prediction of MRR and Surface Roughness on Electro Discharge Machine Using Regression Analysis and Artificial Neural Network Programming Mr. Harshit K. Dave 1, Dr. Keyur P. Desai 2, Dr.

More information

Keywords- Source coding, Huffman encoding, Artificial neural network, Multilayer perceptron, Backpropagation algorithm

Keywords- Source coding, Huffman encoding, Artificial neural network, Multilayer perceptron, Backpropagation algorithm Volume 4, Issue 5, May 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Huffman Encoding

More information

EEE 241: Linear Systems

EEE 241: Linear Systems EEE 4: Linear Systems Summary # 3: Introduction to artificial neural networks DISTRIBUTED REPRESENTATION An ANN consists of simple processing units communicating with each other. The basic elements of

More information

Neural Networks and the Back-propagation Algorithm

Neural Networks and the Back-propagation Algorithm Neural Networks and the Back-propagation Algorithm Francisco S. Melo In these notes, we provide a brief overview of the main concepts concerning neural networks and the back-propagation algorithm. We closely

More information

COMP-4360 Machine Learning Neural Networks

COMP-4360 Machine Learning Neural Networks COMP-4360 Machine Learning Neural Networks Jacky Baltes Autonomous Agents Lab University of Manitoba Winnipeg, Canada R3T 2N2 Email: jacky@cs.umanitoba.ca WWW: http://www.cs.umanitoba.ca/~jacky http://aalab.cs.umanitoba.ca

More information

Neural Nets in PR. Pattern Recognition XII. Michal Haindl. Outline. Neural Nets in PR 2

Neural Nets in PR. Pattern Recognition XII. Michal Haindl. Outline. Neural Nets in PR 2 Neural Nets in PR NM P F Outline Motivation: Pattern Recognition XII human brain study complex cognitive tasks Michal Haindl Faculty of Information Technology, KTI Czech Technical University in Prague

More information

Neural Networks Introduction

Neural Networks Introduction Neural Networks Introduction H.A Talebi Farzaneh Abdollahi Department of Electrical Engineering Amirkabir University of Technology Winter 2011 H. A. Talebi, Farzaneh Abdollahi Neural Networks 1/22 Biological

More information

POWER SYSTEM DYNAMIC SECURITY ASSESSMENT CLASSICAL TO MODERN APPROACH

POWER SYSTEM DYNAMIC SECURITY ASSESSMENT CLASSICAL TO MODERN APPROACH Abstract POWER SYSTEM DYNAMIC SECURITY ASSESSMENT CLASSICAL TO MODERN APPROACH A.H.M.A.Rahim S.K.Chakravarthy Department of Electrical Engineering K.F. University of Petroleum and Minerals Dhahran. Dynamic

More information

FAULT DETECTION AND ISOLATION FOR ROBOT MANIPULATORS USING ANFIS AND WAVELET

FAULT DETECTION AND ISOLATION FOR ROBOT MANIPULATORS USING ANFIS AND WAVELET FAULT DETECTION AND ISOLATION FOR ROBOT MANIPULATORS USING ANFIS AND WAVELET Tolga YÜKSEL, Abdullah SEZGİN, Department of Electrical and Electronics Engineering Ondokuz Mayıs University Kurupelit Campus-Samsun

More information

Experiment # 5 5. Coupled Water Tanks

Experiment # 5 5. Coupled Water Tanks Experiment # 5 5. Coupled Water Tanks 5.. Objectives The Coupled-Tank plant is a Two-Tank module consisting of a pump with a water basin and two tanks. The two tanks are mounted on the front plate such

More information

AN INTRODUCTION TO NEURAL NETWORKS. Scott Kuindersma November 12, 2009

AN INTRODUCTION TO NEURAL NETWORKS. Scott Kuindersma November 12, 2009 AN INTRODUCTION TO NEURAL NETWORKS Scott Kuindersma November 12, 2009 SUPERVISED LEARNING We are given some training data: We must learn a function If y is discrete, we call it classification If it is

More information

An Inverse Vibration Problem Solved by an Artificial Neural Network

An Inverse Vibration Problem Solved by an Artificial Neural Network TEMA Tend. Mat. Apl. Comput., 6, No. 1 (05), 163-175. c Uma Publicação da Sociedade Brasileira de Matemática Aplicada e Computacional. An Inverse Vibration Problem Solved by an Artificial Neural Network

More information

A STATE-SPACE NEURAL NETWORK FOR MODELING DYNAMICAL NONLINEAR SYSTEMS

A STATE-SPACE NEURAL NETWORK FOR MODELING DYNAMICAL NONLINEAR SYSTEMS A STATE-SPACE NEURAL NETWORK FOR MODELING DYNAMICAL NONLINEAR SYSTEMS Karima Amoura Patrice Wira and Said Djennoune Laboratoire CCSP Université Mouloud Mammeri Tizi Ouzou Algeria Laboratoire MIPS Université

More information

CS 4700: Foundations of Artificial Intelligence

CS 4700: Foundations of Artificial Intelligence CS 4700: Foundations of Artificial Intelligence Prof. Bart Selman selman@cs.cornell.edu Machine Learning: Neural Networks R&N 18.7 Intro & perceptron learning 1 2 Neuron: How the brain works # neurons

More information

Fault Detection and Isolation of the Wind Turbine Benchmark: an Estimation-based Approach

Fault Detection and Isolation of the Wind Turbine Benchmark: an Estimation-based Approach Milano (Italy) August - September, 11 Fault Detection and Isolation of the Wind Turbine Benchmark: an Estimation-based Approach Xiaodong Zhang, Qi Zhang Songling Zhao Riccardo Ferrari Marios M. Polycarpou,andThomas

More information

Dreem Challenge report (team Bussanati)

Dreem Challenge report (team Bussanati) Wavelet course, MVA 04-05 Simon Bussy, simon.bussy@gmail.com Antoine Recanati, arecanat@ens-cachan.fr Dreem Challenge report (team Bussanati) Description and specifics of the challenge We worked on the

More information

Artificial Intelligence

Artificial Intelligence Artificial Intelligence Jeff Clune Assistant Professor Evolving Artificial Intelligence Laboratory Announcements Be making progress on your projects! Three Types of Learning Unsupervised Supervised Reinforcement

More information

Intelligent Modular Neural Network for Dynamic System Parameter Estimation

Intelligent Modular Neural Network for Dynamic System Parameter Estimation Intelligent Modular Neural Network for Dynamic System Parameter Estimation Andrzej Materka Technical University of Lodz, Institute of Electronics Stefanowskiego 18, 9-537 Lodz, Poland Abstract: A technique

More information

Comparative analysis of neural network and regression based condition monitoring approaches for wind turbine fault detection

Comparative analysis of neural network and regression based condition monitoring approaches for wind turbine fault detection Downloaded from orbit.dtu.dk on: Oct, 218 Comparative analysis of neural network and regression based condition monitoring approaches for wind turbine fault detection Schlechtingen, Meik; Santos, Ilmar

More information

Artificial Intelligence (AI) Common AI Methods. Training. Signals to Perceptrons. Artificial Neural Networks (ANN) Artificial Intelligence

Artificial Intelligence (AI) Common AI Methods. Training. Signals to Perceptrons. Artificial Neural Networks (ANN) Artificial Intelligence Artificial Intelligence (AI) Artificial Intelligence AI is an attempt to reproduce intelligent reasoning using machines * * H. M. Cartwright, Applications of Artificial Intelligence in Chemistry, 1993,

More information

(Feed-Forward) Neural Networks Dr. Hajira Jabeen, Prof. Jens Lehmann

(Feed-Forward) Neural Networks Dr. Hajira Jabeen, Prof. Jens Lehmann (Feed-Forward) Neural Networks 2016-12-06 Dr. Hajira Jabeen, Prof. Jens Lehmann Outline In the previous lectures we have learned about tensors and factorization methods. RESCAL is a bilinear model for

More information

DETECTING PROCESS STATE CHANGES BY NONLINEAR BLIND SOURCE SEPARATION. Alexandre Iline, Harri Valpola and Erkki Oja

DETECTING PROCESS STATE CHANGES BY NONLINEAR BLIND SOURCE SEPARATION. Alexandre Iline, Harri Valpola and Erkki Oja DETECTING PROCESS STATE CHANGES BY NONLINEAR BLIND SOURCE SEPARATION Alexandre Iline, Harri Valpola and Erkki Oja Laboratory of Computer and Information Science Helsinki University of Technology P.O.Box

More information

P. M. FONTE GONÇALO XUFRE SILVA J. C. QUADRADO DEEA Centro de Matemática DEEA ISEL Rua Conselheiro Emídio Navarro, LISBOA PORTUGAL

P. M. FONTE GONÇALO XUFRE SILVA J. C. QUADRADO DEEA Centro de Matemática DEEA ISEL Rua Conselheiro Emídio Navarro, LISBOA PORTUGAL Wind Speed Prediction using Artificial Neural Networks P. M. FONTE GONÇALO XUFRE SILVA J. C. QUADRADO DEEA Centro de Matemática DEEA ISEL Rua Conselheiro Emídio Navarro, 1950-072 LISBOA PORTUGAL Abstract:

More information

What Do Neural Networks Do? MLP Lecture 3 Multi-layer networks 1

What Do Neural Networks Do? MLP Lecture 3 Multi-layer networks 1 What Do Neural Networks Do? MLP Lecture 3 Multi-layer networks 1 Multi-layer networks Steve Renals Machine Learning Practical MLP Lecture 3 7 October 2015 MLP Lecture 3 Multi-layer networks 2 What Do Single

More information

Artificial Neural Network Based Approach for Design of RCC Columns

Artificial Neural Network Based Approach for Design of RCC Columns Artificial Neural Network Based Approach for Design of RCC Columns Dr T illai, ember I Karthekeyan, Non-member Recent developments in artificial neural network have opened up new possibilities in the field

More information

Neural Network Identification of Non Linear Systems Using State Space Techniques.

Neural Network Identification of Non Linear Systems Using State Space Techniques. Neural Network Identification of Non Linear Systems Using State Space Techniques. Joan Codina, J. Carlos Aguado, Josep M. Fuertes. Automatic Control and Computer Engineering Department Universitat Politècnica

More information

Artificial Neural Networks D B M G. Data Base and Data Mining Group of Politecnico di Torino. Elena Baralis. Politecnico di Torino

Artificial Neural Networks D B M G. Data Base and Data Mining Group of Politecnico di Torino. Elena Baralis. Politecnico di Torino Artificial Neural Networks Data Base and Data Mining Group of Politecnico di Torino Elena Baralis Politecnico di Torino Artificial Neural Networks Inspired to the structure of the human brain Neurons as

More information

Analysis of Multilayer Neural Network Modeling and Long Short-Term Memory

Analysis of Multilayer Neural Network Modeling and Long Short-Term Memory Analysis of Multilayer Neural Network Modeling and Long Short-Term Memory Danilo López, Nelson Vera, Luis Pedraza International Science Index, Mathematical and Computational Sciences waset.org/publication/10006216

More information

Reification of Boolean Logic

Reification of Boolean Logic 526 U1180 neural networks 1 Chapter 1 Reification of Boolean Logic The modern era of neural networks began with the pioneer work of McCulloch and Pitts (1943). McCulloch was a psychiatrist and neuroanatomist;

More information

Sensor fault detection in building energy management systems

Sensor fault detection in building energy management systems Sensor fault detection in building energy management systems Dionissia Kolokotsa Anastasios Pouliezos and George Stavrakakis Technological Educational Institute of Crete Technical University of Crete 7333

More information

Modeling of Hydraulic Control Valves

Modeling of Hydraulic Control Valves Modeling of Hydraulic Control Valves PETR CHALUPA, JAKUB NOVAK, VLADIMIR BOBAL Department of Process Control, Faculty of Applied Informatics Tomas Bata University in Zlin nam. T.G. Masaryka 5555, 76 1

More information

A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE

A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE Li Sheng Institute of intelligent information engineering Zheiang University Hangzhou, 3007, P. R. China ABSTRACT In this paper, a neural network-driven

More information

Fault prediction of power system distribution equipment based on support vector machine

Fault prediction of power system distribution equipment based on support vector machine Fault prediction of power system distribution equipment based on support vector machine Zhenqi Wang a, Hongyi Zhang b School of Control and Computer Engineering, North China Electric Power University,

More information

Robust multi objective H2/H Control of nonlinear uncertain systems using multiple linear model and ANFIS

Robust multi objective H2/H Control of nonlinear uncertain systems using multiple linear model and ANFIS Robust multi objective H2/H Control of nonlinear uncertain systems using multiple linear model and ANFIS Vahid Azimi, Member, IEEE, Peyman Akhlaghi, and Mohammad Hossein Kazemi Abstract This paper considers

More information

Fault Detection and Diagnosis for a Three-tank system using Structured Residual Approach

Fault Detection and Diagnosis for a Three-tank system using Structured Residual Approach Fault Detection and Diagnosis for a Three-tank system using Structured Residual Approach A.Asokan and D.Sivakumar Department of Instrumentation Engineering, Faculty of Engineering & Technology Annamalai

More information

Chapter 9: The Perceptron

Chapter 9: The Perceptron Chapter 9: The Perceptron 9.1 INTRODUCTION At this point in the book, we have completed all of the exercises that we are going to do with the James program. These exercises have shown that distributed

More information

Intelligent Systems and Control Prof. Laxmidhar Behera Indian Institute of Technology, Kanpur

Intelligent Systems and Control Prof. Laxmidhar Behera Indian Institute of Technology, Kanpur Intelligent Systems and Control Prof. Laxmidhar Behera Indian Institute of Technology, Kanpur Module - 2 Lecture - 4 Introduction to Fuzzy Logic Control In this lecture today, we will be discussing fuzzy

More information

A Logarithmic Neural Network Architecture for Unbounded Non-Linear Function Approximation

A Logarithmic Neural Network Architecture for Unbounded Non-Linear Function Approximation 1 Introduction A Logarithmic Neural Network Architecture for Unbounded Non-Linear Function Approximation J Wesley Hines Nuclear Engineering Department The University of Tennessee Knoxville, Tennessee,

More information

Load Forecasting Using Artificial Neural Networks and Support Vector Regression

Load Forecasting Using Artificial Neural Networks and Support Vector Regression Proceedings of the 7th WSEAS International Conference on Power Systems, Beijing, China, September -7, 2007 3 Load Forecasting Using Artificial Neural Networks and Support Vector Regression SILVIO MICHEL

More information

Hybrid Simulation of Qualitative Bond Graph Model

Hybrid Simulation of Qualitative Bond Graph Model Hybrid Simulation of Qualitative Bond Graph Model C.H. LO, Y.K. WONG and A.B. RAD Department of Electrical Engineering The Hong Kong Polytechnic University Hung Hom, Kowloon, Hong Kong Abstract: - Qualitative

More information

Estimation of the Pre-Consolidation Pressure in Soils Using ANN method

Estimation of the Pre-Consolidation Pressure in Soils Using ANN method Current World Environment Vol. 11(Special Issue 1), 83-88 (2016) Estimation of the Pre-Consolidation Pressure in Soils Using ANN method M. R. Motahari Department of Civil Engineering, Faculty of Engineering,

More information

Identification and Control of Nonlinear Systems using Soft Computing Techniques

Identification and Control of Nonlinear Systems using Soft Computing Techniques International Journal of Modeling and Optimization, Vol. 1, No. 1, April 011 Identification and Control of Nonlinear Systems using Soft Computing Techniques Wahida Banu.R.S.D, ShakilaBanu.A and Manoj.D

More information

Modeling and Compensation for Capacitive Pressure Sensor by RBF Neural Networks

Modeling and Compensation for Capacitive Pressure Sensor by RBF Neural Networks 21 8th IEEE International Conference on Control and Automation Xiamen, China, June 9-11, 21 ThCP1.8 Modeling and Compensation for Capacitive Pressure Sensor by RBF Neural Networks Mahnaz Hashemi, Jafar

More information

Revision: Neural Network

Revision: Neural Network Revision: Neural Network Exercise 1 Tell whether each of the following statements is true or false by checking the appropriate box. Statement True False a) A perceptron is guaranteed to perfectly learn

More information

AIRCRAFT BRAKING DYNAMICS AND BRAKE SYSTEM MODELING FOR FAULT DETECTION AND ISOLATION

AIRCRAFT BRAKING DYNAMICS AND BRAKE SYSTEM MODELING FOR FAULT DETECTION AND ISOLATION AIRCRAFT BRAKING DYNAMICS AND BRAKE SYSTEM MODELING FOR FAULT DETECTION AND ISOLATION Lucas Cardoso Navarro ITA São José dos Campos, São Paulo, Brazil Luiz Carlos Sandoval Goes ITA São José dos Campos,

More information

Final Examination CS 540-2: Introduction to Artificial Intelligence

Final Examination CS 540-2: Introduction to Artificial Intelligence Final Examination CS 540-2: Introduction to Artificial Intelligence May 7, 2017 LAST NAME: SOLUTIONS FIRST NAME: Problem Score Max Score 1 14 2 10 3 6 4 10 5 11 6 9 7 8 9 10 8 12 12 8 Total 100 1 of 11

More information

Study of a neural network-based system for stability augmentation of an airplane

Study of a neural network-based system for stability augmentation of an airplane Study of a neural network-based system for stability augmentation of an airplane Author: Roger Isanta Navarro Annex 1 Introduction to Neural Networks and Adaptive Neuro-Fuzzy Inference Systems (ANFIS)

More information

Artificial Neural Network and Fuzzy Logic

Artificial Neural Network and Fuzzy Logic Artificial Neural Network and Fuzzy Logic 1 Syllabus 2 Syllabus 3 Books 1. Artificial Neural Networks by B. Yagnanarayan, PHI - (Cover Topologies part of unit 1 and All part of Unit 2) 2. Neural Networks

More information

FAULT - TOLERANT PROCEDURES FOR AIR DATA ELABORATION

FAULT - TOLERANT PROCEDURES FOR AIR DATA ELABORATION 25 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES FAULT - TOLERANT PROCEDURES FOR AIR DATA ELABORATION Alberto Calia, Eugenio Denti, Roberto Galatolo, Francesco Schettini University of Pisa Department

More information

( t) Identification and Control of a Nonlinear Bioreactor Plant Using Classical and Dynamical Neural Networks

( t) Identification and Control of a Nonlinear Bioreactor Plant Using Classical and Dynamical Neural Networks Identification and Control of a Nonlinear Bioreactor Plant Using Classical and Dynamical Neural Networks Mehmet Önder Efe Electrical and Electronics Engineering Boðaziçi University, Bebek 80815, Istanbul,

More information

Introduction to Neural Networks

Introduction to Neural Networks CUONG TUAN NGUYEN SEIJI HOTTA MASAKI NAKAGAWA Tokyo University of Agriculture and Technology Copyright by Nguyen, Hotta and Nakagawa 1 Pattern classification Which category of an input? Example: Character

More information

ARTIFICIAL INTELLIGENCE. Artificial Neural Networks

ARTIFICIAL INTELLIGENCE. Artificial Neural Networks INFOB2KI 2017-2018 Utrecht University The Netherlands ARTIFICIAL INTELLIGENCE Artificial Neural Networks Lecturer: Silja Renooij These slides are part of the INFOB2KI Course Notes available from www.cs.uu.nl/docs/vakken/b2ki/schema.html

More information

Neural Network Based Methodology for Cavitation Detection in Pressure Dropping Devices of PFBR

Neural Network Based Methodology for Cavitation Detection in Pressure Dropping Devices of PFBR Indian Society for Non-Destructive Testing Hyderabad Chapter Proc. National Seminar on Non-Destructive Evaluation Dec. 7-9, 2006, Hyderabad Neural Network Based Methodology for Cavitation Detection in

More information

Neural Networks. Nethra Sambamoorthi, Ph.D. Jan CRMportals Inc., Nethra Sambamoorthi, Ph.D. Phone:

Neural Networks. Nethra Sambamoorthi, Ph.D. Jan CRMportals Inc., Nethra Sambamoorthi, Ph.D. Phone: Neural Networks Nethra Sambamoorthi, Ph.D Jan 2003 CRMportals Inc., Nethra Sambamoorthi, Ph.D Phone: 732-972-8969 Nethra@crmportals.com What? Saying it Again in Different ways Artificial neural network

More information

Intelligent Fault Diagnosis Techniques Applied to an Offshore Wind Turbine System **

Intelligent Fault Diagnosis Techniques Applied to an Offshore Wind Turbine System ** Article Intelligent Fault Diagnosis Techniques Applied to an Offshore Wind Turbine System ** Silvio Simani 1, Paolo Castaldi 2 1 Dipartimento di Ingegneria, Università degli Studi di Ferrara. Via Saragat

More information

ANN Control of Non-Linear and Unstable System and its Implementation on Inverted Pendulum

ANN Control of Non-Linear and Unstable System and its Implementation on Inverted Pendulum Research Article International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347-5161 2014 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet ANN

More information

Artificial Neural Networks Examination, June 2004

Artificial Neural Networks Examination, June 2004 Artificial Neural Networks Examination, June 2004 Instructions There are SIXTY questions (worth up to 60 marks). The exam mark (maximum 60) will be added to the mark obtained in the laborations (maximum

More information

A Fractal-ANN approach for quality control

A Fractal-ANN approach for quality control A Fractal-ANN approach for quality control Kesheng Wang Department of Production and Quality Engineering, University of Science and Technology, N-7491 Trondheim, Norway Abstract The main problem with modern

More information

ECE Introduction to Artificial Neural Network and Fuzzy Systems

ECE Introduction to Artificial Neural Network and Fuzzy Systems ECE 39 - Introduction to Artificial Neural Network and Fuzzy Systems Wavelet Neural Network control of two Continuous Stirred Tank Reactors in Series using MATLAB Tariq Ahamed Abstract. With the rapid

More information

DIAGNOSIS OF DISCRETE-TIME SINGULARLY PERTURBED SYSTEMS BASED ON SLOW SUBSYSTEM

DIAGNOSIS OF DISCRETE-TIME SINGULARLY PERTURBED SYSTEMS BASED ON SLOW SUBSYSTEM acta mechanica et automatica, vol.8 no.4 (4), DOI.478/ama-4-3 DIAGNOSIS OF DISCRETE-TIME SINGULARLY PERTURBED SYSTEMS BASED ON SLOW SUBSYSTEM Adel TELLILI *,***, Nouceyba ABDELKRIM *,**, Bahaa JAOUADI

More information

Artificial Neural Networks Examination, March 2004

Artificial Neural Networks Examination, March 2004 Artificial Neural Networks Examination, March 2004 Instructions There are SIXTY questions (worth up to 60 marks). The exam mark (maximum 60) will be added to the mark obtained in the laborations (maximum

More information

Neural Network Control in a Wastewater Treatment Plant

Neural Network Control in a Wastewater Treatment Plant Neural Network Control in a Wastewater Treatment Plant Miguel A. Jaramillo 1 ; Juan C. Peguero 2, Enrique Martínez de Salazar 1, Montserrat García del alle 1 ( 1 )Escuela de Ingenierías Industriales. (

More information

Multilayer Perceptron

Multilayer Perceptron Outline Hong Chang Institute of Computing Technology, Chinese Academy of Sciences Machine Learning Methods (Fall 2012) Outline Outline I 1 Introduction 2 Single Perceptron 3 Boolean Function Learning 4

More information

Artificial Neural Network

Artificial Neural Network Artificial Neural Network Eung Je Woo Department of Biomedical Engineering Impedance Imaging Research Center (IIRC) Kyung Hee University Korea ejwoo@khu.ac.kr Neuron and Neuron Model McCulloch and Pitts

More information

CSC242: Intro to AI. Lecture 21

CSC242: Intro to AI. Lecture 21 CSC242: Intro to AI Lecture 21 Administrivia Project 4 (homeworks 18 & 19) due Mon Apr 16 11:59PM Posters Apr 24 and 26 You need an idea! You need to present it nicely on 2-wide by 4-high landscape pages

More information

Design of Decentralised PI Controller using Model Reference Adaptive Control for Quadruple Tank Process

Design of Decentralised PI Controller using Model Reference Adaptive Control for Quadruple Tank Process Design of Decentralised PI Controller using Model Reference Adaptive Control for Quadruple Tank Process D.Angeline Vijula #, Dr.N.Devarajan * # Electronics and Instrumentation Engineering Sri Ramakrishna

More information

Identification and Control of Mechatronic Systems

Identification and Control of Mechatronic Systems Identification and Control of Mechatronic Systems Philadelphia University, Jordan NATO - ASI Advanced All-Terrain Autonomous Systems Workshop August 15 24, 2010 Cesme-Izmir, Turkey Overview Mechatronics

More information

Deep Learning & Artificial Intelligence WS 2018/2019

Deep Learning & Artificial Intelligence WS 2018/2019 Deep Learning & Artificial Intelligence WS 2018/2019 Linear Regression Model Model Error Function: Squared Error Has no special meaning except it makes gradients look nicer Prediction Ground truth / target

More information

Development of Anomaly Diagnosis Method Using Neuro-Expert for PWR Monitoring System

Development of Anomaly Diagnosis Method Using Neuro-Expert for PWR Monitoring System International Conference on Advances in Nuclear Science and Engineering in Conjunction with LKSTN 2007(53-) Development of Anomaly Diagnosis Method Using Neuro-Expert for PWR Monitoring System Muhammad

More information

Unknown input observer based scheme for detecting faults in a wind turbine converter Odgaard, Peter Fogh; Stoustrup, Jakob

Unknown input observer based scheme for detecting faults in a wind turbine converter Odgaard, Peter Fogh; Stoustrup, Jakob Aalborg Universitet Unknown input observer based scheme for detecting faults in a wind turbine converter Odgaard, Peter Fogh; Stoustrup, Jakob Published in: Elsevier IFAC Publications / IFAC Proceedings

More information

Lecture 13: Introduction to Neural Networks

Lecture 13: Introduction to Neural Networks Lecture 13: Introduction to Neural Networks Instructor: Aditya Bhaskara Scribe: Dietrich Geisler CS 5966/6966: Theory of Machine Learning March 8 th, 2017 Abstract This is a short, two-line summary of

More information

Modeling and Control Overview

Modeling and Control Overview Modeling and Control Overview D R. T A R E K A. T U T U N J I A D V A N C E D C O N T R O L S Y S T E M S M E C H A T R O N I C S E N G I N E E R I N G D E P A R T M E N T P H I L A D E L P H I A U N I

More information

UNIVERSITY OF SURREY

UNIVERSITY OF SURREY UNIVERSITY OF SURREY B.Sc. Undergraduate Programmes in Computing B.Sc. Undergraduate Programmes in Mathematical Studies Level HE3 Examination MODULE CS364 Artificial Intelligence Time allowed: 2 hours

More information

22c145-Fall 01: Neural Networks. Neural Networks. Readings: Chapter 19 of Russell & Norvig. Cesare Tinelli 1

22c145-Fall 01: Neural Networks. Neural Networks. Readings: Chapter 19 of Russell & Norvig. Cesare Tinelli 1 Neural Networks Readings: Chapter 19 of Russell & Norvig. Cesare Tinelli 1 Brains as Computational Devices Brains advantages with respect to digital computers: Massively parallel Fault-tolerant Reliable

More information

ECE521 Lecture 7/8. Logistic Regression

ECE521 Lecture 7/8. Logistic Regression ECE521 Lecture 7/8 Logistic Regression Outline Logistic regression (Continue) A single neuron Learning neural networks Multi-class classification 2 Logistic regression The output of a logistic regression

More information

CSE 352 (AI) LECTURE NOTES Professor Anita Wasilewska. NEURAL NETWORKS Learning

CSE 352 (AI) LECTURE NOTES Professor Anita Wasilewska. NEURAL NETWORKS Learning CSE 352 (AI) LECTURE NOTES Professor Anita Wasilewska NEURAL NETWORKS Learning Neural Networks Classifier Short Presentation INPUT: classification data, i.e. it contains an classification (class) attribute.

More information

Multivariate Analysis for Fault Diagnosis System

Multivariate Analysis for Fault Diagnosis System Multivariate Analysis for Fault Diagnosis System Hanaa E.Sayed +, *, Hossam A.Gabbar -, Shigeji Miyazaki + + Department of Systems Engineering, Division of Industrial Innovation Science, Okayama University,1-1

More information

Nonlinear Classification

Nonlinear Classification Nonlinear Classification INFO-4604, Applied Machine Learning University of Colorado Boulder October 5-10, 2017 Prof. Michael Paul Linear Classification Most classifiers we ve seen use linear functions

More information

A Novel Activity Detection Method

A Novel Activity Detection Method A Novel Activity Detection Method Gismy George P.G. Student, Department of ECE, Ilahia College of,muvattupuzha, Kerala, India ABSTRACT: This paper presents an approach for activity state recognition of

More information

Neural Networks: Introduction

Neural Networks: Introduction Neural Networks: Introduction Machine Learning Fall 2017 Based on slides and material from Geoffrey Hinton, Richard Socher, Dan Roth, Yoav Goldberg, Shai Shalev-Shwartz and Shai Ben-David, and others 1

More information

COMPARISON OF FDI METHODS APPLIED ON NANOSATELLITES WITH ACTUATORS FAILURES

COMPARISON OF FDI METHODS APPLIED ON NANOSATELLITES WITH ACTUATORS FAILURES U.P.B. Sci. Bull., Seria D, Vol, 77, Iss 2, 2015 ISSN 1454-2358 COMPARISON OF FDI METHODS APPLIED ON NANOSATELLITES WITH ACTUATORS FAILURES Silvana RADU 1, Claudiu Ionuţ CHERCIU 2, Adrian-Mihail STOICA

More information

Control Systems. EC / EE / IN. For

Control Systems.   EC / EE / IN. For Control Systems For EC / EE / IN By www.thegateacademy.com Syllabus Syllabus for Control Systems Basic Control System Components; Block Diagrammatic Description, Reduction of Block Diagrams. Open Loop

More information

COMS 4771 Introduction to Machine Learning. Nakul Verma

COMS 4771 Introduction to Machine Learning. Nakul Verma COMS 4771 Introduction to Machine Learning Nakul Verma Announcements HW1 due next lecture Project details are available decide on the group and topic by Thursday Last time Generative vs. Discriminative

More information

Sections 18.6 and 18.7 Analysis of Artificial Neural Networks

Sections 18.6 and 18.7 Analysis of Artificial Neural Networks Sections 18.6 and 18.7 Analysis of Artificial Neural Networks CS4811 - Artificial Intelligence Nilufer Onder Department of Computer Science Michigan Technological University Outline Univariate regression

More information

CS 4700: Artificial Intelligence

CS 4700: Artificial Intelligence CS 4700: Foundations of Artificial Intelligence Fall 2017 Instructor: Prof. Haym Hirsh Lecture 18 Prelim Grade Distribution Homework 3: Out Today Extra Credit Opportunity: 4:15pm Today, Gates G01 Relaxing

More information