Fuzzy Expert Systems Lecture 8 (Fuzzy Systems)

Size: px
Start display at page:

Download "Fuzzy Expert Systems Lecture 8 (Fuzzy Systems)"

Transcription

1 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 and imprecision (Lotfi A. Zadeh, 1992) Lecture 08 صفحه 1

2 The Whole Fuzzy System Fuzzy Reasoning Fuzzifier موتور استنتاج فازی Fuzzy Inference Engine Defuzzifier Fuzzy Rule Base غير فازی ساز فازی ساز Lecture 08 صفحه 2

3 Fuzzifier and Defuzzifier In general, both the Inputs and outputs of a Fuzzy Inference Engine are Fuzzy Variables µ A (x) and µ B (y) However, in the real world, it is usually desired to have a system with crisp inputs and outputs. So the Fuzzifier and Defuzzifier blocks are needed to accept crisp inputs and produce crisp outputs. Lecture 08 صفحه 3

4 Fuzzifier The fuzzifier is actually a mapping. It maps a real-valued crisp point x * U to a fuzzy set A A in U. So it can be defined with a fuzzy membership function µ A (x) as a function of x * µ A (x)=f(x*) x*) x* Fuzzifier Lecture 08 صفحه 4

5 The output of the fuzzifier is not a membership value, it is a membership function µ A (x) x 1 x* The Fuzzifier µ A (x 1 ) Lecture 08 صفحه 5

6 Fuzzifier produces membership functions which can be regarded as fuzzy inputs to fuzzy inference engine. x* x X Fuzzifier µ A (x) µ A (x) A B A w X Y Lecture 08 صفحه 6

7 How to design a Fuzzifier? 1. Since the fuzzy variable µ A (x) is used as the input instead of x*, intuitively, it should be selected such that the t actual crisp value x* has a large membership value in A A. 2. If the input to a fuzzy system is corrupted by noise, it is desirable that the fuzzifier should help to suppress the noise. 3. Practically, It is better to select the fuzzifier such that it simplifies the computations (particularly computation of Sup x U ) Lecture 08 صفحه 7

8 Fuzzifier Examples Singleton Fuzzifier: (most commonly used) The singleton fuzzifier is defined as: µ A' ( x) = * 1 if x = x 0 otherwise x = ( x, x2,..., x 1 n ) Lecture 08 صفحه 8

9 Singleton Fuzzifier x* X µ A (x) Singleton Fuzzifier x* X Sup x U It greatly simplifies the computation of Sup (Actually it omits the Sup x U and reduces it to x=x * ) Lecture 08 صفحه 9

10 Gaussian Fuzzifier: µ x * * x1 x1 2 xn xn 2 ( ) ( ) ( x = e a1 L e an ) A' = x, x,..., xn) and is any t ( 1 2 x* X norm Gaussian and Triangular Fuzzifiers suppress the noise µ A (x) Gaussian Fuzzifier x* X Lecture 08 صفحه 10

11 Triangular Fuzzifier: µ A ' ( x ) = (1 0 b i > x 1 0 b 1 x * 1 ) L (1 x n x b n otherwise * n ) x* X µ A (x) Trinagular Fuzzifier X Lecture 08 صفحه 11

12 Defuzzifier (Defuzzification Method) Conceptually, the task of the defuzzifier is to specify a crisp point in output space V that best represents the fuzzy set C µ c (x) Crisp Variable X * Defuzzifier Fuzzy Variable C X x* Lecture 08 صفحه 12

13 Important criteria in choosing a defuzzification method Plausibility: the crisp point y * should represent C C from an intuitive point of view Computational Simplicity: In real time applications such as fuzzy controllers, it is important to achieve less computational time. Continuity: A small change in C C should not result in a large change in y * Lecture 08 صفحه 13

14 Defuzzification Methods Centroid of Area: (Center of Gravity) z COG = Z Z µ C ' µ C ' ( z) zdz ( z) dz where µ C' ( z) is aggregated output MF Advantage: Intuitive Plausibility Disadvantage: Computationally intensive Lecture 08 صفحه 14

15 Bisector of Area: z α α = BOA µ A ( min{ z z ) dz µ ( z) z = β Z} z BOA A dz where, β = max{ z z Z} BOA Lecture 08 صفحه 15

16 Mean of Maximum: Average of the maximizing zdz z at which the MF reach a z = Z MOM maximum, µ * where dz Z z' = { z µ ( z) =µ } A * MOM Lecture 08 صفحه 16

17 Smallest of Maximum: z SOM is the minimum (in terms of magnitude) of the maximizing z Largest of Maximum: z LOM is the maximum of the maximizing z SOM LOM Lecture 08 صفحه 17

18 Center Average Center Average is the weighted average of the centers of the M fuzzy sets, with the weights equal the heights of the corresponding l fuzzy sets. Let y be the center of the l th fuzzy set and w l be its height, then : w l z CA M l = 1 = M l = 1 y l w w l l l y Lecture 08 صفحه 18

19 Example of the Center Average (CA) w 1 y * = w 1 w + 2 w 2 w 2 y 1 = 0 y 2 =1 The Center average method is most commonly used defuzzifier in fuzzy systems and fuzzy control. It is computationally simple and intuitively plausible. also small changes in l y and w l result in small change in y * Lecture 08 صفحه 19

20 Various Defuzzification Schemes centroid 0.6 bisector 0.4 mom 0.2 lom so m centroid 0.6 bisector 0.4 mom 0.2 so m lo m Lecture 08 صفحه 20

21 Fuzzy Systems Types Mamdani Fuzzy Systems (most commonly used in many of applications) (TSK) (Most often used in applications in which it is needed to develop a systematic approach in creating and analyzing the fuzzy system). Most popular candidate for sample- data-based fuzzy modeling Sugeno Fuzzy Systems (TSK) Tsukamoto Fuzzy Systems (Rarely used) Lecture 08 صفحه 21

22 1. Mamdani Fuzzy Systems Mamdani Fuzzy Systems are fuzzy systems having fuzzy if then rules in the familiar form of : if x is A and y is B and THEN y is C where A, B,.. And C are fuzzy sets This type of fuzzy systems are used in applications where the fuzzy rules are direct consequence of the human expert advice expressed in the form of fuzzy rules. The output of a MAMDANI fuzzy system is a fuzzy variable Lecture 08 صفحه 22

23 2. Sugeno Fuzzy Systems TSK (Takagi Sugeno) TSK fuzzy systems are fuzzy systems having if then rules in the following form: If x is A and y is B THEN z = f (x,y( x,y) where A and B are fuzzy set in the antecedent, while z=f (x,y)) is a crisp function in the consequent Lecture 08 صفحه 23

24 Usually, z=f(x,y f(x,y) is a polynomial in x and y. the order of this polynomial is defined as the order of TSK model. So in zero-order order TSK models, z is a constant. Sugeno Type 1 If X is small and Y is small, then z = - x + y + 1 Sugeno Type 0 If X is small and Y is small, then z = 5 Center Average defuzzifier is used in Sugeno fuzzy systems Lecture 08 صفحه 24

25 An Example of a TSK system Example of Two-input single-output TSK system If X is small and Y is small, then z = - x + y + 1 If X is small and Y is large, then z = - y + 3 If X is large and Y is small, then z = - x 3 If X is large and Y is large then z = x + y Small Large Membership Grades X 1 Small Large Membership Grades Y Lecture 08 صفحه 25

26 Graphical Demonstration of a type-1 Sugeno Fuzzy Systems A1 B1 z1 = w1 p1x+q1y+r1 X Y A2 B2 z2 = w2 p2x+q2y+r2 x=3 X y=2 Y Min or Product z = w1z1+w2z2 w1+w2 Lecture 08 صفحه 26

27 3. Tsukamoto Fuzzy Systems In this case, the consequent part of each fuzzy if-then rule is represented by a fuzzy set with a monotonical MF. The inferred output of each rule is defined as a crisp value induced by the rule firing strength. The overal output is taken as the weighted average of each rule s s output. Tsukamoto fuzzy model aggregates each rule s output by the method of weighting average. Lecture 08 صفحه 27

28 Graphical Demonstration of a Tsukamoto Fuzzy Systems The Tsukamoto fuzzy model Lecture 08 صفحه 28

29 Control Surface The relationship between each pair of the input variables and each of the output variables is usually called surface or control surface of the fuzzy system. Lecture 08 صفحه 29

30 Building a fuzzy system Two types of knowledge are needed to develop a fuzzy system 1 Domain Knowledge: : the knowledge about the fuzzy if-then rules, membership functions, 2 Meta Knowledge: : the knowledge about how to treat with domain knowledge including the type of t-norm, t s-norm, s implication and inference engine, method of defuzzification, Lecture 08 صفحه 30

31 The source of domain knowledge Developing Methods of Fuzzy Systems Fuzzy System 1 Human Expert Opinion Knowledge Base 3 (x (x i,y i,y i ) i ) i=1,.n 2 Learning from Examples Automatic Optimization Algorithm Lecture 08 صفحه 31

32 1. Consulting Human Expert and incorporating expert knowledge into fuzzy system Knowledge Base Historically, the first method in developing a fuzzy system was human knowledge represented in the common form of fuzzy if then rules. However, disadvantage of this method is the lake of a systematic method for designing a fuzzy system using human knowledge Lecture 08 صفحه 32

33 2. Modeling by Observation (Learning from Examples) x x : 1 2 x m (i) i=1,2,..,n Unknown System y y : 1 2 y n (i) Fuzzy System Lecture 08 صفحه 33

34 Modeling or learning by observation means to build a fuzzy system using a set of input-output data pairs relating to an unknown system which should be modeled. The resulting fuzzy system can be used as fuzzy model of the main system and thus is expected to have the same input/output mapping. There are many methods for learning from examples such as Table Look-Up scheme, Fuzzy Clustering, ANFIS,... These methods are different in degree of accuracy, computational complexity and noise cancellation ability. Lecture 08 صفحه 34

35 3. Automatic optimization methods Designing a fuzzy system is actually a search and optimization problem in which the objective is to search and find the most appropriate knowledge including fuzzy membership functions and fuzzy rules. This can be done using many of the evolutionary optimization methods such as Genetic Algorithms and Genetic Programming. A design criteria and a fitness function are used and the optimization problem looks for the best solution (fuzzy system) which maximize the fitness function. Lecture 08 صفحه 35

36 Domains of applications for fuzzy systems: Modeling, Learning. Control (Feedback control of dynamical systems) Control System Identification, Prediction. (Speech recognition, Signal and image processing) Pattern recognition, Classification (Speech Expert Systems, Decision Making. etc, Lecture 08 صفحه 36

37 References 1. A course in fuzzy systems and control, L-X. Wang, 2. A. H. Meghdadi, Probabilistic Fuzzy Systems and Modeling Human Control Strategy, MSEE Thesis, Ferdowsi University of Mashhad, Jan Slides for fuzzy sets, J.-s. Roger Jang John Kim, Intelligent systems course, note/chap4_2.ppt 5. J-S. J Roger Jang, C-T C T Sun, E. Mizutani, Neoro-Fuzzy and Soft Computing,, Prentice Hall, Fuzzy Logic ToolBox for MATLAB, MATWORKS Inc. Lecture 08 صفحه 37

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

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

CHAPTER 3 FUZZY RULE BASED MODEL FOR FAULT DIAGNOSIS

CHAPTER 3 FUZZY RULE BASED MODEL FOR FAULT DIAGNOSIS 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

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

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

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

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

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 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

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

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

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

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 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

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 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

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

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

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

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

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

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

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

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

Development of a Generic and Configurable Fuzzy Logic Systems Library for Real-Time Control Applications using an Object-oriented Approach

Development of a Generic and Configurable Fuzzy Logic Systems Library for Real-Time Control Applications using an Object-oriented Approach 2018 Second IEEE International Conference on Robotic Computing Development of a Generic and Configurable Fuzzy Logic Systems Library for Real-Time Control Applications using an Object-oriented Approach

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

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

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

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

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

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

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

A Software Tool: Type-2 Fuzzy Logic Toolbox

A Software Tool: Type-2 Fuzzy Logic Toolbox A Software Tool: Type-2 Fuzzy Logic Toolbox MUZEYYEN BULUT OZEK, ZUHTU HAKAN AKPOLAT Firat University, Technical Education Faculty, Department of Electronics and Computer Science, 23119 Elazig, Turkey

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

Using Fuzzy Logic to Improve Cache Replacement Decisions

Using Fuzzy Logic to Improve Cache Replacement Decisions 182 IJCSNS International Journal of Computer Science and Network Security, VOL.6 No.3A, March 26 Using Fuzzy Logic to Improve Cache Replacement Decisions Mojtaba Sabeghi1, and Mohammad Hossein Yaghmaee2,

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

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

The Type-1 OWA Operator and the Centroid of Type-2 Fuzzy Sets

The Type-1 OWA Operator and the Centroid of Type-2 Fuzzy Sets EUSFLAT-LFA 20 July 20 Aix-les-Bains, France The Type- OWA Operator and the Centroid of Type-2 Fuzzy Sets Francisco Chiclana Shang-Ming Zhou 2 Centre for Computational Intelligence, De Montfort University,

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

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

SOLUTION: 1. First define the temperature range, e.g. [0 0,40 0 ].

SOLUTION: 1. First define the temperature range, e.g. [0 0,40 0 ]. 2. 2. USING MATLAB Fuzzy Toolbox GUI PROBLEM 2.1. Let the room temperature T be a fuzzy variable. Characterize it with three different (fuzzy) temperatures: cold,warm, hot. SOLUTION: 1. First define the

More information

FUZZY SYSTEMS: Basics using MATLAB Fuzzy Toolbox. Heikki N. Koivo

FUZZY SYSTEMS: Basics using MATLAB Fuzzy Toolbox. Heikki N. Koivo FUZZY SYSTEMS: Basics using MATLAB Fuzzy Toolbox By Heikki N. Koivo 200 2.. Fuzzy sets Membership functions Fuzzy set Universal discourse U set of elements, {u}. Fuzzy set F in universal discourse U: Membership

More information

Exploring Gaussian and Triangular Primary Membership Functions in Non-Stationary Fuzzy Sets

Exploring Gaussian and Triangular Primary Membership Functions in Non-Stationary Fuzzy Sets Exploring Gaussian and Triangular Primary Membership Functions in Non-Stationary Fuzzy Sets S. Musikasuwan and J.M. Garibaldi Automated Scheduling, Optimisation and Planning Group University of Nottingham,

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

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

Fuzzy Logic Based Edge Detection in Color Images

Fuzzy Logic Based Edge Detection in Color Images Fuzzy Logic Based Edge Detection in Color Images Nikitha B S 1, Myna A N 2 Student, M. Tech (Software Engineering), Dept of Information Science & Engg, M S Ramaiah Institute of Technology (Autonomous Institute

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

A Fuzzy System Modeling Algorithm for Data Analysis and Approximate Reasoning

A Fuzzy System Modeling Algorithm for Data Analysis and Approximate Reasoning International Journal of Computer Systems (ISSN: 2394-1065), Volume 02 Issue 05, May, 2015 Available at http://www.ijcsonline.com/ A Fuzzy System Modeling Algorithm for Data Analysis and Approximate Reasoning

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

Florida State University Libraries

Florida State University Libraries Florida State University Libraries Electronic Theses, Treatises and Dissertations The Graduate School 2004 A Design Methodology for the Implementation of Fuzzy Logic Traffic Controller Using Field Programmable

More information

Learning of Type-2 Fuzzy Logic Systems using Simulated Annealing

Learning of Type-2 Fuzzy Logic Systems using Simulated Annealing Learning of Type-2 Fuzzy Logic Systems using Simulated Annealing by Majid Almaraashi A thesis submitted in partial fulfilment for the degree of Doctor of Philosophy in Artificial Intelligence DE MONTFORT

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

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

Predicting Porosity through Fuzzy Logic from Well Log Data

Predicting Porosity through Fuzzy Logic from Well Log Data International Journal of Petroleum and Geoscience Engineering (IJPGE) 2 (2): 120- ISSN 2289-4713 Academic Research Online Publisher Research paper Predicting Porosity through Fuzzy Logic from Well Log

More information

Dra. Ma. del Pilar Gómez Gil Primavera 2014

Dra. Ma. del Pilar Gómez Gil Primavera 2014 C291-78 Tópicos Avanzados: Inteligencia Computacional I Introducción a la Lógica Difusa Dra. Ma. del Pilar Gómez Gil Primavera 2014 pgomez@inaoep.mx Ver: 08-Mar-2016 1 Este material ha sido tomado de varias

More information

A Proposition for using Mathematical Models Based on a Fuzzy System with Application

A Proposition for using Mathematical Models Based on a Fuzzy System with Application From the SelectedWorks of R. W. Hndoosh Winter October 1 2013 A Proposition for using Mathematical Models Based on a Fuzzy System with Application R. W. Hndoosh Available at: https://works.bepress.com/rw_hndoosh/1/

More information

Keywords - Fuzzy rule-based systems, clustering, system design

Keywords - Fuzzy rule-based systems, clustering, system design CHAPTER 7 Application of Fuzzy Rule Base Design Method Peter Grabusts In many classification tasks the final goal is usually to determine classes of objects. The final goal of fuzzy clustering is also

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

Efficacious approach for satellite image classification

Efficacious approach for satellite image classification Journal of Electrical and Electronics Engineering Research Vol. 3(8), pp. 143-150, October 2011 Available online at http://www.academicjournals.org/jeeer ISSN 2141 2367 2011 Academic Journals Full Length

More information

Takagi-Sugeno Fuzzy System Accuracy Improvement with A Two Stage Tuning

Takagi-Sugeno Fuzzy System Accuracy Improvement with A Two Stage Tuning International Journal of Computing and Digital Systems ISSN (2210-142X) Int. J. Com. Dig. Sys. 4, No.4 (Oct-2015) Takagi-Sugeno Fuzzy System Accuracy Improvement with A Two Stage Tuning Hassan M. Elragal

More information

FUZZY DATABASE FOR MEDICAL DIAGNOSIS. Rehana Parvin BSc, AIUB, Dhaka, Bangladesh, 2004

FUZZY DATABASE FOR MEDICAL DIAGNOSIS. Rehana Parvin BSc, AIUB, Dhaka, Bangladesh, 2004 FUZZY DATABASE FOR MEDICAL DIAGNOSIS by Rehana Parvin BSc, AIUB, Dhaka, Bangladesh, 2004 A thesis presented to Ryerson University in partial fulfilment of the requirements for the degree of Master of Science

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

Abstract- Keywords I INTRODUCTION

Abstract- Keywords I INTRODUCTION Knowledge Extraction from Numerical Data for the Mamdani Type Fuzzy Systems: A BBO Approach Shakti Kumar 1, Parul Narula & Tazeem Ahmed 2 Department of Electronics & instrumentation, Apeejay College of

More information

Musikasuwan, Salang (2013) Novel fuzzy techniques for modelling human decision making. PhD thesis, University of Nottingham.

Musikasuwan, Salang (2013) Novel fuzzy techniques for modelling human decision making. PhD thesis, University of Nottingham. Musikasuwan, Salang (213) Novel fuzzy techniques for modelling human decision making. PhD thesis, University of Nottingham. Access from the University of Nottingham repository: http://eprints.nottingham.ac.uk/13161/1/salang-phd-thesis.pdf

More information

Implementation Of Fuzzy Controller For Image Edge Detection

Implementation Of Fuzzy Controller For Image Edge Detection Implementation Of Fuzzy Controller For Image Edge Detection Anjali Datyal 1 and Satnam Singh 2 1 M.Tech Scholar, ECE Department, SSCET, Badhani, Punjab, India 2 AP, ECE Department, SSCET, Badhani, Punjab,

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

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

Rainfall-runoff modelling of a watershed

Rainfall-runoff modelling of a watershed Rainfall-runoff modelling of a watershed Pankaj Kumar Devendra Kumar GBPUA & T Pantnagar (US Nagar),India Abstract In this study an adaptive neuro-fuzzy inference system was used for rainfall-runoff modelling

More information

Fuzzy Rules & Fuzzy Reasoning

Fuzzy Rules & Fuzzy Reasoning Sistem Cerdas : PTK Pasca Sarjana - UNY Fuzzy Rules & Fuzzy Reasoning Pengampu: Fatchul rifin Referensi: Jyh-Shing Roger Jang et al., Neuro-Fuzzy and Soft Computing: Computational pproach to Learning and

More information

A Neuro-Fuzzy Classifier for Intrusion Detection Systems

A Neuro-Fuzzy Classifier for Intrusion Detection Systems . 11 th International CSI Computer Conference (CSICC 2006), School of Computer Science, IPM, Jan. 24-26, 2006, Tehran, Iran. A Neuro-Fuzzy Classifier for Intrusion Detection Systems Adel Nadjaran Toosi

More information

Image Processing Techniques Applied to Problems of Industrial Automation

Image Processing Techniques Applied to Problems of Industrial Automation Image Processing Techniques Applied to Problems of Industrial Automation Sérgio Oliveira Instituto Superior Técnico Abstract This work focuses on the development of applications of image processing for

More information

Circumventing the Fuzzy Type Reduction for Autonomous Vehicle Controller

Circumventing the Fuzzy Type Reduction for Autonomous Vehicle Controller Circumventing the Fuzzy Type Reduction for Autonomous Vehicle Controller WAJDI RASHEED ISMAEEL AL-RIKABI Submitted in Partial Fulfilment of the Requirements of the Degree of Doctor of Philosophy University

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

Exercise Solution: A Fuzzy Controller for the Pole Balancing Problem

Exercise Solution: A Fuzzy Controller for the Pole Balancing Problem Exercise Solution: A Fuzzy Controller for the Pole Balancing Problem Advanced Control lecture at Ecole Centrale Paris Anne Auger and Dimo Brockhoff firstname.lastname@inria.fr Jan 8, 23 Abstract After

More information

Designing Interval Type-2 Fuzzy Controllers by Sarsa Learning

Designing Interval Type-2 Fuzzy Controllers by Sarsa Learning Designing Interval Type-2 Fuzzy Controllers by Sarsa Learning Nooshin Nasri Mohajeri*, Mohammad Bagher Naghibi Sistani** * Ferdowsi University of Mashhad, Mashhad, Iran, noushinnasri@ieee.org ** Ferdowsi

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

Package frbs. March 21, 2013

Package frbs. March 21, 2013 Package frbs March 21, 2013 Maintainer Christoph Bergmeir License GPL (>= 2) Title Fuzzy Rule-based Systems for Classification and Regression Tasks Author Lala Septem Riza, Christoph

More information

Chapter 2: FUZZY SETS

Chapter 2: FUZZY SETS Ch.2: Fuzzy sets 1 Chapter 2: FUZZY SETS Introduction (2.1) Basic Definitions &Terminology (2.2) Set-theoretic Operations (2.3) Membership Function (MF) Formulation & Parameterization (2.4) Complement

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

Applying Fuzzy Logic to Estimate Setup Times in Sequence Dependent Single Machine Scheduling Problems

Applying Fuzzy Logic to Estimate Setup Times in Sequence Dependent Single Machine Scheduling Problems IJCSNS International Journal of Computer Science and Network Security, VOL.7 No.1, January 2007 111 Applying Fuzzy Logic to Estimate Setup Times in Sequence Dependent Single Machine Scheduling Problems

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

NEW HYBRID LEARNING ALGORITHMS IN ADAPTIVE NEURO FUZZY INFERENCE SYSTEMS FOR CONTRACTION SCOUR MODELING

NEW HYBRID LEARNING ALGORITHMS IN ADAPTIVE NEURO FUZZY INFERENCE SYSTEMS FOR CONTRACTION SCOUR MODELING Proceedings of the 4 th International Conference on Environmental Science and Technology Rhodes, Greece, 3-5 September 05 NEW HYBRID LEARNING ALGRITHMS IN ADAPTIVE NEUR FUZZY INFERENCE SYSTEMS FR CNTRACTIN

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

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

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

A Comparative Study of Prediction of Inverse Kinematics Solution of 2-DOF, 3-DOF and 5-DOF Redundant Manipulators by ANFIS

A Comparative Study of Prediction of Inverse Kinematics Solution of 2-DOF, 3-DOF and 5-DOF Redundant Manipulators by ANFIS IJCS International Journal of Computer Science and etwork, Volume 3, Issue 5, October 2014 ISS (Online) : 2277-5420 www.ijcs.org 304 A Comparative Study of Prediction of Inverse Kinematics Solution of

More information

Fuzzy Logic Based Vehicle Edge Detection Using Trapezoidal and Triangular Member Function

Fuzzy Logic Based Vehicle Edge Detection Using Trapezoidal and Triangular Member Function Fuzzy Logic Based Vehicle Edge Detection Using Trapezoidal and Triangular Member Function Kavya P Walad Department of Computer Science and Engineering Srinivas School of Engineering, Mukka India e-mail:kavyapwalad@gmail.com

More information

Optimized Fuzzy System to Segment Colour Images

Optimized Fuzzy System to Segment Colour Images J. Basic. Appl. Sci. Res., 3(6)905-910, 2013 2013, TextRoad Publication ISSN 2090-4304 Journal of Basic and Applied Scientific Research www.textroad.com Optimized Fuzzy System to Segment Colour Images

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

TOOL WEAR CONDITION MONITORING IN TAPPING PROCESS BY FUZZY LOGIC

TOOL WEAR CONDITION MONITORING IN TAPPING PROCESS BY FUZZY LOGIC TOOL WEAR CONDITION MONITORING IN TAPPING PROCESS BY FUZZY LOGIC Ratchapon Masakasin, Department of Industrial Engineering, Faculty of Engineering, Kasetsart University, Bangkok 10900 E-mail: masakasin.r@gmail.com

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

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

Fuzzy Logic Using Matlab

Fuzzy Logic Using Matlab Fuzzy Logic Using Matlab Enrique Muñoz Ballester Dipartimento di Informatica via Bramante 65, 26013 Crema (CR), Italy enrique.munoz@unimi.it Material Download slides data and scripts: https://homes.di.unimi.it/munoz/teaching.html

More information

DESIGN OF AN ELEVATOR GROUP CONTROLLER USING TYPE-2 FUZZY LOGIC

DESIGN OF AN ELEVATOR GROUP CONTROLLER USING TYPE-2 FUZZY LOGIC bidang REKAYASA DESIGN OF AN ELEVATOR GROUP CONTROLLER USING TYPE-2 FUZZY LOGIC MUHAMMAD ARIA Department of Electrical Engineering Engineering and Computer Science Faculty Universitas Komputer Indonesia

More information

MECHATRONICS 3M LECTURE NOTES. Prepared by Frank Wornle School of Mechanical Engineering The University of Adelaide 1 0.

MECHATRONICS 3M LECTURE NOTES. Prepared by Frank Wornle School of Mechanical Engineering The University of Adelaide 1 0. MECHATRONICS 3M LECTURE NOTES.5 - -5 5 Prepared by Frank Wornle School of Mechanical Engineering The University of Adelaide July 26 (428) Graduate Attributes This course is intended to develop in students

More information

GRANULAR COMPUTING AND EVOLUTIONARY FUZZY MODELLING FOR MECHANICAL PROPERTIES OF ALLOY STEELS. G. Panoutsos and M. Mahfouf

GRANULAR COMPUTING AND EVOLUTIONARY FUZZY MODELLING FOR MECHANICAL PROPERTIES OF ALLOY STEELS. G. Panoutsos and M. Mahfouf GRANULAR COMPUTING AND EVOLUTIONARY FUZZY MODELLING FOR MECHANICAL PROPERTIES OF ALLOY STEELS G. Panoutsos and M. Mahfouf Institute for Microstructural and Mechanical Process Engineering: The University

More information

Data Fusion for Magnetic Sensor Based on Fuzzy Logic Theory

Data Fusion for Magnetic Sensor Based on Fuzzy Logic Theory 2 Fourth International Conference on Intelligent Computation Technology and Automation Data Fusion for Magnetic Sensor Based on Fuzzy Logic Theory ZHU Jian, CAO Hongbing, SHEN Jie, LIU Haitao Shanghai

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