Hamidreza Rashidy Kanan. Electrical Engineering Department, Bu-Ali Sina University

Size: px
Start display at page:

Download "Hamidreza Rashidy Kanan. Electrical Engineering Department, Bu-Ali Sina University"

Transcription

1 Lecture 3 Fuzzy Systems and their Properties Hamidreza Rashidy Kanan Assistant Professor, Ph.D. Electrical Engineering Department, Bu-Ali Sina University h.rashidykanan@basu.ac.ir; kanan_hr@yahoo.com

2 2

3 3 Fuzzy Systems with Fuzzifier and Defuzzifier Fuzzy Rule Base x in U Fuzzifier Fuzzy Sets in U U U U R 1 n n Fuzzy Inference Engine Fuzzy Sets in V Defuzzifier V R y in V

4 4 Multi-Input, Single-Output System A multi-output system can always be decomposed into a collection of single-output systems. x1 x2 x3 4-input 1-output fuzzy system 4-input 1-output fuzzy system y1 y2 x4 4-input 1-output fuzzy system y3

5 5 Structure of Fuzzy Rule Base A fuzzy rule base consists of a set of fuzzy IF-THEN rules. A fuzzy rule base is the heart of the fuzzy system in the sense that all other components are used to implement these rules in a reasonable and efficient manner.

6 6 Structure of Fuzzy Rule Base We call the rules in the form of (1) canonical fuzzy IF- THEN rules.

7 7 Lemma 1

8 8 Properties of Set of Rules Because the fuzzy rule base consists of a set of rules, the relationship among these rules and the rulesas a whole impose interesting questions: Do the rules covers all the possible situations that the fuzzy system may face? Are there any conflicts among these rules?

9 9 Properties of Set of Rules Definition 1 A set of fuzzy IF-THEN rules is complete if for any x U, there exists at least one rule in the fuzzy rule base, say rule Ru(l) (in the form of (1)), such that: ( ) 0 for all i =1,2,,n. l x A i i

10 10 Properties of Set of Rules Intuitively, the completeness of a set of rules means that at any point in the input space, there is at least one rule that t fire ; thatt is, the membership value of the IF part of the rule at this point is non- zero.

11 11 Example

12 12 Properties of Set of Rules If any rule uein the group goupis missing, then we can find point x* U, at which the IF part proposition of all the remaining rules have zero membership value. For example, if the second rule is missing, i then what htis this x*? The number of rules in a complete fuzzy rule base increases exponentially with the dimension of the input space U.

13 13 Definitions Definition 2 A set of fuzzy IF-THEN rules is consistent if there are no rules with the same IF parts but different THEN parts. Definition 3 A set of fuzzy IF-THEN rules is continuous if there do not exist such neighboring rules whose THEN part fuzzy sets have empty intersection.

14 14 Fuzzy Inference Engine In a fuzzy Inference, fuzzy logic principles are used to combine the fuzzy IF-THEN rules in the fuzzy rule base into a mapping from a fuzzy set A A in U to a fuzzy set B B in V. We learned that a fuzzy IF-THEN rule is interpreted as a fuzzy relation lti in the input-output t t product space U V, and we proposed a number of implications that specify the fuzzy relation.

15 15 Fuzzy Inference Engine If the fuzzy rule baseconsistsofonlyasingle rule, then the generalized modus ponens (GMP) specifies the mapping from fuzzy set A A in U to a fuzzy set B B in V. How to infer with a set of rules? Answer: there are two ways Composition basedinference. Individual-rule based inference.

16 16 Composition Based Inference In composition based inference, all rules in the fuzzy rule base are combined into a single fuzzy relation UV, which is then viewed as a single fuzzy IF-THEN rule. How to perform this combination?

17 17 A Set of Rules Means: View the rules as independent conditional statements. union View the rules as strongly coupled conditional statements such that the conditions of all the rules must be satisfied in order for the whole set of rules to have an impact. intersection ti (e.g. Gödel implication)

18 18 Two Combinations

19 19 Two Combinations

20 20 Output of Fuzzy Inference Engine

21 21 Computational Procedure

22 22 Details of Inference Engines From previous discussion, we know that there are a variety of choices in the fuzzy inference engine: Composition based inference or individual-rule based inference, and within the composition based inference, Mamdani inference or Gödel inference. Dienes-Rescher implication, Lukasiewicz implication, Zadeh implication, Gödel implication, or Mamdani implications. Different operations for the t-norm and s-norms.

23 23 How to Select From These Alternatives? Intuitive Appeal The choice should make senses from an intuitive point of view. Computational Efficiency The choice should result in a formula relating B with A, which is simple to compute. Special Properties Some choice hi may result in anif inference engine that has special il properties.

24 24 Two Commonly Inference Engine

25 25 Other Inference Engines

26 26 Other Inference Engines

27 27

28 28 Fuzzy Systems with Fuzzifier and Defuzzifier Fuzzy Rule Base x in U Fuzzifier Fuzzy Sets in U U U U R 1 n n Fuzzy Inference Engine Fuzzy Sets in V Defuzzifier V R y in V

29 29 Fuzzifiers In most applications, the input and output of the fuzzy system are real-valued numbers, we must construct interfaces between the fuzzy inference engine and the environment. The fuzzifier is defined as a mapping from a real-valued * n point x U R toafuzzy set A' in U.

30 30 Criteria to Design Fuzzifier The fuzzifier should consider the fact that the input is at the crisp point x*, that is, the fuzzy set A' should have large membership value at x*. If the input to the fuzzy system is corrupted by noise, then it is desireable that the fuzzifier should help to suppress thenoise. The fuzzifier should help to simplify the computations involved in the fuzzy inference engine.

31 31 Three Fuzzifiers

32 32 Three Fuzzifiers

33 33 Remarks About the Three Fuzzifiers The singleton fuzzifier greatly simplifies the computation involved in the fuzzy inference engine for any type of membership functions the fuzzy IF-THEN rules may take. The Gaussian or triangular fuzzifiers also simplify the computation in the fuzzy inference engine, if the membership functions in the fuzzy IF-THEN rules are Gaussian or triangular, respectively.

34 34 Defuzzifiers The defuzzifier is defined as a mapping from fuzzy set B' in V Rto crisp point y* V. Conceptually, the task of the defuzzifier is to specify a point in V that best represents the fuzzy set B'. This is similar il to the meanvalue of a random variable. ibl However, since the B' is constructed in some special ways, we have a number of choices in determining this representing gpoint.

35 35 Criteria to Design Defuzzifier Plausibility: The point y* should represent B' from an ititi intuitive point of view; for example, it may lie approximately in the middle of the support of B' or has a high degree of membership in B'. Computational simplicity: This criterion is particularly important for fuzzy control because fuzzy controllers operate in real-time. Continuity: A small change in B' should not result in a large change in y*.

36 36 Three Defuzzifiers Center of Gravity Defuzzier Center Average Defuzzifier Maximum Defuzzifier

37 37 Center of Gravity Defuzzifier

38 38 Pros. and Cons. for Center of Gravity Defuzzifier Advantage: intuitive plausibility. Disadvantage: computationally intensive.

39 39 Center Average Defuzzifier

40 40 Graphical Representation of Center Average Defuzzifier

41 41 Maximum Defuzzifier

42 42 Three Different Maximum Defuzzifier

43 43 Graphical Representation of Maximum Defuzzifier

44 44 Comparison Between Three Defuzzifier Center of Gravity Center Average Maximum Plausibility Yes Yes Yes Computational Simplicity it No Yes Yes Continuity Yes Yes No

45 45 Example Step 1: Fuzzification

46 46 Example Step 2: Create Rule Base Rule 1: If x is low AND y is low Then z is high Rule 2: If x is low AND y is high Then z is Low Rule3:IfxishighANDyislowThenzisLow Rule 4: If x is high AND y is high Then z is high

47 47 Example Step 3: Inference Rule 1: low(x)=0.68, low(y)=0.39 => high(z)=min(0.68,0.39)=0.39h( 0 0 Rule 2: low(x)=0.68, high(y)=0.61 => low(z)=min(0.68,0.61)=0.61 Rule 3: high(x)=0.32, low(y)=0.39 => low(z)=min(0 MIN(0.32,0.39) 0 39)=0.32 Rule 4: high(x)=0 0.32, high(y)= => high(z)=min(0.32,0.61)=0.32

48 48 Example Step 4:Composition

49 49 Example Step 5: Defuzzification (Center of Gravity)

50 50 Example Assume that we need to evaluate student applicants based on their GPA and GRE scores. For simplicity, let us have three categories for each score High (H), Medium (M), Low (L) Let us assume that the decision should be: Excellent (E), Very Good (VG), Good (G), Fair (F), Poor (P) An expert will associate the decisions to the GPA and GRE scores.

51 51 Fuzzification of GRE GRE 1 Low Medium High GRE GRE { L, M, H }

52 52 Fuzzification of GPA GPA 1 Low Medium High GPA GPA { L, M, H }

53 53 Fuzzified Decision 1 P F G VG E D Decision Index { P, F, G, VG, E }

54 54 Create Rule Base GRE H M L GPA H E VG F M G G P L F P P

55 55 Calculate Assume a student with GRE=900 and GPA=3.6 A decision i on the classification i of the applicant is needed. Excellent Very good Etc.

56 56 GRE=900 GRE 1 Low Medium High GRE GRE 900 { 0.8, 0.2, L M H 0}

57 57 GPA=3.6 GPA Low Medium High GPA GPA { 0, 0.6, L M H 0.4}

58 58 Activated Rules GRE H M L GPA H E VG F M G G P L F P P GPA { 0, 0.6, L M H 0.4} GRE { 0.8, 0.2, L M H 0}

59 59 Inference GRE GRE H M L GPA GPA H E VG F M G G P D L F P P D { P, F, G, VG, E} { 0.6, 0.4, 0.2, 0.2, P F G VG E 0}

60 60 Scaled Fuzzified Decision P F G VG Decision Index D { 0.6, 0.4, 0.2, 0.2, P F G VG E 0}

61 61 Defuzzification (Max Method) Fuzzy set with the largest membership value is selected. Fuzzy decision: D D {,,,, } { P F G VG E { 0.6, 0.4, 0.2, 0.2, P F Final Decision (FD) = Poor Student If two decisions have same membership max, use the average of the two. G VG E 0}

62 62 Defuzzification (Max Method) P F G VG Decision Index

63 63 Defuzzification (Centroid Method) FD D D E. E VG. D VG E VG FD Final Decision (FD) = Fair student

64 64 Defuzzification (Centroid Method) P 0.4 F G 0.2 VG Decision Index

65 65

66 66 The Formulas of Some Classes of Fuzzy Systems There are a variety of choices in the fuzzy inference engine, fuzzifier, and defuzzifier modules. dl Fuzzifier Fuzzy Inference Engine Defuzzifier Specifically, we proposed: Five fuzzy inference engines (product, minimum, Lukasiewicz, Zadeh, and Dienes-Rescher), Three fuzzifiers (singleton, Gaussian and triangular) Three types of defuzzifiers (center-of-gravity, center average, g, and maximum).

67 67 The Formulas of Some Classes of Fuzzy Systems Therefore, we have at least 5 * 3 * 3 = 45 types of fuzzy systems by combining these different types of inference engines, fuzzifiers, and defuzzifiers. The center-of-gravity defuzzifier is computationally expensive and the center average defuzzifier is a good approximation of it. So, we classify the fuzzy systems to be considered into two groups: Fuzzy systems with center average defuzzifier. Fuzzy systems with maximum df defuzzifier.

68 68 Fuzzy Systems with Center Average Defuzzifier l First system: suppose that the fuzzy set B is normal with l center y. Then the fuzzy systems with product inference engine, eg e,singletonfuzzifier e and center e average defuzzifier e are of the following form:

69 69 Remarks About the Mentioned Fuzzy Systems The mentioned fuzzy systems are the most commonly used fuzzy systems in the literature. They are computationally simple and intuitively appealing. The output of the fuzzy system is a weighted average of the centers of the fuzzy sets in the THEN parts of the rules, where the weights equal the membership values of the fuzzy sets in the IF parts of the rules at the input point. Consequently, the more the input point agrees with the IF part of a rule, the larger weight ihtthisrule is given; thismakes sense intuitively. iti

70 70 The Dual Role of Fuzzy Systems On one hand, fuzzy systems are rule-based systems that are constructed t dfrom a collection of linguisticrules. i l On the other hand, fuzzy systemsstems are nonlinear mappings that in many cases can be represented by precise and compact formulas such as the mentioned fuzzy system. An important contribution of fuzzy systems theory is to provide a systematic procedure for transforming a set of linguistic rules into a nonlinear mapping. Because nonlinear mappings are easy to implement, fuzzy systems have found their way into a variety of engineering applications.

71 71 Different Subclasses of the Mentioned Fuzzy Systems By choosing different forms of membership functions for inputs and output, we obtain different subclasses of the mentioned fuzzy systems. If we choose the following Gaussian membership function for inputs and output: Then the mentioned fuzzy systems become:

72 Fuzzy Systems with Center Average Defuzzifier 72 l Second system: suppose that the fuzzy set B is normal l with center y. Then the fuzzy systems with minimum inference engine, singleton fuzzifier and center average defuzzifier are of the following form:

73 73 Fuzzy Systems with Center Average Defuzzifier l Third system: suppose that the fuzzy set B is normal with l center y. Then the fuzzy systems with product if inference engine, Gaussian fuzzifier with *=product, center average l defuzzifier and Gaussian membership functions (with a i 1 ) are of the following form:

74 74 Fuzzy Systems with Center Average Defuzzifier l Forth system: suppose that the fuzzy set B is normal with l center y. Then the fuzzy systems with Lk Lukasiewicz i or Dienes-Rescher inference engine, singleton or Gaussian or triangular fuzzifie and center average defuzzifier are of the following form: The above fuzzy system gives a constant output no matter what the input is. Therefore, the combinations of fuzzy inference engine, fuzzifier, and defuzzifier in do not result in useful flfuzzy systems.

75 75 Fuzzy Systems with Maximum Defuzzifier First system: suppose that the fuzzy set l B is normal with l center y. Then the fuzzy systems with product if inference engine, singleton fuzzifier and maximum defuzzifier are of the following form:

76 76 Remarks About the Fuzzy Systems with Maximum Defuzzifier The mentioned fuzzy systems are simple functions, that is, they are piece-wise constant functions, and these constants are the centers of the membership functions in the THEN parts of the rules. As long as the product of membership values of the IF-part fuzzy sets of the rule is greater than or equal to those of the other rules, the output of the fuzzy system remains unchanged. Therefore, these kinds of fuzzy systems are robust to noise and small disturbances in the input and in the membership functions.

77 77 Remarks About the Fuzzy Systems with Maximum Defuzzifier However, these fuzzy systems are not continuous, that is, when l* changes from one number to the other, f(x) changes in a discrete fashion. If the fuzzy systems are used in decision i making or other open-loop applications, this kind of abrupt change may be tolerated, but it is usually unacceptable in closed-loop control.

78 78 An Example of Function Approximation Using Fuzzy System

Computational Intelligence Lecture 6:Fuzzy Rule Base and Fuzzy Inference Engine

Computational Intelligence Lecture 6:Fuzzy Rule Base and Fuzzy Inference Engine Computational Intelligence Lecture 6:Fuzzy Rule Base and Fuzzy Inference Engine Farzaneh Abdollahi Department of Electrical Engineering Amirkabir University of Technology Fall 200 arzaneh Abdollahi Computational

More information

Fuzzy Expert Systems Lecture 6 (Fuzzy Logic )

Fuzzy Expert Systems Lecture 6 (Fuzzy Logic ) Fuzzy Expert Systems Lecture 6 (Fuzzy Logic ) Unlike Classical Logic, Fuzzy Logic is concerned, in the main, with modes of reasoning which are approximate rather than exact L. A. Zadeh Lecture 6 صفحه Summary

More information

Institute for Advanced Management Systems Research Department of Information Technologies Åbo Akademi University. Fuzzy Logic Controllers - Tutorial

Institute for Advanced Management Systems Research Department of Information Technologies Åbo Akademi University. Fuzzy Logic Controllers - Tutorial Institute for Advanced Management Systems Research Department of Information Technologies Åbo Akademi University Directory Table of Contents Begin Article Fuzzy Logic Controllers - Tutorial Robert Fullér

More information

Fundamentals. 2.1 Fuzzy logic theory

Fundamentals. 2.1 Fuzzy logic theory Fundamentals 2 In this chapter we briefly review the fuzzy logic theory in order to focus the type of fuzzy-rule based systems with which we intend to compute intelligible models. Although all the concepts

More information

is implemented by a fuzzy relation R i and is defined as

is implemented by a fuzzy relation R i and is defined as FS VI: Fuzzy reasoning schemes R 1 : ifx is A 1 and y is B 1 then z is C 1 R 2 : ifx is A 2 and y is B 2 then z is C 2... R n : ifx is A n and y is B n then z is C n x is x 0 and y is ȳ 0 z is C The i-th

More information

Lecture 06. (Fuzzy Inference System)

Lecture 06. (Fuzzy Inference System) Lecture 06 Fuzzy Rule-based System (Fuzzy Inference System) Fuzzy Inference System vfuzzy inference is the process of formulating the mapping from a given input to an output using fuzzy logic. Fuzzy Inference

More information

Fuzzy control systems. Miklós Gerzson

Fuzzy control systems. Miklós Gerzson Fuzzy control systems Miklós Gerzson 2016.11.24. 1 Introduction The notion of fuzziness: type of car the determination is unambiguous speed of car can be measured, but the judgment is not unambiguous:

More information

This time: Fuzzy Logic and Fuzzy Inference

This time: Fuzzy Logic and Fuzzy Inference This time: Fuzzy Logic and Fuzzy Inference Why use fuzzy logic? Tipping example Fuzzy set theory Fuzzy inference CS 460, Sessions 22-23 1 What is fuzzy logic? A super set of Boolean logic Builds upon fuzzy

More information

ME 534. Mechanical Engineering University of Gaziantep. Dr. A. Tolga Bozdana Assistant Professor

ME 534. Mechanical Engineering University of Gaziantep. Dr. A. Tolga Bozdana Assistant Professor ME 534 Intelligent Manufacturing Systems Chp 4 Fuzzy Logic Mechanical Engineering University of Gaziantep Dr. A. Tolga Bozdana Assistant Professor Motivation and Definition Fuzzy Logic was initiated by

More information

1. Brief History of Intelligent Control Systems Design Technology

1. Brief History of Intelligent Control Systems Design Technology Acknowledgments We would like to express our appreciation to Professor S.V. Ulyanov for his continuous help, value corrections and comments to the organization of this paper. We also wish to acknowledge

More information

EEE 8005 Student Directed Learning (SDL) Industrial Automation Fuzzy Logic

EEE 8005 Student Directed Learning (SDL) Industrial Automation Fuzzy Logic EEE 8005 Student Directed Learning (SDL) Industrial utomation Fuzzy Logic Desire location z 0 Rot ( y, φ ) Nail cos( φ) 0 = sin( φ) 0 0 0 0 sin( φ) 0 cos( φ) 0 0 0 0 z 0 y n (0,a,0) y 0 y 0 z n End effector

More information

Introduction to Intelligent Control Part 6

Introduction to Intelligent Control Part 6 ECE 4951 - Spring 2010 ntroduction to ntelligent Control Part 6 Prof. Marian S. Stachowicz Laboratory for ntelligent Systems ECE Department, University of Minnesota Duluth February 4-5, 2010 Fuzzy System

More information

Reduced Size Rule Set Based Fuzzy Logic Dual Input Power System Stabilizer

Reduced Size Rule Set Based Fuzzy Logic Dual Input Power System Stabilizer 772 NATIONAL POWER SYSTEMS CONFERENCE, NPSC 2002 Reduced Size Rule Set Based Fuzzy Logic Dual Input Power System Stabilizer Avdhesh Sharma and MLKothari Abstract-- The paper deals with design of fuzzy

More information

Islamic University of Gaza Electrical Engineering Department EELE 6306 Fuzzy Logic Control System Med term Exam October 30, 2011

Islamic University of Gaza Electrical Engineering Department EELE 6306 Fuzzy Logic Control System Med term Exam October 30, 2011 Islamic University of Gaza Electrical Engineering Department EELE 6306 Fuzzy Logic Control System Med term Exam October 30, 2011 Dr. Basil Hamed Exam Time 2:00-4:00 Name Solution Student ID Grade GOOD

More information

This time: Fuzzy Logic and Fuzzy Inference

This time: Fuzzy Logic and Fuzzy Inference This time: Fuzzy Logic and Fuzzy Inference Why use fuzzy logic? Tipping example Fuzzy set theory Fuzzy inference CS 460, Sessions 22-23 1 What is fuzzy logic? A super set of Boolean logic Builds upon fuzzy

More information

CHAPTER V TYPE 2 FUZZY LOGIC CONTROLLERS

CHAPTER V TYPE 2 FUZZY LOGIC CONTROLLERS CHAPTER V TYPE 2 FUZZY LOGIC CONTROLLERS In the last chapter fuzzy logic controller and ABC based fuzzy controller are implemented for nonlinear model of Inverted Pendulum. Fuzzy logic deals with imprecision,

More information

ABSTRACT I. INTRODUCTION II. FUZZY MODEL SRUCTURE

ABSTRACT I. INTRODUCTION II. FUZZY MODEL SRUCTURE International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume 3 Issue 6 ISSN : 2456-3307 Temperature Sensitive Short Term Load Forecasting:

More information

Handling Uncertainty using FUZZY LOGIC

Handling Uncertainty using FUZZY LOGIC Handling Uncertainty using FUZZY LOGIC Fuzzy Set Theory Conventional (Boolean) Set Theory: 38 C 40.1 C 41.4 C 38.7 C 39.3 C 37.2 C 42 C Strong Fever 38 C Fuzzy Set Theory: 38.7 C 40.1 C 41.4 C More-or-Less

More information

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

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

More information

Lecture 1: Introduction & Fuzzy Control I

Lecture 1: Introduction & Fuzzy Control I Lecture 1: Introduction & Fuzzy Control I Jens Kober Robert Babuška Knowledge-Based Control Systems (SC42050) Cognitive Robotics 3mE, Delft University of Technology, The Netherlands 12-02-2018 Lecture

More information

Models for Inexact Reasoning. Fuzzy Logic Lesson 8 Fuzzy Controllers. Master in Computational Logic Department of Artificial Intelligence

Models for Inexact Reasoning. Fuzzy Logic Lesson 8 Fuzzy Controllers. Master in Computational Logic Department of Artificial Intelligence Models for Inexact Reasoning Fuzzy Logic Lesson 8 Fuzzy Controllers Master in Computational Logic Department of Artificial Intelligence Fuzzy Controllers Fuzzy Controllers are special expert systems KB

More information

Fuzzy Logic. An introduction. Universitat Politécnica de Catalunya. Departament de Teoria del Senyal i Comunicacions.

Fuzzy Logic. An introduction. Universitat Politécnica de Catalunya. Departament de Teoria del Senyal i Comunicacions. Universitat Politécnica de Catalunya Departament de Teoria del Senyal i Comunicacions Fuzzy Logic An introduction Prepared by Temko Andrey 2 Outline History and sphere of applications Basics. Fuzzy sets

More information

Revision: Fuzzy logic

Revision: Fuzzy logic Fuzzy Logic 1 Revision: Fuzzy logic Fuzzy logic can be conceptualized as a generalization of classical logic. Modern fuzzy logic aims to model those problems in which imprecise data must be used or in

More information

Fuzzy Control Systems Process of Fuzzy Control

Fuzzy Control Systems Process of Fuzzy Control Fuzzy Control Systems The most widespread use of fuzzy logic today is in fuzzy control applications. Across section of applications that have successfully used fuzzy control includes: Environmental Control

More information

Towards Smooth Monotonicity in Fuzzy Inference System based on Gradual Generalized Modus Ponens

Towards Smooth Monotonicity in Fuzzy Inference System based on Gradual Generalized Modus Ponens 8th Conference of the European Society for Fuzzy Logic and Technology (EUSFLAT 2013) Towards Smooth Monotonicity in Fuzzy Inference System based on Gradual Generalized Modus Ponens Phuc-Nguyen Vo1 Marcin

More information

EFFECT OF VARYING CONTROLLER PARAMETERS ON THE PERFORMANCE OF A FUZZY LOGIC CONTROL SYSTEM

EFFECT OF VARYING CONTROLLER PARAMETERS ON THE PERFORMANCE OF A FUZZY LOGIC CONTROL SYSTEM Nigerian Journal of Technology, Vol. 19, No. 1, 2000, EKEMEZIE & OSUAGWU 40 EFFECT OF VARYING CONTROLLER PARAMETERS ON THE PERFORMANCE OF A FUZZY LOGIC CONTROL SYSTEM Paul N. Ekemezie and Charles C. Osuagwu

More information

CONTROL SYSTEMS, ROBOTICS AND AUTOMATION Vol. XVII - Analysis and Stability of Fuzzy Systems - Ralf Mikut and Georg Bretthauer

CONTROL SYSTEMS, ROBOTICS AND AUTOMATION Vol. XVII - Analysis and Stability of Fuzzy Systems - Ralf Mikut and Georg Bretthauer ANALYSIS AND STABILITY OF FUZZY SYSTEMS Ralf Mikut and Forschungszentrum Karlsruhe GmbH, Germany Keywords: Systems, Linear Systems, Nonlinear Systems, Closed-loop Systems, SISO Systems, MISO systems, MIMO

More information

Fuzzy Controller. Fuzzy Inference System. Basic Components of Fuzzy Inference System. Rule based system: Contains a set of fuzzy rules

Fuzzy Controller. Fuzzy Inference System. Basic Components of Fuzzy Inference System. Rule based system: Contains a set of fuzzy rules Fuzz Controller Fuzz Inference Sstem Basic Components of Fuzz Inference Sstem Rule based sstem: Contains a set of fuzz rules Data base dictionar: Defines the membership functions used in the rules base

More information

Computational Intelligence Lecture 13:Fuzzy Logic

Computational Intelligence Lecture 13:Fuzzy Logic Computational Intelligence Lecture 13:Fuzzy Logic Farzaneh Abdollahi Department of Electrical Engineering Amirkabir University of Technology Fall 2011 arzaneh Abdollahi Computational Intelligence Lecture

More information

OUTLINE. Introduction History and basic concepts. Fuzzy sets and fuzzy logic. Fuzzy clustering. Fuzzy inference. Fuzzy systems. Application examples

OUTLINE. Introduction History and basic concepts. Fuzzy sets and fuzzy logic. Fuzzy clustering. Fuzzy inference. Fuzzy systems. Application examples OUTLINE Introduction History and basic concepts Fuzzy sets and fuzzy logic Fuzzy clustering Fuzzy inference Fuzzy systems Application examples "So far as the laws of mathematics refer to reality, they

More information

FUZZY CONTROL CONVENTIONAL CONTROL CONVENTIONAL CONTROL CONVENTIONAL CONTROL CONVENTIONAL CONTROL CONVENTIONAL CONTROL

FUZZY CONTROL CONVENTIONAL CONTROL CONVENTIONAL CONTROL CONVENTIONAL CONTROL CONVENTIONAL CONTROL CONVENTIONAL CONTROL Eample: design a cruise control system After gaining an intuitive understanding of the plant s dynamics and establishing the design objectives, the control engineer typically solves the cruise control

More information

Today s s lecture. Lecture 16: Uncertainty - 6. Dempster-Shafer Theory. Alternative Models of Dealing with Uncertainty Information/Evidence

Today s s lecture. Lecture 16: Uncertainty - 6. Dempster-Shafer Theory. Alternative Models of Dealing with Uncertainty Information/Evidence Today s s lecture Lecture 6: Uncertainty - 6 Alternative Models of Dealing with Uncertainty Information/Evidence Dempster-Shaffer Theory of Evidence Victor Lesser CMPSCI 683 Fall 24 Fuzzy logic Logical

More information

Fuzzy Rules and Fuzzy Reasoning (chapter 3)

Fuzzy Rules and Fuzzy Reasoning (chapter 3) Fuzzy ules and Fuzzy easoning (chapter 3) Kai Goebel, Bill Cheetham GE Corporate esearch & Development goebel@cs.rpi.edu cheetham@cs.rpi.edu (adapted from slides by. Jang) Fuzzy easoning: The Big Picture

More information

Rule-Based Fuzzy Model

Rule-Based Fuzzy Model In rule-based fuzzy systems, the relationships between variables are represented by means of fuzzy if then rules of the following general form: Ifantecedent proposition then consequent proposition The

More information

Fuzzy Sets, Fuzzy Logic, and Fuzzy Systems II

Fuzzy Sets, Fuzzy Logic, and Fuzzy Systems II Fuzzy Sets, Fuzzy Logic, and Fuzzy Systems II SSIE 617 Fall 2008 Radim BELOHLAVEK Dept. Systems Sci. & Industrial Eng. Watson School of Eng. and Applied Sci. Binghamton University SUNY Radim Belohlavek

More information

A linguistic fuzzy model with a monotone rule base is not always monotone

A linguistic fuzzy model with a monotone rule base is not always monotone EUSFLAT - LFA 25 A linguistic fuzzy model with a monotone rule base is not always monotone Ester Van Broekhoven and Bernard De Baets Department of Applied Mathematics, Biometrics and Process Control Ghent

More information

CHAPTER 5 FREQUENCY STABILIZATION USING SUPERVISORY EXPERT FUZZY CONTROLLER

CHAPTER 5 FREQUENCY STABILIZATION USING SUPERVISORY EXPERT FUZZY CONTROLLER 85 CAPTER 5 FREQUENCY STABILIZATION USING SUPERVISORY EXPERT FUZZY CONTROLLER 5. INTRODUCTION The simulation studies presented in the earlier chapter are obviously proved that the design of a classical

More information

Fuzzy Logic and Computing with Words. Ning Xiong. School of Innovation, Design, and Engineering Mälardalen University. Motivations

Fuzzy Logic and Computing with Words. Ning Xiong. School of Innovation, Design, and Engineering Mälardalen University. Motivations /3/22 Fuzzy Logic and Computing with Words Ning Xiong School of Innovation, Design, and Engineering Mälardalen University Motivations Human centric intelligent systems is a hot trend in current research,

More information

Algorithms for Increasing of the Effectiveness of the Making Decisions by Intelligent Fuzzy Systems

Algorithms for Increasing of the Effectiveness of the Making Decisions by Intelligent Fuzzy Systems Journal of Electrical Engineering 3 (205) 30-35 doi: 07265/2328-2223/2050005 D DAVID PUBLISHING Algorithms for Increasing of the Effectiveness of the Making Decisions by Intelligent Fuzzy Systems Olga

More information

2010/07/12. Content. Fuzzy? Oxford Dictionary: blurred, indistinct, confused, imprecisely defined

2010/07/12. Content. Fuzzy? Oxford Dictionary: blurred, indistinct, confused, imprecisely defined Content Introduction Graduate School of Science and Technology Basic Concepts Fuzzy Control Eamples H. Bevrani Fuzzy GC Spring Semester, 2 2 The class of tall men, or the class of beautiful women, do not

More information

FUZZY CONTROL OF CHAOS

FUZZY CONTROL OF CHAOS International Journal of Bifurcation and Chaos, Vol. 8, No. 8 (1998) 1743 1747 c World Scientific Publishing Company FUZZY CONTROL OF CHAOS OSCAR CALVO CICpBA, L.E.I.C.I., Departamento de Electrotecnia,

More information

FUZZY CONTROL OF CHAOS

FUZZY CONTROL OF CHAOS FUZZY CONTROL OF CHAOS OSCAR CALVO, CICpBA, L.E.I.C.I., Departamento de Electrotecnia, Facultad de Ingeniería, Universidad Nacional de La Plata, 1900 La Plata, Argentina JULYAN H. E. CARTWRIGHT, Departament

More information

Uncertain System Control: An Engineering Approach

Uncertain System Control: An Engineering Approach Uncertain System Control: An Engineering Approach Stanisław H. Żak School of Electrical and Computer Engineering ECE 680 Fall 207 Fuzzy Logic Control---Another Tool in Our Control Toolbox to Cope with

More information

OPTIMAL CAPACITOR PLACEMENT USING FUZZY LOGIC

OPTIMAL CAPACITOR PLACEMENT USING FUZZY LOGIC CHAPTER - 5 OPTIMAL CAPACITOR PLACEMENT USING FUZZY LOGIC 5.1 INTRODUCTION The power supplied from electrical distribution system is composed of both active and reactive components. Overhead lines, transformers

More information

Design of Decentralized Fuzzy Controllers for Quadruple tank Process

Design of Decentralized Fuzzy Controllers for Quadruple tank Process IJCSNS International Journal of Computer Science and Network Security, VOL.8 No.11, November 2008 163 Design of Fuzzy Controllers for Quadruple tank Process R.Suja Mani Malar1 and T.Thyagarajan2, 1 Assistant

More information

Fuzzy Rules and Fuzzy Reasoning. Chapter 3, Neuro-Fuzzy and Soft Computing: Fuzzy Rules and Fuzzy Reasoning by Jang

Fuzzy Rules and Fuzzy Reasoning. Chapter 3, Neuro-Fuzzy and Soft Computing: Fuzzy Rules and Fuzzy Reasoning by Jang Chapter 3, Neuro-Fuzzy and Soft Computing: Fuzzy Rules and Fuzzy Reasoning by Jang Outline Extension principle Fuzzy relations Fuzzy if-then rules Compositional rule of inference Fuzzy reasoning 2 Extension

More information

Fuzzy Systems. Introduction

Fuzzy Systems. Introduction Fuzzy Systems Introduction Prof. Dr. Rudolf Kruse Christian Moewes {kruse,cmoewes}@iws.cs.uni-magdeburg.de Otto-von-Guericke University of Magdeburg Faculty of Computer Science Department of Knowledge

More information

UNIVERSITY OF SURREY

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

More information

CS344: Introduction to Artificial Intelligence (associated lab: CS386)

CS344: Introduction to Artificial Intelligence (associated lab: CS386) CS344: Introduction to Artificial Intelligence (associated lab: CS386) Pushpak Bhattacharyya CSE Dept., IIT Bombay Lecture 2: Fuzzy Logic and Inferencing Disciplines which form the core of AI- inner circle

More information

What is fuzzy? A dictionary definition. And so what is a Fuzzy Set? events. a not clear Set? 1. Of or resembling fuzz.

What is fuzzy? A dictionary definition. And so what is a Fuzzy Set? events. a not clear Set? 1. Of or resembling fuzz. Sterowanie rozmyte What is fuzzy? A dictionary definition 1. Of or resembling fuzz. 2. Not clear; indistinct: a fuzzy recollection of past events. 3. Not coherent; confused: a fuzzy plan of action. 4.

More information

Computational Intelligence Lecture 20:Neuro-Fuzzy Systems

Computational Intelligence Lecture 20:Neuro-Fuzzy Systems Computational Intelligence Lecture 20:Neuro-Fuzzy Systems Farzaneh Abdollahi Department of Electrical Engineering Amirkabir University of Technology Fall 2011 Farzaneh Abdollahi Computational Intelligence

More information

Chapter 1 Similarity Based Reasoning Fuzzy Systems and Universal Approximation

Chapter 1 Similarity Based Reasoning Fuzzy Systems and Universal Approximation Chapter 1 Similarity Based Reasoning Fuzzy Systems and Universal Approximation Sayantan Mandal and Balasubramaniam Jayaram Abstract In this work, we show that fuzzy inference systems based on Similarity

More information

SOFT COMPUTING (PECS 3401)-FUZZY LOGIC

SOFT COMPUTING (PECS 3401)-FUZZY LOGIC AS PER THE SYLLABUS OF BPUT FOR SEVENTH SEMESTER OF AE&IE BRANCH. RIT, BERHAMPUR SOFT COMPUTING (PECS 3401)-FUZZY LOGIC Lecture Notes KISHORE KUMAR SAHU CHAPTER 01 INTRODUCTION TO SOFT COMPUTING ORIGIN

More information

Fuzzy Logic Controller Based on Association Rules

Fuzzy Logic Controller Based on Association Rules Annals of the University of Craiova, Mathematics and Computer Science Series Volume 37(3), 2010, Pages 12 21 ISSN: 1223-6934 Fuzzy Logic Controller Based on Association Rules Ion IANCU and Mihai GABROVEANU

More information

Faster Adaptive Network Based Fuzzy Inference System

Faster Adaptive Network Based Fuzzy Inference System Faster Adaptive Network Based Fuzzy Inference System Submitted in partial fulfillment Of the requirements for The Degree of Doctor of Philosophy In Statistics At the University of Canterbury By Issarest

More information

EXCITATION CONTROL OF SYNCHRONOUS GENERATOR USING A FUZZY LOGIC BASED BACKSTEPPING APPROACH

EXCITATION CONTROL OF SYNCHRONOUS GENERATOR USING A FUZZY LOGIC BASED BACKSTEPPING APPROACH EXCITATION CONTROL OF SYNCHRONOUS GENERATOR USING A FUZZY LOGIC BASED BACKSTEPPING APPROACH Abhilash Asekar 1 1 School of Engineering, Deakin University, Waurn Ponds, Victoria 3216, Australia ---------------------------------------------------------------------***----------------------------------------------------------------------

More information

APPLICATION OF AIR HEATER AND COOLER USING FUZZY LOGIC CONTROL SYSTEM

APPLICATION OF AIR HEATER AND COOLER USING FUZZY LOGIC CONTROL SYSTEM APPLICATION OF AIR HEATER AND COOLER USING FUZZY LOGIC CONTROL SYSTEM Dr.S.Chandrasekaran, Associate Professor and Head, Khadir Mohideen College, Adirampattinam E.Tamil Mani, Research Scholar, Khadir Mohideen

More information

Chapter 2 Introduction to Fuzzy Systems

Chapter 2 Introduction to Fuzzy Systems Chapter 2 Introduction to Fuzzy Systems Robert Czabanski, Michal Jezewski and Jacek Leski Abstract The following chapter describes the basic concepts of fuzzy systems and approximate reasoning. The study

More information

Interval Type-2 Fuzzy Logic Systems Made Simple by Using Type-1 Mathematics

Interval Type-2 Fuzzy Logic Systems Made Simple by Using Type-1 Mathematics Interval Type-2 Fuzzy Logic Systems Made Simple by Using Type-1 Mathematics Jerry M. Mendel University of Southern California, Los Angeles, CA WCCI 2006 1 Outline Motivation Type-2 Fuzzy Sets Interval

More information

Environment Protection Engineering MATRIX METHOD FOR ESTIMATING THE RISK OF FAILURE IN THE COLLECTIVE WATER SUPPLY SYSTEM USING FUZZY LOGIC

Environment Protection Engineering MATRIX METHOD FOR ESTIMATING THE RISK OF FAILURE IN THE COLLECTIVE WATER SUPPLY SYSTEM USING FUZZY LOGIC Environment Protection Engineering Vol. 37 2011 No. 3 BARBARA TCHÓRZEWSKA-CIEŚLAK* MATRIX METHOD FOR ESTIMATING THE RISK OF FAILURE IN THE COLLECTIVE WATER SUPPLY SYSTEM USING FUZZY LOGIC Collective water

More information

A Hybrid Approach For Air Conditioning Control System With Fuzzy Logic Controller

A Hybrid Approach For Air Conditioning Control System With Fuzzy Logic Controller International Journal of Engineering and Applied Sciences (IJEAS) A Hybrid Approach For Air Conditioning Control System With Fuzzy Logic Controller K.A. Akpado, P. N. Nwankwo, D.A. Onwuzulike, M.N. Orji

More information

Fuzzy Sets and Systems. Lecture 4 (Fuzzy Logic) Bu- Ali Sina University Computer Engineering Dep. Spring 2010

Fuzzy Sets and Systems. Lecture 4 (Fuzzy Logic) Bu- Ali Sina University Computer Engineering Dep. Spring 2010 Fuzzy Sets and Systems Lecture 4 (Fuzzy Logic) Bu- Ali Sina University Computer Engineering Dep. Spring 2010 Outline Fuzzy Logic Classical logic- an overview Multi-valued logic Fuzzy logic Fuzzy proposition

More information

RULE-BASED FUZZY EXPERT SYSTEMS

RULE-BASED FUZZY EXPERT SYSTEMS University of Waterloo Department of Electrical and Computer Engineering E&CE 457 Applied Artificial Intelligence RULE-BASED FUZZY EXPERT SYSTEMS July 3 rd, 23 Ian Hung, 99XXXXXX Daniel Tse, 99XXXXXX Table

More information

A Powerful way to analyze and control a complex system

A Powerful way to analyze and control a complex system A Powerful way to analyze and control a complex system From the set theory point of view,it is a superset of conventional (Boolean) logic that has been extended to handle the concept of partial truth values

More information

5. Lecture Fuzzy Systems

5. Lecture Fuzzy Systems Soft Control (AT 3, RMA) 5. Lecture Fuzzy Systems Fuzzy Control 5. Structure of the lecture. Introduction Soft Control: Definition and delimitation, basic of 'intelligent' systems 2. Knowledge representation

More information

A Crisp Representation for Fuzzy SHOIN with Fuzzy Nominals and General Concept Inclusions

A Crisp Representation for Fuzzy SHOIN with Fuzzy Nominals and General Concept Inclusions A Crisp Representation for Fuzzy SHOIN with Fuzzy Nominals and General Concept Inclusions Fernando Bobillo Miguel Delgado Juan Gómez-Romero Department of Computer Science and Artificial Intelligence University

More information

Fuzzy Systems. Introduction

Fuzzy Systems. Introduction Fuzzy Systems Introduction Prof. Dr. Rudolf Kruse Christoph Doell {kruse,doell}@iws.cs.uni-magdeburg.de Otto-von-Guericke University of Magdeburg Faculty of Computer Science Department of Knowledge Processing

More information

Efficient Approximate Reasoning with Positive and Negative Information

Efficient Approximate Reasoning with Positive and Negative Information Efficient Approximate Reasoning with Positive and Negative Information Chris Cornelis, Martine De Cock, and Etienne Kerre Fuzziness and Uncertainty Modelling Research Unit, Department of Applied Mathematics

More information

What Is Fuzzy Logic?

What Is Fuzzy Logic? Fuzzy logic What Is Fuzzy Logic? Form of multi-valued logic (algebra) derived from fuzzy set theory. Designed to deal with reasoning that is approximate rather than accurate. Consequence of the 1965 proposal

More information

MODELLING THERMAL COMFORT FOR TROPICS USING FUZZY LOGIC

MODELLING THERMAL COMFORT FOR TROPICS USING FUZZY LOGIC Eighth International IBPSA Conference Eindhoven, Netherlands August 11-14, 2003 MODELLING THERMAL COMFORT FOR TROPICS USING FUZZY LOGIC Henry Feriadi, Wong Nyuk Hien Department of Building, School of Design

More information

Obtaining ABET Student Outcome Satisfaction from Course Learning Outcome Data Using Fuzzy Logic

Obtaining ABET Student Outcome Satisfaction from Course Learning Outcome Data Using Fuzzy Logic OPEN ACCESS EURASIA Journal of Mathematics Science and Technology Education ISSN: 1305-8223 (online) 1305-8215 (print) 2017 13(7):3069-3081 DOI 10.12973/eurasia.2017.00705a Obtaining ABET Student Outcome

More information

CHAPTER 7 MODELING AND CONTROL OF SPHERICAL TANK LEVEL PROCESS 7.1 INTRODUCTION

CHAPTER 7 MODELING AND CONTROL OF SPHERICAL TANK LEVEL PROCESS 7.1 INTRODUCTION 141 CHAPTER 7 MODELING AND CONTROL OF SPHERICAL TANK LEVEL PROCESS 7.1 INTRODUCTION In most of the industrial processes like a water treatment plant, paper making industries, petrochemical industries,

More information

Civil Engineering. Elixir Civil Engg. 112 (2017)

Civil Engineering. Elixir Civil Engg. 112 (2017) 48886 Available online at www.elixirpublishers.com (Elixir International Journal) Civil Engineering Elixir Civil Engg. 112 (2017) 48886-48891 Prediction of Ultimate Strength of PVC-Concrete Composite Columns

More information

Adaptive Non-singleton Type-2 Fuzzy Logic Systems: A Way Forward for Handling Numerical Uncertainties in Real World Applications

Adaptive Non-singleton Type-2 Fuzzy Logic Systems: A Way Forward for Handling Numerical Uncertainties in Real World Applications Int. J. of Computers, Communications & Control, ISSN 1841-9836, E-ISSN 1841-9844 Vol. VI (2011), No. 3 (September), pp. 503-529 Adaptive Non-singleton Type-2 Fuzzy Logic Systems: A Way Forward for Handling

More information

Stability of a Fuzzy Logic Based Piecewise Linear Hybrid System

Stability of a Fuzzy Logic Based Piecewise Linear Hybrid System Wright State University CORE Scholar Browse all Theses and Dissertations Theses and Dissertations 2013 Stability of a Fuzzy Logic Based Piecewise Linear Hybrid System Aaron W. Seyfried Wright State University

More information

Approximation Capability of SISO Fuzzy Relational Inference Systems Based on Fuzzy Implications

Approximation Capability of SISO Fuzzy Relational Inference Systems Based on Fuzzy Implications Approximation Capability of SISO Fuzzy Relational Inference Systems Based on Fuzzy Implications Sayantan Mandal and Balasubramaniam Jayaram Department of Mathematics Indian Institute of Technology Hyderabad

More information

Fuzzy Linguistic Controllers Applied to Decouple Control Loop Effects

Fuzzy Linguistic Controllers Applied to Decouple Control Loop Effects Fuzzy Linguistic Controllers Applied to Decouple Control Loop Effects J. M. F. Calado (1)(2) and A. Sousa (1) (1) ISEL Instituto Superior de Engenharia de Lisboa Mechanical Engineering Department, Lisbon,

More information

Human Blood Pressure and Body Temp Analysis Using Fuzzy Logic Control System

Human Blood Pressure and Body Temp Analysis Using Fuzzy Logic Control System 222 IJCSNS International Journal of Computer Science and Network Security, VOL.17 No.12, December 2017 Human Blood Pressure and Body Temp Analysis Using Fuzzy Logic Control System Syeda Binish Zahra 1,

More information

Classical Set Theory. Outline. Classical Set Theory. 4. Linguistic model, approximate reasoning. 1. Fuzzy sets and set-theoretic operations.

Classical Set Theory. Outline. Classical Set Theory. 4. Linguistic model, approximate reasoning. 1. Fuzzy sets and set-theoretic operations. Knowledge-Based Control Systems (SC48) Lecture 2: Fuzzy Sets and Systems lfredo Núñez Section of Railway Engineering CiTG, Delft University of Tecnology Te Neterlands Robert Babuška Delft Center for Systems

More information

SISO Fuzzy Relational Inference Systems based on Fuzzy Implications are Universal Approximators

SISO Fuzzy Relational Inference Systems based on Fuzzy Implications are Universal Approximators The final version of this work can be found at doi:10.1016/j.fss.2014.10.003. SISO Fuzzy Relational Inference Systems based on Fuzzy Implications are Universal Approximators Sayantan Mandal and Balasubramaniam

More information

Learning from Examples

Learning from Examples Learning from Examples Adriano Cruz, adriano@nce.ufrj.br PPGI-UFRJ September 20 Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September 20 / 40 Summary Introduction 2 Learning from

More information

Prediction of Ultimate Shear Capacity of Reinforced Normal and High Strength Concrete Beams Without Stirrups Using Fuzzy Logic

Prediction of Ultimate Shear Capacity of Reinforced Normal and High Strength Concrete Beams Without Stirrups Using Fuzzy Logic American Journal of Civil Engineering and Architecture, 2013, Vol. 1, No. 4, 75-81 Available online at http://pubs.sciepub.com/ajcea/1/4/2 Science and Education Publishing DOI:10.12691/ajcea-1-4-2 Prediction

More information

Fuzzy expert systems

Fuzzy expert systems The Islamic University of Gaza Faculty of Engineering Dept. of Computer Engineering ECOM5039:Artificial Intelligence Eng. Ibraheem Lubbad Fuzzy expert systems Main points: Fuzzy logic is determined as

More information

On-line control of nonlinear systems using a novel type-2 fuzzy logic method

On-line control of nonlinear systems using a novel type-2 fuzzy logic method ORIGINAL RESEARCH On-line control of nonlinear systems using a novel type-2 fuzzy logic method Behrouz Safarinejadian, Mohammad Karimi Control Engineering Department, Shiraz University of Technology, Shiraz,

More information

Repetitive control mechanism of disturbance rejection using basis function feedback with fuzzy regression approach

Repetitive control mechanism of disturbance rejection using basis function feedback with fuzzy regression approach Repetitive control mechanism of disturbance rejection using basis function feedback with fuzzy regression approach *Jeng-Wen Lin 1), Chih-Wei Huang 2) and Pu Fun Shen 3) 1) Department of Civil Engineering,

More information

ABDUCTIVE reasoning is an explanatory process in

ABDUCTIVE reasoning is an explanatory process in Selecting Implications in Fuzzy bductive Problems drien Revault d llonnes Herman kdag ernadette ouchon-meunier bstract bductive reasoning is an explanatory process in which potential causes of an observation

More information

Water Quality Management using a Fuzzy Inference System

Water Quality Management using a Fuzzy Inference System Water Quality Management using a Fuzzy Inference System Kumaraswamy Ponnambalam and Seyed Jamshid Mousavi A fuzzy inference system (FIS) is presented for the optimal operation of a reservoir system with

More information

Financial Informatics XI: Fuzzy Rule-based Systems

Financial Informatics XI: Fuzzy Rule-based Systems Financial Informatics XI: Fuzzy Rule-based Systems Khurshid Ahmad, Professor of Computer Science, Department of Computer Science Trinity College, Dublin-2, IRELAND November 19 th, 28. https://www.cs.tcd.ie/khurshid.ahmad/teaching.html

More information

Inference error minimisation: fuzzy modelling of ambiguous functions.

Inference error minimisation: fuzzy modelling of ambiguous functions. Inference error minimisation: fuzzy modelling of ambiguous functions. Antonio Sala and Pedro Albertos Dept. de Ingeniería de Sistemas y Automática. Universidad Politécnica de Valencia Aptdo. 22012, E-46071

More information

Application of Fuzzy Logic and Uncertainties Measurement in Environmental Information Systems

Application of Fuzzy Logic and Uncertainties Measurement in Environmental Information Systems Fakultät Forst-, Geo- und Hydrowissenschaften, Fachrichtung Wasserwesen, Institut für Abfallwirtschaft und Altlasten, Professur Systemanalyse Application of Fuzzy Logic and Uncertainties Measurement in

More information

Fuzzy logic Fuzzyapproximate reasoning

Fuzzy logic Fuzzyapproximate reasoning Fuzzy logic Fuzzyapproximate reasoning 3.class 3/19/2009 1 Introduction uncertain processes dynamic engineering system models fundamental of the decision making in fuzzy based real systems is the approximate

More information

Adaptive fuzzy observer and robust controller for a 2-DOF robot arm Sangeetha Bindiganavile Nagesh

Adaptive fuzzy observer and robust controller for a 2-DOF robot arm Sangeetha Bindiganavile Nagesh Adaptive fuzzy observer and robust controller for a 2-DOF robot arm Delft Center for Systems and Control Adaptive fuzzy observer and robust controller for a 2-DOF robot arm For the degree of Master of

More information

Fuzzy Local Trend Transform based Fuzzy Time Series Forecasting Model

Fuzzy Local Trend Transform based Fuzzy Time Series Forecasting Model Int. J. of Computers, Communications & Control, ISSN 1841-9836, E-ISSN 1841-9844 Vol. VI (2011), No. 4 (December), pp. 603-614 Fuzzy Local Trend Transform based Fuzzy Time Series Forecasting Model J. Dan,

More information

RamchandraBhosale, Bindu R (Electrical Department, Fr.CRIT,Navi Mumbai,India)

RamchandraBhosale, Bindu R (Electrical Department, Fr.CRIT,Navi Mumbai,India) Indirect Vector Control of Induction motor using Fuzzy Logic Controller RamchandraBhosale, Bindu R (Electrical Department, Fr.CRIT,Navi Mumbai,India) ABSTRACT: AC motors are widely used in industries for

More information

Transformation-Based Constraint-Guided Generalised Modus Ponens

Transformation-Based Constraint-Guided Generalised Modus Ponens Transformation-Based Constraint-Guided Generalised Modus Ponens Michaël Blot, Marie-Jeanne Lesot, Marcin Detyniecki Sorbonne Universités, LIP6, UPMC Univ Paris 06, CNRS, UMR 7606 F-75005, Paris, France

More information

Failure Mode Screening Using Fuzzy Set Theory

Failure Mode Screening Using Fuzzy Set Theory International Mathematical Forum, 4, 9, no. 6, 779-794 Failure Mode Screening Using Fuzzy Set Theory D. Pandey a, Sanjay Kumar Tyagi b and Vinesh Kumar c a, c Department of Mathematics, C.C.S. University,

More information

Improvement of Process Failure Mode and Effects Analysis using Fuzzy Logic

Improvement of Process Failure Mode and Effects Analysis using Fuzzy Logic Applied Mechanics and Materials Online: 2013-08-30 ISSN: 1662-7482, Vol. 371, pp 822-826 doi:10.4028/www.scientific.net/amm.371.822 2013 Trans Tech Publications, Switzerland Improvement of Process Failure

More information

Fuzzy Gain Scheduling and Tuning of Multivariable Fuzzy Control Methods of Fuzzy Computing in Control Systems

Fuzzy Gain Scheduling and Tuning of Multivariable Fuzzy Control Methods of Fuzzy Computing in Control Systems Tampereen teknillinen korkeakoulu Julkaisuja 293 Tampere University of Technology Publications 293 Pauli Viljamaa Fuzzy Gain Scheduling and Tuning of Multivariable Fuzzy Control Methods of Fuzzy Computing

More information

On Constructing Parsimonious Type-2 Fuzzy Logic Systems via Influential Rule Selection

On Constructing Parsimonious Type-2 Fuzzy Logic Systems via Influential Rule Selection On Constructing Parsimonious Type-2 Fuzzy Logic Systems via Influential Rule Selection Shang-Ming Zhou 1, Jonathan M. Garibaldi 2, Robert I. John 1, Francisco Chiclana 1 1 Centre for Computational Intelligence,

More information

B best scales 51, 53 best MCDM method 199 best fuzzy MCDM method bound of maximum consistency 40 "Bridge Evaluation" problem

B best scales 51, 53 best MCDM method 199 best fuzzy MCDM method bound of maximum consistency 40 Bridge Evaluation problem SUBJECT INDEX A absolute-any (AA) critical criterion 134, 141, 152 absolute terms 133 absolute-top (AT) critical criterion 134, 141, 151 actual relative weights 98 additive function 228 additive utility

More information