CHAPTER 3 FUZZY RULE BASED MODEL FOR FAULT DIAGNOSIS

Size: px
Start display at page:

Download "CHAPTER 3 FUZZY RULE BASED MODEL FOR FAULT DIAGNOSIS"

Transcription

1 39 CHAPTER 3 FUZZY RULE BASED MODEL FOR FAULT DIAGNOSIS 3.1 INTRODUCTION Development of mathematical models is essential for many disciplines of engineering and science. Mathematical models are used for different purposes such as simulations, design and analysis of systems, and also for process monitoring and supervision. The traditional mechanistic approach to modeling is based on a thorough understanding of the nature and behavior of the actual system, and on a suitable mathematical treatment that leads to the development of a model. For incompletely understood processes, however, this approach may become laborious and inefficient. Large amount of process knowledge is qualitative and imprecise and as such cannot be readily transformed into traditional mathematical models based on differential and algebraic equations. Many physical systems are not amenable to conventional modeling approaches due to lack of precise, formal knowledge about the system, due to strong nonlinear behavior, high degree of uncertainty and due to the time varying characteristics of the system. Fuzzy systems along with other related techniques such as neural networks have been recognized as powerful tools which can facilitate the effective development of models in such cases. Modeling and control of dynamics systems belong to the field in which fuzzy

2 40 logic techniques have received considerable attention, not only from the scientific community but also from industry. This chapter explains the details of the FL based diagnostic system developed for pneumatic valve. It contains the procedural steps to be followed to design a FL based model for fault diagnosis. In addition to development of fuzzy logic based model the tuning of parameters of the fuzzy system are also presented here. Detailed discussions on simulation results are also presented here. 3.2 SYSTEM MODELING THROUGH FUZZY LOGIC Fuzzy logic is an extension of Boolean logic where members of the set can have varying degrees of membership. It is an approach to handle vagueness or uncertainty and, in particular, linguistic variables. It is a multivalued type of logic that allows intermediate values to be defined between conventional threshold values. Fuzzy logic was first developed by Zadeh in the mid 1960 s to provide a mathematical basis for human reasoning. Fuzzy logic uses fuzzy set theory, in which a variable is a member of one or more sets, with a specified degree of membership. Fuzzy logic when applied with the aid of computers, allows them to emulate the human reasoning process, quantify imprecise information, make decisions based on vague and incomplete data, yet by applying a defuzzification process, arrive at definite conclusions. A fuzzy logic system is unique in that it is able to simultaneously handle numerical and linguistic knowledge. A large number of applications of fuzzy logic have been performed during the 20 th century. They include control applications, medicine, manufacturing, metrology, scheduling and optimization and signal analysis for training and interpretation. The concept of fuzzy-set theory and fuzzy logic can be employed in the modeling of systems in a number of ways. Examples of fuzzy systems are

3 41 rule-based fuzzy systems, fuzzy linear regression model, and fuzzy models using cell structures. This report focuses on rule based fuzzy systems. Fuzzy systems are being applied successfully in an increasing number of application areas; they use linguistic rules to describe systems. These rule based systems are more suitable for complex system problems where it is very difficult, if not impossible, to describe the system mathematically. A static or dynamic system which makes use of fuzzy sets or fuzzy logic and of the corresponding mathematical framework is called as fuzzy system (Babuska and Verbruggen 1996). There are a number of ways fuzzy sets can be involved in a system, such as: In the description of the system: A system can be defined, for instance, as a collection of if-then rules with fuzzy predicates, or as a fuzzy relation. In the specification of the system s parameters: The system can be defined by algebraic or differential equations, in which the parameters are fuzzy numbers instead of real numbers. The input, output and state variables of a system may be fuzzy sets: Fuzzy inputs can be readings from unreliable sensors (noisy data), or quantities related to human perception, such as comfort, beauty, etc. Fuzzy systems can process such information, which is not the case with conventional (crisp) systems. The practical relevance of fuzzy modeling are given below: Incomplete or vague knowledge about systems: Conventional system theory relies on crisp mathematical models of systems, such as algebraic and differential or difference equations. For some systems, such as electro-mechanical systems, mathematical models can be obtained. This is because the

4 42 physical laws governing the systems are well understood. For a large number of practical problems, however, the gathering of an acceptable degree of knowledge needed for physical modeling is a difficult, time-consuming and expensive or even impossible task. In the majority of systems, the underlying phenomena are understood only partially and crisp mathematical models cannot be derived or are too complex to be useful. Examples of such systems can be found in the chemical or food industries, biotechnology, ecology, finance, sociology, etc. A significant portion of information about these systems is available as the knowledge of human experts, process operators and designers. This knowledge may be too vague and uncertain to be expressed by mathematical functions. It is, however, often possible to describe the functioning of systems by means of natural language, in the form of if-then rules. Fuzzy rule-based systems can be used as knowledge-based models constructed by using knowledge of experts in the given field of interest. Adequate processing of imprecise information: Precise numerical computation with conventional mathematical models only makes sense when the parameters and input data are accurately known. As this is often not the case, a modeling framework is needed which can adequately process not only the given data, but also the associated uncertainty. The stochastic approach is a traditional way of dealing with uncertainty. However, it has been recognized that not all types of uncertainty can be dealt with within the stochastic framework. Various alternative approaches have been proposed, fuzzy logic and fuzzy set theory being one of them.

5 43 Transparent (gray-box) modeling and identification: Identification of dynamic systems from input-output measurements is an important topic of scientific research with a wide range of practical applications. Many real-world systems are inherently nonlinear and cannot be represented by linear models used in conventional system identification. Recently, there is a strong focus on the development of methods for the identification of nonlinear systems from measured data. Artificial neural networks and fuzzy models belong to the most popular model structures used. From the input-output view, fuzzy systems are flexible mathematical functions which can approximate other functions or just data (measurements) with a desired accuracy. This property is general function approximation. The most commonly used fuzzy logic systems are: Mamdani fuzzy model: The crisp inputs are fuzzified according to a set of membership functions. The fuzzy AND and OR operators in the if-then rules are inferred using minmax or product max compositions, or other variations. The fuzzy set obtained is defuzzified to a crisp value using a strategy like the centroid or the mean of maximum methods. Sugeno Fuzzy model: It was proposed to develop a systematic approach to generating fuzzy rules from a given input-output data set. A typical fuzzy rule in a sugeno fuzzy model has the form: if x is A and y is B then z=f(x,y), where A and B are fuzzy sets in the antecedent, while z=f(x,y) is a crisp function in the consequent. Usually f(x,y) is polynomial in the input variables x and y, but it can be any function as

6 44 long as it can appropriately describe the output of the system within the fuzzy region specified by the antecedent of the rule. When f(x, y) is first-order polynomial, the resulting system is called a first-order sugeno fuzzy model. In this case, each rule has a crisp output, the overall output is obtained via weighted average and thus the time consuming procedure of defuzzification is avoided. Tsukamoto Fuzzy model: The consequent of each fuzzy ifthen rule is represented by a fuzzy set with monotonical membership functions. As a result, the inferred output of each rule is defined as a crisp value induced by the rule s firing strength. The overall output is taken as the weighted average at each rule s output. It avoids the time consuming process of defuzzification. 3.3 FUZZY LOGIC SYSTEM Fuzzy Logic System (FLS) is a computing framework based on the concepts of fuzzy set theory, fuzzy if-then rules, and fuzzy reasoning. The basic structure of a fuzzy inference system consists of three conceptual components: a rule base, which contains a selection of fuzzy rules, a database, which defines the membership functions used in the fuzzy rules, and a reasoning mechanism, which performs the inference procedure upon the rules and a given condition to derive a reasonable output or conclusion. Figure 3.1 shows the generic logic fuzzy system. The following subsections present the various components of a fuzzy logic system.

7 45 Crisp Input (X) Knowledge Base Rule Base Data Base Crisp output(y) Fuzzifier (X) Fuzzy Interface Engine (Y) Defuzzifier Figure 3.1 Generic fuzzy logic system The fuzzy system model consists of four main components namely Fuzzification interface: It can be regarded as the input interface. It has the function of modifying/scaling the inputs so that they may be compared to the rules in the rule-base. The rule-base: Here, the knowledge for the control of the system is held as a set of if-then statements. The inference mechanism: It evaluates which rules are relevant at the current time and then decides what the input to the plant should be. Defuzzification interface: It acts as an output interface. The output from the inference mechanism is converted so that it may be fed into the input for the process. When modeling a process, there will always be some uncertainty with regard to the accuracy of the process data and operating conditions. The fuzzy model provides a means of encompassing the nonlinearities and uncertainties of the process without definitive mathematical statements.

8 Building of Fuzzy Models Fuzzy Logic (Abe and Lan 1995) has been successfully applied in solving classification problems where boundaries between classes are not well defined. Typical fuzzy classifiers Ishibuchi et al (1995), Rajakarunakaran et al (2006) consist of interpretable if-then rules with fuzzy antecedents and class labels in the consequent part. The antecedents (if-parts) of the rules partition the input space into a number of fuzzy regions by fuzzy sets, while the consequents (then-parts) described the output of the classifier in these regions. Formation of fuzzy if-then rules and the membership functions are the important issues in the design of fuzzy classifier system. In general, the rules and membership function are formed from the experience of the human experts. Two common sources of information for building fuzzy models are the priori knowledge and data. The priori knowledge can be of a rather approximate nature (qualitative knowledge, heuristics), which usually originates from experts (Zimmermann 1987). Data are available as records of the process operation or special identification experiments can be designed to obtain the relevant data. With regard to the design of fuzzy models, two basic items are distinguished: the structure and the parameters of the model. The structure determines the flexibility of the model in the approximation of (unknown) mappings. The parameters are then tuned (estimated) to fit the data at hand. To develop a fuzzy model, the following main decisions must be made: Choose the type of fuzzy model (Takagi-Sugeno, linguistic, etc.,) Choose the inference and defuzzification methods and the particular fuzzy logic or set-theoretic operators Develop the knowledge base, i.e., the rules and the membership functions.

9 47 One of the most important considerations in designing any fuzzy systems is the generation of the fuzzy rules as well as the membership functions for each fuzzy set. In most of the existing applications, the fuzzy rules are generated by experts in the area, especially for control problems with only a few inputs. With an increasing number of variables, the possible number of rules for the system increases exponentionally; this makes it difficult for experts to define a complete set of rules for good system performance. To design a (linguistic) fuzzy model based on available expert knowledge, the following steps can be followed: Select the input and output variables, the structure of the rules, and the inference and defuzzification methods. Decide on the number of linguistic terms for each variable and define the corresponding membership functions. Formulate the available knowledge in terms of fuzzy if-then rules. Validate the model (typically by using data). If the model does not meet the expected performance, iterate on the above design steps. 3.4 ADAPTIVE FUZZY MODEL In the previous section, the details related to fuzzy model development using the expert knowledge is presented. The fuzzy model developed using the expert knowledge alone may not work satisfactorily under all conditions. Tuning of rule base and membership functions is very much essential to make the developed model to be suitable for all conditions. Numerical data collected from the process can be used to tune the parameters of the fuzzy system. In this section, Adaptive Neuro-Fuzzy Inference system (ANFIS) is used to tune the parameters of the fuzzy system. In general, neurofuzzy modelling (Jang 1993) is a branch of system identification and it

10 48 involves two phases: structure identification and parameter identification. The former is related to finding a suitable number of rules and a proper partition of feature space. The latter is concerned with the adjustment of system parameters, such as the membership functions, linear coefficients and so on. If we do not use any structure identification techniques in fuzzy modeling, we have to accept the simple grid partitioning of the input space. The architecture of the ANFIS, which is used in this work, is shown in Figure 3.2 (a). Layer 1 Layer 4 Layer 2 Layer 3 A 1 x y Layer 5 x A 2 M w 1 N w 1 w 1 f 1 f y B 1 B 2 M w 2 N w 2 x y w 2 f 2 Figure 3.2 (a) ANFIS architecture The following rules were considered for design of ANFIS model for fault diagnosis of pneumatic valve in cooler water spray system in cement industry. Rule 1 : If (x is A 1 ) and (y is B 1 ) then (f 1 = p 1 x + q 1 y + r 1 ) Rule 2 : If (x is A 2 ) and (y is B 2 ) then (f 2 = p 2 x + q 2 y + r 2 ) where x and y are the inputs, A i and B i are the fuzzy sets, f i are the outputs within the fuzzy region specified by the fuzzy rule, p i, q i and r i are the design parameters that are determined during the training process. A two input first order sugeno fuzzy model with two rules is shown in Figure 3.2 (b) and the ANFIS architecture to implement the above two rules is shown in Figure 3.2

11 49 (a), in which a circle indicates a fixed node, whereas a square indicates an adaptive node. A 1 B 1 w 1 f 1 =p 1 x+q 1 y+r 1 A 2 X B 2 Y f w 1 w1 f1 w f 1 1 w w2 f w 2 f w 2 f 2 =p 2 x+q 2 y+r 2 x X y Y Figure 3.2 (b) A two input first order sugeno fuzzy model with two rules ANFIS model is developed using Fuzzy C-Means (FCM) clustering. Given separate sets of input and output data ANFIS generates an FIS using FCM by extracting a set of rules that models the data behavior. The rule extraction method first uses the FCM function to determine the number of rules and antecedent membership functions and then uses linear least squares estimation to determine each rule's consequent equations. The details of FCM algorithm are given in the Appendix Model Validation Model validation is the process by which the input vectors from input/output data sets on which the ANFIS was not trained, are presented to the trained model, to predict the corresponding output values. The statistical method can be used to calculate the Root-Mean Squared error (RMS). RMS error can be calculated as: RMS 1 ( y t ) n 2 m pre, m mea, m n (3.1)

12 50 where n is the number of data patterns in the independent data set, y pre,m indicates the predicted value, t mea,m is the measured value of one data point m. When the RMS value is small, the performance of ANFIS model is good. 3.5 RESULTS AND DISCUSSION This section presents the details of the simulation carried out on the developed fuzzy rule based model for fault diagnosis of pneumatic valve. Fuzzy Systems (Rajakarunakaran et al 2006) are developed using MATLAB 7.4 fuzzy logic toolbox in Pentium 4 with 2.40GHZ processor with 512 MB of RAM. While developing the fuzzy model minimum value is determined using T-norm, maximum value is determined using T- conorm and Mamdani inference was used. The developed model was tested with the data collected from the pneumatic valve. The data required are collected under normal and faulty conditions of the pneumatic valve used in cement industry. Three frequently occurring faults in the pneumatic valve used in the cement industry are considered here. The data required for the development fuzzy rule based model for fault detection were collected under normal and abnormal operating condition of pneumatic valve from the field experts, the operational log book, operating manual and maintenance record which are maintained by the operators in cement industry. The collected information includes the faultsymptom relationship for pneumatic valve and the ranges of the variables. The objective here is to capture the implicit knowledge behind the diagnosis process, which is embedded in the information collected from the technical experts, through the developed model so that it can be applied for the diagnostic process when the system is in operation. The system contains 2 input variables, which are given in Table 3.1. Flow rate and rod displacement are given as the input variables to develop the fuzzy rule based model and the output is labelled as either normal or as a fault condition.

13 51 Table 3.1 Input variables with operating range Name of the variable Minimum Value Maximum Value Flow (F) 2mm 3 / sec 15mm 3 / sec Rod Displacement (X) 8mm 80mm The required data were collected from the cement industry (certificate attached at Appendix-1 and data sheet in Appendix 3). From this data, the minimum value of flow rate is 2 mm 3 / sec and the maximum value of Flow rate is 15 mm 3 / sec. Similarly the minimum value of rod displacement is 8 mm and the maximum value of rod displacement is 80 mm respectively. Based on these minimum and maximum values of flow rate and the rod displacement, the fuzzy membership functions were formed. The membership functions were formed based on the guidelines given by the industrial experts. Table 3.2 shows the minimum and maximum value of flow and the rod displacement under faulty condition. Table 3.2 Range of flow and rod displacement for under faulty condition Type of fault Flow (F) Rod displacement (X) Minimum Maximum Minimum Maximum Value Value Value Value F1 2mm 3 / sec 9mm 3 / sec 8mm 40mm F3 2mm 3 / sec 4mm 3 / sec 29mm 33mm F6 7.15mm 3 / sec 15mm 3 / sec 30mm 75mm in Figure 3.3. The membership functions formed for the input variables are shown

14 Low Medium High (Flow) Flow (mm3/sec) 1.0 Low Medium High (disp) Rod Displacement (mm) Figure 3.3 Membership Functions for input variables in pneumatic valve Membership functions were formed for all the input variables (flow rate, rod displacement) based on their minimum and the maximum values during the normal and abnormal conditions. The combinations of triangular and trapezoidal membership functions were assigned for both the input variables (flow rate, rod displacement) and each variable was categorized into three fuzzy subsets. The expert knowledge relating to the symptoms and the various faults are formulated in the form of fuzzy if-then rules. A set of such rules constitutes the rule base of the FIS. This form of knowledge representation is appropriate because it is very close to the way the experts themselves think about the diagnosis and decision process. The if-then rules formulated for pneumatic valve in cooler water spray system are given below:

15 53 IF flow is medium and rod displacement is medium THEN F0 (No fault) IF flow is medium and rod displacement is low THEN the fault is F1. IF flow is low and rod displacement is medium THEN the fault is F3. IF flow is medium and rod displacement is high THEN the fault is F6. IF flow is low and rod displacement is low THEN the fault is F3. IF flow is high and rod displacement is low THEN F0 (No fault) IF flow is high and rod displacement is medium THEN the fault is F6. IF flow is low and rod displacement is high THEN F0 (No fault). IF flow is high and rod displacement is high THEN F0 (No fault). Table 3.3 refers to outputs produced by FIS for the given input values. Table 3.3 Output produced by the FIS for the given input values Input Output FLOW DISP F0 F1 F3 F6 Actual Fault (mm 3 / sec) (mm) Valve Clogging (F1) Valve seat sedimentation(f3) No Fault Internal leakage (F6)

16 54 The response of the FIS for four sample data corresponding to the normal condition and the three faults are given in Table 3.3. From this table it is observed that the developed FIS is able to correctly identify the fault occurring in the pneumatic valve. Next, ANFIS approach was applied to develop the fuzzy system. Availability of training data is an important requirement in the development of ANFIS model. ANFIS model was developed using the data collected from cement industry (certificate attached at Appendix 1). The binary value of normal and abnormal is taken as the output. The data set was divided into two separate data sets randomly, the training data set and the testing data set. The training data set was used to develop the ANFIS model; whereas the testing data set was used to verify the accuracy and the effectiveness of the trained ANFIS model. Three separate ANFIS models were developed for valve clogging fault, valve seat sedimentation, and internal leakage faults. Hybrid learning rule was used to train the model using the input/ output data pairs. The data contains 2 input features, which is given in Table 3.1 (data sheet attached in Appendix 3) and one output that is labeled as either normal or as a fault, with exactly one specific fault. All the input features are continuous variables while the output is represented as [0] for normal, [1] for fault. The total number of data considered is 1000, which contain 25% normal patterns and 75% of patterns with faults. Among them, 750 patterns are used for training and 250 patterns are used for testing. The testing data comprises of both normal and abnormal (faulty) data, which are totally different from the training data. In order to obtain the optimal model parameters, the fuzzy rule architecture of the ANFIS was designed by using different membership

17 55 functions and various number of membership functions. Hybrid learning rule was used to train the model accordingly to input/ output data pairs, and the number of iterations was 1000 although it was observed that the most of the learning was completed in the first 200 epochs. Different types of membership functions and various number of membership functions which is ranging 2-5 was used in the ANFIS model. The membership function types which were used in the ANFIS model are Gaussian and the output membership function type is linear. ANFIS was implemented using MATLAB 7.10 software package. The sugeno type fuzzy model is used and the number of fuzzy rules is generated by giving the number of clusters and the number of cluster is 3, then 3 rules are generated. The membership functions generated for 2 input variables for the valve clogging fault are shown in Figure 3.4 and Figure Membership function for Flow input in1cluster2 in1cluster3 in1cluster1 input1,cluster1 input1, cluster2 input1, cluster Flow (mm3/sec) Figure 3.4 Membership function for flow input of Valve clogging fault (F1)

18 56 The mean square error achieved during training is After training the performance of the ANFIS model is evaluated with the test data and the mean square error achieved for testing is The network took seconds to reach the error goal. The trained network classified 250 data correctly, which shows an overall detection rate 100%. Membership function for Rod displacement input 1 in2cluster2 in2cluster3 input 2, cluster1 input 2, cluster 2 input2, cluster 3 in2cluster Rod displacement (mm) Figure 3.5 Membership function for Rod displacement input of Valve clogging fault (F1) Table 3.4 shows the performance comparison between the various parameters of Fuzzy and ANFIS models. From the simulation results, it is found that the accuracy of fault classification is high in ANFIS models when compared with Fuzzy. The obtained results proved that ANFIS performed better than Fuzzy.

19 57 Table 3.4 Performance Comparison between Fuzzy and ANFIS Models Description of parameters Fuzzy ANFIS model 1 ANFIS model 2 ANFIS model 3 Number of testing patterns Percentage of fault classified 96 % SUMMARY This chapter has presented FL based approach for fault diagnosis in pneumatic valve used in cooler water spray system. The fault-symptom relationships were expressed in the form of fuzzy if-then rules. The number of input features used for the development of fuzzy model is two. Membership functions and the fuzzy rule base were formed based on the expert knowledge. Further, the numerical data collected from the system are used to fine-tune the membership functions and the fuzzy rule base. ANFIS is used to tune the parameters of the fuzzy system. The obtained result shows that developed fuzzy model produced accurate results for the given input.

Lecture notes. Com Page 1

Lecture notes. Com Page 1 Lecture notes Com Page 1 Contents Lectures 1. Introduction to Computational Intelligence 2. Traditional computation 2.1. Sorting algorithms 2.2. Graph search algorithms 3. Supervised neural computation

More information

FUZZY INFERENCE SYSTEMS

FUZZY INFERENCE SYSTEMS CHAPTER-IV FUZZY INFERENCE SYSTEMS Fuzzy inference is the process of formulating the mapping from a given input to an output using fuzzy logic. The mapping then provides a basis from which decisions can

More information

CHAPTER 5 FUZZY LOGIC CONTROL

CHAPTER 5 FUZZY LOGIC CONTROL 64 CHAPTER 5 FUZZY LOGIC CONTROL 5.1 Introduction Fuzzy logic is a soft computing tool for embedding structured human knowledge into workable algorithms. The idea of fuzzy logic was introduced by Dr. Lofti

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

MODELING FOR RESIDUAL STRESS, SURFACE ROUGHNESS AND TOOL WEAR USING AN ADAPTIVE NEURO FUZZY INFERENCE SYSTEM

MODELING FOR RESIDUAL STRESS, SURFACE ROUGHNESS AND TOOL WEAR USING AN ADAPTIVE NEURO FUZZY INFERENCE SYSTEM CHAPTER-7 MODELING FOR RESIDUAL STRESS, SURFACE ROUGHNESS AND TOOL WEAR USING AN ADAPTIVE NEURO FUZZY INFERENCE SYSTEM 7.1 Introduction To improve the overall efficiency of turning, it is necessary to

More information

Fuzzy Expert Systems Lecture 8 (Fuzzy Systems)

Fuzzy Expert Systems Lecture 8 (Fuzzy Systems) Fuzzy Expert Systems Lecture 8 (Fuzzy Systems) Soft Computing is an emerging approach to computing which parallels the remarkable ability of the human mind to reason and learn in an environment of uncertainty

More information

CHAPTER 4 FREQUENCY STABILIZATION USING FUZZY LOGIC CONTROLLER

CHAPTER 4 FREQUENCY STABILIZATION USING FUZZY LOGIC CONTROLLER 60 CHAPTER 4 FREQUENCY STABILIZATION USING FUZZY LOGIC CONTROLLER 4.1 INTRODUCTION Problems in the real world quite often turn out to be complex owing to an element of uncertainty either in the parameters

More information

FUZZY LOGIC TECHNIQUES. on random processes. In such situations, fuzzy logic exhibits immense potential for

FUZZY LOGIC TECHNIQUES. on random processes. In such situations, fuzzy logic exhibits immense potential for FUZZY LOGIC TECHNIQUES 4.1: BASIC CONCEPT Problems in the real world are quite often very complex due to the element of uncertainty. Although probability theory has been an age old and effective tool to

More information

7. Decision Making

7. Decision Making 7. Decision Making 1 7.1. Fuzzy Inference System (FIS) Fuzzy inference is the process of formulating the mapping from a given input to an output using fuzzy logic. Fuzzy inference systems have been successfully

More information

CHAPTER 4 FUZZY LOGIC, K-MEANS, FUZZY C-MEANS AND BAYESIAN METHODS

CHAPTER 4 FUZZY LOGIC, K-MEANS, FUZZY C-MEANS AND BAYESIAN METHODS CHAPTER 4 FUZZY LOGIC, K-MEANS, FUZZY C-MEANS AND BAYESIAN METHODS 4.1. INTRODUCTION This chapter includes implementation and testing of the student s academic performance evaluation to achieve the objective(s)

More information

Introduction to Fuzzy Logic and Fuzzy Systems Adel Nadjaran Toosi

Introduction to Fuzzy Logic and Fuzzy Systems Adel Nadjaran Toosi Introduction to Fuzzy Logic and Fuzzy Systems Adel Nadjaran Toosi Fuzzy Slide 1 Objectives What Is Fuzzy Logic? Fuzzy sets Membership function Differences between Fuzzy and Probability? Fuzzy Inference.

More information

European Journal of Science and Engineering Vol. 1, Issue 1, 2013 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM IDENTIFICATION OF AN INDUCTION MOTOR

European Journal of Science and Engineering Vol. 1, Issue 1, 2013 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM IDENTIFICATION OF AN INDUCTION MOTOR ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM IDENTIFICATION OF AN INDUCTION MOTOR Ahmed A. M. Emam College of Engineering Karrary University SUDAN ahmedimam1965@yahoo.co.in Eisa Bashier M. Tayeb College of Engineering

More information

Unit V. Neural Fuzzy System

Unit V. Neural Fuzzy System Unit V Neural Fuzzy System 1 Fuzzy Set In the classical set, its characteristic function assigns a value of either 1 or 0 to each individual in the universal set, There by discriminating between members

More information

Fuzzy Modeling for Control.,,i.

Fuzzy Modeling for Control.,,i. Fuzzy Modeling for Control,,i. INTERNATIONAL SERIES IN INTELLIGENT TECHNOLOGIES Prof. Dr. Dr. h.c. Hans-Jiirgen Zimmermann, Editor European Laboratory for Intelligent Techniques Engineering Aachen, Germany

More information

Neuro-fuzzy systems 1

Neuro-fuzzy systems 1 1 : Trends and Applications International Conference on Control, Engineering & Information Technology (CEIT 14), March 22-25, Tunisia Dr/ Ahmad Taher Azar Assistant Professor, Faculty of Computers and

More information

In the Name of God. Lecture 17: ANFIS Adaptive Network-Based Fuzzy Inference System

In the Name of God. Lecture 17: ANFIS Adaptive Network-Based Fuzzy Inference System In the Name of God Lecture 17: ANFIS Adaptive Network-Based Fuzzy Inference System Outline ANFIS Architecture Hybrid Learning Algorithm Learning Methods that Cross-Fertilize ANFIS and RBFN ANFIS as a universal

More information

fuzzylite a fuzzy logic control library in C++

fuzzylite a fuzzy logic control library in C++ fuzzylite a fuzzy logic control library in C++ Juan Rada-Vilela jcrada@fuzzylite.com Abstract Fuzzy Logic Controllers (FLCs) are software components found nowadays within well-known home appliances such

More information

Chapter 4 Fuzzy Logic

Chapter 4 Fuzzy Logic 4.1 Introduction Chapter 4 Fuzzy Logic The human brain interprets the sensory information provided by organs. Fuzzy set theory focus on processing the information. Numerical computation can be performed

More information

CHAPTER 6 SOLUTION TO NETWORK TRAFFIC PROBLEM IN MIGRATING PARALLEL CRAWLERS USING FUZZY LOGIC

CHAPTER 6 SOLUTION TO NETWORK TRAFFIC PROBLEM IN MIGRATING PARALLEL CRAWLERS USING FUZZY LOGIC CHAPTER 6 SOLUTION TO NETWORK TRAFFIC PROBLEM IN MIGRATING PARALLEL CRAWLERS USING FUZZY LOGIC 6.1 Introduction The properties of the Internet that make web crawling challenging are its large amount of

More information

Figure 2-1: Membership Functions for the Set of All Numbers (N = Negative, P = Positive, L = Large, M = Medium, S = Small)

Figure 2-1: Membership Functions for the Set of All Numbers (N = Negative, P = Positive, L = Large, M = Medium, S = Small) Fuzzy Sets and Pattern Recognition Copyright 1998 R. Benjamin Knapp Permission to make digital or hard copies of part or all of this work for personal or classroom use is granted without fee provided that

More information

Fuzzy Networks for Complex Systems. Alexander Gegov University of Portsmouth, UK

Fuzzy Networks for Complex Systems. Alexander Gegov University of Portsmouth, UK Fuzzy Networks for Complex Systems Alexander Gegov University of Portsmouth, UK alexander.gegov@port.ac.uk Presentation Outline Introduction Types of Fuzzy Systems Formal Models for Fuzzy Networks Basic

More information

Chapter 7 Fuzzy Logic Controller

Chapter 7 Fuzzy Logic Controller Chapter 7 Fuzzy Logic Controller 7.1 Objective The objective of this section is to present the output of the system considered with a fuzzy logic controller to tune the firing angle of the SCRs present

More information

Machine Learning & Statistical Models

Machine Learning & Statistical Models Astroinformatics Machine Learning & Statistical Models Neural Networks Feed Forward Hybrid Decision Analysis Decision Trees Random Decision Forests Evolving Trees Minimum Spanning Trees Perceptron Multi

More information

Why Fuzzy Fuzzy Logic and Sets Fuzzy Reasoning. DKS - Module 7. Why fuzzy thinking?

Why Fuzzy Fuzzy Logic and Sets Fuzzy Reasoning. DKS - Module 7. Why fuzzy thinking? Fuzzy Systems Overview: Literature: Why Fuzzy Fuzzy Logic and Sets Fuzzy Reasoning chapter 4 DKS - Module 7 1 Why fuzzy thinking? Experts rely on common sense to solve problems Representation of vague,

More information

FUZZY INFERENCE. Siti Zaiton Mohd Hashim, PhD

FUZZY INFERENCE. Siti Zaiton Mohd Hashim, PhD FUZZY INFERENCE Siti Zaiton Mohd Hashim, PhD Fuzzy Inference Introduction Mamdani-style inference Sugeno-style inference Building a fuzzy expert system 9/29/20 2 Introduction Fuzzy inference is the process

More information

Application of fuzzy set theory in image analysis. Nataša Sladoje Centre for Image Analysis

Application of fuzzy set theory in image analysis. Nataša Sladoje Centre for Image Analysis Application of fuzzy set theory in image analysis Nataša Sladoje Centre for Image Analysis Our topics for today Crisp vs fuzzy Fuzzy sets and fuzzy membership functions Fuzzy set operators Approximate

More information

Fuzzy rule-based decision making model for classification of aquaculture farms

Fuzzy rule-based decision making model for classification of aquaculture farms Chapter 6 Fuzzy rule-based decision making model for classification of aquaculture farms This chapter presents the fundamentals of fuzzy logic, and development, implementation and validation of a fuzzy

More information

Fuzzy If-Then Rules. Fuzzy If-Then Rules. Adnan Yazıcı

Fuzzy If-Then Rules. Fuzzy If-Then Rules. Adnan Yazıcı Fuzzy If-Then Rules Adnan Yazıcı Dept. of Computer Engineering, Middle East Technical University Ankara/Turkey Fuzzy If-Then Rules There are two different kinds of fuzzy rules: Fuzzy mapping rules and

More information

CHAPTER 3 A FAST K-MODES CLUSTERING ALGORITHM TO WAREHOUSE VERY LARGE HETEROGENEOUS MEDICAL DATABASES

CHAPTER 3 A FAST K-MODES CLUSTERING ALGORITHM TO WAREHOUSE VERY LARGE HETEROGENEOUS MEDICAL DATABASES 70 CHAPTER 3 A FAST K-MODES CLUSTERING ALGORITHM TO WAREHOUSE VERY LARGE HETEROGENEOUS MEDICAL DATABASES 3.1 INTRODUCTION In medical science, effective tools are essential to categorize and systematically

More information

Fuzzy if-then rules fuzzy database modeling

Fuzzy if-then rules fuzzy database modeling Fuzzy if-then rules Associates a condition described using linguistic variables and fuzzy sets to a conclusion A scheme for capturing knowledge that involves imprecision 23.11.2010 1 fuzzy database modeling

More information

CHAPTER 3 INTELLIGENT FUZZY LOGIC CONTROLLER

CHAPTER 3 INTELLIGENT FUZZY LOGIC CONTROLLER 38 CHAPTER 3 INTELLIGENT FUZZY LOGIC CONTROLLER 3.1 INTRODUCTION The lack of intelligence, learning and adaptation capability in the control methods discussed in general control scheme, revealed the need

More information

* The terms used for grading are: - bad - good

* The terms used for grading are: - bad - good Hybrid Neuro-Fuzzy Systems or How to Combine German Mechanics with Italian Love by Professor Michael Negnevitsky University of Tasmania Introduction Contents Heterogeneous Hybrid Systems Diagnosis of myocardial

More information

A New Fuzzy Neural System with Applications

A New Fuzzy Neural System with Applications A New Fuzzy Neural System with Applications Yuanyuan Chai 1, Jun Chen 1 and Wei Luo 1 1-China Defense Science and Technology Information Center -Network Center Fucheng Road 26#, Haidian district, Beijing

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

Why Fuzzy? Definitions Bit of History Component of a fuzzy system Fuzzy Applications Fuzzy Sets Fuzzy Boundaries Fuzzy Representation

Why Fuzzy? Definitions Bit of History Component of a fuzzy system Fuzzy Applications Fuzzy Sets Fuzzy Boundaries Fuzzy Representation Contents Why Fuzzy? Definitions Bit of History Component of a fuzzy system Fuzzy Applications Fuzzy Sets Fuzzy Boundaries Fuzzy Representation Linguistic Variables and Hedges INTELLIGENT CONTROLSYSTEM

More information

Aircraft Landing Control Using Fuzzy Logic and Neural Networks

Aircraft Landing Control Using Fuzzy Logic and Neural Networks Aircraft Landing Control Using Fuzzy Logic and Neural Networks Elvira Lakovic Intelligent Embedded Systems elc10001@student.mdh.se Damir Lotinac Intelligent Embedded Systems dlc10001@student.mdh.se ABSTRACT

More information

A Fuzzy Intelligent System for End-of-Line Test

A Fuzzy Intelligent System for End-of-Line Test A Fuzzy Intelligent System for End-of-Line Test Yi Lu 1, Tie-Qi Chen 1, Jianxin Zhang 1, Jacob Crossman 1, and Brennan Hamilton 2 1 Department of Electrical and Computer Engineering The University of Michigan-Dearborn

More information

Final Exam. Controller, F. Expert Sys.., Solving F. Ineq.} {Hopefield, SVM, Comptetive Learning,

Final Exam. Controller, F. Expert Sys.., Solving F. Ineq.} {Hopefield, SVM, Comptetive Learning, Final Exam Question on your Fuzzy presentation {F. Controller, F. Expert Sys.., Solving F. Ineq.} Question on your Nets Presentations {Hopefield, SVM, Comptetive Learning, Winner- take all learning for

More information

742 IEEE TRANSACTIONS ON FUZZY SYSTEMS, VOL. 13, NO. 6, DECEMBER Dong Zhang, Luo-Feng Deng, Kai-Yuan Cai, and Albert So

742 IEEE TRANSACTIONS ON FUZZY SYSTEMS, VOL. 13, NO. 6, DECEMBER Dong Zhang, Luo-Feng Deng, Kai-Yuan Cai, and Albert So 742 IEEE TRANSACTIONS ON FUZZY SYSTEMS, VOL 13, NO 6, DECEMBER 2005 Fuzzy Nonlinear Regression With Fuzzified Radial Basis Function Network Dong Zhang, Luo-Feng Deng, Kai-Yuan Cai, and Albert So Abstract

More information

Web Shopping Expert Systems Using New Interval Type-2 Fuzzy Reasoning

Web Shopping Expert Systems Using New Interval Type-2 Fuzzy Reasoning Georgia State University ScholarWorks @ Georgia State University Computer Science Theses Department of Computer Science 1-12-2006 Web Shopping Expert Systems Using New Interval Type-2 Fuzzy Reasoning Ling

More information

Lecture 5 Fuzzy expert systems: Fuzzy inference Mamdani fuzzy inference Sugeno fuzzy inference Case study Summary

Lecture 5 Fuzzy expert systems: Fuzzy inference Mamdani fuzzy inference Sugeno fuzzy inference Case study Summary Lecture 5 Fuzzy expert systems: Fuzzy inference Mamdani fuzzy inference Sugeno fuzzy inference Case study Summary Negnevitsky, Pearson Education, 25 Fuzzy inference The most commonly used fuzzy inference

More information

CT79 SOFT COMPUTING ALCCS-FEB 2014

CT79 SOFT COMPUTING ALCCS-FEB 2014 Q.1 a. Define Union, Intersection and complement operations of Fuzzy sets. For fuzzy sets A and B Figure Fuzzy sets A & B The union of two fuzzy sets A and B is a fuzzy set C, written as C=AUB or C=A OR

More information

ARTIFICIAL INTELLIGENCE. Uncertainty: fuzzy systems

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

More information

Fuzzy Systems (1/2) Francesco Masulli

Fuzzy Systems (1/2) Francesco Masulli (1/2) Francesco Masulli DIBRIS - University of Genova, ITALY & S.H.R.O. - Sbarro Institute for Cancer Research and Molecular Medicine Temple University, Philadelphia, PA, USA email: francesco.masulli@unige.it

More information

INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET)

INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) ISSN 0976 6367(Print) ISSN 0976 6375(Online) Volume 3, Issue 2, July- September (2012), pp. 157-166 IAEME: www.iaeme.com/ijcet.html Journal

More information

Introduction 3 Fuzzy Inference. Aleksandar Rakić Contents

Introduction 3 Fuzzy Inference. Aleksandar Rakić Contents Beograd ETF Fuzzy logic Introduction 3 Fuzzy Inference Aleksandar Rakić rakic@etf.rs Contents Mamdani Fuzzy Inference Fuzzification of the input variables Rule evaluation Aggregation of rules output Defuzzification

More information

Deciphering Data Fusion Rule by using Adaptive Neuro-Fuzzy Inference System

Deciphering Data Fusion Rule by using Adaptive Neuro-Fuzzy Inference System Deciphering Data Fusion Rule by using Adaptive Neuro-Fuzzy Inference System Ramachandran, A. Professor, Dept. of Electronics and Instrumentation Engineering, MSRIT, Bangalore, and Research Scholar, VTU.

More information

ANALYTICAL STRUCTURES FOR FUZZY PID CONTROLLERS AND APPLICATIONS

ANALYTICAL STRUCTURES FOR FUZZY PID CONTROLLERS AND APPLICATIONS International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 6545(Print) ISSN 0976 6553(Online), Volume 1 Number 1, May - June (2010), pp. 01-17 IAEME, http://www.iaeme.com/ijeet.html

More information

ARTIFICIAL INTELLIGENCE - FUZZY LOGIC SYSTEMS

ARTIFICIAL INTELLIGENCE - FUZZY LOGIC SYSTEMS ARTIFICIAL INTELLIGENCE - FUZZY LOGIC SYSTEMS http://www.tutorialspoint.com/artificial_intelligence/artificial_intelligence_fuzzy_logic_systems.htm Copyright tutorialspoint.com Fuzzy Logic Systems FLS

More information

A Framework of Adaptive T-S type Rough-Fuzzy Inference Systems (ARFIS)

A Framework of Adaptive T-S type Rough-Fuzzy Inference Systems (ARFIS) A Framework of Adaptive T-S type Rough-Fuzzy Inference Systems (ARFIS) Chang Su Lee B.S. Electronic Engineering M.S. Electrical and Computer Engineering This thesis is presented for the degree of Doctor

More information

CHAPTER 6 MODIFIED FUZZY TECHNIQUES BASED IMAGE SEGMENTATION

CHAPTER 6 MODIFIED FUZZY TECHNIQUES BASED IMAGE SEGMENTATION CHAPTER 6 MODIFIED FUZZY TECHNIQUES BASED IMAGE SEGMENTATION 6.1 INTRODUCTION Fuzzy logic based computational techniques are becoming increasingly important in the medical image analysis arena. The significant

More information

Transactions on Information and Communications Technologies vol 16, 1996 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 16, 1996 WIT Press,  ISSN Comparative study of fuzzy logic and neural network methods in modeling of simulated steady-state data M. Järvensivu and V. Kanninen Laboratory of Process Control, Department of Chemical Engineering, Helsinki

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

Dinner for Two, Reprise

Dinner for Two, Reprise Fuzzy Logic Toolbox Dinner for Two, Reprise In this section we provide the same two-input, one-output, three-rule tipping problem that you saw in the introduction, only in more detail. The basic structure

More information

ANFIS: ADAPTIVE-NETWORK-BASED FUZZY INFERENCE SYSTEMS (J.S.R. Jang 1993,1995) bell x; a, b, c = 1 a

ANFIS: ADAPTIVE-NETWORK-BASED FUZZY INFERENCE SYSTEMS (J.S.R. Jang 1993,1995) bell x; a, b, c = 1 a ANFIS: ADAPTIVE-NETWORK-ASED FUZZ INFERENCE SSTEMS (J.S.R. Jang 993,995) Membership Functions triangular triangle( ; a, a b, c c) ma min = b a, c b, 0, trapezoidal trapezoid( ; a, b, a c, d d) ma min =

More information

Optimization with linguistic variables

Optimization with linguistic variables Optimization with linguistic variables Christer Carlsson christer.carlsson@abo.fi Robert Fullér rfuller@abo.fi Abstract We consider fuzzy mathematical programming problems (FMP) in which the functional

More information

Fuzzy Logic Controller

Fuzzy Logic Controller Fuzzy Logic Controller Debasis Samanta IIT Kharagpur dsamanta@iitkgp.ac.in 23.01.2016 Debasis Samanta (IIT Kharagpur) Soft Computing Applications 23.01.2016 1 / 34 Applications of Fuzzy Logic Debasis Samanta

More information

Interval Type 2 Fuzzy Logic System: Construction and Applications

Interval Type 2 Fuzzy Logic System: Construction and Applications Interval Type 2 Fuzzy Logic System: Construction and Applications Phayung Meesad Faculty of Information Technology King Mongkut s University of Technology North Bangkok (KMUTNB) 5/10/2016 P. Meesad, JSCI2016,

More information

Types of Expert System: Comparative Study

Types of Expert System: Comparative Study Types of Expert System: Comparative Study Viral Nagori, Bhushan Trivedi GLS Institute of Computer Technology (MCA), India Email: viral011 {at} yahoo.com ABSTRACT--- The paper describes the different classifications

More information

Age Prediction and Performance Comparison by Adaptive Network based Fuzzy Inference System using Subtractive Clustering

Age Prediction and Performance Comparison by Adaptive Network based Fuzzy Inference System using Subtractive Clustering Age Prediction and Performance Comparison by Adaptive Network based Fuzzy Inference System using Subtractive Clustering Manisha Pariyani* & Kavita Burse** *M.Tech Scholar, department of Computer Science

More information

Intelligent Control. 4^ Springer. A Hybrid Approach Based on Fuzzy Logic, Neural Networks and Genetic Algorithms. Nazmul Siddique.

Intelligent Control. 4^ Springer. A Hybrid Approach Based on Fuzzy Logic, Neural Networks and Genetic Algorithms. Nazmul Siddique. Nazmul Siddique Intelligent Control A Hybrid Approach Based on Fuzzy Logic, Neural Networks and Genetic Algorithms Foreword by Bernard Widrow 4^ Springer Contents 1 Introduction 1 1.1 Intelligent Control

More information

ADAPTIVE NEURO FUZZY INFERENCE SYSTEM FOR HIGHWAY ACCIDENTS ANALYSIS

ADAPTIVE NEURO FUZZY INFERENCE SYSTEM FOR HIGHWAY ACCIDENTS ANALYSIS ADAPTIVE NEURO FUZZY INFERENCE SYSTEM FOR HIGHWAY ACCIDENTS ANALYSIS Gianluca Dell Acqua, Renato Lamberti e Francesco Abbondanti Dept. of Transportation Engineering Luigi Tocchetti, University of Naples

More information

PRINCIPAL COMPONENT ANALYSIS BASED APPROACH FOR FAULT DIAGNOSIS IN PNEUMATIC VALVE USING DAMADICS BENCHMARK SIMULATOR

PRINCIPAL COMPONENT ANALYSIS BASED APPROACH FOR FAULT DIAGNOSIS IN PNEUMATIC VALVE USING DAMADICS BENCHMARK SIMULATOR PRINCIPAL COMPONENT ANALYSIS BASED APPROACH FOR FAULT DIAGNOSIS IN PNEUMATIC VALVE USING DAMADICS BENCHMARK SIMULATOR A.Kowsalya 1, B.Kannapiran 2 1 M.Tech Student, Department of Instrumentation & Control

More information

ANALYSIS AND REASONING OF DATA IN THE DATABASE USING FUZZY SYSTEM MODELLING

ANALYSIS AND REASONING OF DATA IN THE DATABASE USING FUZZY SYSTEM MODELLING ANALYSIS AND REASONING OF DATA IN THE DATABASE USING FUZZY SYSTEM MODELLING Dr.E.N.Ganesh Dean, School of Engineering, VISTAS Chennai - 600117 Abstract In this paper a new fuzzy system modeling algorithm

More information

Adaptive Neuro-Fuzzy Model with Fuzzy Clustering for Nonlinear Prediction and Control

Adaptive Neuro-Fuzzy Model with Fuzzy Clustering for Nonlinear Prediction and Control Asian Journal of Applied Sciences (ISSN: 232 893) Volume 2 Issue 3, June 24 Adaptive Neuro-Fuzzy Model with Fuzzy Clustering for Nonlinear Prediction and Control Bayadir Abbas AL-Himyari, Azman Yasin 2

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

Advanced Inference in Fuzzy Systems by Rule Base Compression

Advanced Inference in Fuzzy Systems by Rule Base Compression Mathware & Soft Computing 14 (2007), 201-216 Advanced Inference in Fuzzy Systems by Rule Base Compression A. Gegov 1 and N. Gobalakrishnan 2 1,2 University of Portsmouth, School of Computing, Buckingham

More information

Design of Neuro Fuzzy Systems

Design of Neuro Fuzzy Systems International Journal of Engineering Research and Technology. ISSN 0974-3154 Volume 6, Number 5 (2013), pp. 695-700 International Research Publication House http://www.irphouse.com Design of Neuro Fuzzy

More information

Introduction. Aleksandar Rakić Contents

Introduction. Aleksandar Rakić Contents Beograd ETF Fuzzy logic Introduction Aleksandar Rakić rakic@etf.rs Contents Definitions Bit of History Fuzzy Applications Fuzzy Sets Fuzzy Boundaries Fuzzy Representation Linguistic Variables and Hedges

More information

Fuzzy Reasoning. Outline

Fuzzy Reasoning. Outline Fuzzy Reasoning Outline Introduction Bivalent & Multivalent Logics Fundamental fuzzy concepts Fuzzification Defuzzification Fuzzy Expert System Neuro-fuzzy System Introduction Fuzzy concept first introduced

More information

FUZZY SYSTEM FOR PLC

FUZZY SYSTEM FOR PLC FUZZY SYSTEM FOR PLC L. Körösi, D. Turcsek Institute of Control and Industrial Informatics, Slovak University of Technology, Faculty of Electrical Engineering and Information Technology Abstract Programmable

More information

Rainfall prediction using fuzzy logic

Rainfall prediction using fuzzy logic Rainfall prediction using fuzzy logic Zhifka MUKA 1, Elda MARAJ, Shkelqim KUKA, 1 Abstract This paper presents occurrence of rainfall using principles of fuzzy logic applied in Matlab. The data are taken

More information

REAL-TIME SCHEDULING OF SOFT PERIODIC TASKS ON MULTIPROCESSOR SYSTEMS: A FUZZY MODEL

REAL-TIME SCHEDULING OF SOFT PERIODIC TASKS ON MULTIPROCESSOR SYSTEMS: A FUZZY MODEL 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. 6, June 2014, pg.348

More information

Neural Networks Lesson 9 - Fuzzy Logic

Neural Networks Lesson 9 - Fuzzy Logic Neural Networks Lesson 9 - Prof. Michele Scarpiniti INFOCOM Dpt. - Sapienza University of Rome http://ispac.ing.uniroma1.it/scarpiniti/index.htm michele.scarpiniti@uniroma1.it Rome, 26 November 2009 M.

More information

ANFIS based HVDC control and fault identification of HVDC converter

ANFIS based HVDC control and fault identification of HVDC converter HAIT Journal of Science and Engineering B, Volume 2, Issues 5-6, pp. 673-689 Copyright C 2005 Holon Academic Institute of Technology ANFIS based HVDC control and fault identification of HVDC converter

More information

Classification with Diffuse or Incomplete Information

Classification with Diffuse or Incomplete Information Classification with Diffuse or Incomplete Information AMAURY CABALLERO, KANG YEN Florida International University Abstract. In many different fields like finance, business, pattern recognition, communication

More information

Mechanics ISSN Transport issue 1, 2008 Communications article 0214

Mechanics ISSN Transport issue 1, 2008 Communications article 0214 Mechanics ISSN 1312-3823 Transport issue 1, 2008 Communications article 0214 Academic journal http://www.mtc-aj.com PARAMETER ADAPTATION IN A SIMULATION MODEL USING ANFIS Oktavián Strádal, Radovan Soušek

More information

Lotfi Zadeh (professor at UC Berkeley) wrote his original paper on fuzzy set theory. In various occasions, this is what he said

Lotfi Zadeh (professor at UC Berkeley) wrote his original paper on fuzzy set theory. In various occasions, this is what he said FUZZY LOGIC Fuzzy Logic Lotfi Zadeh (professor at UC Berkeley) wrote his original paper on fuzzy set theory. In various occasions, this is what he said Fuzzy logic is a means of presenting problems to

More information

Similarity Measures of Pentagonal Fuzzy Numbers

Similarity Measures of Pentagonal Fuzzy Numbers Volume 119 No. 9 2018, 165-175 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Similarity Measures of Pentagonal Fuzzy Numbers T. Pathinathan 1 and

More information

Identification of Vehicle Class and Speed for Mixed Sensor Technology using Fuzzy- Neural & Genetic Algorithm : A Design Approach

Identification of Vehicle Class and Speed for Mixed Sensor Technology using Fuzzy- Neural & Genetic Algorithm : A Design Approach Identification of Vehicle Class and Speed for Mixed Sensor Technology using Fuzzy- Neural & Genetic Algorithm : A Design Approach Prashant Sharma, Research Scholar, GHRCE, Nagpur, India, Dr. Preeti Bajaj,

More information

Position Tracking Using Fuzzy Logic

Position Tracking Using Fuzzy Logic Position Tracking Using Fuzzy Logic Mohommad Asim Assistant Professor Department of Computer Science MGM College of Technology, Noida, Uttar Pradesh, India Riya Malik Student, Department of Computer Science

More information

Simple Linear Interpolation Explains All Usual Choices in Fuzzy Techniques: Membership Functions, t-norms, t-conorms, and Defuzzification

Simple Linear Interpolation Explains All Usual Choices in Fuzzy Techniques: Membership Functions, t-norms, t-conorms, and Defuzzification Simple Linear Interpolation Explains All Usual Choices in Fuzzy Techniques: Membership Functions, t-norms, t-conorms, and Defuzzification Vladik Kreinovich, Jonathan Quijas, Esthela Gallardo, Caio De Sa

More information

The analysis of inverted pendulum control and its other applications

The analysis of inverted pendulum control and its other applications Journal of Applied Mathematics & Bioinformatics, vol.3, no.3, 2013, 113-122 ISSN: 1792-6602 (print), 1792-6939 (online) Scienpress Ltd, 2013 The analysis of inverted pendulum control and its other applications

More information

A Neuro-Fuzzy Application to Power System

A Neuro-Fuzzy Application to Power System 2009 International Conference on Machine Learning and Computing IPCSIT vol.3 (2011) (2011) IACSIT Press, Singapore A Neuro-Fuzzy Application to Power System Ahmed M. A. Haidar 1, Azah Mohamed 2, Norazila

More information

Fuzzy Logic. Sourabh Kothari. Asst. Prof. Department of Electrical Engg. Presentation By

Fuzzy Logic. Sourabh Kothari. Asst. Prof. Department of Electrical Engg. Presentation By Fuzzy Logic Presentation By Sourabh Kothari Asst. Prof. Department of Electrical Engg. Outline of the Presentation Introduction What is Fuzzy? Why Fuzzy Logic? Concept of Fuzzy Logic Fuzzy Sets Membership

More information

RULE BASED SIGNATURE VERIFICATION AND FORGERY DETECTION

RULE BASED SIGNATURE VERIFICATION AND FORGERY DETECTION RULE BASED SIGNATURE VERIFICATION AND FORGERY DETECTION M. Hanmandlu Multimedia University Jalan Multimedia 63100, Cyberjaya Selangor, Malaysia E-mail:madasu.hanmandlu@mmu.edu.my M. Vamsi Krishna Dept.

More information

Speed regulation in fan rotation using fuzzy inference system

Speed regulation in fan rotation using fuzzy inference system 58 Scientific Journal of Maritime Research 29 (2015) 58-63 Faculty of Maritime Studies Rijeka, 2015 Multidisciplinary SCIENTIFIC JOURNAL OF MARITIME RESEARCH Multidisciplinarni znanstveni časopis POMORSTVO

More information

Analysis of Control of Inverted Pendulum using Adaptive Neuro Fuzzy system

Analysis of Control of Inverted Pendulum using Adaptive Neuro Fuzzy system Analysis of Control of Inverted Pendulum using Adaptive Neuro Fuzzy system D. K. Somwanshi, Mohit Srivastava, R.Panchariya Abstract: Here modeling and simulation study of basically two control strategies

More information

Takagi-Sugeno-Kang(zero-order) model for. diagnosis hepatitis disease

Takagi-Sugeno-Kang(zero-order) model for. diagnosis hepatitis disease Journal of Kufa for Mathematics and Computer Vol.,No.3,June, 05, pp 73-84 Takagi-Sugeno-Kang(zero-order) model for diagnosis hepatitis disease Dr. Raidah Salim Computer Science Department, Science College,

More information

Fuzzy Model for Optimizing Strategic Decisions using Matlab

Fuzzy Model for Optimizing Strategic Decisions using Matlab 270 Fuzzy Model for Optimizing Strategic Decisions using Matlab Amandeep Kaur 1, Vinay Chopra 2 1 M.Tech Student, 2 Assistant Professor, DAV Institute of Engineering. & Technology, Jalandhar Abstract:-

More information

Novel Intuitionistic Fuzzy C-Means Clustering for Linearly and Nonlinearly Separable Data

Novel Intuitionistic Fuzzy C-Means Clustering for Linearly and Nonlinearly Separable Data Novel Intuitionistic Fuzzy C-Means Clustering for Linearly and Nonlinearly Separable Data PRABHJOT KAUR DR. A. K. SONI DR. ANJANA GOSAIN Department of IT, MSIT Department of Computers University School

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

Inducing Fuzzy Decision Trees in Non-Deterministic Domains using CHAID

Inducing Fuzzy Decision Trees in Non-Deterministic Domains using CHAID Inducing Fuzzy Decision Trees in Non-Deterministic Domains using CHAID Jay Fowdar, Zuhair Bandar, Keeley Crockett The Intelligent Systems Group Department of Computing and Mathematics John Dalton Building

More information

Input Selection for ANFIS Learning. Jyh-Shing Roger Jang

Input Selection for ANFIS Learning. Jyh-Shing Roger Jang Input Selection for ANFIS Learning Jyh-Shing Roger Jang (jang@cs.nthu.edu.tw) Department of Computer Science, National Tsing Hua University Hsinchu, Taiwan Abstract We present a quick and straightfoward

More information

CHAPTER 3 FUZZY INFERENCE SYSTEM

CHAPTER 3 FUZZY INFERENCE SYSTEM CHAPTER 3 FUZZY INFERENCE SYSTEM Fuzzy inference is the process of formulating the mapping from a given input to an output using fuzzy logic. There are three types of fuzzy inference system that can be

More information

Improving the Wang and Mendel s Fuzzy Rule Learning Method by Inducing Cooperation Among Rules 1

Improving the Wang and Mendel s Fuzzy Rule Learning Method by Inducing Cooperation Among Rules 1 Improving the Wang and Mendel s Fuzzy Rule Learning Method by Inducing Cooperation Among Rules 1 J. Casillas DECSAI, University of Granada 18071 Granada, Spain casillas@decsai.ugr.es O. Cordón DECSAI,

More information

[Time : 3 Hours] [Max. Marks : 100] SECTION-I. What are their effects? [8]

[Time : 3 Hours] [Max. Marks : 100] SECTION-I. What are their effects? [8] UNIVERSITY OF PUNE [4364]-542 B. E. (Electronics) Examination - 2013 VLSI Design (200 Pattern) Total No. of Questions : 12 [Total No. of Printed Pages :3] [Time : 3 Hours] [Max. Marks : 100] Q1. Q2. Instructions

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

CLASSIFICATION WITH RADIAL BASIS AND PROBABILISTIC NEURAL NETWORKS

CLASSIFICATION WITH RADIAL BASIS AND PROBABILISTIC NEURAL NETWORKS CLASSIFICATION WITH RADIAL BASIS AND PROBABILISTIC NEURAL NETWORKS CHAPTER 4 CLASSIFICATION WITH RADIAL BASIS AND PROBABILISTIC NEURAL NETWORKS 4.1 Introduction Optical character recognition is one of

More information

What is all the Fuzz about?

What is all the Fuzz about? What is all the Fuzz about? Fuzzy Systems CPSC 433 Christian Jacob Dept. of Computer Science Dept. of Biochemistry & Molecular Biology University of Calgary Fuzzy Systems in Knowledge Engineering Fuzzy

More information