Dynamic Neural Networks for Actuator Fault Diagnosis: Application to the DAMADICS Benchmark Problem

Size: px
Start display at page:

Download "Dynamic Neural Networks for Actuator Fault Diagnosis: Application to the DAMADICS Benchmark Problem"

Transcription

1 Dynamic Neural Networks for Actuator Fault Diagnosis: Application to the DAMADICS Benchmark Problem Krzysztof PATAN and Thomas PARISINI University of Zielona Góra Poland Dept. of Electrical, Electronic and Computer Engineering DEEI-University of Trieste, Italy

2 OUTLINE 1. Introduction 2. Dynamic neural network 3. Stochastic approximation 4. Sugar actuator 5. Experiments 6. Concluding remarks

3 Motivations INTRODUCTION Artificial neural networks a useful and efficient tool for modelling of nonlinear dynamic processes Fault detection applications a high model quality required Back-propagation based methods suffer from entrapment in local minima of an error function Objectives Designing of an actuator FDI system using dynamic neural networks Application of a stochastic algorithm for dynamic neural network training Evaluation of the proposed FDI system using real process data (sugar evaporation process)

4 Dynamic model with IIR filter DYNAMIC NEURAL NETWORKS u k 1( ) u k 2( ) u k P( ) w 1 w 2... w P Σ xk ( ) yk ~ ( ) IIR filter g c F(.) yk ( ) weighted adder filter module activation function ỹ(k) = x(k) = P w p u p (k) p=1 n b i x(k i) i= n a i ỹ(k i) i=1 y(k) = F (g ỹ(k) + c)

5 LEARNING PROCESS A vector of all unknown network parameters θ = [w, a, b, g, c] Optimization task θ = min θ C J(θ); θ Rp C a set of constraint, and cost function J(k; θ) = 1 N N number of learning patterns N (y(k) ŷ(k; θ)) 2 i=1

6 STOCHASTIC APPROXIMATION Recursive form of Stochastic Approximation (SA) ˆθ k+1 = ˆθ k a k ĝ k (ˆθ k ) where ĝ k (ˆθ k ) gradient estimate J/ ˆθ, a k small positive number Simultaneous Perturbation Stochastic Approximation (SPSA) Gradient estimate ĝ ki (ˆθ k ) = L(ˆθ k + c k k ) L(ˆθ k c k k ) 2c k ki where L( ) cost function measurement, k random perturbation vector, c k small positive number

7 Random distribution 1. Symmetrically distributed about zero 2. Finite inverse moments E( ki 1 ) Bernoulli ±1 distribution satisfies these conditions popular normal and uniform distributions do not fulfill condition 2 Gain sequences (i) a k, c k > k; lim a k ; k ( ) 2 ak (ii) a k = ; < k= Gains calculation k= c k a k = lim c k k a (A + k) α, c k = c k γ

8 Advantages To calculate gradient estimate 2 measurements needed Low numerical complexity in contrast to gradient based methods and other stochastic algorithms Useful in the case of noisy data Global optimization property 1. Chin D.C.: A more efficient global optimization algorithm based on Styblinski and Tang, Neural Networks, 7, pp , Maryak J.L. and Chin D.C.: Global random optimization by Simultaneous Perturbation Stochastic Approximation, Proc American Control Conference, June 21, Arlington, VA, pp

9 SUGAR ACTUATOR CV POSITIONER X positioner P S servo-motor T 1 P 1 X P 2 F control valve V C V V C V B

10 Causal graph P Z CV CVI P S X P V F measured variables variables realistic to measure unmeasurable variables F VC F V3 X 3 P 1 P 2 T 1 Servo-motor rod displacement X = r 1 (CV, P 1, P 2, T 1, X) Flow through the valve F = r 2 (X, P 1, P 2, T 1 )

11 Examined faulty scenarios f 1 f 2 f 3 positioner supply pressure drop interpretation: oversized system air consumption, air leading pipes breaks, etc. fault nature: rapidly developing unexpected pressure change across the valve interpretation: media pump station failure, increased pipes resistance, external media leakage fault nature: rapidly developing fully opened by-pass valve interpretation: valve corrosion, seat sealing wear, etc. fault nature: abrupt

12 EXPERIMENT Neural models 2 4 X F 3 5 = NN(P 1, P 2, T 1, CV ) F - flow through the valve, X - servo-motor rod displacement P 1 - pressure on the valve inlet P 2 - pressure on the valve outlet T 1 - juice temperature on the valve inlet CV - control signal Data preprocessing 1. Inputs normalized to zero mean and standard deviation of one 2. Outputs transformed to fall in the range [-1,1]

13 Modelling Neural models chosen using information criteria: AIC and FPE Fault Structure Filter order Activation function f N4,5,2 2 2 hyperbolic tangent f 1 N4,7,2 2 1 hyperbolic tangent f 2 N4,7,2 2 1 hyperbolic tangent f 3 N4,5,2 2 1 hyperbolic tangent Data - the sugar campaign 21 Assumed accuracy -.1 Parameters of the training procedure: SPSA: A = 1, a =.1, c =.1, α =.62, γ =.11

14 Decision making Let us assume that residual r(k) is N (m, v) A significance level β corresponds to probability that a residual exceeds a random value t β with N (, 1) β = prob( r(k) > t β ) Fixed threshold T = t β v + m Significance level used β =.5

15 Fault detection model (a) fault f 1 (b) fault f f f (c) fault f f

16 Fault isolation fault f 2, output F Fault model f 1 (a), fault model f 2 (b), fault model f 3 (c) a) fault 1 f b).2.1 fault f c) fault f Discrete time

17 Fault isolation fault f 2, output X Fault model f 1 (a), fault model f 2 (b), fault model f 3 (c) a) fault 1 f b) fault f c) -.5 fault f Discrete time

18 Fault diagnosis results Fault detection results (X detectable, N non detectable) Fault f 1 f 2 f 3 flow output X X X rod displacement output X X X Fault isolation results (X isolable, N non isolable) Fault f 1 f 2 f 3 flow output N N N rod displacement output N X X

19 Comparative study Sum of squared errors SSE Detection time t dt False detection rate r fd Isolation time t it False isolation rate r fi

20 Modelling quality SSE DN - Dynamic Network ARX - Auto-Regressive with exogenous input NNARX - Neural Networks ARX Method f f 1 f 2 f 3 F X F X F X F X DN ARX NNARX ,

21 FDI properies T f threshold used for the flow output T x threshold used for the rod displacement output Index DN NNARX f 1 f 2 f 3 f 1 f 2 f 3 t d t i r fd r id T f T x

22 CONCLUDING REMARKS Dynamic neural networks can be easily and effectively applied to design model-based fault detection and isolation systems Impossibility to model all potential system faults Data for faulty scenarios can be simulated Simultaneous Perturbation Stochastic Approximation algorithm strong alternative to gradient based methods useful when the search direction can not be determined accurately property of the global optimization

FAULT DIAGNOSIS BASED ON NEURAL NETWORKS AND DECISION TREES: APPLICATION TO DAMADICS. Received June 2012; revised December 2012

FAULT DIAGNOSIS BASED ON NEURAL NETWORKS AND DECISION TREES: APPLICATION TO DAMADICS. Received June 2012; revised December 2012 International Journal of Innovative Computing, Information and Control ICIC International c 2013 ISSN 1349-4198 Volume 9, Number 8, August 2013 pp. 3185 3196 FAULT DIAGNOSIS BASED ON NEURAL NETWORKS AND

More information

Recurrent Neural Networks

Recurrent Neural Networks Recurrent Neural Networks Neural Computation : Lecture 12 John A. Bullinaria, 2015 1. Recurrent Neural Network Architectures 2. State Space Models and Dynamical Systems 3. Backpropagation Through Time

More information

INTELLIGENT ENERGY MANAGEMENT OF ELECTRICAL POWER SYSTEMS WITH DISTRIBUTED FEEDING ON THE BASIS OF FORECASTS OF DEMAND AND GENERATION Chr.

INTELLIGENT ENERGY MANAGEMENT OF ELECTRICAL POWER SYSTEMS WITH DISTRIBUTED FEEDING ON THE BASIS OF FORECASTS OF DEMAND AND GENERATION Chr. INTELLIGENT ENERGY MANAGEMENT OF ELECTRICAL POWER SYSTEMS WITH DISTRIBUTED FEEDING ON THE BASIS OF FORECASTS OF DEMAND AND GENERATION Chr. Meisenbach M. Hable G. Winkler P. Meier Technology, Laboratory

More information

NEURAL NETWORKS FOR SENSOR VALIDATION AND PLANT MONITORING. B.R. Upadhyaya, E. Eryurek and G. Mathai

NEURAL NETWORKS FOR SENSOR VALIDATION AND PLANT MONITORING. B.R. Upadhyaya, E. Eryurek and G. Mathai NEURAL NETWORKS FOR SENSOR VALIDATION AND PLANT MONITORING B.R. Upadhyaya, E. Eryurek and G. Mathai The University of Tennessee Knoxville, Tennessee 37996-2300, U.S.A. OONF-900804 35 DE93 002127 ABSTRACT

More information

Data Mining using Artificial Neural Network Rules

Data Mining using Artificial Neural Network Rules Data Mining using Artificial Neural Network Rules Pushkar Shinde MCOERC, Nasik Abstract - Diabetes patients are increasing in number so it is necessary to predict, treat and diagnose the disease. Data

More information

Optimization of technical trading strategies and the profitability in security markets

Optimization of technical trading strategies and the profitability in security markets Economics Letters 59 (1998) 249 254 Optimization of technical trading strategies and the profitability in security markets Ramazan Gençay 1, * University of Windsor, Department of Economics, 401 Sunset,

More information

How To Manage Water Network Monitoring

How To Manage Water Network Monitoring 11 th International Conference on Hydroinformatics HIC 2014,New York City, USA REAL-TIME MONITORING AND CONTROL FOR EFFICIENT MANAGEMENT OF DRINKING WATER NETWORKS: THE BARCELONA CASE STUDY GABRIELA CEMBRANO

More information

Hybrid Modeling and Control of a Power Plant using State Flow Technique with Application

Hybrid Modeling and Control of a Power Plant using State Flow Technique with Application Hybrid Modeling and Control of a Power Plant using State Flow Technique with Application Marwa M. Abdulmoneim 1, Magdy A. S. Aboelela 2, Hassen T. Dorrah 3 1 Master Degree Student, Cairo University, Faculty

More information

Lecture 5: Variants of the LMS algorithm

Lecture 5: Variants of the LMS algorithm 1 Standard LMS Algorithm FIR filters: Lecture 5: Variants of the LMS algorithm y(n) = w 0 (n)u(n)+w 1 (n)u(n 1) +...+ w M 1 (n)u(n M +1) = M 1 k=0 w k (n)u(n k) =w(n) T u(n), Error between filter output

More information

Chapter 4: Artificial Neural Networks

Chapter 4: Artificial Neural Networks Chapter 4: Artificial Neural Networks CS 536: Machine Learning Littman (Wu, TA) Administration icml-03: instructional Conference on Machine Learning http://www.cs.rutgers.edu/~mlittman/courses/ml03/icml03/

More information

Efficient model-based leak detection in boiler steam-water systems

Efficient model-based leak detection in boiler steam-water systems Computers and Chemical Engineering 26 (2002) 1643/1647 www.elsevier.com/locate/compchemeng Efficient model-based leak detection in boiler steam-water systems Xi Sun, Tongwen Chen *, Horacio J. Marquez

More information

Diagnosis and Fault-Tolerant Control

Diagnosis and Fault-Tolerant Control Mogens Blanke Michel Kinnaert Jan Lunze Marcel Staroswiecki Diagnosis and Fault-Tolerant Control With contributions by Jochen Schroder With 228 Figures Springer 1. Introduction to diagnosis and fault-tolerant

More information

Nonlinear Model Predictive Control of Hammerstein and Wiener Models Using Genetic Algorithms

Nonlinear Model Predictive Control of Hammerstein and Wiener Models Using Genetic Algorithms Nonlinear Model Predictive Control of Hammerstein and Wiener Models Using Genetic Algorithms Al-Duwaish H. and Naeem, Wasif Electrical Engineering Department/King Fahd University of Petroleum and Minerals

More information

Real-Time Monitoring of Complex Industrial Processes with Particle Filters

Real-Time Monitoring of Complex Industrial Processes with Particle Filters Real-Time Monitoring of Complex Industrial Processes with Particle Filters Rubén Morales-Menéndez Dept. of Mechatronics and Automation ITESM campus Monterrey Monterrey, NL México rmm@itesm.mx Nando de

More information

NEURAL NETWORK-BASED FAULT DIAGNOSIS OF SATELLITES FORMATION FLIGHT

NEURAL NETWORK-BASED FAULT DIAGNOSIS OF SATELLITES FORMATION FLIGHT NEURAL NETWORK-BASED FAULT DIAGNOSIS OF SATELLITES FORMATION FLIGHT Shima Mousavi Mirak A thesis in The Department of Electrical and Computer Engineering Presented in Partial Fulfillment of the Requirements

More information

Maximum Likelihood Estimation of ADC Parameters from Sine Wave Test Data. László Balogh, Balázs Fodor, Attila Sárhegyi, and István Kollár

Maximum Likelihood Estimation of ADC Parameters from Sine Wave Test Data. László Balogh, Balázs Fodor, Attila Sárhegyi, and István Kollár Maximum Lielihood Estimation of ADC Parameters from Sine Wave Test Data László Balogh, Balázs Fodor, Attila Sárhegyi, and István Kollár Dept. of Measurement and Information Systems Budapest University

More information

Water loss in distribution system networks is an issue

Water loss in distribution system networks is an issue 21 Conference on Control and Fault Tolerant Systems Nice, France, October 6-8, 21 WeB3.3 Leak Detection and Isolation in Water Distribution Networks using Principal Component Analysis and Structured Residuals

More information

ADAPTIVE ALGORITHMS FOR ACOUSTIC ECHO CANCELLATION IN SPEECH PROCESSING

ADAPTIVE ALGORITHMS FOR ACOUSTIC ECHO CANCELLATION IN SPEECH PROCESSING www.arpapress.com/volumes/vol7issue1/ijrras_7_1_05.pdf ADAPTIVE ALGORITHMS FOR ACOUSTIC ECHO CANCELLATION IN SPEECH PROCESSING 1,* Radhika Chinaboina, 1 D.S.Ramkiran, 2 Habibulla Khan, 1 M.Usha, 1 B.T.P.Madhav,

More information

Propulsion Gas Path Health Management Task Overview. Donald L. Simon NASA Glenn Research Center

Propulsion Gas Path Health Management Task Overview. Donald L. Simon NASA Glenn Research Center Propulsion Gas Path Health Management Task Overview Donald L. Simon NASA Glenn Research Center Propulsion Controls and s Research Workshop December 8-10, 2009 Cleveland, OH www.nasa.gov 1 National Aeronautics

More information

Impact of Remote Control Failure on Power System Restoration Time

Impact of Remote Control Failure on Power System Restoration Time Impact of Remote Control Failure on Power System Restoration Time Fredrik Edström School of Electrical Engineering Royal Institute of Technology Stockholm, Sweden Email: fredrik.edstrom@ee.kth.se Lennart

More information

Dynamic Modeling, Predictive Control and Performance Monitoring

Dynamic Modeling, Predictive Control and Performance Monitoring Biao Huang, Ramesh Kadali Dynamic Modeling, Predictive Control and Performance Monitoring A Data-driven Subspace Approach 4y Spri nnger g< Contents Notation XIX 1 Introduction 1 1.1 An Overview of This

More information

Dynamic Process Modeling. Process Dynamics and Control

Dynamic Process Modeling. Process Dynamics and Control Dynamic Process Modeling Process Dynamics and Control 1 Description of process dynamics Classes of models What do we need for control? Modeling for control Mechanical Systems Modeling Electrical circuits

More information

Forecasting of Economic Quantities using Fuzzy Autoregressive Model and Fuzzy Neural Network

Forecasting of Economic Quantities using Fuzzy Autoregressive Model and Fuzzy Neural Network Forecasting of Economic Quantities using Fuzzy Autoregressive Model and Fuzzy Neural Network Dušan Marček 1 Abstract Most models for the time series of stock prices have centered on autoregressive (AR)

More information

2 Forecasting by Error Correction Neural Networks

2 Forecasting by Error Correction Neural Networks Keywords: portfolio management, financial forecasting, recurrent neural networks. Active Portfolio-Management based on Error Correction Neural Networks Hans Georg Zimmermann, Ralph Neuneier and Ralph Grothmann

More information

Chapter 2 The Research on Fault Diagnosis of Building Electrical System Based on RBF Neural Network

Chapter 2 The Research on Fault Diagnosis of Building Electrical System Based on RBF Neural Network Chapter 2 The Research on Fault Diagnosis of Building Electrical System Based on RBF Neural Network Qian Wu, Yahui Wang, Long Zhang and Li Shen Abstract Building electrical system fault diagnosis is the

More information

VdS 2100-09en. VdS Guidelines for water extinguishing systems. Non-return valves. Requirements and test methods. VdS 2100-09en : 2011-05 (01)

VdS 2100-09en. VdS Guidelines for water extinguishing systems. Non-return valves. Requirements and test methods. VdS 2100-09en : 2011-05 (01) VdS Guidelines for water extinguishing systems VdS 2100-09en Requirements and test methods VdS 2100-09en : 2011-05 (01) Publishing house: VdS Schadenverhütung GmbH Amsterdamer Str. 172-174 50735 Köln,

More information

Formulations of Model Predictive Control. Dipartimento di Elettronica e Informazione

Formulations of Model Predictive Control. Dipartimento di Elettronica e Informazione Formulations of Model Predictive Control Riccardo Scattolini Riccardo Scattolini Dipartimento di Elettronica e Informazione Impulse and step response models 2 At the beginning of the 80, the early formulations

More information

1 WATERFLUX - Comparisonon COO 2010-08-17. Rectangular Magmeter in water applications

1 WATERFLUX - Comparisonon COO 2010-08-17. Rectangular Magmeter in water applications 1 WATERFLUX - Comparisonon COO 2010-08-17 Rectangular Magmeter in water applications Jef Neven KROHNE WATERMETERS $3000 EMF Price C&I (mechanical) water meters Residential water meters $30 Water Metering

More information

Classification of Bad Accounts in Credit Card Industry

Classification of Bad Accounts in Credit Card Industry Classification of Bad Accounts in Credit Card Industry Chengwei Yuan December 12, 2014 Introduction Risk management is critical for a credit card company to survive in such competing industry. In addition

More information

Hydraulic Trouble Shooting

Hydraulic Trouble Shooting Hydraulic Trouble Shooting Hydraulic systems can be very simple, such as a hand pump pumping up a small hydraulic jack, or very complex, with several pumps, complex valving, accumulators, and many cylinders

More information

1 Maximum likelihood estimation

1 Maximum likelihood estimation COS 424: Interacting with Data Lecturer: David Blei Lecture #4 Scribes: Wei Ho, Michael Ye February 14, 2008 1 Maximum likelihood estimation 1.1 MLE of a Bernoulli random variable (coin flips) Given N

More information

Pump Ratio and Performance Charts

Pump Ratio and Performance Charts Pump Ratio and Performance Charts Concept and Theory Training Table of Contents Introduction... 1 Overview... 1 How to use this Module... 2 Learning Objectives...2 Text...2 Charts, Illustrations...2 Progress

More information

System Aware Cyber Security

System Aware Cyber Security System Aware Cyber Security Application of Dynamic System Models and State Estimation Technology to the Cyber Security of Physical Systems Barry M. Horowitz, Kate Pierce University of Virginia April, 2012

More information

Pricing and calibration in local volatility models via fast quantization

Pricing and calibration in local volatility models via fast quantization Pricing and calibration in local volatility models via fast quantization Parma, 29 th January 2015. Joint work with Giorgia Callegaro and Martino Grasselli Quantization: a brief history Birth: back to

More information

Final Year Project Progress Report. Frequency-Domain Adaptive Filtering. Myles Friel. Supervisor: Dr.Edward Jones

Final Year Project Progress Report. Frequency-Domain Adaptive Filtering. Myles Friel. Supervisor: Dr.Edward Jones Final Year Project Progress Report Frequency-Domain Adaptive Filtering Myles Friel 01510401 Supervisor: Dr.Edward Jones Abstract The Final Year Project is an important part of the final year of the Electronic

More information

Technical Trading Rules as a Prior Knowledge to a Neural Networks Prediction System for the S&P 500 Index

Technical Trading Rules as a Prior Knowledge to a Neural Networks Prediction System for the S&P 500 Index Technical Trading Rules as a Prior Knowledge to a Neural Networks Prediction System for the S&P 5 ndex Tim Cheno~ethl-~t~ Zoran ObradoviC Steven Lee4 School of Electrical Engineering and Computer Science

More information

Introduction. Chapter 1

Introduction. Chapter 1 Chapter 1 Introduction The area of fault detection and diagnosis is one of the most important aspects in process engineering. This area has received considerable attention from industry and academia because

More information

Enhancing the SNR of the Fiber Optic Rotation Sensor using the LMS Algorithm

Enhancing the SNR of the Fiber Optic Rotation Sensor using the LMS Algorithm 1 Enhancing the SNR of the Fiber Optic Rotation Sensor using the LMS Algorithm Hani Mehrpouyan, Student Member, IEEE, Department of Electrical and Computer Engineering Queen s University, Kingston, Ontario,

More information

The Combination Forecasting Model of Auto Sales Based on Seasonal Index and RBF Neural Network

The Combination Forecasting Model of Auto Sales Based on Seasonal Index and RBF Neural Network , pp.67-76 http://dx.doi.org/10.14257/ijdta.2016.9.1.06 The Combination Forecasting Model of Auto Sales Based on Seasonal Index and RBF Neural Network Lihua Yang and Baolin Li* School of Economics and

More information

780 IEEE TRANSACTIONS ON CONTROL SYSTEMS TECHNOLOGY, VOL. 17, NO. 4, JULY 2009 1063-6536/$25.00 2009 IEEE

780 IEEE TRANSACTIONS ON CONTROL SYSTEMS TECHNOLOGY, VOL. 17, NO. 4, JULY 2009 1063-6536/$25.00 2009 IEEE 780 IEEE TRANSACTIONS ON CONTROL SYSTEMS TECHNOLOGY, VOL. 17, NO. 4, JULY 2009 A Qualitative Event-Based Approach to Continuous Systems Diagnosis Matthew J. Daigle, Member, IEEE, Xenofon D. Koutsoukos,

More information

Model-Based Performance Monitoring: Review of Diagnostic Methods and Chiller Case Study

Model-Based Performance Monitoring: Review of Diagnostic Methods and Chiller Case Study LBNL-45949 CD-425 ACEEE 2000 Summer Study on Energy Efficiency in Buildings, Efficiency and Sustainability, August 20-25, 2000, Asilomar Conference Center, Pacific Grove, CA, and published in the Proceedings.

More information

Reinforcement Learning

Reinforcement Learning Reinforcement Learning LU 2 - Markov Decision Problems and Dynamic Programming Dr. Martin Lauer AG Maschinelles Lernen und Natürlichsprachliche Systeme Albert-Ludwigs-Universität Freiburg martin.lauer@kit.edu

More information

ELECTRIC CENTRAL HEATING FLOW BOILER

ELECTRIC CENTRAL HEATING FLOW BOILER ELECTRIC CENTRAL HEATING FLOW BOILER EKCO.T Used product can t be treated as general communal waste. Disassembled appliance has to be delivered to the collection point of electrical and electronic equipment

More information

Valve series MN-06 acc. to NAMUR, 3/2-way G1/4 750 Nl/min (0.762 Cv)

Valve series MN-06 acc. to NAMUR, 3/2-way G1/4 750 Nl/min (0.762 Cv) Valve series MN-06 acc. to NAMUR, 3/2-way G1/4 750 Nl/min (0.762 Cv) Order code Series and function 1) Plug socket see page 5.042. MN-06-310-HN-442 Standard coil 1) 441 = 12 V DC, 4.2 W 442 = 24 V DC,

More information

Java Modules for Time Series Analysis

Java Modules for Time Series Analysis Java Modules for Time Series Analysis Agenda Clustering Non-normal distributions Multifactor modeling Implied ratings Time series prediction 1. Clustering + Cluster 1 Synthetic Clustering + Time series

More information

Schematic Symbols Chart (Design Hydraulic and Pneumatic circits)

Schematic Symbols Chart (Design Hydraulic and Pneumatic circits) Page 1 of 6 (Home) Symbols / Visit us on: Fluid Power, Automation and Motion Control for all Industries About Us Products Services Catalogs Place an Order Training & Information Contact Us Employee Access

More information

4F7 Adaptive Filters (and Spectrum Estimation) Least Mean Square (LMS) Algorithm Sumeetpal Singh Engineering Department Email : sss40@eng.cam.ac.

4F7 Adaptive Filters (and Spectrum Estimation) Least Mean Square (LMS) Algorithm Sumeetpal Singh Engineering Department Email : sss40@eng.cam.ac. 4F7 Adaptive Filters (and Spectrum Estimation) Least Mean Square (LMS) Algorithm Sumeetpal Singh Engineering Department Email : sss40@eng.cam.ac.uk 1 1 Outline The LMS algorithm Overview of LMS issues

More information

degrees of freedom and are able to adapt to the task they are supposed to do [Gupta].

degrees of freedom and are able to adapt to the task they are supposed to do [Gupta]. 1.3 Neural Networks 19 Neural Networks are large structured systems of equations. These systems have many degrees of freedom and are able to adapt to the task they are supposed to do [Gupta]. Two very

More information

An Overview of Knowledge Discovery Database and Data mining Techniques

An Overview of Knowledge Discovery Database and Data mining Techniques An Overview of Knowledge Discovery Database and Data mining Techniques Priyadharsini.C 1, Dr. Antony Selvadoss Thanamani 2 M.Phil, Department of Computer Science, NGM College, Pollachi, Coimbatore, Tamilnadu,

More information

Adaptive Probing: A Monitoring-Based Probing Approach for Fault Localization in Networks

Adaptive Probing: A Monitoring-Based Probing Approach for Fault Localization in Networks Adaptive Probing: A Monitoring-Based Probing Approach for Fault Localization in Networks Akshay Kumar *, R. K. Ghosh, Maitreya Natu *Student author Indian Institute of Technology, Kanpur, India Tata Research

More information

A Regime-Switching Model for Electricity Spot Prices. Gero Schindlmayr EnBW Trading GmbH g.schindlmayr@enbw.com

A Regime-Switching Model for Electricity Spot Prices. Gero Schindlmayr EnBW Trading GmbH g.schindlmayr@enbw.com A Regime-Switching Model for Electricity Spot Prices Gero Schindlmayr EnBW Trading GmbH g.schindlmayr@enbw.com May 31, 25 A Regime-Switching Model for Electricity Spot Prices Abstract Electricity markets

More information

Reinforcement Learning

Reinforcement Learning Reinforcement Learning LU 2 - Markov Decision Problems and Dynamic Programming Dr. Joschka Bödecker AG Maschinelles Lernen und Natürlichsprachliche Systeme Albert-Ludwigs-Universität Freiburg jboedeck@informatik.uni-freiburg.de

More information

Standard Hydraulic Piping Flushing Procedure

Standard Hydraulic Piping Flushing Procedure Page 1 of 6 1.0 Scope This procedure covers the minimum technical requirements for cleaning and flushing of Hydraulic and Piping, and related accessories. 2.0 Introduction In hydraulic fluid power systems,

More information

Modeling and model identification of a pressurizer at the Paks Nuclear Power Plant

Modeling and model identification of a pressurizer at the Paks Nuclear Power Plant Modeling and model identification of a pressurizer at the aks Nuclear ower lant István Varga, ábor Szederkényi, Katalin M. Hangos, József Bokor Systems and Control Laboratory Computer and Automation Research

More information

16 : Demand Forecasting

16 : Demand Forecasting 16 : Demand Forecasting 1 Session Outline Demand Forecasting Subjective methods can be used only when past data is not available. When past data is available, it is advisable that firms should use statistical

More information

SOFTWARE FOR GENERATION OF SPECTRUM COMPATIBLE TIME HISTORY

SOFTWARE FOR GENERATION OF SPECTRUM COMPATIBLE TIME HISTORY 3 th World Conference on Earthquake Engineering Vancouver, B.C., Canada August -6, 24 Paper No. 296 SOFTWARE FOR GENERATION OF SPECTRUM COMPATIBLE TIME HISTORY ASHOK KUMAR SUMMARY One of the important

More information

Wireless Sensor Network Performance Monitoring

Wireless Sensor Network Performance Monitoring Wireless Sensor Network Performance Monitoring Yaqoob J. Al-raisi & David J. Parish High Speed Networks Group Loughborough University MSN Coseners 12-13th 13th July 2007 Overview The problem we are trying

More information

Prediction Model for Crude Oil Price Using Artificial Neural Networks

Prediction Model for Crude Oil Price Using Artificial Neural Networks Applied Mathematical Sciences, Vol. 8, 2014, no. 80, 3953-3965 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.43193 Prediction Model for Crude Oil Price Using Artificial Neural Networks

More information

Adaptive Equalization of binary encoded signals Using LMS Algorithm

Adaptive Equalization of binary encoded signals Using LMS Algorithm SSRG International Journal of Electronics and Communication Engineering (SSRG-IJECE) volume issue7 Sep Adaptive Equalization of binary encoded signals Using LMS Algorithm Dr.K.Nagi Reddy Professor of ECE,NBKR

More information

SYSM 6304: Risk and Decision Analysis Lecture 5: Methods of Risk Analysis

SYSM 6304: Risk and Decision Analysis Lecture 5: Methods of Risk Analysis SYSM 6304: Risk and Decision Analysis Lecture 5: Methods of Risk Analysis M. Vidyasagar Cecil & Ida Green Chair The University of Texas at Dallas Email: M.Vidyasagar@utdallas.edu October 17, 2015 Outline

More information

A Stochastic 3MG Algorithm with Application to 2D Filter Identification

A Stochastic 3MG Algorithm with Application to 2D Filter Identification A Stochastic 3MG Algorithm with Application to 2D Filter Identification Emilie Chouzenoux 1, Jean-Christophe Pesquet 1, and Anisia Florescu 2 1 Laboratoire d Informatique Gaspard Monge - CNRS Univ. Paris-Est,

More information

Pressurized Water Reactor B&W Technology Crosstraining Course Manual. Chapter 9.0. Integrated Control System

Pressurized Water Reactor B&W Technology Crosstraining Course Manual. Chapter 9.0. Integrated Control System Pressurized Water Reactor B&W Technology Crosstraining Course Manual Chapter 9.0 Integrated Control System TABLE OF CONTENTS 9.0 INTEGRATED CONTROL SYSTEM... 1 9.1 Introduction... 1 9.2 General Description...

More information

Adaptive model for thermal demand forecast in residential buildings

Adaptive model for thermal demand forecast in residential buildings Adaptive model for thermal demand forecast in residential buildings Harb, Hassan 1 ; Schütz, Thomas 2 ; Streblow, Rita 3 ; Müller, Dirk 4 1 RWTH Aachen University, E.ON Energy Research Center, Institute

More information

Parameter Identification for State of Discharge Estimation of Li-ion Batteries

Parameter Identification for State of Discharge Estimation of Li-ion Batteries Parameter Identification for State of Discharge Estimation of Li-ion Batteries * Suchart Punpaisarn ) and Thanatchai Kulworawanichpong 2) ), 2) Power System Research Unit, School of Electrical Engineering

More information

A Wavelet Based Prediction Method for Time Series

A Wavelet Based Prediction Method for Time Series A Wavelet Based Prediction Method for Time Series Cristina Stolojescu 1,2 Ion Railean 1,3 Sorin Moga 1 Philippe Lenca 1 and Alexandru Isar 2 1 Institut TELECOM; TELECOM Bretagne, UMR CNRS 3192 Lab-STICC;

More information

Introduction to Machine Learning and Data Mining. Prof. Dr. Igor Trajkovski trajkovski@nyus.edu.mk

Introduction to Machine Learning and Data Mining. Prof. Dr. Igor Trajkovski trajkovski@nyus.edu.mk Introduction to Machine Learning and Data Mining Prof. Dr. Igor Trakovski trakovski@nyus.edu.mk Neural Networks 2 Neural Networks Analogy to biological neural systems, the most robust learning systems

More information

Web-Based Economic Optimization Tools for Reducing Operating Costs

Web-Based Economic Optimization Tools for Reducing Operating Costs Web-Based Economic Tools for Reducing Operating Costs Authors: Keywords: Abstract: Jeffery Williams Power & Water Solutions, Inc. David Egelston Power & Water Solutions, Inc. Browsers, Economics, Linear

More information

An application of neural network for Structural Health Monitoring of an adaptive wing with an

An application of neural network for Structural Health Monitoring of an adaptive wing with an Home Search Collections Journals About Contact us My IOPscience An application of neural network for Structural Health Monitoring of an adaptive wing with an array of FBG sensors This content has been

More information

An Introduction to Neural Networks

An Introduction to Neural Networks An Introduction to Vincent Cheung Kevin Cannons Signal & Data Compression Laboratory Electrical & Computer Engineering University of Manitoba Winnipeg, Manitoba, Canada Advisor: Dr. W. Kinsner May 27,

More information

Design call center management system of e-commerce based on BP neural network and multifractal

Design call center management system of e-commerce based on BP neural network and multifractal Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(6):951-956 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Design call center management system of e-commerce

More information

A Multi-Model Filter for Mobile Terminal Location Tracking

A Multi-Model Filter for Mobile Terminal Location Tracking A Multi-Model Filter for Mobile Terminal Location Tracking M. McGuire, K.N. Plataniotis The Edward S. Rogers Sr. Department of Electrical and Computer Engineering, University of Toronto, 1 King s College

More information

AN ALGORITHM OF CHAOTIC DYNAMIC ADAPTIVE LOCAL SEARCH METHOD FOR ELMAN NEURAL NETWORK. Received September 2009; revised January 2010

AN ALGORITHM OF CHAOTIC DYNAMIC ADAPTIVE LOCAL SEARCH METHOD FOR ELMAN NEURAL NETWORK. Received September 2009; revised January 2010 International Journal of Innovative Computing, Information and Control ICIC International c 2011 ISSN 1349-4198 Volume 7, Number 2, February 2011 pp. 647 656 AN ALGORITHM OF CHAOTIC DYNAMIC ADAPTIVE LOCAL

More information

Data Mining Algorithms Part 1. Dejan Sarka

Data Mining Algorithms Part 1. Dejan Sarka Data Mining Algorithms Part 1 Dejan Sarka Join the conversation on Twitter: @DevWeek #DW2015 Instructor Bio Dejan Sarka (dsarka@solidq.com) 30 years of experience SQL Server MVP, MCT, 13 books 7+ courses

More information

Fundamental to determining

Fundamental to determining GNSS Solutions: Carrierto-Noise Algorithms GNSS Solutions is a regular column featuring questions and answers about technical aspects of GNSS. Readers are invited to send their questions to the columnist,

More information

Failure code manual. content

Failure code manual. content Failure code manual content 一 wall split AC series 2 二 floor standing AC series. 4 三 portable AC series.. 5 四 dehumidifer 6 五 DC inverter single split series...7 六 DC inverter multi-split series 10 1 一

More information

On the Traffic Capacity of Cellular Data Networks. 1 Introduction. T. Bonald 1,2, A. Proutière 1,2

On the Traffic Capacity of Cellular Data Networks. 1 Introduction. T. Bonald 1,2, A. Proutière 1,2 On the Traffic Capacity of Cellular Data Networks T. Bonald 1,2, A. Proutière 1,2 1 France Telecom Division R&D, 38-40 rue du Général Leclerc, 92794 Issy-les-Moulineaux, France {thomas.bonald, alexandre.proutiere}@francetelecom.com

More information

Computer Controlled Capacity Control Methods in Refrigeration, with SCADA and PID Control THARA2C/1

Computer Controlled Capacity Control Methods in Refrigeration, with SCADA and PID Control THARA2C/1 Technical Teaching Equipment Computer Controlled Capacity Control Methods in Refrigeration, with SCADA and PID Control THARA2C/1 EDIBON SCADA System and PID CONTROL included Teaching Technique used 5 6

More information

Applications of improved grey prediction model for power demand forecasting

Applications of improved grey prediction model for power demand forecasting Energy Conversion and Management 44 (2003) 2241 2249 www.elsevier.com/locate/enconman Applications of improved grey prediction model for power demand forecasting Che-Chiang Hsu a, *, Chia-Yon Chen b a

More information

Data Cleansing for Remote Battery System Monitoring

Data Cleansing for Remote Battery System Monitoring Data Cleansing for Remote Battery System Monitoring Gregory W. Ratcliff Randall Wald Taghi M. Khoshgoftaar Director, Life Cycle Management Senior Research Associate Director, Data Mining and Emerson Network

More information

Advanced analytics at your hands

Advanced analytics at your hands 2.3 Advanced analytics at your hands Neural Designer is the most powerful predictive analytics software. It uses innovative neural networks techniques to provide data scientists with results in a way previously

More information

STOCHASTIC MODELLING OF WATER DEMAND USING A SHORT-TERM PATTERN-BASED FORECASTING APPROACH

STOCHASTIC MODELLING OF WATER DEMAND USING A SHORT-TERM PATTERN-BASED FORECASTING APPROACH STOCHASTIC MODELLING OF WATER DEMAND USING A SHORT-TERM PATTERN-BASED FORECASTING APPROACH Ir. LAM Shing Tim Development(2) Division, Development Branch, Water Supplies Department. Abstract: Water demand

More information

Forecasting model of electricity demand in the Nordic countries. Tone Pedersen

Forecasting model of electricity demand in the Nordic countries. Tone Pedersen Forecasting model of electricity demand in the Nordic countries Tone Pedersen 3/19/2014 Abstract A model implemented in order to describe the electricity demand on hourly basis for the Nordic countries.

More information

Centrifugal Fans and Pumps are sized to meet the maximum

Centrifugal Fans and Pumps are sized to meet the maximum Fans and Pumps are sized to meet the maximum flow rate required by the system. System conditions frequently require reducing the flow rate. Throttling and bypass devices dampers and valves are installed

More information

Operating instructions Mechatronic flow sensor. SBY33x 704465/06 03/2011

Operating instructions Mechatronic flow sensor. SBY33x 704465/06 03/2011 Operating instructions Mechatronic flow sensor SBY33x 7065/06 03/2011 Contents 1 Safety instructions...2 2 Functions and features...3 3 Installation...3 Electrical connection... 5 Switch point setting...

More information

In semiconductor applications, the required mass flows

In semiconductor applications, the required mass flows Model-Based Multi-GasMulti-Range Mass Flow Controllers With Single Gas Calibration and Tuning JOOST LÖTTERS A model has been developed that accurately predicts the behavior of the flow sensor combined

More information

NN-OPT: Neural Network for Option Pricing Using Multinomial Tree

NN-OPT: Neural Network for Option Pricing Using Multinomial Tree NN-OPT: Neural Network for Option Pricing Using Multinomial Tree Hung-Ching (Justin) Chen and Malik Magdon-Ismail Rensselaer Polytechnic Institute, Dept. of Computer Science, Troy, NY 12180, USA {chenh3,

More information

EFFICIENT DATA PRE-PROCESSING FOR DATA MINING

EFFICIENT DATA PRE-PROCESSING FOR DATA MINING EFFICIENT DATA PRE-PROCESSING FOR DATA MINING USING NEURAL NETWORKS JothiKumar.R 1, Sivabalan.R.V 2 1 Research scholar, Noorul Islam University, Nagercoil, India Assistant Professor, Adhiparasakthi College

More information

Signal Detection. Outline. Detection Theory. Example Applications of Detection Theory

Signal Detection. Outline. Detection Theory. Example Applications of Detection Theory Outline Signal Detection M. Sami Fadali Professor of lectrical ngineering University of Nevada, Reno Hypothesis testing. Neyman-Pearson (NP) detector for a known signal in white Gaussian noise (WGN). Matched

More information

Automatic Detection of Emergency Vehicles for Hearing Impaired Drivers

Automatic Detection of Emergency Vehicles for Hearing Impaired Drivers Automatic Detection of Emergency Vehicles for Hearing Impaired Drivers Sung-won ark and Jose Trevino Texas A&M University-Kingsville, EE/CS Department, MSC 92, Kingsville, TX 78363 TEL (36) 593-2638, FAX

More information

CBM IV Prognostics and Maintenance Scheduling

CBM IV Prognostics and Maintenance Scheduling FL Lewis, Assoc Director for Research Moncrief-O Donnell Endowed Chair Head, Controls, Sensors, MEMS Group Automation & Robotics Research Institute (ARRI) The University of Texas at Arlington CBM IV Prognostics

More information

Monitoring and control of openchannel flow in irrigation canals

Monitoring and control of openchannel flow in irrigation canals Monitoring and control of openchannel flow in irrigation canals Xavier Litrico xavier.litrico@cemagref.fr Cemagref, UMR G-EAU, Montpellier Outline Presentation of Cemagref and UMR G-EAU Introduction Research

More information

PATTERN RECOGNITION AND MACHINE LEARNING CHAPTER 4: LINEAR MODELS FOR CLASSIFICATION

PATTERN RECOGNITION AND MACHINE LEARNING CHAPTER 4: LINEAR MODELS FOR CLASSIFICATION PATTERN RECOGNITION AND MACHINE LEARNING CHAPTER 4: LINEAR MODELS FOR CLASSIFICATION Introduction In the previous chapter, we explored a class of regression models having particularly simple analytical

More information

Model-based Parameter Optimization of an Engine Control Unit using Genetic Algorithms

Model-based Parameter Optimization of an Engine Control Unit using Genetic Algorithms Symposium on Automotive/Avionics Avionics Systems Engineering (SAASE) 2009, UC San Diego Model-based Parameter Optimization of an Engine Control Unit using Genetic Algorithms Dipl.-Inform. Malte Lochau

More information

Evaluation of Processor Health within Hierarchical Condition Monitoring System

Evaluation of Processor Health within Hierarchical Condition Monitoring System Evaluation of Processor Health within Hierarchical Condition Monitoring System Lenka Pavelková and Ladislav Jirsa Department of Adaptive Systems, Institute of Information Theory and Automation, Czech Academy

More information

Iranian J Env Health Sci Eng, 2004, Vol.1, No.2, pp.51-57. Application of Intelligent System for Water Treatment Plant Operation.

Iranian J Env Health Sci Eng, 2004, Vol.1, No.2, pp.51-57. Application of Intelligent System for Water Treatment Plant Operation. Iranian J Env Health Sci Eng, 2004, Vol.1, No.2, pp.51-57 Application of Intelligent System for Water Treatment Plant Operation *A Mirsepassi Dept. of Environmental Health Engineering, School of Public

More information

INDIRECT INFERENCE (prepared for: The New Palgrave Dictionary of Economics, Second Edition)

INDIRECT INFERENCE (prepared for: The New Palgrave Dictionary of Economics, Second Edition) INDIRECT INFERENCE (prepared for: The New Palgrave Dictionary of Economics, Second Edition) Abstract Indirect inference is a simulation-based method for estimating the parameters of economic models. Its

More information

Sales Rate and Cumulative Sales Forecasting Using Kalman Filtering Techniques

Sales Rate and Cumulative Sales Forecasting Using Kalman Filtering Techniques 1 Sales Rate and Cumulative Sales Forecasting Using Kalman Filtering Techniques Michael Munroe, Intel Corporation Ted Hench, Arizona State University, 480 614 1496, ted.hench@asu.edu Matthew Timmons, Arizona

More information

How To Clean Up A Reactor Water Cleanup

How To Clean Up A Reactor Water Cleanup General Electric Systems Technology Manual Chapter 2.8 Reactor Water Cleanup System TABLE OF CONTENTS 2.8 REACTOR CLEANUP SYSTEM... 1 2.8.1 Introduction... 2 2.8.2 System Description... 2 2.8.3 Component

More information

Understanding and Applying Kalman Filtering

Understanding and Applying Kalman Filtering Understanding and Applying Kalman Filtering Lindsay Kleeman Department of Electrical and Computer Systems Engineering Monash University, Clayton 1 Introduction Objectives: 1. Provide a basic understanding

More information

PID Controller Design for Nonlinear Systems Using Discrete-Time Local Model Networks

PID Controller Design for Nonlinear Systems Using Discrete-Time Local Model Networks PID Controller Design for Nonlinear Systems Using Discrete-Time Local Model Networks 4. Workshop für Modellbasierte Kalibriermethoden Nikolaus Euler-Rolle, Christoph Hametner, Stefan Jakubek Christian

More information