A Hybrid Intelligent System for Fault Detection in Power Systems

Size: px
Start display at page:

Download "A Hybrid Intelligent System for Fault Detection in Power Systems"

Transcription

1 A Hybrid Intelligent System for Fault Detection in Power Systems Hiroyuki Mori Hikaru Aoyama Dept. of Electrical and Electronics Eng. Meii University Tama-ku, Kawasaki Japan Toshiyuki Yamanaka Shoichi Urano Power Engineering R&D Center Tokyo Electric Power Co., Inc. Tsurumi-ku, Yokohama Japan Abstract- This paper proposes a method for fault detection with a preconditioned artificial neural network. The proposed method makes use of and deterministic annealing (DA) clustering as a precondition technique. The proposed method is tested in a sample system. I. INTRODUCTION In this paper, a hybrid intelligent system is proposed to handle fault detection in power systems. The proposed intelligent system consists of the precondition and inference functions. The former corresponds to clustering to etract data features while the latter means to estimate the location and type of fault with MLP of artificial neural network (ANN). In recent years, power systems become more complicated under competitive and deregulated environments. As a result, more advanced security control is required to smooth power system operation and planning. It is recognized that power system security control is one of main concern. As a framework of security control, fault detection is one of important tasks. Specifically, it is required that power system operators at control center appropriately handle information on faults and detect faults effectively. In other words, more sophisticated fault detection techniques are necessary to maintain secure power systems. The conventional studies on the fault detection may be classified into the following: a) circuit-theory-based method [1, ] b) traveling-theory-based method [3] c) intelligent system [4-11] Method a) detects a fault through nodal voltages, line currents and impedance changes. Method b) identifies the fault location using the return time of pulse wave. As far as Method c) is concerned, several approaches such as epert systems, fuzzy logic and artificial neural networks (ANNs) have been developed. Compared with fuzzy logic and ANN, epert systems are not so good as them in terms of solution accuracy. ANN and fuzzy logic have good nonlinear approimation function. In this paper, an ANN-based method is considered because it is very complicated to evaluate the optimal fuzzy membership functions in fuzzy logic. Tanaka, et al. proposed a method with MLP for power system fault diagnosis [6]. They tried to estimate the fault location with information on relays and circuit breakers. Afterwards, Kim and Park developed a hierarchical artificial neural network for fault diagnosis in power systems [7]. They used MLP as ANN to construct a hierarchical scheme of fault detection. Then, a lot of studies have been made to handle fault detection[8-11]. In this paper, a new method has been proposed for fault detection. The differences between the proposed and conventional ANN based methods may be described as follows: a) This paper uses a precondition technique for ANN. The typical ANN has the configuration in Fig. 1 (a), where and z are input and output vectors. In this paper, a precondition is installed in front of ANN. The precondition helps ANN to improve the performance of inference. b) In this paper, two precondition techniques are employed. One is to use for measured fault currents. is a good tool to etract features of current waveforms in frequency domain. The other is to apply deterministic annealing (DA) clustering[1, 13] to results obtained by. It is very effective for classifying data into some clusters in a sense of global data clustering. In other words, it gives us better results than the conventional local clustering such as. DA clustering has advantage that the obtained results are not affected by initial conditions. Therefore, this paper estimates the location and type of fault after preprocessing fault current waveforms with and DA clustering. The proposed method is successfully applied to a sample system. A comparison between the proposed and Precondition ANN (a) Conventional Model ANN (b) Preconditioned ANN Fig. 1 Inference Model with Preconditioning Technique z z

2 conventional methods is made to eamine the effectiveness of the proposed method. II. CLUSTERING.1 Clustering Clustering means to classify a given data into some clusters with a classification criterion or data similarity. Mathematically, it may be epressed as data processing to assign m samples i (i=1,,..., m) to k clusters with a center vector y (=1,,..., k), where m is the number of input data and k is the number of clusters. Each center vector implies data features in each cluster. In other words, it may be represented in an optimization problem that minimizes the distance between samples i and center vector y. Thus, the problem has the following cost function: m k i, i i= 1 = 1 d = v where d: cost function i : i-th data of given input vector y : center vector in Cluster v i : association to Cluster such as i v i, = 1 (if belongs to Cluster ) 0 (otherwise) The optimal solution of Eqn. (1) is obtained by determining association v i, and center vector y. From a standpoint of nonlinear systems, Eqn. (1) has many local minima. Thus, it is necessary to evaluate Eqn. (1) with a global optimization technique. In this paper, deterministic annealing (DA) is used as a global optimization technique for clustering.. Concept of Deterministic Annealing (DA) Deterministic annealing (DA) developed by Rose, et al. is effective for clustering. DA is similar to simulated annealing (SA) at the following features: a) DA and SA come from analogy of heat bath. The idea of thermodynamics is introduced into the algorithms. b) Both techniques make use of a parameter called temperature. It controls the solution search process from high temperature to low temperature. On the other hand, DA is different from SA in the following aspects: i) DA changes the form of a cost function although SA has a fied cost function. DA starts with a simple cost function. At high temperature, DA easily obtains the globally optimal solution. As temperature goes down, the cost (1) () function approaches the original cost function of DA. ii) DA is based on the deterministic solution search while SA makes use of probabilistic solution search. In other words, SA employs random numbers in the algorithm although DA does not. iii) DA is tailored for clustering only. However, SA is one of more general optimization techniques. Fig. shows the difference of solution search between DA and SA from high to low temperature. Figs. (a) and (b) correspond to DA and SA, respectively. At high temperature, DA readily evaluates a minimum of the quadratic function. SA moves around toward better solutions freely. At low temperature, DA evaluates the globally optimal solution after transforming the cost function into original one. SA has low probability that the state variable moves to other states. It turns out that SA converges to a solution..3 DA Clustering The theoretical background of DA clustering is outlined. DA has advantage that it epresses association as probability and f() f() f() f() Low Temperature High f() f() (a) DA (b) SA Fig. Solution search of DA and SA

3 permits association to belong to several clusters. That allows to find out an optimal solution with more fleibility. Eventually, the solution search process determines which association should be deterministically assigned to a certain cluster. Therefore, DA allows to carry out global clustering. However, the conventional clustering like the gives us results of local clustering. The results are heavily influenced by the initial solutions. Thus, it is clear that DA is better than the in terms of clustering. Eqn. (1) may be rewritten as m ( ) d = P C i= 1 k = 1 i i where, P( i C ): association probability DA makes use of the maimum entropy principle to determine the association probability. The association probability in Eqn. () may be rewritten as P ( i C ) = k = 1 ep ( b i ( b i ep where, β: temperature parameter Parameter β is equal to 1/T, where T is temperature. Each time β is updated, the cost function is optimized. DA starts with β = 0 where input data is uniformly distributed. As β is increased, each data belongs to a cluster step by step. When parameter β becomes infinity, each data is assigned to a cluster with probability of one. According to the equilibrium state in statistical dynamics, the center vector may be written as (3) (4) m () t ip( i C ( t + 1) i = 1 y = m () (5) P( i C t i = 1 where t: number of iteration counts (t+1) y : center vector in Cluster at iteration count t+1 P( i C ): a probability that i belongs to Cluster C at iteration count t+1such as P ( ) ( C t + 1 i = ep β i k ep β i = 1 ( t + 1) ( t + 1) It can be seen that DA optimizes the cost function of clustering each time parameter β is updated. The algorithm of DA clustering may be summarized as follows: (6) Step 1: Set initial conditions: initial temperature parameter β 0, final temperature parameter β ma, convergence criterion ε and iteration count t=0. Step : Select the initial center vector from given data. (t+1) Step 3: Set t=t+1and compute center vector y with Eqn. (5). Step 4: Evaluate the association probability in Eqn. (6). Step 5: Calculate cost function d (t+1) and go to the net step if the convergence criterion is satisfied. Otherwise, return Step 3. Step 6: Stop if β >β ma. Otherwise, update β and return to Step 3. III. PROPOSED METHOD This paper proposes an efficient method for fault detection with a preconditioned MLP. The obectives of fault detection is to estimate the location of fault and to identify fault types. It is assumed here that input variables are fault current and output ones are the location and the types of fault. In this paper, two precondition techniques are used to etract features of input data. One is that transforms current waveform in time domain into those in frequency domain. That allows to etract features of current fault with frequencies. The other is clustering that classifies data into some clusters with a criterion of data similarity. Classifying data into clusters and constructing MLP at each cluster, we can make MLP learn efficiently (see Fig. 3). That is because data similarity at each cluster improves the performance of MLP. Specifically, this paper presents DA clustering as a clustering technique. In the proposed method, input vector means fault current waveforms while output vector z consists of the location of fault (z L ) and the type of fault (z T ). Now, consider k cluster for given input data, and define the following methods: Method A: hybrid method of and MLP Method B: hybrid method of, and MLP Method C: hybrid method of, DA clustering and MLP (proposed method) Figs. 3 (a), (b) and (c) show Method A, B and C, respectively. Also, C i and MLP i (i=1,,, k) show the i-th cluster and MLP at Cluster i, respectively. It can be seen that Method A makes use of all input data in frequencies domain to construct MLP while Methods B and C use similar data assigned to each clusters. The algorithm of Method C may be written as Step 1: Carry out for input fault current. Step : Classify results in frequency domain into a cluster with DA clustering. Step 3: Construct MLP at each cluster and estimate output variables.

4 MLP z I 1 L 1 L L 3 L 4 L 5 I (a) Method A C 1 C MLP 1 MLP z 1 z Fig. 4 Sample System C k (b) Method B C 1 C C k MLP k MLP 1 MLP MLP k z k z 1 z z k single-phase line-to-ground fault(0<z T 0.) two-phase line-to-ground fault(0.<z T 0.4) z T = three-phase line- to-ground fault(0.4<z T 0.6) (7) two-phase short-circuit fault(0.6<z T 0.8) three-phase short-circuit fault(0.8<z T 1) where z T is the actual output regarding the fault type. The recognition rate η is defined as (c) Method C Fig. 3 Concept of Methods A, B and C IV. SIMULATION 4.1 Simulation Conditions 1) The proposed method is applied to a sample system as shown in Fig. 4. The one-machine-infinite bus system has a couple of lines. The down side line has the following faults: a) single-phase line-to-ground fault b) two-phase line-to-ground fault c) three-phase line-to-ground fault d) two-phase short-circuit fault e) three-phase short-circuit fault ) The line was sectionized into 6 parts so that fault location L 1 -L 5 was placed at the line. The fault location for learning data was selected from L 1 to L 5. The relationship between the fault location and the target signal is given in Table 1. Line distance from a generator to infinite node was normalized to be unity and it was decomposed into si parts. For eample, z d =0.167 means that the fault to be considered occurred at Location L 1. 3) Net, the relationship between the fault type and target signal is shown in Table. The section from 0 to 1 was decomposed into five parts. The midpoint of each point was assigned to the fault type like Table. Moreover, the fault type was determined by eamining the following: η η η = c T where, η c : number of correct data, η T : number of total data 4) The input variables are line currents I 1 and I that are by the side of generator and infinite nodes, respectively. Line currents I 1 and I were observed for 50 (ms) with sampling time of 10 (ms). A fault is cleared in 70 (ms) after fault. 5) The number of input variables are 90. considers frequencies with order of 1to 15 and two kinds of three phase currents are measured. In this paper, 100 learning data and 5 test data were prepared with the TEPCO power system simulator. To generalize learning MLP, the cross validation technique is used so that five groups of learning and test data are created. 6) DA clustering employs the number of cluster from to 5. Fifty initial conditions are prepared for the center vector to eamine the influence of the initial conditions on the results. The parameters scheduling is given as follows: () t ( t 1) β = β + β (8) (9) where β 0 : initial parameter, β 0 =0.001 β: updating term, β=0.001 t: iteration count Also, the following convergence criterion at each temperature parameter is employed: ( t ) ( t) () t d d d 10 (10)

5 TABLE 1 TARGET SIGNALS OF FAULT LOCATION Fault Location Target Signal L L L L L TABLE TARGET SIGNALS OF FAULT TYPES Fault Type Target Signal single-phase line-to-ground fault 0.1 two-phase line-to-ground fault 0.3 three-phase line-to-ground fault 0.5 two-phase short-circuit fault 0.7 therr-phase short-circuit fault 0.9 Method TABLE 3 PARAMETERS OF MLP No. of Learning Momontum No. of No. of Clusters Rate Rate Hidden Layer Iterations A B C The whole algorithm is repeated until b becomes ) Table 3 shows parameters of MLP. They are determined by the preliminary simulation results. 8) The computation is performed in the FUJITSU Work station S-7/7000U model Simulation Results Table 4 shows a comparison between the cost function of the and DA clustering. It should be noted that the and DA clustering has the cost function given by Eqns. (1) and (), respectively. In the table, the best, the worst, the average and the standard deviation (SD) of the cost function are given to eamine the performance of the and DA clustering for cases from to 5 clusters. It can be observed that DA clustering is better than the in terms TABLE 4 COST FUNCTION OF EACH METHOD Method No. of Clusters Cost Function Best Worst Avarege SD DA TABLE 5 INFERENCE RESULTS OF FAULT LOCATION Cost Function Method No. of Clusters Best Worst Avarege SD DA TABLE 6 INFERENCE RESULTS OF FAULT TYPES Method No. of Clusters Cost Function Best Worst Avarege SD DA of all aspects. It is noteworthy that SD of DA clustering is much smaller that of the. For eample, SD of the has about times larger that of DA clustering in case of two clusters. That implies that DA clustering is not affected by the initial solution although the is done. Also, the and DA has the best results in case of five clusters. Thus, simulation results have shown that DA clustering is much better than the.

6 Table 5 gives results of fault location for Methods A, B and C. Methods B and C gave better results than Method A due to the effectiveness of preconditioned technique for MLP. Methods B and C have the best cluster in case of three clusters although five cluster gave the best results regarding only clustering as shown in Table. That is because too many clusters deteriorate the performance of MLP since enough learning data is not available. Table 6 shows results of fault types, where the recognition rate and variance of errors are shown for each cluster. As the number of clusters increases, the recognition rate increases until it reaches at the minimum. Methods B and C have the largest recognition rate and the smallest error variance in case of three clusters. Also, Method C has better results than Method B in terms of the recognition rate and the error variance. The case provided the recognition rate of 96.6% and the error variance of for Method C. Therefore, simulation results have indicated that DA clustering is superior to the as a precondition technique for MLP. V. CONCLUSIONS (1) In this paper, a new hybrid method has been proposed to handle a fault detection problem that estimates the location and type of fault. The proposed method makes use of DA clustering and MLP. DA clustering is more effective in a sense of global clustering that is not affected by the initial solutions. DA clustering plays an important role to classify input data of MLP into clusters. MLP have been constructed at each cluster. That allows to learn MLP efficiently because of data similarity. () The proposed method has applied to measured current waveforms in three phases to etract features of fault. The results in frequency domain are given to DA clustering as input variables. itself also works as a preconditional technique for MLP. (3) The proposed method was applied to a sample system. A comparison was made between the proposed and conventional methods. The simulation results have shown that the proposed method was much better than the conventional ones. Compared with the conventional method, the proposed method has reduced the average error of 30% and the maimum error of 17.1% in terms of the fault location. Also, it has contributed to improving the recognition rate of 7.% in terms of the fault type. ACKNOWLEDGEMENTS The authors acknowledge the support provided by the Meii University High Technology Research Center. REFERENCES [1] T. Takagi, et al., Development of a New Type Fault Locator Using the One-terminal Voltage and Current Data, IEEE Trans. on PAS, Vol. PAS-101, No. 8, pp , Aug [] L. Eriksson, et al., An Accurate Fault Locator with Compensation for Apparent Reactance Resulting from Remote-end feed, IEEE Trans. on PAS, Vol. PAS-104, No., pp , Feb [3] A. O. Ibe and B. J. Cory, A Traveling Wave-based Fault Locator for Two and Three Terminal Networks, IEEE Trans. Power System, Vol. 1, No., pp , [4] M. Pfau-Wagenbauer and H. Brugger, Model and Rule Based Intelligent Alarm Processing, Proc. of the Third Symposium on Epert Systems Application to Power Systems, pp. 7-3, Tokyo- Kobe, Japan, April [5] E. Handschin, et al., Knowledge Based Alarm Handling and Fault Location in Distribution Networks, IEEE Trans. on Power Systems, Vol. 7, No., pp , May 199. [6] H. Tanaka, et al., Design and Evaluation of Neural Network for Fault Diagnosis, Proc. of ESAP 91, pp , Seattle, WA, July [7] K. -H. Kim and J. -K. Park, Application of Hierarchical Neural Network to Fault Diagnosis of Power System, Proc. of ESAP 91, pp , Tokyo/Kobe, Japan, April [8] D. Novosel, et al., Algorithms for Locating Faults on Series Compensated Lines Using Neural Network and Deterministic Methods, IEEE Trans. Power Delivery, Vol. 11, No. 4, pp , [9] H. J. Altuve, et al., Neural-network-based Fault Location Estimator for Transmission Line Protection, Journal of Intelligent And Fuzzy Systems, No. 7, pp , [10] A. J. Mazon, et al., A New Approach to Fault Location in Twoterminal Transmission Lines Using Artificial Neural Networks, Electric Power Systems Research, Vol. 56, No. 3 pp , Dec [11] G. K. Purushothama, et al., ANN Applications in Fault Locators, Electrical Power And Energy Systems, Vol. 3, No. 6, pp , Aug [1] K. Rose, et al., A Deterministic Annealing Approach to Clustering, Pattern Recognition Letters, Vol. 11, No. 9, pp , North-Holland, Sep [13] K. Rose, et al., Constrained Clustering as an Optimization Method, IEEE Trans. on Pattern Analysis and Machine Intelligence, Vol. 15, No. 8, pp , Aug

Real Time Monitoring of

Real Time Monitoring of Real Time Monitoring of Cascading Events Mladen Kezunovic Nan Zhang, Hongbiao Song Texas A&M University Tele-Seminar, March 28, 2006 Project Reports (S-19) M. Kezunovic, H. Song and N. Zhang, Detection,

More information

Neural Networks. CE-725: Statistical Pattern Recognition Sharif University of Technology Spring Soleymani

Neural Networks. CE-725: Statistical Pattern Recognition Sharif University of Technology Spring Soleymani Neural Networks CE-725: Statistical Pattern Recognition Sharif University of Technology Spring 2013 Soleymani Outline Biological and artificial neural networks Feed-forward neural networks Single layer

More information

Cursive Handwriting Recognition System Using Feature Extraction and Artificial Neural Network

Cursive Handwriting Recognition System Using Feature Extraction and Artificial Neural Network Cursive Handwriting Recognition System Using Feature Extraction and Artificial Neural Network Utkarsh Dwivedi 1, Pranjal Rajput 2, Manish Kumar Sharma 3 1UG Scholar, Dept. of CSE, GCET, Greater Noida,

More information

DECISION-TREE-BASED MULTICLASS SUPPORT VECTOR MACHINES. Fumitake Takahashi, Shigeo Abe

DECISION-TREE-BASED MULTICLASS SUPPORT VECTOR MACHINES. Fumitake Takahashi, Shigeo Abe DECISION-TREE-BASED MULTICLASS SUPPORT VECTOR MACHINES Fumitake Takahashi, Shigeo Abe Graduate School of Science and Technology, Kobe University, Kobe, Japan (E-mail: abe@eedept.kobe-u.ac.jp) ABSTRACT

More information

A Genetic Based Fault Location Algorithm for Transmission Lines

A Genetic Based Fault Location Algorithm for Transmission Lines A Genetic Based Fault Location Algorithm for Transmission Lines K. M. EL-Naggar Assistant Professor, College of Technological Studies, Kuwait Summary Overhead transmission lines are parts of the electric

More information

Automated Analysis of Digital Relay Data Based on Expert System

Automated Analysis of Digital Relay Data Based on Expert System Automated Analysis of Digital Relay Data Based on Expert System X. Luo, Student Member, IEEE, and M. Kezunovic, Fellow, IEEE Abstract Modern digital protective relays generate various files and reports

More information

Fuzzy Ant Clustering by Centroid Positioning

Fuzzy Ant Clustering by Centroid Positioning Fuzzy Ant Clustering by Centroid Positioning Parag M. Kanade and Lawrence O. Hall Computer Science & Engineering Dept University of South Florida, Tampa FL 33620 @csee.usf.edu Abstract We

More information

Journal of Engineering Technology Volume 6, Special Issue on Technology Innovations and Applications Oct. 2017, PP

Journal of Engineering Technology Volume 6, Special Issue on Technology Innovations and Applications Oct. 2017, PP Oct. 07, PP. 00-05 Implementation of a digital neuron using system verilog Azhar Syed and Vilas H Gaidhane Department of Electrical and Electronics Engineering, BITS Pilani Dubai Campus, DIAC Dubai-345055,

More information

Simultaneous Perturbation Stochastic Approximation Algorithm Combined with Neural Network and Fuzzy Simulation

Simultaneous Perturbation Stochastic Approximation Algorithm Combined with Neural Network and Fuzzy Simulation .--- Simultaneous Perturbation Stochastic Approximation Algorithm Combined with Neural Networ and Fuzzy Simulation Abstract - - - - Keywords: Many optimization problems contain fuzzy information. Possibility

More information

Extending a Hybrid CBR-ANN Model by Modeling Predictive Attributes using Fuzzy Sets

Extending a Hybrid CBR-ANN Model by Modeling Predictive Attributes using Fuzzy Sets Etending a Hybrid CBR-ANN by ing Predictive Attributes using Fuzzy Sets. Etending a Hybrid CBR-ANN by ing Predictive Attributes using Fuzzy Sets Yanet Rodríguez 1, Maria M. García 1, Bernard De Baets 2,

More information

A Modified Genetic Algorithm for Process Scheduling in Distributed System

A Modified Genetic Algorithm for Process Scheduling in Distributed System A Modified Genetic Algorithm for Process Scheduling in Distributed System Vinay Harsora B.V.M. Engineering College Charatar Vidya Mandal Vallabh Vidyanagar, India Dr.Apurva Shah G.H.Patel College of Engineering

More information

II. ARTIFICIAL NEURAL NETWORK

II. ARTIFICIAL NEURAL NETWORK Applications of Artificial Neural Networks in Power Systems: A Review Harsh Sareen 1, Palak Grover 2 1, 2 HMR Institute of Technology and Management Hamidpur New Delhi, India Abstract: A standout amongst

More information

AUTOMATED FAULT AND DISTURBANCE DATA ANALYSIS. Special Report for PS#2. Special Reporter: Mladen Kezunovic * U.S.A.

AUTOMATED FAULT AND DISTURBANCE DATA ANALYSIS. Special Report for PS#2. Special Reporter: Mladen Kezunovic * U.S.A. AUTOMATED FAULT AND DISTURBANCE DATA ANALYSIS Special Report for PS#2 Special Reporter: Mladen Kezunovic * U.S.A. This paper gives a set of questions stimulated by twenty one papers submitted by the authors

More information

Performance Assessment of DMOEA-DD with CEC 2009 MOEA Competition Test Instances

Performance Assessment of DMOEA-DD with CEC 2009 MOEA Competition Test Instances Performance Assessment of DMOEA-DD with CEC 2009 MOEA Competition Test Instances Minzhong Liu, Xiufen Zou, Yu Chen, Zhijian Wu Abstract In this paper, the DMOEA-DD, which is an improvement of DMOEA[1,

More information

Principal Component Analysis of Lack of Cohesion in Methods (LCOM) metrics

Principal Component Analysis of Lack of Cohesion in Methods (LCOM) metrics Principal Component Analysis of Lack of Cohesion in Methods (LCOM) metrics Anuradha Lakshminarayana Timothy S.Newman Department of Computer Science University of Alabama in Huntsville Abstract In this

More information

Channel Performance Improvement through FF and RBF Neural Network based Equalization

Channel Performance Improvement through FF and RBF Neural Network based Equalization Channel Performance Improvement through FF and RBF Neural Network based Equalization Manish Mahajan 1, Deepak Pancholi 2, A.C. Tiwari 3 Research Scholar 1, Asst. Professor 2, Professor 3 Lakshmi Narain

More information

Correlation Based Feature Selection with Irrelevant Feature Removal

Correlation Based Feature Selection with Irrelevant Feature Removal Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 4, April 2014,

More information

Aerial Platform Placement Algorithm to Satisfy Connectivity and Capacity Constraints in Wireless Ad-hoc Networks

Aerial Platform Placement Algorithm to Satisfy Connectivity and Capacity Constraints in Wireless Ad-hoc Networks Aerial Platform Placement Algorithm to Satisfy Connectivity and Capacity Constraints in Wireless Ad-hoc Networks Senni Perumal Automation, Information & Management Systems, Inc. 6213 Executive Blvd. Rockville,

More information

Using Genetic Algorithms to optimize ACS-TSP

Using Genetic Algorithms to optimize ACS-TSP Using Genetic Algorithms to optimize ACS-TSP Marcin L. Pilat and Tony White School of Computer Science, Carleton University, 1125 Colonel By Drive, Ottawa, ON, K1S 5B6, Canada {mpilat,arpwhite}@scs.carleton.ca

More information

AUTOMATED ANALYSIS OF PROTECTIVE RELAY DATA

AUTOMATED ANALYSIS OF PROTECTIVE RELAY DATA AUTOMATED ANALYSIS OF PROTECTIVE RELAY DATA M. Kezunovic, X. Luo Texas A&M University, U. S. A. kezunov@ee.tamu.edu, xuluo@ee.tamu.edu SUMMARY Validation and diagnosis of relay operation is very important

More information

Application of genetic algorithms and Kohonen networks to cluster analysis

Application of genetic algorithms and Kohonen networks to cluster analysis Application of genetic algorithms and Kohonen networks to cluster analysis Marian B. Gorza lczany and Filip Rudziński Department of Electrical and Computer Engineering Kielce University of Technology Al.

More information

THE genetic algorithm (GA) is a powerful random search

THE genetic algorithm (GA) is a powerful random search 464 IEEE TRANSACTIONS ON INDUSTRIAL ELECTRONICS, VOL. 51, NO. 2, APRIL 2004 On Interpretation of Graffiti Digits and Characters for ebooks: Neural-Fuzzy Network and Genetic Algorithm Approach K. F. Leung,

More information

A Novel Digital Relay Model Based on SIMULINK and Its Validation Based on Expert System

A Novel Digital Relay Model Based on SIMULINK and Its Validation Based on Expert System A Novel Digital Relay Model Based on SIMULINK and Its Validation Based on Expert System X. Luo, Student Member, IEEE, and M. Kezunovic, Fellow, IEEE Abstract This paper presents the development of a novel

More information

Speech Signal Filters based on Soft Computing Techniques: A Comparison

Speech Signal Filters based on Soft Computing Techniques: A Comparison Speech Signal Filters based on Soft Computing Techniques: A Comparison Sachin Lakra Dept. of Information Technology Manav Rachna College of Engg Faridabad, Haryana, India and R. S., K L University sachinlakra@yahoo.co.in

More information

1278 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 21, NO. 3, JULY 2006

1278 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 21, NO. 3, JULY 2006 1278 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 21, NO. 3, JULY 2006 Failure Risk Prediction Using Artificial Neural Networks for Lightning Surge Protection of Underground MV Cables Ángel L. Orille-Fernández,

More information

Rough Set Approach to Unsupervised Neural Network based Pattern Classifier

Rough Set Approach to Unsupervised Neural Network based Pattern Classifier Rough Set Approach to Unsupervised Neural based Pattern Classifier Ashwin Kothari, Member IAENG, Avinash Keskar, Shreesha Srinath, and Rakesh Chalsani Abstract Early Convergence, input feature space with

More information

; Robust Clustering Based on Global Data Distribution and Local Connectivity Matrix

; Robust Clustering Based on Global Data Distribution and Local Connectivity Matrix 1997 IEEE International Conference on Intelligent Processing Systems October 28-3 I, Beijing, China Robust Clustering Based on Global Data Distribution and Local Connectivity Matrix Yun-tao Qian Dept.

More information

6. NEURAL NETWORK BASED PATH PLANNING ALGORITHM 6.1 INTRODUCTION

6. NEURAL NETWORK BASED PATH PLANNING ALGORITHM 6.1 INTRODUCTION 6 NEURAL NETWORK BASED PATH PLANNING ALGORITHM 61 INTRODUCTION In previous chapters path planning algorithms such as trigonometry based path planning algorithm and direction based path planning algorithm

More information

TFS 2100 Traveling Wave Fault Location System

TFS 2100 Traveling Wave Fault Location System Traveling Wave Fault Location System The most accurate overhead transmission and distribution line fault locator Accuracy: ±150m typical regardless the line length Unaffected by fault resistance Suitable

More information

ADVANCED IMAGE PROCESSING METHODS FOR ULTRASONIC NDE RESEARCH C. H. Chen, University of Massachusetts Dartmouth, N.

ADVANCED IMAGE PROCESSING METHODS FOR ULTRASONIC NDE RESEARCH C. H. Chen, University of Massachusetts Dartmouth, N. ADVANCED IMAGE PROCESSING METHODS FOR ULTRASONIC NDE RESEARCH C. H. Chen, University of Massachusetts Dartmouth, N. Dartmouth, MA USA Abstract: The significant progress in ultrasonic NDE systems has now

More information

Gesture Recognition using Neural Networks

Gesture Recognition using Neural Networks Gesture Recognition using Neural Networks Jeremy Smith Department of Computer Science George Mason University Fairfax, VA Email: jsmitq@masonlive.gmu.edu ABSTRACT A gesture recognition method for body

More information

Prediction of traffic flow based on the EMD and wavelet neural network Teng Feng 1,a,Xiaohong Wang 1,b,Yunlai He 1,c

Prediction of traffic flow based on the EMD and wavelet neural network Teng Feng 1,a,Xiaohong Wang 1,b,Yunlai He 1,c 2nd International Conference on Electrical, Computer Engineering and Electronics (ICECEE 215) Prediction of traffic flow based on the EMD and wavelet neural network Teng Feng 1,a,Xiaohong Wang 1,b,Yunlai

More information

Weighting and selection of features.

Weighting and selection of features. Intelligent Information Systems VIII Proceedings of the Workshop held in Ustroń, Poland, June 14-18, 1999 Weighting and selection of features. Włodzisław Duch and Karol Grudziński Department of Computer

More information

Transient Stability Improvement in Transmission System Using SVC with fuzzy logic Control

Transient Stability Improvement in Transmission System Using SVC with fuzzy logic Control Transient Stability Improvement in Transmission System Using SVC with fuzzy logic Control Aashutosh Khasdeo Assistant Professor, Dept of Electrical & Electronics Engineering, LNCT Bhopal, MP, India ---------------------------------------------------------------------***---------------------------------------------------------------------

More information

Adaptive edge detection via image statistic features and hybrid model of fuzzy cellular automata and cellular learning automata

Adaptive edge detection via image statistic features and hybrid model of fuzzy cellular automata and cellular learning automata 2009 International Conference on Information and Multimedia Technology Adaptive edge detection via image statistic features and hybrid model of fuzzy cellular automata and cellular learning automata R.Enayatifar

More information

Adaptive Neuro Fuzzy Inference System (ANFIS) For Fault Classification in the Transmission Lines

Adaptive Neuro Fuzzy Inference System (ANFIS) For Fault Classification in the Transmission Lines Adaptive Neuro Fuzzy Inference System (ANFIS) For Fault Classification in the Transmission Lines Tamer S. Kamel M. A. Moustafa Hassan Electrical Power and Machines Department, Faculty of Engineering, Cairo

More information

OPTIMIZING A VIDEO PREPROCESSOR FOR OCR. MR IBM Systems Dev Rochester, elopment Division Minnesota

OPTIMIZING A VIDEO PREPROCESSOR FOR OCR. MR IBM Systems Dev Rochester, elopment Division Minnesota OPTIMIZING A VIDEO PREPROCESSOR FOR OCR MR IBM Systems Dev Rochester, elopment Division Minnesota Summary This paper describes how optimal video preprocessor performance can be achieved using a software

More information

SEGMENTATION OF SATELLITE IMAGES BY MODIFIED MOUNTAIN CLUSTERING

SEGMENTATION OF SATELLITE IMAGES BY MODIFIED MOUNTAIN CLUSTERING SEGENTATION OF SATELLITE IAGES BY ODIFIED OUNTAIN CLUSTERING.Hanmandlu, Elect. Engg. Dept., IIT Delhi Devendra Jha, SAG(DRDO)etcalfe House,Delhi Rochak Sharma, Elect. Engg. Dept., DCE Delhi Abstract Segmentation

More information

Artificial Neural Network Controller With Static VAR Compensator to Improve Transient Stability for A Grid Connected Distributed Generation System

Artificial Neural Network Controller With Static VAR Compensator to Improve Transient Stability for A Grid Connected Distributed Generation System nternational Journal of Applied Sciences, Engineering and Management SSN 2320 3439, Vol. 07, No. 02, March 2018, pp. 01 05 Artificial Neural Network Controller With Static VAR Compensator to mprove Transient

More information

Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest.

Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest. Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest. D.A. Karras, S.A. Karkanis and D. E. Maroulis University of Piraeus, Dept.

More information

MODELING AND SIMULATION OF SVC CONTROLLER FOR ENHANCEMENT OF POWER SYSTEM STABILITY

MODELING AND SIMULATION OF SVC CONTROLLER FOR ENHANCEMENT OF POWER SYSTEM STABILITY MODELING AND SIMULATION OF SVC CONTROLLER FOR ENHANCEMENT OF POWER SYSTEM STABILITY Alisha Banga 1 and S.S. Kaushik 2 1 Lecturer ECE Deptt., Advanced Institute of Technology & Management, Palwal. 2 Assistant

More information

Implementing an Advanced Simulation Tool for Comprehensive Fault Analysis

Implementing an Advanced Simulation Tool for Comprehensive Fault Analysis Implementing an Advanced Simulation Tool for Comprehensive Fault Analysis 1 Nan Zhang, Student Member, IEEE, and Mladen Kezunovic, Fellow, IEEE Abstract Many large scale system blackouts involve relay

More information

Dynamic Clustering of Data with Modified K-Means Algorithm

Dynamic Clustering of Data with Modified K-Means Algorithm 2012 International Conference on Information and Computer Networks (ICICN 2012) IPCSIT vol. 27 (2012) (2012) IACSIT Press, Singapore Dynamic Clustering of Data with Modified K-Means Algorithm Ahamed Shafeeq

More information

FAULT DETECTION ON RADIAL POWER DISTRIBUTION SYSTEMS USING FUZZY LOGIC.

FAULT DETECTION ON RADIAL POWER DISTRIBUTION SYSTEMS USING FUZZY LOGIC. FAULT DETECTION ON RADIAL POWER DISTRIBUTION SYSTEMS USING FUZZY LOGIC. Nitish Kumar 1, Manish Sharma 2, Ayush Sinha 3,Indu Bhushan 4 1, 2,3 Students, Electrical Engineering Department Greater Noida Institutes

More information

Fuzzy Mod. Department of Electrical Engineering and Computer Science University of California, Berkeley, CA Generalized Neural Networks

Fuzzy Mod. Department of Electrical Engineering and Computer Science University of California, Berkeley, CA Generalized Neural Networks From: AAAI-91 Proceedings. Copyright 1991, AAAI (www.aaai.org). All rights reserved. Fuzzy Mod Department of Electrical Engineering and Computer Science University of California, Berkeley, CA 94 720 1

More information

Tight Clustering: a method for extracting stable and tight patterns in expression profiles

Tight Clustering: a method for extracting stable and tight patterns in expression profiles Statistical issues in microarra analsis Tight Clustering: a method for etracting stable and tight patterns in epression profiles Eperimental design Image analsis Normalization George C. Tseng Dept. of

More information

PREDICTION OF DESIGN PARAMETERS IN SHIP DESIGNING BASED ON DATA MINING TECHNIQUE BY COMBINING GENETIC PROGRAMMING WITH SELF ORGANIZING MAP

PREDICTION OF DESIGN PARAMETERS IN SHIP DESIGNING BASED ON DATA MINING TECHNIQUE BY COMBINING GENETIC PROGRAMMING WITH SELF ORGANIZING MAP PREDICTION OF DESIGN PARAMETERS IN SHIP DESIGNING BASED ON DATA MINING TECHNIQUE BY COMBINING GENETIC PROGRAMMING WITH SELF ORGANIZING MAP Kyungho Lee Department of Naval Architecture & Ocean Engineering

More information

Computer-Aided Diagnosis in Abdominal and Cardiac Radiology Using Neural Networks

Computer-Aided Diagnosis in Abdominal and Cardiac Radiology Using Neural Networks Computer-Aided Diagnosis in Abdominal and Cardiac Radiology Using Neural Networks Du-Yih Tsai, Masaru Sekiya and Yongbum Lee Department of Radiological Technology, School of Health Sciences, Faculty of

More information

Implementation of SCN Based Content Addressable Memory

Implementation of SCN Based Content Addressable Memory IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 12, Issue 4, Ver. II (Jul.-Aug. 2017), PP 48-52 www.iosrjournals.org Implementation of

More information

Task Allocation for Minimizing Programs Completion Time in Multicomputer Systems

Task Allocation for Minimizing Programs Completion Time in Multicomputer Systems Task Allocation for Minimizing Programs Completion Time in Multicomputer Systems Gamal Attiya and Yskandar Hamam Groupe ESIEE Paris, Lab. A 2 SI Cité Descartes, BP 99, 93162 Noisy-Le-Grand, FRANCE {attiyag,hamamy}@esiee.fr

More information

On-line Estimation of Power System Security Limits

On-line Estimation of Power System Security Limits Bulk Power System Dynamics and Control V, August 26-31, 2001, Onomichi, Japan On-line Estimation of Power System Security Limits K. Tomsovic A. Sittithumwat J. Tong School of Electrical Engineering and

More information

Sensitive Earth-fault Relay SPAJ 111 C. Product Guide

Sensitive Earth-fault Relay SPAJ 111 C. Product Guide Issued: April 1999 Status: Update Version: C/12.04.2006 Data subject to change without notice Features Sensitive low-set neutral overcurrent stage with definite time characteristic High-set neutral overcurrent

More information

Relation Organization of SOM Initial Map by Improved Node Exchange

Relation Organization of SOM Initial Map by Improved Node Exchange JOURNAL OF COMPUTERS, VOL. 3, NO. 9, SEPTEMBER 2008 77 Relation Organization of SOM Initial Map by Improved Node Echange MIYOSHI Tsutomu Department of Information and Electronics, Tottori University, Tottori,

More information

Image Compression: An Artificial Neural Network Approach

Image Compression: An Artificial Neural Network Approach Image Compression: An Artificial Neural Network Approach Anjana B 1, Mrs Shreeja R 2 1 Department of Computer Science and Engineering, Calicut University, Kuttippuram 2 Department of Computer Science and

More information

Defect Depth Estimation Using Neuro-Fuzzy System in TNDE by Akbar Darabi and Xavier Maldague

Defect Depth Estimation Using Neuro-Fuzzy System in TNDE by Akbar Darabi and Xavier Maldague Defect Depth Estimation Using Neuro-Fuzzy System in TNDE by Akbar Darabi and Xavier Maldague Electrical Engineering Dept., Université Laval, Quebec City (Quebec) Canada G1K 7P4, E-mail: darab@gel.ulaval.ca

More information

Modelling Data Segmentation for Image Retrieval Systems

Modelling Data Segmentation for Image Retrieval Systems Modelling Data Segmentation for Image Retrieval Systems Leticia Flores-Pulido 1,2, Oleg Starostenko 1, Gustavo Rodríguez-Gómez 3 and Vicente Alarcón-Aquino 1 1 Universidad de las Américas Puebla, Puebla,

More information

Optimization Approach for Detecting the Critical Data on a Database

Optimization Approach for Detecting the Critical Data on a Database Optimization Approach for Detecting the Critical Data on a Database Prashanth Alluvada Department of Electrical Engineering University of Arkansas, Fayetteville Email: palluvad@uark.edu Abstract Through

More information

Automatic Machinery Fault Detection and Diagnosis Using Fuzzy Logic

Automatic Machinery Fault Detection and Diagnosis Using Fuzzy Logic Automatic Machinery Fault Detection and Diagnosis Using Fuzzy Logic Chris K. Mechefske Department of Mechanical and Materials Engineering The University of Western Ontario London, Ontario, Canada N6A5B9

More information

CHAPTER 4 AN IMPROVED INITIALIZATION METHOD FOR FUZZY C-MEANS CLUSTERING USING DENSITY BASED APPROACH

CHAPTER 4 AN IMPROVED INITIALIZATION METHOD FOR FUZZY C-MEANS CLUSTERING USING DENSITY BASED APPROACH 37 CHAPTER 4 AN IMPROVED INITIALIZATION METHOD FOR FUZZY C-MEANS CLUSTERING USING DENSITY BASED APPROACH 4.1 INTRODUCTION Genes can belong to any genetic network and are also coordinated by many regulatory

More information

THREE PHASE FAULT DIAGNOSIS BASED ON RBF NEURAL NETWORK OPTIMIZED BY PSO ALGORITHM

THREE PHASE FAULT DIAGNOSIS BASED ON RBF NEURAL NETWORK OPTIMIZED BY PSO ALGORITHM THREE PHASE FAULT DIAGNOSIS BASED ON RBF NEURAL NETWORK OPTIMIZED BY PSO ALGORITHM M. Sivakumar 1 and R. M. S. Parvathi 2 1 Anna University, Tamilnadu, India 2 Sengunthar College of Engineering, Tamilnadu,

More information

A Modified PSO Technique for the Coordination Problem in Presence of DG

A Modified PSO Technique for the Coordination Problem in Presence of DG A Modified PSO Technique for the Coordination Problem in Presence of DG M. El-Saadawi A. Hassan M. Saeed Dept. of Electrical Engineering, Faculty of Engineering, Mansoura University, Egypt saadawi1@gmail.com-

More information

An Intelligent Adaptive Protection System in Complex Power Generating Units

An Intelligent Adaptive Protection System in Complex Power Generating Units An Intelligent Adaptive Protection System in Complex Power Generating Units ADRIAN HALINKA, PAWEL SOWA, MICHAL SZEWCZYK Department of Electrical Engineering Technical University of Silesia Gliwice, PL

More information

Genetic Algorithm for Circuit Partitioning

Genetic Algorithm for Circuit Partitioning Genetic Algorithm for Circuit Partitioning ZOLTAN BARUCH, OCTAVIAN CREŢ, KALMAN PUSZTAI Computer Science Department, Technical University of Cluj-Napoca, 26, Bariţiu St., 3400 Cluj-Napoca, Romania {Zoltan.Baruch,

More information

Multiframe Blocking-Artifact Reduction for Transform-Coded Video

Multiframe Blocking-Artifact Reduction for Transform-Coded Video 276 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 12, NO. 4, APRIL 2002 Multiframe Blocking-Artifact Reduction for Transform-Coded Video Bahadir K. Gunturk, Yucel Altunbasak, and

More information

Image retrieval based on bag of images

Image retrieval based on bag of images University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 2009 Image retrieval based on bag of images Jun Zhang University of Wollongong

More information

Multiple Classifier Fusion using k-nearest Localized Templates

Multiple Classifier Fusion using k-nearest Localized Templates Multiple Classifier Fusion using k-nearest Localized Templates Jun-Ki Min and Sung-Bae Cho Department of Computer Science, Yonsei University Biometrics Engineering Research Center 134 Shinchon-dong, Sudaemoon-ku,

More information

k-center Problems Joey Durham Graphs, Combinatorics and Convex Optimization Reading Group Summer 2008

k-center Problems Joey Durham Graphs, Combinatorics and Convex Optimization Reading Group Summer 2008 k-center Problems Joey Durham Graphs, Combinatorics and Convex Optimization Reading Group Summer 2008 Outline General problem definition Several specific examples k-center, k-means, k-mediod Approximation

More information

1. Introduction. 2. Motivation and Problem Definition. Volume 8 Issue 2, February Susmita Mohapatra

1. Introduction. 2. Motivation and Problem Definition. Volume 8 Issue 2, February Susmita Mohapatra Pattern Recall Analysis of the Hopfield Neural Network with a Genetic Algorithm Susmita Mohapatra Department of Computer Science, Utkal University, India Abstract: This paper is focused on the implementation

More information

New Software Framework for Automated Analysis of Power System Transients

New Software Framework for Automated Analysis of Power System Transients New Software Framework for Automated Analysis of Power System Transients M. Kezunovic Texas A&M University College Station, TX 77843, USA kezunov@ee.tamu.edu Z. Galijasevic Texas A&M University College

More information

FEATURE EXTRACTION USING FUZZY RULE BASED SYSTEM

FEATURE EXTRACTION USING FUZZY RULE BASED SYSTEM International Journal of Computer Science and Applications, Vol. 5, No. 3, pp 1-8 Technomathematics Research Foundation FEATURE EXTRACTION USING FUZZY RULE BASED SYSTEM NARENDRA S. CHAUDHARI and AVISHEK

More information

Neural Network based textural labeling of images in multimedia applications

Neural Network based textural labeling of images in multimedia applications Neural Network based textural labeling of images in multimedia applications S.A. Karkanis +, G.D. Magoulas +, and D.A. Karras ++ + University of Athens, Dept. of Informatics, Typa Build., Panepistimiopolis,

More information

Fault Detection and Classification in Transmission Lines Using ANFIS

Fault Detection and Classification in Transmission Lines Using ANFIS Minia University From the SelectedWorks of Dr. Adel A. Elbaset Summer July 17, 2009 Fault Detection and Classification in Transmission Lines Using ANFIS Dr. Adel A. Elbaset, Minia University Prof. Dr.

More information

Fisher Distance Based GA Clustering Taking Into Account Overlapped Space Among Probability Density Functions of Clusters in Feature Space

Fisher Distance Based GA Clustering Taking Into Account Overlapped Space Among Probability Density Functions of Clusters in Feature Space Fisher Distance Based GA Clustering Taking Into Account Overlapped Space Among Probability Density Functions of Clusters in Feature Space Kohei Arai 1 Graduate School of Science and Engineering Saga University

More information

BP Neural Network Evaluation Model Combined with Grey-Fuzzy Based on Included Angle Cosine

BP Neural Network Evaluation Model Combined with Grey-Fuzzy Based on Included Angle Cosine Sensors & Transducers 04 by IFSA Publishing, S. L. http://www.sensorsportal.com BP Neural Networ Evaluation Model Combined with Grey-Fuzzy Based on Included Angle Cosine * Dongxiao Niu, Yan Lu, Yanchao

More information

Human Identification at a Distance Using Body Shape Information

Human Identification at a Distance Using Body Shape Information IOP Conference Series: Materials Science and Engineering OPEN ACCESS Human Identification at a Distance Using Body Shape Information To cite this article: N K A M Rashid et al 2013 IOP Conf Ser: Mater

More information

HEURISTICS FOR THE NETWORK DESIGN PROBLEM

HEURISTICS FOR THE NETWORK DESIGN PROBLEM HEURISTICS FOR THE NETWORK DESIGN PROBLEM G. E. Cantarella Dept. of Civil Engineering University of Salerno E-mail: g.cantarella@unisa.it G. Pavone, A. Vitetta Dept. of Computer Science, Mathematics, Electronics

More information

A Syntactic Methodology for Automatic Diagnosis by Analysis of Continuous Time Measurements Using Hierarchical Signal Representations

A Syntactic Methodology for Automatic Diagnosis by Analysis of Continuous Time Measurements Using Hierarchical Signal Representations IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART B: CYBERNETICS, VOL. 33, NO. 6, DECEMBER 2003 951 A Syntactic Methodology for Automatic Diagnosis by Analysis of Continuous Time Measurements Using

More information

SEMI-BLIND IMAGE RESTORATION USING A LOCAL NEURAL APPROACH

SEMI-BLIND IMAGE RESTORATION USING A LOCAL NEURAL APPROACH SEMI-BLIND IMAGE RESTORATION USING A LOCAL NEURAL APPROACH Ignazio Gallo, Elisabetta Binaghi and Mario Raspanti Universitá degli Studi dell Insubria Varese, Italy email: ignazio.gallo@uninsubria.it ABSTRACT

More information

KTH ROYAL INSTITUTE OF TECHNOLOGY. Lecture 14 Machine Learning. K-means, knn

KTH ROYAL INSTITUTE OF TECHNOLOGY. Lecture 14 Machine Learning. K-means, knn KTH ROYAL INSTITUTE OF TECHNOLOGY Lecture 14 Machine Learning. K-means, knn Contents K-means clustering K-Nearest Neighbour Power Systems Analysis An automated learning approach Understanding states in

More information

12 IEEE TRANSACTIONS ON FUZZY SYSTEMS, VOL. 6, NO. 1, FEBRUARY An On-Line Self-Constructing Neural Fuzzy Inference Network and Its Applications

12 IEEE TRANSACTIONS ON FUZZY SYSTEMS, VOL. 6, NO. 1, FEBRUARY An On-Line Self-Constructing Neural Fuzzy Inference Network and Its Applications 12 IEEE TRANSACTIONS ON FUZZY SYSTEMS, VOL. 6, NO. 1, FEBRUARY 1998 An On-Line Self-Constructing Neural Fuzzy Inference Network Its Applications Chia-Feng Juang Chin-Teng Lin Abstract A self-constructing

More information

Two Algorithms of Image Segmentation and Measurement Method of Particle s Parameters

Two Algorithms of Image Segmentation and Measurement Method of Particle s Parameters Appl. Math. Inf. Sci. 6 No. 1S pp. 105S-109S (2012) Applied Mathematics & Information Sciences An International Journal @ 2012 NSP Natural Sciences Publishing Cor. Two Algorithms of Image Segmentation

More information

CHAPTER 3 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM

CHAPTER 3 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM 33 CHAPTER 3 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM The objective of an ANFIS (Jang 1993) is to integrate the best features of Fuzzy Systems and Neural Networks. ANFIS is one of the best tradeoffs between

More information

Sensitive definite time or inverse time earth-fault stage for back-up residual earthfault

Sensitive definite time or inverse time earth-fault stage for back-up residual earthfault Issued: April 1999 Status: Updated Version: B/09.11.2001 Data subject to change without notice Features Sensitive restricted earth-fault protection stage for fast, selective earth-fault protection Sensitive

More information

A Non-linear Supervised ANN Algorithm for Face. Recognition Model Using Delphi Languages

A Non-linear Supervised ANN Algorithm for Face. Recognition Model Using Delphi Languages Contemporary Engineering Sciences, Vol. 4, 2011, no. 4, 177 186 A Non-linear Supervised ANN Algorithm for Face Recognition Model Using Delphi Languages Mahmood K. Jasim 1 DMPS, College of Arts & Sciences,

More information

Generalized Fuzzy Clustering Model with Fuzzy C-Means

Generalized Fuzzy Clustering Model with Fuzzy C-Means Generalized Fuzzy Clustering Model with Fuzzy C-Means Hong Jiang 1 1 Computer Science and Engineering, University of South Carolina, Columbia, SC 29208, US jiangh@cse.sc.edu http://www.cse.sc.edu/~jiangh/

More information

An Artificial Intelligence Based Approach for Bus Bar Differential Protection Faults Analysis in Distribution Systems

An Artificial Intelligence Based Approach for Bus Bar Differential Protection Faults Analysis in Distribution Systems An Artificial Intelligence Based Approach for Bus Bar Differential Protection Faults Analysis in Distribution Systems By Eng. Sameh Moustafa Mohamed Abd Elgowad Elbana A thesis submitted to The Faculty

More information

EE 589 INTRODUCTION TO ARTIFICIAL NETWORK REPORT OF THE TERM PROJECT REAL TIME ODOR RECOGNATION SYSTEM FATMA ÖZYURT SANCAR

EE 589 INTRODUCTION TO ARTIFICIAL NETWORK REPORT OF THE TERM PROJECT REAL TIME ODOR RECOGNATION SYSTEM FATMA ÖZYURT SANCAR EE 589 INTRODUCTION TO ARTIFICIAL NETWORK REPORT OF THE TERM PROJECT REAL TIME ODOR RECOGNATION SYSTEM FATMA ÖZYURT SANCAR 1.Introductıon. 2.Multi Layer Perception.. 3.Fuzzy C-Means Clustering.. 4.Real

More information

Flexible-Hybrid Sequential Floating Search in Statistical Feature Selection

Flexible-Hybrid Sequential Floating Search in Statistical Feature Selection Flexible-Hybrid Sequential Floating Search in Statistical Feature Selection Petr Somol 1,2, Jana Novovičová 1,2, and Pavel Pudil 2,1 1 Dept. of Pattern Recognition, Institute of Information Theory and

More information

Non-linear gating network for the large scale classification model CombNET-II

Non-linear gating network for the large scale classification model CombNET-II Non-linear gating network for the large scale classification model CombNET-II Mauricio Kugler, Toshiyuki Miyatani Susumu Kuroyanagi, Anto Satriyo Nugroho and Akira Iwata Department of Computer Science

More information

An Introduction to Pattern Recognition

An Introduction to Pattern Recognition An Introduction to Pattern Recognition Speaker : Wei lun Chao Advisor : Prof. Jian-jiun Ding DISP Lab Graduate Institute of Communication Engineering 1 Abstract Not a new research field Wide range included

More information

Optimum Design of Truss Structures using Neural Network

Optimum Design of Truss Structures using Neural Network Optimum Design of Truss Structures using Neural Network Seong Beom Kim 1.a, Young Sang Cho 2.b, Dong Cheol Shin 3.c, and Jun Seo Bae 4.d 1 Dept of Architectural Engineering, Hanyang University, Ansan,

More information

Earth-fault Relay SPAJ 110 C. Product Guide

Earth-fault Relay SPAJ 110 C. Product Guide Issued: April 1999 Status: Updated Version: C/12.04.2006 Data subject to change without notice Features Low-set neutral overcurrent stage with definite time or inverse time characteristic High-set neutral

More information

USING IMAGES PATTERN RECOGNITION AND NEURAL NETWORKS FOR COATING QUALITY ASSESSMENT Image processing for quality assessment

USING IMAGES PATTERN RECOGNITION AND NEURAL NETWORKS FOR COATING QUALITY ASSESSMENT Image processing for quality assessment USING IMAGES PATTERN RECOGNITION AND NEURAL NETWORKS FOR COATING QUALITY ASSESSMENT Image processing for quality assessment L.-M. CHANG and Y.A. ABDELRAZIG School of Civil Engineering, Purdue University,

More information

Feature scaling in support vector data description

Feature scaling in support vector data description Feature scaling in support vector data description P. Juszczak, D.M.J. Tax, R.P.W. Duin Pattern Recognition Group, Department of Applied Physics, Faculty of Applied Sciences, Delft University of Technology,

More information

Pattern Classification Using Neuro Fuzzy and Support Vector Machine (SVM) - A Comparative Study

Pattern Classification Using Neuro Fuzzy and Support Vector Machine (SVM) - A Comparative Study Pattern Classification Using Neuro Fuzzy and Support Vector Machine (SVM) - A Comparative Study Dr. Maya Nayak 1 and Er. Jnana Ranjan Tripathy 2 Department of Information Technology, Biju Pattnaik University

More information

This leads to our algorithm which is outlined in Section III, along with a tabular summary of it's performance on several benchmarks. The last section

This leads to our algorithm which is outlined in Section III, along with a tabular summary of it's performance on several benchmarks. The last section An Algorithm for Incremental Construction of Feedforward Networks of Threshold Units with Real Valued Inputs Dhananjay S. Phatak Electrical Engineering Department State University of New York, Binghamton,

More information

Simulated Annealing Based Neural Network for Dynamic Clustering In Wireless Sensor Network

Simulated Annealing Based Neural Network for Dynamic Clustering In Wireless Sensor Network Simulated Annealing Based Neural Network for Dynamic Clustering In Wireless Sensor Network 1 Vartika Sharma, 2 Kritika Raj Sharma, 3 Susheva Sharma Arni University, Kathgarh, (Indora), Distt Kangra, Himachal

More information

Application of nonparametric Bayesian classifier to remote sensing data. Institute of Parallel Processing, Bulgarian Academy of Sciences

Application of nonparametric Bayesian classifier to remote sensing data. Institute of Parallel Processing, Bulgarian Academy of Sciences Application of nonparametric Bayesian classifier to remote sensing data Nina Jeliazkova, nina@acad.bg, +359 2 979 6606 Stela Ruseva, stela@acad.bg, +359 2 979 6606 Kiril Boyanov, boyanov@acad.bg Institute

More information

Texton Clustering for Local Classification using Scene-Context Scale

Texton Clustering for Local Classification using Scene-Context Scale Texton Clustering for Local Classification using Scene-Context Scale Yousun Kang Tokyo Polytechnic University Atsugi, Kanakawa, Japan 243-0297 Email: yskang@cs.t-kougei.ac.jp Sugimoto Akihiro National

More information

A Comparative Study of SVM Kernel Functions Based on Polynomial Coefficients and V-Transform Coefficients

A Comparative Study of SVM Kernel Functions Based on Polynomial Coefficients and V-Transform Coefficients www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 6 Issue 3 March 2017, Page No. 20765-20769 Index Copernicus value (2015): 58.10 DOI: 18535/ijecs/v6i3.65 A Comparative

More information