DETECTION AND LOCALIZATION OF WATER LEAKS IN WATER NETS BY MEANS OF A MONITORING SYSTEM, HYDRAULIC MODEL AND NEURONAL NETWORKS

Size: px
Start display at page:

Download "DETECTION AND LOCALIZATION OF WATER LEAKS IN WATER NETS BY MEANS OF A MONITORING SYSTEM, HYDRAULIC MODEL AND NEURONAL NETWORKS"

Transcription

1 ESM 2013 Lancaster DETECTION AND LOCALIZATION OF WATER LEAKS IN WATER NETS BY MEANS OF A MONITORING SYSTEM, HYDRAULIC MODEL AND NEURONAL NETWORKS Jan Studzinski, Izabela Rojek Polish Academy of Science

2 Agenda INTRODUCTION CALCULATION APPROACH CALCULATION RESULTS CONCLUSIONS

3 INTRODUCTION 1/4 At the Systems Research Institute of Polish Academy of Sciences (IBS PAN) an ICT system for computer aided management of communal water networks is for a couple of years under development One of its tasks is the water net detection and failures localization The water losses that result from the water net failures can amount to 30% of the total water production in the waterworks They cause considerably financial losses in the enterprise The reduction of these losses is an essential help in the management of waterworks 3

4 INTRODUCTION 2/4 In the algorithm presented the hydraulic model of the water net is treated as the real object and using it some water net models in form of the MLP and Kohonen neuronal nets are developed The algorithm has been tested on the real data obtained from the Polish Waterworks in Rzeszow and it will be included into the ICT system for the water networks management developed at IBS PAN 4

5 INTRODUCTION 3/4 The algorithm consists of the following steps: 1. Defining the ranking list of the sensitive points in the water net 2. Choice of the most sensitive points for the SCADA system planned 3. Calculating the distribution of the standard pressure and flow values defined on the chosen measurement points by means of the water net hydraulic model 5

6 INTRODUCTION 4/4 4. Calculating the pressure and flow distributions for the simulated failure states using the water net hydraulic model 5. Developing the classifier for failures localization in form of MLP and Kohonen 6. On-line registration of the current pressure and flow values from the SCADA measurement points 7. In case of an inadmissible measurement finding out from the developed neuronal nets such the model that indicates the water net node with the presumable water leak

7 CALCULATION APPROACH 1/9 The first step of the algorithm means defining the most sensitive points of the water net that could be chosen as the measurement points for the planned SCADA system These points can be identified with the formulas in which the impact of simulated water leaks on the changes of water pressure and flow values in different water net nodes is calculated The nodes with the biggest value changes are chosen for the SCADA measurement points A program for planning the SCADA system has been developed at IBS PAN and included into the referred ICT system All the calculations testing the algorithm have been done with hydraulic model of the water net 7

8 CALCULATION APPROACH 2/9 The investigated water network 8

9 CALCULATION APPROACH 3/9 The second step of the algorithm is the choice of the measurement points that will be used for defining the standard and failure distributions of water pressures and flows The algorithm presented tested only the water net nodes sensitive against the flow changes The investigation have been considered for 10 and 20 measurement points The water leaks were simulated in 37 nodes in the first case of investigation and in 44 nodes in the second one There are 390 nodes in the water net investigated 9

10 CALCULATION APPROACH 4/9 The third step of the algorithm is the calculation of the hydraulic model to determine the flows distribution in the measurement points for the standard water load of the water net An appropriate hydraulic model of the water net has been developed at IBS PAN and included into the referred ICT system 10

11 CALCULATION APPROACH 5/9 The fourth step of the algorithm is the calculation of the simulated failure cases in the water net using its hydraulic model In the given nodes of the water net the water leaks are simulated and the resulting distributions of the flow values in the measurement points are recorded In each distribution the measurement point with the biggest reaction on the water leak is identified In this step the learning files for the MLP neuronal nets used in the following steps are prepared. 11

12 CALCULATION APPROACH 6/9 Part of data file for teaching the neuronal nets 12

13 CALCULATION APPROACH 7/9 The fifth step of the algorithm means the development of the classifier to signalize the failure state and to indicate its localization in the water net The classifier is in form of a neuronal net which is created in the classical way on the basis of three data files for teaching, testing and validation The main problems while realizing this step are the preparation of the learning files and the choice of the neuronal model structure In the latter case the number of layers for the neuronal net, the number of neurons situated on the layers and the transition functions between the layers have to be established in advance 13

14 CALCULATION APPROACH 8/9 The error functions (stop criteria) used at the teaching process of the neuronal nets are optionally the sum of squares function (SOS) and the cross entropy The formula for SOS is: where N is the number of examples used, yi is the consecutive calculated output value of the neuronal net and ti is the real value from the data file The cross entropy function is:

15 CALCULATION APPROACH 9/9 The sixth and seventh steps of the algorithm are conducted after the classifier for identification of the failure states on the water net is already made The reliable execution of this task depends strictly on the quality of the SCADA system installed on the water net and of the classifier constructed 15

16 CALCULATION RESULTS 1/9 The first classifier models have been created in form of the MLP neuronal nets with one hidden layer By the learning experiments 2 parameters have been optionally changed: - the number of neurons on the hidden layer from 5 up to 30, and - the number of the learning runs that took the values 200, 500 and

17 CALCULATION RESULTS 2/9 The inputs of the neuronal net investigated are the water flow values in 37 or 44 nodes of the water net obtaining from the hydraulic model The net output is the number of the SCADA measurement point that was the most sensitive against the simulated water leak By all learning runs the teaching file consisted of 70% of all examples used and the testing and validation files amounted to 15% of the examples In the calculation the number of all examples used was Technical Exchange

18 CALCULATION RESULTS 3/9 The MLP nets calculated for 20 monitoring points 18

19 CALCULATION RESULTS 4/9 The qualities of the MLP nets obtained for 20 monitoring points in % 19

20 CALCULATION RESULTS 5/9 In case of the Kohonen nets their parameterization was made by changing the number of teaching runs from 1000 to Kohonen nets calculated for 20 monitoring points 20

21 CALCULATION RESULTS 6/9 The errors of the Kohonen nets obtained for 20 monitoring points in % 21

22 CALCULATION RESULTS 7/9 The best MLP and Kohonen nets calculated for 20 monitoring points 22

23 CALCULATION RESULTS 8/9 The network qualities for the best MLP and Kohonen nets calculated for 20 monitoring points in % 23

24 CALCULATION RESULTS 9/9 The best MLP and Kohonen nets calculated for 10 and for 20 monitoring points 24

25 CONCLUSIONS 1/6 By the subsequent teaching runs of a neuronal net the calculation error is gradually sinking and the error for the parallel conducted testing runs begins from a moment to grow It means that the teaching process shall be stopped to avoid the over-fitting of the neuronal model The event of over-fitting depends on the number of neurons on the hidden layer of the net: - a small number of hidden neurons results in an inability of the neuronal net to extract the sufficient knowledge of the problem solving from the data files - many neurons on the hidden layer cause that the net learns the teaching data to exactly and as a result it can not then to generalize its knowledge with other data than the teaching ones 25

26 CONCLUSIONS 2/6 The calculation results show that in the experiments with 20 measurement points the MLP neuronal nets with the best ability to recognize and localize the water leaks in the water net are: MLP with the cross entropy function as the error function, with the Tanh transition function on the hidden layer and with the Softmax function on the output layer MLP with the cross entropy function as the error function, with the Logistic transition function on the hidden layer and with the Softmax function on the output layer MLP with the cross entropy function as the error function, with the Tanh transition function on the hidden layer and with the Softmax function on the output layer 26

27 CONCLUSIONS 3/6 The quality values of these MLP nets are 100%, 100% and 98%, respectively. In these classifiers as the error function the cross entropy function was used and as the activation functions on the hidden and output layers the combinations of functions Tanh-Softmax or Logistic- Softmax appeared to be best. Other function combinations like Tanh-Logistic or Logistic-Linear or Exponential-Exponential were unsuccessful. 27

28 CONCLUSIONS 4/6 As the best Kohonen classifier appeared the network SOFT with 100 neurons on the topological layer (10x10) and with the simulation runs number of 1000 that has been calculated for 20 monitoring points. Its quality value equals to 75,51%.

29 CONCLUSIONS 5/6 In general the MLP classifiers are better than the Kohonen ones although the Kohonen nets are more complicated than these of MLP. In case of MLP nets the number of monitoring points considered has got an essential impact on the detection and localization of the water leaks. The classifier MLP is essentially worse than MLP although the number of damaged water net nodes that it had to detect was smaller than in this another case. This observation does not concern the Kohonen nets that do not fit in general for solving the problems of finding out the water net failures.

30 CONCLUSIONS 6/6 With the algorithm presented the hidden water leaks in the water net can be fast and correct discovered and localized and in this way the water as well as the financial losses in the waterworks can be reduced Another way of reducing these losses is the computer aided generation of optimal plans for conducting the revitalization works on the water net In IBS PAN the appropriate programs for generating the water net revitalization plans are under development using the fuzzy sets algorithms With both kinds of programs: for localizing the water net failures and for planning the water net revitalization, the communal waterworks can receive the complex and innovative information tools for a better management of the enterprises 30

31 The presentation has been realized in frame of the research project of the Polish National Centre for Research and Development (NCBiR) co-financed by the European Union from the European Regional Development Fund, Sub-measure "Development Projects"; project title: IT system supporting the optimization and planning of production and distribution of water intended for human consumption in the subregion of the central and western province of Silesia ; project ref no POIG /12.

32 Thank you for your attention

Technological process planning by the use of neural networks

Technological process planning by the use of neural networks Artificial Intelligence for Engineering Design, Analysis and Manufacturing (2017), 31, 1 15. # Cambridge University Press 2016 0890-0604/16 doi:10.1017/s0890060416000147 Technological process planning

More information

Multiple-Layer Networks. and. Backpropagation Algorithms

Multiple-Layer Networks. and. Backpropagation Algorithms Multiple-Layer Networks and Algorithms Multiple-Layer Networks and Algorithms is the generalization of the Widrow-Hoff learning rule to multiple-layer networks and nonlinear differentiable transfer functions.

More information

Statistical Tests: More Complicated Discriminants

Statistical Tests: More Complicated Discriminants 03/07/07 PHY310: Statistical Data Analysis 1 PHY310: Lecture 14 Statistical Tests: More Complicated Discriminants Road Map When the likelihood discriminant will fail The Multi Layer Perceptron discriminant

More information

MAGNT Research Report (ISSN ) Vol.6(1). PP , Controlling Cost and Time of Construction Projects Using Neural Network

MAGNT Research Report (ISSN ) Vol.6(1). PP , Controlling Cost and Time of Construction Projects Using Neural Network Controlling Cost and Time of Construction Projects Using Neural Network Li Ping Lo Faculty of Computer Science and Engineering Beijing University China Abstract In order to achieve optimized management,

More information

Artificial Neural Networks. Artificial Intelligence Santa Clara, 2016

Artificial Neural Networks. Artificial Intelligence Santa Clara, 2016 Artificial Neural Networks Artificial Intelligence Santa Clara, 2016 Simulate the functioning of the brain Can simulate actual neurons: Computational neuroscience Can introduce simplified neurons: Neural

More information

Homework #3 Water Distribution Pipe Systems

Homework #3 Water Distribution Pipe Systems Page 1 of 7 CEE 371 Fall 009 Homework #3 Water istribution Pipe Systems 1. For the pipe system shown below (Figure 1), determine the length of a single equivalent pipe that has a diameter of 8 inches.

More information

MINE 432 Industrial Automation and Robotics

MINE 432 Industrial Automation and Robotics MINE 432 Industrial Automation and Robotics Part 3, Lecture 5 Overview of Artificial Neural Networks A. Farzanegan (Visiting Associate Professor) Fall 2014 Norman B. Keevil Institute of Mining Engineering

More information

Practical Comparison of Results of Statistic Regression Analysis and Neural Network Regression Analysis

Practical Comparison of Results of Statistic Regression Analysis and Neural Network Regression Analysis Practical Comparison of Results of Statistic Regression Analysis and Neural Network Regression Analysis Marek Vochozka Institute of Technology and Businesses in České Budějovice Abstract There are many

More information

CHAPTER 4 LINK ADAPTATION USING NEURAL NETWORK

CHAPTER 4 LINK ADAPTATION USING NEURAL NETWORK CHAPTER 4 LINK ADAPTATION USING NEURAL NETWORK 4.1 INTRODUCTION For accurate system level simulator performance, link level modeling and prediction [103] must be reliable and fast so as to improve the

More information

Preview Puzzle Instructions U.S. Sudoku Team Qualifying Test September 6, 2015

Preview Puzzle Instructions U.S. Sudoku Team Qualifying Test September 6, 2015 Preview Puzzle Instructions U.S. Sudoku Team Qualifying Test September 6, 2015 The US Qualifying test will start on Sunday September 6, at 1pm EDT (10am PDT) and last for 2 ½ hours. Here are the instructions

More information

IBM SPSS Neural Networks

IBM SPSS Neural Networks IBM Software IBM SPSS Neural Networks 20 IBM SPSS Neural Networks New tools for building predictive models Highlights Explore subtle or hidden patterns in your data. Build better-performing models No programming

More information

How to Calculate the Probabilities of Winning the Nine Cash4Life Prize Levels:

How to Calculate the Probabilities of Winning the Nine Cash4Life Prize Levels: How to Calculate the Probabilities of Winning the Nine Cash4Life Prize Levels: CASH4LIFE numbers are drawn from two sets of numbers. Five numbers are drawn from one set of 60 numbered white balls and one

More information

Comparison of MLP and RBF neural networks for Prediction of ECG Signals

Comparison of MLP and RBF neural networks for Prediction of ECG Signals 124 Comparison of MLP and RBF neural networks for Prediction of ECG Signals Ali Sadr 1, Najmeh Mohsenifar 2, Raziyeh Sadat Okhovat 3 Department Of electrical engineering Iran University of Science and

More information

created by: The Curriculum Corner

created by: The Curriculum Corner created by: The Curriculum Corner I can understand fractions. I can show and understand that fractions represent equal parts of a whole, where the top number is the part and the bottom number is the total

More information

Simulate IFFT using Artificial Neural Network Haoran Chang, Ph.D. student, Fall 2018

Simulate IFFT using Artificial Neural Network Haoran Chang, Ph.D. student, Fall 2018 Simulate IFFT using Artificial Neural Network Haoran Chang, Ph.D. student, Fall 2018 1. Preparation 1.1 Dataset The training data I used is generated by the trigonometric functions, sine and cosine. There

More information

Introduction to Spring 2009 Artificial Intelligence Final Exam

Introduction to Spring 2009 Artificial Intelligence Final Exam CS 188 Introduction to Spring 2009 Artificial Intelligence Final Exam INSTRUCTIONS You have 3 hours. The exam is closed book, closed notes except a two-page crib sheet, double-sided. Please use non-programmable

More information

Introduction to Machine Learning

Introduction to Machine Learning Introduction to Machine Learning Deep Learning Barnabás Póczos Credits Many of the pictures, results, and other materials are taken from: Ruslan Salakhutdinov Joshua Bengio Geoffrey Hinton Yann LeCun 2

More information

IMPLEMENTATION OF ADVANCED DISTRIBUTION AUTOMATION IN U.S.A. UTILITIES

IMPLEMENTATION OF ADVANCED DISTRIBUTION AUTOMATION IN U.S.A. UTILITIES IMPLEMENTATION OF ADVANCED DISTRIBUTION AUTOMATION IN U.S.A. UTILITIES (Summary) N S Markushevich and A P Berman, C J Jensen, J C Clemmer Utility Consulting International, JEA, OG&E Electric Services,

More information

NBS2017 JPI WORKSHOP MAIN OUTPUTS OF THE WORLD CAFÉ DISCUSSIONS

NBS2017 JPI WORKSHOP MAIN OUTPUTS OF THE WORLD CAFÉ DISCUSSIONS NBS2017 JPI WORKSHOP Water JPI, JPI Ocean, JPI Climate, FACCE JPI, JPI Urban Europe and ERA-NET BiodivERsA 24. October 2017 09:30-13:30 MAIN OUTPUTS OF THE WORLD CAFÉ DISCUSSIONS 1. Please rank the themes

More information

CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF

CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF 95 CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF 6.1 INTRODUCTION An artificial neural network (ANN) is an information processing model that is inspired by biological nervous systems

More information

How to Calculate the Probabilities of Winning the Nine Mega Millions Prize Levels:

How to Calculate the Probabilities of Winning the Nine Mega Millions Prize Levels: How to Calculate the Probabilities of Winning the Nine Mega Millions Prize Levels: Mega Millions numbers are drawn from two sets of numbers. Five numbers are drawn from one set of 70 numbered white balls

More information

CandyCrush.ai: An AI Agent for Candy Crush

CandyCrush.ai: An AI Agent for Candy Crush CandyCrush.ai: An AI Agent for Candy Crush Jiwoo Lee, Niranjan Balachandar, Karan Singhal December 16, 2016 1 Introduction Candy Crush, a mobile puzzle game, has become very popular in the past few years.

More information

Multi-User Blood Alcohol Content Estimation in a Realistic Simulator using Artificial Neural Networks and Support Vector Machines

Multi-User Blood Alcohol Content Estimation in a Realistic Simulator using Artificial Neural Networks and Support Vector Machines Multi-User Blood Alcohol Content Estimation in a Realistic Simulator using Artificial Neural Networks and Support Vector Machines ROBINEL Audrey & PUZENAT Didier {arobinel, dpuzenat}@univ-ag.fr Laboratoire

More information

Determine the Future of Lean Dr. Rupy Sawhney and Enrique Macias de Anda

Determine the Future of Lean Dr. Rupy Sawhney and Enrique Macias de Anda Determine the Future of Lean Dr. Rupy Sawhney and Enrique Macias de Anda One of the recent discussion trends in Lean circles and possibly a more relevant question regarding continuous improvement is what

More information

Harmonic detection by using different artificial neural network topologies

Harmonic detection by using different artificial neural network topologies Harmonic detection by using different artificial neural network topologies J.L. Flores Garrido y P. Salmerón Revuelta Department of Electrical Engineering E. P. S., Huelva University Ctra de Palos de la

More information

The exponentially weighted moving average applied to the control and monitoring of varying sample sizes

The exponentially weighted moving average applied to the control and monitoring of varying sample sizes Computational Methods and Experimental Measurements XV 3 The exponentially weighted moving average applied to the control and monitoring of varying sample sizes J. E. Everett Centre for Exploration Targeting,

More information

Teaching engineering-based new product innovation and entrepreneurship to engineers and business professionals

Teaching engineering-based new product innovation and entrepreneurship to engineers and business professionals Teaching engineering-based new product innovation and entrepreneurship to engineers and business professionals Paul Swamidass (swamidas@auburn.edu) (211 Ramsey Hall, Auburn University, Auburn, AL 36832;

More information

PREPARATION OF METHODS AND TOOLS OF QUALITY IN REENGINEERING OF TECHNOLOGICAL PROCESSES

PREPARATION OF METHODS AND TOOLS OF QUALITY IN REENGINEERING OF TECHNOLOGICAL PROCESSES Page 1 of 7 PREPARATION OF METHODS AND TOOLS OF QUALITY IN REENGINEERING OF TECHNOLOGICAL PROCESSES 7.1 Abstract: Solutions variety of the technological processes in the general case, requires technical,

More information

A Member of the. Integrated Metering Technologies

A Member of the. Integrated Metering Technologies A T u n e d M e a s u r e A Member of the Integrated Metering Technologies AMR Ready ARAD 3G easy connection to any automated metering reading system. No Moving Parts No wear - Therefore low maintenance.

More information

CHAPTER 4 MONITORING OF POWER SYSTEM VOLTAGE STABILITY THROUGH ARTIFICIAL NEURAL NETWORK TECHNIQUE

CHAPTER 4 MONITORING OF POWER SYSTEM VOLTAGE STABILITY THROUGH ARTIFICIAL NEURAL NETWORK TECHNIQUE 53 CHAPTER 4 MONITORING OF POWER SYSTEM VOLTAGE STABILITY THROUGH ARTIFICIAL NEURAL NETWORK TECHNIQUE 4.1 INTRODUCTION Due to economic reasons arising out of deregulation and open market of electricity,

More information

Deployment Design of Wireless Sensor Network for Simple Multi-Point Surveillance of a Moving Target

Deployment Design of Wireless Sensor Network for Simple Multi-Point Surveillance of a Moving Target Sensors 2009, 9, 3563-3585; doi:10.3390/s90503563 OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journal/sensors Article Deployment Design of Wireless Sensor Network for Simple Multi-Point Surveillance

More information

(12) Patent Application Publication (10) Pub. No.: US 2005/ A1

(12) Patent Application Publication (10) Pub. No.: US 2005/ A1 (19) United States (12) Patent Application Publication (10) Pub. No.: US 2005/0052224A1 Yang et al. US 2005OO52224A1 (43) Pub. Date: Mar. 10, 2005 (54) (75) (73) (21) (22) QUIESCENT CURRENT CONTROL CIRCUIT

More information

Neural pattern recognition with self-organizing maps for efficient processing of forex market data streams

Neural pattern recognition with self-organizing maps for efficient processing of forex market data streams Neural pattern recognition with self-organizing maps for efficient processing of forex market data streams Piotr Ciskowski, Marek Zaton Institute of Computer Engineering, Control and Robotics Wroclaw University

More information

A T u n e d M e a s u r e

A T u n e d M e a s u r e A T u n e d M e a s u r e AMR Ready ARAD 3G built-in and Easy connection to any automated metering reading system. No Moving Parts No wear - Therefore low maintenance. ARAD is proud to introduce the OCTAVE,

More information

A Novel Fuzzy Neural Network Based Distance Relaying Scheme

A Novel Fuzzy Neural Network Based Distance Relaying Scheme 902 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 15, NO. 3, JULY 2000 A Novel Fuzzy Neural Network Based Distance Relaying Scheme P. K. Dash, A. K. Pradhan, and G. Panda Abstract This paper presents a new

More information

Standard MOD Area Interchange Methodology

Standard MOD Area Interchange Methodology A. Introduction 1. Title: Area Interchange Methodology 2. Number: MOD-028-2 3. Purpose: To increase consistency and reliability in the development and documentation of Transfer Capability calculations

More information

Jan Gulliksen Gulan. Digitalization at KTH 27/09/2018. Jan Gulliksen Gulan Vice President for Digitalization KTH

Jan Gulliksen Gulan. Digitalization at KTH 27/09/2018. Jan Gulliksen Gulan Vice President for Digitalization KTH KTH ROYAL INSTITUTE OF TECHNOLOGY Digitalization at KTH Jan Gulliksen Gulan Vice President for Digitalization KTH Jan Gulliksen Gulan Vice president for Digitalization Professor in Human Computer Interaction

More information

Student: Nizar Cherkaoui. Advisor: Dr. Chia-Ling Tsai (Computer Science Dept.) Advisor: Dr. Eric Muller (Biology Dept.)

Student: Nizar Cherkaoui. Advisor: Dr. Chia-Ling Tsai (Computer Science Dept.) Advisor: Dr. Eric Muller (Biology Dept.) Student: Nizar Cherkaoui Advisor: Dr. Chia-Ling Tsai (Computer Science Dept.) Advisor: Dr. Eric Muller (Biology Dept.) Outline Introduction Foreground Extraction Blob Segmentation and Labeling Classification

More information

Magic Squares. Lia Malato Leite Victoria Jacquemin Noemie Boillot

Magic Squares. Lia Malato Leite Victoria Jacquemin Noemie Boillot Magic Squares Lia Malato Leite Victoria Jacquemin Noemie Boillot Experimental Mathematics University of Luxembourg Faculty of Sciences, Tecnology and Communication 2nd Semester 2015/2016 Table des matières

More information

A Detection Method of Rice Process Quality Based on the Color and BP Neural Network

A Detection Method of Rice Process Quality Based on the Color and BP Neural Network A Detection Method of Rice Process Quality Based on the Color and BP Neural Network Peng Wan 1,2, Changjiang Long 1, Xiaomao Huang 1 1 College of Engineering, Huazhong Agricultural University, Wuhan, P.

More information

Innovation through precision, quality and performance. ARAD AMR Solutions. AMR Ready. No Moving Parts

Innovation through precision, quality and performance. ARAD AMR Solutions. AMR Ready. No Moving Parts ARAD AMR Solutions ARAD Technologies net management service (ATUS. COM) supplies the utility with a range of effective tools to manage and control its water, gas & electricity network. The system includes

More information

COMPARATIVE STUDY ON ARTIFICIAL NEURAL NETWORK ALGORITHMS

COMPARATIVE STUDY ON ARTIFICIAL NEURAL NETWORK ALGORITHMS International Journal of Latest Trends in Engineering and Technology Special Issue SACAIM 2016, pp. 448-453 e-issn:2278-621x COMPARATIVE STUDY ON ARTIFICIAL NEURAL NETWORK ALGORITHMS Neenu Joseph 1, Melody

More information

ARTIFICIAL NEURAL NETWORK BASED CLASSIFICATION FOR MONOBLOCK CENTRIFUGAL PUMP USING WAVELET ANALYSIS

ARTIFICIAL NEURAL NETWORK BASED CLASSIFICATION FOR MONOBLOCK CENTRIFUGAL PUMP USING WAVELET ANALYSIS International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 6340(Print) ISSN 0976 6359(Online) Volume 1 Number 1, July - Aug (2010), pp. 28-37 IAEME, http://www.iaeme.com/ijmet.html

More information

ICCAD 2014 Contest Incremental Timing-driven Placement: Timing Modeling and File Formats v1.1 April 14 th, 2014

ICCAD 2014 Contest Incremental Timing-driven Placement: Timing Modeling and File Formats v1.1 April 14 th, 2014 ICCAD 2014 Contest Incremental Timing-driven Placement: Timing Modeling and File Formats v1.1 April 14 th, 2014 http://cad contest.ee.ncu.edu.tw/cad-contest-at-iccad2014/problem b/ 1 Introduction This

More information

CHAPTER 8: EXTENDED TETRACHORD CLASSIFICATION

CHAPTER 8: EXTENDED TETRACHORD CLASSIFICATION CHAPTER 8: EXTENDED TETRACHORD CLASSIFICATION Chapter 7 introduced the notion of strange circles: using various circles of musical intervals as equivalence classes to which input pitch-classes are assigned.

More information

8 Fraction Book. 8.1 About this part. 8.2 Pieces of Cake. Name 55

8 Fraction Book. 8.1 About this part. 8.2 Pieces of Cake. Name 55 Name 8 Fraction Book 8. About this part This book is intended to be an enjoyable supplement to the standard text and workbook material on fractions. Understanding why the rules are what they are, and why

More information

Advanced Analytics for Intelligent Society

Advanced Analytics for Intelligent Society Advanced Analytics for Intelligent Society Nobuhiro Yugami Nobuyuki Igata Hirokazu Anai Hiroya Inakoshi Fujitsu Laboratories is analyzing and utilizing various types of data on the behavior and actions

More information

Reducing of Colors in Digital Images by Using (Kohonen) Artificial Neural Networks

Reducing of Colors in Digital Images by Using (Kohonen) Artificial Neural Networks Reducing of Colors in Digital Images by Using (Kohonen) Artificial Neural Networks 1 Dr.Maha Abdul Amir Kahdum, 2 Dr.Seham Ahmed Hashim, and 3 Dr.Entidhar Mhawes Zghair 1,2&3 Foundation of Technical Education,

More information

lecture notes September 2, Batcher s Algorithm

lecture notes September 2, Batcher s Algorithm 18.310 lecture notes September 2, 2013 Batcher s Algorithm Lecturer: Michel Goemans Perhaps the most restrictive version of the sorting problem requires not only no motion of the keys beyond compare-and-switches,

More information

Baltic Sea Region Urban Forum for Smart Cities - a market place for smart solutions

Baltic Sea Region Urban Forum for Smart Cities - a market place for smart solutions Baltic Sea Region Urban Forum for Smart Cities - a market place for smart solutions Krista Kampus Council of the Baltic Sea States, Head of Baltic 21 Unit Measuring Progress: Achieving Smarter Cities 26

More information

Target Recognition and Tracking based on Data Fusion of Radar and Infrared Image Sensors

Target Recognition and Tracking based on Data Fusion of Radar and Infrared Image Sensors Target Recognition and Tracking based on Data Fusion of Radar and Infrared Image Sensors Jie YANG Zheng-Gang LU Ying-Kai GUO Institute of Image rocessing & Recognition, Shanghai Jiao-Tong University, China

More information

Artificial Neural Networks

Artificial Neural Networks Artificial Neural Networks ABSTRACT Just as life attempts to understand itself better by modeling it, and in the process create something new, so Neural computing is an attempt at modeling the workings

More information

Transactions on Information and Communications Technologies vol 1, 1993 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 1, 1993 WIT Press,   ISSN Combining multi-layer perceptrons with heuristics for reliable control chart pattern classification D.T. Pham & E. Oztemel Intelligent Systems Research Laboratory, School of Electrical, Electronic and

More information

The Problem. Tom Davis December 19, 2016

The Problem. Tom Davis  December 19, 2016 The 1 2 3 4 Problem Tom Davis tomrdavis@earthlink.net http://www.geometer.org/mathcircles December 19, 2016 Abstract The first paragraph in the main part of this article poses a problem that can be approached

More information

CS100: DISCRETE STRUCTURES. Lecture 8 Counting - CH6

CS100: DISCRETE STRUCTURES. Lecture 8 Counting - CH6 CS100: DISCRETE STRUCTURES Lecture 8 Counting - CH6 Lecture Overview 2 6.1 The Basics of Counting: THE PRODUCT RULE THE SUM RULE THE SUBTRACTION RULE THE DIVISION RULE 6.2 The Pigeonhole Principle. 6.3

More information

(12) United States Patent (10) Patent No.: US 7,009,450 B2

(12) United States Patent (10) Patent No.: US 7,009,450 B2 USOO700945OB2 (12) United States Patent (10) Patent No.: US 7,009,450 B2 Parkhurst et al. (45) Date of Patent: Mar. 7, 2006 (54) LOW DISTORTION AND HIGH SLEW RATE OUTPUT STAGE FOR WOLTAGE FEEDBACK (56)

More information

SIMULATION-BASED MODEL CONTROL USING STATIC HAND GESTURES IN MATLAB

SIMULATION-BASED MODEL CONTROL USING STATIC HAND GESTURES IN MATLAB SIMULATION-BASED MODEL CONTROL USING STATIC HAND GESTURES IN MATLAB S. Kajan, J. Goga Institute of Robotics and Cybernetics, Faculty of Electrical Engineering and Information Technology, Slovak University

More information

Math 611: Game Theory Notes Chetan Prakash 2012

Math 611: Game Theory Notes Chetan Prakash 2012 Math 611: Game Theory Notes Chetan Prakash 2012 Devised in 1944 by von Neumann and Morgenstern, as a theory of economic (and therefore political) interactions. For: Decisions made in conflict situations.

More information

Acceptable Electromagnetic Field levels for cost-effective 5G implementation Polish case study

Acceptable Electromagnetic Field levels for cost-effective 5G implementation Polish case study XV INTERNATIONAL CONFERENCE Regulatory Activity in the Electronic Communications Sector NEXT GENERATION REGULATION Acceptable Electromagnetic Field levels for cost-effective 5G Aleksander Sołtysik, PhD

More information

Calculating and Using Reporting ACE in a Tie Line Bias Control Program

Calculating and Using Reporting ACE in a Tie Line Bias Control Program Calculating and Using Reporting ACE in a Tie Line Bias Control Program Introduction: Tie Line Bias 1 (TLB) control has been used as the preferred control method in North America for 75 years. In the early

More information

Long Range Acoustic Classification

Long Range Acoustic Classification Approved for public release; distribution is unlimited. Long Range Acoustic Classification Authors: Ned B. Thammakhoune, Stephen W. Lang Sanders a Lockheed Martin Company P. O. Box 868 Nashua, New Hampshire

More information

Replacing Fuzzy Systems with Neural Networks

Replacing Fuzzy Systems with Neural Networks Replacing Fuzzy Systems with Neural Networks Tiantian Xie, Hao Yu, and Bogdan Wilamowski Auburn University, Alabama, USA, tzx@auburn.edu, hzy@auburn.edu, wilam@ieee.org Abstract. In this paper, a neural

More information

Automatic Speech Recognition (CS753)

Automatic Speech Recognition (CS753) Automatic Speech Recognition (CS753) Lecture 9: Brief Introduction to Neural Networks Instructor: Preethi Jyothi Feb 2, 2017 Final Project Landscape Tabla bol transcription Music Genre Classification Audio

More information

NEURAL NETWORK DEMODULATOR FOR QUADRATURE AMPLITUDE MODULATION (QAM)

NEURAL NETWORK DEMODULATOR FOR QUADRATURE AMPLITUDE MODULATION (QAM) NEURAL NETWORK DEMODULATOR FOR QUADRATURE AMPLITUDE MODULATION (QAM) Ahmed Nasraden Milad M. Aziz M Rahmadwati Artificial neural network (ANN) is one of the most advanced technology fields, which allows

More information

Introduction to Fractions

Introduction to Fractions DELTA MATH SCIENCE PARTNERSHIP INITIATIVE M 3 Summer Institutes (Math, Middle School, MS Common Core) Introduction to Fractions Hook Problem: How can you share 4 pizzas among 6 people? Final Answer: Goals:

More information

Coursework 2. MLP Lecture 7 Convolutional Networks 1

Coursework 2. MLP Lecture 7 Convolutional Networks 1 Coursework 2 MLP Lecture 7 Convolutional Networks 1 Coursework 2 - Overview and Objectives Overview: Use a selection of the techniques covered in the course so far to train accurate multi-layer networks

More information

Recurrent neural networks Modelling sequential data. MLP Lecture 9 / 13 November 2018 Recurrent Neural Networks 1: Modelling sequential data 1

Recurrent neural networks Modelling sequential data. MLP Lecture 9 / 13 November 2018 Recurrent Neural Networks 1: Modelling sequential data 1 Recurrent neural networks Modelling sequential data MLP Lecture 9 / 13 November 2018 Recurrent Neural Networks 1: Modelling sequential data 1 Recurrent Neural Networks 1: Modelling sequential data Steve

More information

Overview - Optimism Returns To The Oil Patch

Overview - Optimism Returns To The Oil Patch In our recent study, we surveyed senior executives from across the oil and gas industry to determine the trends, issues and challenges for 2017 and beyond. These industry leaders weighed in on such topics

More information

The surveillance test is a physical inspection of the product and a comparison with the specifications of the original type tested sample.

The surveillance test is a physical inspection of the product and a comparison with the specifications of the original type tested sample. SOLAR KEYMARK SPECIFIC SCHEME RULES ANNEX A2. SOLAR KEYMARK SURVEILLANCE TEST Normative annex. Version of 2012-09-09. 1 Introduction This document gives a brief description of the procedure of the so called

More information

PROCESS-VOLTAGE-TEMPERATURE (PVT) VARIATIONS AND STATIC TIMING ANALYSIS

PROCESS-VOLTAGE-TEMPERATURE (PVT) VARIATIONS AND STATIC TIMING ANALYSIS PROCESS-VOLTAGE-TEMPERATURE (PVT) VARIATIONS AND STATIC TIMING ANALYSIS The major design challenges of ASIC design consist of microscopic issues and macroscopic issues [1]. The microscopic issues are ultra-high

More information

Mikołajczyka 5, Opole, Poland

Mikołajczyka 5, Opole, Poland Acústica 2008 20-22 de Outubro, Coimbra, Portugal Universidade de Coimbra THE POSSIBILITIES OF APPLICATION SINGLE-DIRECTION NEURAL NETWORKS IN AN EXPERT SYSTEM FOR IDENTIFICATION OF DEFECTS OF THE INSULATION

More information

Application of Multi Layer Perceptron (MLP) for Shower Size Prediction

Application of Multi Layer Perceptron (MLP) for Shower Size Prediction Chapter 3 Application of Multi Layer Perceptron (MLP) for Shower Size Prediction 3.1 Basic considerations of the ANN Artificial Neural Network (ANN)s are non- parametric prediction tools that can be used

More information

Journal of Chemical and Pharmaceutical Research, 2013, 5(9): Research Article. The design of panda-oriented intelligent recognition system

Journal of Chemical and Pharmaceutical Research, 2013, 5(9): Research Article. The design of panda-oriented intelligent recognition system Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2013, 5(9):341-346 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 The design of panda-oriented intelligent recognition

More information

897. Artificial neural network based classification of faults in centrifugal water pump

897. Artificial neural network based classification of faults in centrifugal water pump 897. Artificial neural network based classification of faults in centrifugal water pump Saeid Farokhzad 1, Hojjat Ahmadi, Ali Jaefari 3, Mohammad Reza Asadi Asad Abad 4, Mohammad Ranjbar Kohan 5 1,, 3

More information

Systems Engineering Prof. Deepu Philip Department of Industrial & Management Engineering Indian Institute of Technology Kanpur

Systems Engineering Prof. Deepu Philip Department of Industrial & Management Engineering Indian Institute of Technology Kanpur Systems Engineering Prof. Deepu Philip Department of Industrial & Management Engineering Indian Institute of Technology Kanpur Lecture - 04 SEM - Lifecycle Integration Good evening. Today, we are into

More information

X9 REGISTRY FOR CHECK IMAGE TESTS

X9 REGISTRY FOR CHECK IMAGE TESTS X9 REGISTRY FOR CHECK IMAGE TESTS FSTC Horizontal Streaks Present In The Image #015.00 Check Image Test Status: A Where: A = Active (approved for use) W = Withdrawn (not for use) S = Superseded (not for

More information

Analysis of Learning Paradigms and Prediction Accuracy using Artificial Neural Network Models

Analysis of Learning Paradigms and Prediction Accuracy using Artificial Neural Network Models Analysis of Learning Paradigms and Prediction Accuracy using Artificial Neural Network Models Poornashankar 1 and V.P. Pawar 2 Abstract: The proposed work is related to prediction of tumor growth through

More information

Recurrent neural networks Modelling sequential data. MLP Lecture 9 Recurrent Neural Networks 1: Modelling sequential data 1

Recurrent neural networks Modelling sequential data. MLP Lecture 9 Recurrent Neural Networks 1: Modelling sequential data 1 Recurrent neural networks Modelling sequential data MLP Lecture 9 Recurrent Neural Networks 1: Modelling sequential data 1 Recurrent Neural Networks 1: Modelling sequential data Steve Renals Machine Learning

More information

Analysis on Privacy and Reliability of Ad Hoc Network-Based in Protecting Agricultural Data

Analysis on Privacy and Reliability of Ad Hoc Network-Based in Protecting Agricultural Data Send Orders for Reprints to reprints@benthamscience.ae The Open Electrical & Electronic Engineering Journal, 2014, 8, 777-781 777 Open Access Analysis on Privacy and Reliability of Ad Hoc Network-Based

More information

Robust Algorithms For Game Play Against Unknown Opponents. Nathan Sturtevant University of Alberta May 11, 2006

Robust Algorithms For Game Play Against Unknown Opponents. Nathan Sturtevant University of Alberta May 11, 2006 Robust Algorithms For Game Play Against Unknown Opponents Nathan Sturtevant University of Alberta May 11, 2006 Introduction A lot of work has gone into two-player zero-sum games What happens in non-zero

More information

ARTIFICIAL INTELLIGENCE IN POWER SYSTEMS

ARTIFICIAL INTELLIGENCE IN POWER SYSTEMS ARTIFICIAL INTELLIGENCE IN POWER SYSTEMS Prof.Somashekara Reddy 1, Kusuma S 2 1 Department of MCA, NHCE Bangalore, India 2 Kusuma S, Department of MCA, NHCE Bangalore, India Abstract: Artificial Intelligence

More information

Industry 4.0: a new challenge for Brazilian industry

Industry 4.0: a new challenge for Brazilian industry CNI Indicators SPECIAL 66 SURVEY Industry 4.0 Industry 4.0: a new challenge for Brazilian industry The use of digital technologies in Brazilian industry is not widespread. Of all industries, 58% of companies

More information

CREATING CHARACTER ARCS: THE MASTERFUL AUTHOR'S GUIDE TO UNITING STORY STRUCTURE, PLOT, AND CHARACTER DEVELOPMENT BY K.M. WEILAND

CREATING CHARACTER ARCS: THE MASTERFUL AUTHOR'S GUIDE TO UNITING STORY STRUCTURE, PLOT, AND CHARACTER DEVELOPMENT BY K.M. WEILAND Read Online and Download Ebook CREATING CHARACTER ARCS: THE MASTERFUL AUTHOR'S GUIDE TO UNITING STORY STRUCTURE, PLOT, AND CHARACTER DEVELOPMENT BY K.M. WEILAND DOWNLOAD EBOOK : CREATING CHARACTER ARCS:

More information

Move Evaluation Tree System

Move Evaluation Tree System Move Evaluation Tree System Hiroto Yoshii hiroto-yoshii@mrj.biglobe.ne.jp Abstract This paper discloses a system that evaluates moves in Go. The system Move Evaluation Tree System (METS) introduces a tree

More information

IV/10. Measures for implementing the Convention on Biological Diversity

IV/10. Measures for implementing the Convention on Biological Diversity IV/10. Measures for implementing the Convention on Biological Diversity A. Incentive measures: consideration of measures for the implementation of Article 11 Reaffirming the importance for the implementation

More information

Study on Fuzzy Comprehensive Evaluation of Regional Technological Innovation Ability of China Changzhutan 3 +5 Urban Agglomeration Based on AHP

Study on Fuzzy Comprehensive Evaluation of Regional Technological Innovation Ability of China Changzhutan 3 +5 Urban Agglomeration Based on AHP Proceedings of the 7th International Conference on Innovation & Management 545 Study on Fuzzy Comprehensive Evaluation of Regional Technological Innovation Ability of China Changzhutan 3 +5 Urban Agglomeration

More information

Characterization of LF and LMA signal of Wire Rope Tester

Characterization of LF and LMA signal of Wire Rope Tester Volume 8, No. 5, May June 2017 International Journal of Advanced Research in Computer Science RESEARCH PAPER Available Online at www.ijarcs.info ISSN No. 0976-5697 Characterization of LF and LMA signal

More information

Research on MPPT Control Algorithm of Flexible Amorphous Silicon. Photovoltaic Power Generation System Based on BP Neural Network

Research on MPPT Control Algorithm of Flexible Amorphous Silicon. Photovoltaic Power Generation System Based on BP Neural Network 4th International Conference on Sensors, Measurement and Intelligent Materials (ICSMIM 2015) Research on MPPT Control Algorithm of Flexible Amorphous Silicon Photovoltaic Power Generation System Based

More information

IT ADOPTION MODEL FOR HIGHER EDUCATION

IT ADOPTION MODEL FOR HIGHER EDUCATION IT ADOPTION MODEL FOR HIGHER EDUCATION HERU NUGROHO Telkom University, School of Applied Science, Information System Study Program, Bandung E-mail: heru@tass.telkomuniversity.ac.id ABSTRACT Information

More information

Jeremy Beichner MAED 591. Fraction Frenzy

Jeremy Beichner MAED 591. Fraction Frenzy Fraction Frenzy Introduction: For students to gain a better understanding of addition with the fractions and (or in using multiples of ). Standards Addressed: NYMST Standards 1 and 3 Conceptual Understanding

More information

User Type Identification in Virtual Worlds

User Type Identification in Virtual Worlds User Type Identification in Virtual Worlds Ruck Thawonmas, Ji-Young Ho, and Yoshitaka Matsumoto Introduction In this chapter, we discuss an approach for identification of user types in virtual worlds.

More information

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (www.prdg.org) 1

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (www.prdg.org) 1 Design Of Low Power Approximate Mirror Adder Sasikala.M 1, Dr.G.K.D.Prasanna Venkatesan 2 ME VLSI student 1, Vice Principal, Professor and Head/ECE 2 PGP college of Engineering and Technology Nammakkal,

More information

PID Controller Design Based on Radial Basis Function Neural Networks for the Steam Generator Level Control

PID Controller Design Based on Radial Basis Function Neural Networks for the Steam Generator Level Control BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 6 No 5 Special Issue on Application of Advanced Computing and Simulation in Information Systems Sofia 06 Print ISSN: 3-970;

More information

Ideas beyond Number. Teacher s guide to Activity worksheets

Ideas beyond Number. Teacher s guide to Activity worksheets Ideas beyond Number Teacher s guide to Activity worksheets Learning objectives To explore reasoning, logic and proof through practical, experimental, structured and formalised methods of communication

More information

Configurable Low Power Analog Multilayer Perceptron

Configurable Low Power Analog Multilayer Perceptron University of Tennessee, Knoxville Trace: Tennessee Research and Creative Exchange Doctoral Dissertations Graduate School 5-2018 Configurable Low Power Analog Multilayer Perceptron Jeffery M. Dix University

More information

IJITKMI Volume 7 Number 2 Jan June 2014 pp (ISSN ) Impact of attribute selection on the accuracy of Multilayer Perceptron

IJITKMI Volume 7 Number 2 Jan June 2014 pp (ISSN ) Impact of attribute selection on the accuracy of Multilayer Perceptron Impact of attribute selection on the accuracy of Multilayer Perceptron Niket Kumar Choudhary 1, Yogita Shinde 2, Rajeswari Kannan 3, Vaithiyanathan Venkatraman 4 1,2 Dept. of Computer Engineering, Pimpri-Chinchwad

More information

CHAPTER 4 PV-UPQC BASED HARMONICS REDUCTION IN POWER DISTRIBUTION SYSTEMS

CHAPTER 4 PV-UPQC BASED HARMONICS REDUCTION IN POWER DISTRIBUTION SYSTEMS 66 CHAPTER 4 PV-UPQC BASED HARMONICS REDUCTION IN POWER DISTRIBUTION SYSTEMS INTRODUCTION The use of electronic controllers in the electric power supply system has become very common. These electronic

More information

Linking Circular Economy and Industry 4.0 The FUTURING Project

Linking Circular Economy and Industry 4.0 The FUTURING Project Linking Circular Economy and Industry 4.0 The FUTURING Project Dr. Konstantinos GEORGOULIAS Laboratory for Manufacturing Systems & Automation (LMS) University of Patras, Greece www.lms.mech.upatras.gr

More information

Z. Kuran Institute of Power Engineering Mory 8, Warszawa (Poland)

Z. Kuran Institute of Power Engineering Mory 8, Warszawa (Poland) 111 Study Committee B5 Colloquium 2005 September 14-16 Calgary, CANADA Summary TRANSFORMERS DIGITAL DIFFERENTIAL PROTECTION WITH CRITERION VALUES RECORDING FUNCTION Z. Kuran Institute of Power Engineering

More information

Institute of Information Systems Hof University

Institute of Information Systems Hof University Institute of Information Systems Hof University Institute of Information Systems Hof University The institute is a competence centre for the application of information systems in companies. It is the bridge

More information