Learning from Examples

Size: px
Start display at page:

Download "Learning from Examples"

Transcription

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

2 Section Summary Introduction 2 Learning from Examples Algorithm 3 Modified Learning from Examples Algorithm Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September 20 3 / 40 A precise model is a contradiction. Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September 20 4 / 40

3 Bibliography Kevin M. Passino, Stephen Yurkovich Fuzzy Control Chapter 5. Addison Wesley Longman, Inc, USA, 998. Timothy J. Ross Fuzzy Logic with Engineering Applications. John Wiley and Sons, Inc, USA, 200. L. Wang, J. Mendel, Generating Fuzzy Rules by Learning from Examples, IEEE Transactions on Systems, Man and Cybernetics, vol 22, no.6, november 992 Adriano Cruz, (PPGI-UFRJ) Learning from Examples September 20 5 / 40 Constructing Fuzzy Systems from Examples How to construct a fuzzy system from numeric data? Using data obtained experimentally from a system, it is possible to identify the model. Find a model that fits the data by using fuzzy interpolation capabilities. Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September 20 6 / 40

4 Current Situation Solutions are heuristic in nature Combine standard control processing methods and expert systems. Weakpoints: Problem dependent; No commom framework. Adriano Cruz, (PPGI-UFRJ) Learning from Examples September 20 7 / 40 Problems Linguistic rules may be incomplete due to loss when humans express their knowledge. Input-output data pairs may be a problem because past experience may not cover all situations. Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September 20 8 / 40

5 Generating Rules Consider a two input-one output problem as an example. So data is available as input-output pairs: (x (),x() 2 ;y() ),(x (2),x(2) 2 ;y(2) )...(x (i),x(i) 2 ;y(i) )...; F(x,x 2 ) y Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September 20 9 / 40 Section Summary Introduction 2 Learning from Examples Algorithm 3 Modified Learning from Examples Algorithm Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September 20 0 / 40

6 What does LFE generate? Learning from Examples (LFE) algorithm generates rules. Membership functions are predefined. The original article uses a modified Mamdani system. This is not necessary. Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September 20 / 40 Step - Divide i/o space Divide the input and output space into 2N + fuzzy regions. N can be different for different variables. Assign to each region a membership function. A simple solution is to use triangular functions. One vertex lies at the center of the region and the two others at the centers of the neighboring regions. Other divisions and functions area possible. Similar to creating fuzzy sets over a universe of discourse. Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September 20 2 / 40

7 Step µ S2 S CE B B (2) x () x X µ S3 S2 S CE B B B3 () x 2 (2) x 2 X2 Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September 20 3 / 40 Step µ S2 S CE B B y (2) y () Y Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September 20 4 / 40

8 Step 2 - Generate fuzzy rules Generate fuzzy rules from given data pairs. First determine the degree of each given (x (i),x(i) 2 and y (i) ) in differente sets. Second assign a given (x (i),x(i) 2 and y (i) ) to the sets with maximum degree. Finally, obtain one rule for each pair of input data. Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September 20 5 / 40 Step 2 First input pair: (x (),x() 2 ;y() ) Maximum degrees:,0.8) B, (x() 2,0.7) S; (y(),0.9) CE] Rule : If x is B and x 2 is S then y is CE. [(x () Second input pair: (x (2),x(2) 2 ;y(2) ) Maximum degrees:,0.6) B, (x(2) 2,.0) CE; (y(2),0.7) B] Rule 2: If x is B and x 2 is CE then y is B. [(x (2) Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September 20 6 / 40

9 Step 3 - Assign degrees Assign a degree to each rule based on the membership degrees. Each degree is calculated as D(rule (i) ) = µ(x (i) ) µ(x(i) 2 ) µ(y(i) ). rule () = [(x (),0.8) B, (x() 2,0.7) S; (y(),0.9) CE] D(rule () ) = = rule (2) = [(x (2),0.6) B, (x(2) 2,.0) CE; (y(2),0.7) B] D(rule (2) ) = = Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September 20 7 / 40 Step 3 - Human information In practice we may have information about the data. Some pairs may have be judged by a expert to be important and others just measurement errors. It is possible to assign a degree to each data pair that represent its usefulness. Therefore the data pair (x (),x() 2 ;y() ) will have a degree D(rule () ) = µ(x () ) µ(x() 2 ) (y() ) m () where m () is the degree given to the data pair by a human expert. Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September 20 8 / 40

10 Step 4 - Combine fuzzy rules It is highly probable that there will be conflicting rules. Rules that have the same antecedents but different consequents. If there is more than one rule in one box of the fuzzy rule base, use the rule which has the highest degree. Finally, obtain one rule in each box. Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September 20 9 / 40 Step 5 - Determine the Mapping Determine the mapping based on the combined fuzzy rule database. The paper prescribes the use o product for set intersection, then the degree of truth of rule i is µ i O = µ I i (x ) µ I i 2 (x 2 ). O i denotes the output region of the rule i. I i j denotes the input region of Rule i for the j component. Rule gives µ CE = µ B(x ) µ S (x 2 ). It also suggests the use of a different defuzzification method: K i= µi Oȳi y = K i= µi O where ȳ i represents the center value of the region O i. The smallest abs value among all values with membership equals to. K is the number of rules combined. It is not necessary to adopt these last prescriptions. Usual fuzzy Mamdani system is also an option. Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September / 40

11 Section Summary Introduction 2 Learning from Examples Algorithm 3 Modified Learning from Examples Algorithm Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September 20 2 / 40 Differences The MLFE calculates both membership functions and rules. We will use delta functions for the outputs and Gaussian functions for the inputs. b i will be the output for the ith rule. c i j is the point in the jth input where the membership function for the ith rule achieves a maximum. σ i j is the spread of the membership function for the jth input and ith rule. θ is a vector composed of these parameters. Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September / 40

12 Gaussian Membership functions Examples will use Gaussian membership functions. [ µ(x) = exp ( ) ] xi c 2 i 2 σ i µ(x i ) 0.6 σ i c i x i Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September / 40 Other definitions Typical rule: if premise and premise 2 then consequence. Center-average defuzzyfication. Product t-norm for premises and implication. f(x θ) = R i= b i R i= n j= exp [ n j= exp [ 2 2 i refers to rule number, j to membership function. ( ) ] 2 x j cj i σj i ( ) ] 2 x j cj i σj i R is the number of rules and n is the number of inputs. b i,i =,2,...,R are the centres of output membership functions. Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September / 40

13 Example Lets use the following data set as an example: Training Data Set x x 2 y Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September / 40 Setting up Let us specify an initial system. We will use number of rules R =. For c,c 2 and b we use the first training data set x = 0,x 2 = 2 and y =, respectively. σ are assumed to be equal to. Therefore:. c = 0,c 2 = 2,b =,σ = σ 2 = The first rule is established with antecedent functions centred at c = 0,c 2 = 2 and consequent equals to b =. Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September / 40

14 First Rule µ(x) µ(x2) x x2 µ(b) b Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September / 40 Setting up 2 The approximation tolerance will be ǫ f = ǫ f is the accuracy with which the fuzzy system f will approximate the function g. We will also define a Weighting factor W which is used to calculate the spreads of the membership functions, or the amount of overlap between them. We will start with σ = and W = 2. Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September / 40

15 Using the second data-tuple (x 2,y 2 ) = x 2 = 2,x2 2 = 4,y2 = 5. Compare y 2 with the value given by the existing system which is composed of one rule. f(x θ) = [ exp [ exp 2 ( ( 2 0 ) ] [ 2 exp ) ] [ 2 exp 2 ( ( 4 2 ) 2 ] ) 2 ] =. Compare the value with the real value: f(x 2 θ) y 2 = 5 = 4. This error is greater than the tolerance ǫ f = 0.25, therefore, we add a new rule based on (x 2,y 2 ). Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September / 40 Observation Modify the widths σ i j for rule i = R (i = 2 for this example) to adjust the spacing between membership functions so that: The new rule does not distort what has already been learned. 2 There is smooth interpolation between training points. Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September / 40

16 The Spreads The next step is to calculate the spreads of the new membership functions. The MLFE does that through a series of steps. Calculate the distance between the new center and the existing ones from the same input. Find the closest center and use this to establish the spread of the new function. Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September 20 3 / 40 The Spreads I Find the closest center and use this to establish the spread of the new function. The closest centers are: c 2 c = 2 0 = 2 and c2 2 c 2 = 4 2 = 2 Then Therefore σ i j = W ci j c min j σ 2 = W c2 c = = σ 2 2 = W c2 2 c 2 = = Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September / 40

17 So far? We now have a rule base consisting of two rules. θ = [b,b 2,c,c 2,c2,c2 2,σ,σ 2,σ2,σ2 2,]T Where: Rule Rule 2 b = b 2 = 5 c = 0 c2 = 2 c2 = 2 c2 2 = 4 σ = σ2 = σ 2 = σ2 2 = Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September / 40 Second Rule µ(x) µ(x2) x x2 µ(b) b Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September / 40

18 Using the third data-tuple f(x 3 θ)= [ exp [ exp 2( 3 0 ) 2] [ exp [ 2( 3 0 ) 2] exp 2( 6 2 ) 2] [ +5 exp [ 2( 6 2 ) 2] +exp f(x 3 θ) 5.0 2( 3 2 ) 2] [ exp [ 2( 3 2 ) 2] exp 2( 6 4 ) 2] 2( 6 4 ) 2] Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September / 40 How accurate? Compare the value with the real value: f(x 3 θ) y 3 = 5 6 =. This error is greater than the tolerance ǫ f = 0.25, therefore, we add a new rule based on (x 3,y 3 ). b 3 = 6,c 3 = 3,c3 2 = 6. Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September / 40

19 Spreads for the third rule. Form the vector of distances. For rule 3 and input the vector is {3,}. i = 3,j = then { c 3 c, c3 c2 } For rule 3 and input 2 the vector is {4,2}. i = 3,j = 2 then { c 3 2 c 2, c3 2 c2 2 }. σ 3 = W c3 c 2 σ 3 = σ 3 = σ2 3 = W c3 2 c2 2 σ2 3 = σ2 3 = Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September / 40 Resulting rule base We now have a rule base consisting of three rules. θ = [b,b 2,b 3,c,c 2,c2,c2 2,c3,c3 2,σ,σ 2,σ2,σ2 2,σ3,σ3 2,]T Where: Rule Rule 2 Rule 3 b = b 2 = 5 b 3 = 6 c = 0 c2 = 2 c3 = 3 c2 = 2 c2 2 = 4 c3 2 = 6 σ = σ2 = σ3 = σ 2 = σ2 2 = σ3 2 = Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September / 40

20 Third Rule µ(x) µ(x2) x x2 µ(b) b Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September / 40 The End Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September / 40

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

Fuzzy Rule Based Candidate Selection Evaluator by Political Parties

Fuzzy Rule Based Candidate Selection Evaluator by Political Parties Volume 8, No. 3, March April 2017 International Journal of Advanced Research in Computer Science REVIEW ARTICLE Available Online at www.ijarcs.info ISSN No. 0976-5697 Fuzzy Rule Based Candidate Selection

More information

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 Systems. Fuzzy Control

Fuzzy Systems. Fuzzy Control Fuzzy Systems Fuzzy Control Prof. Dr. Rudolf Kruse Christoph Doell {kruse,doell}@ovgu.de Otto-von-Guericke University of Magdeburg Faculty of Computer Science Institute for Intelligent Cooperating Systems

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

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

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

Acceleration of Levenberg-Marquardt method training of chaotic systems fuzzy modeling

Acceleration of Levenberg-Marquardt method training of chaotic systems fuzzy modeling ISSN 746-7233, England, UK World Journal of Modelling and Simulation Vol. 3 (2007) No. 4, pp. 289-298 Acceleration of Levenberg-Marquardt method training of chaotic systems fuzzy modeling Yuhui Wang, Qingxian

More information

Inter-Ing 2005 INTERDISCIPLINARITY IN ENGINEERING SCIENTIFIC CONFERENCE WITH INTERNATIONAL PARTICIPATION, TG. MUREŞ ROMÂNIA, NOVEMBER 2005.

Inter-Ing 2005 INTERDISCIPLINARITY IN ENGINEERING SCIENTIFIC CONFERENCE WITH INTERNATIONAL PARTICIPATION, TG. MUREŞ ROMÂNIA, NOVEMBER 2005. Inter-Ing 5 INTERDISCIPLINARITY IN ENGINEERING SCIENTIFIC CONFERENCE WITH INTERNATIONAL PARTICIPATION, TG. MUREŞ ROMÂNIA, 1-11 NOVEMBER 5. FUZZY CONTROL FOR A MAGNETIC LEVITATION SYSTEM. MODELING AND SIMULATION

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

A qualitative-fuzzy framework for nonlinear black-box system identification

A qualitative-fuzzy framework for nonlinear black-box system identification A qualitative-fuzzy framework for nonlinear black-box system identification Riccardo Bellazzi Dip. Informatica e Sistemistica Univ. Pavia via Ferrata 1 27100 Pavia, Italy Raffaella Guglielmann Istituto

More information

Available online at ScienceDirect. Procedia Computer Science 22 (2013 )

Available online at   ScienceDirect. Procedia Computer Science 22 (2013 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 22 (2013 ) 1121 1125 17 th International Conference in Knowledge Based and Intelligent Information and Engineering Systems

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

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

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

MODELLING OF TOOL LIFE, TORQUE AND THRUST FORCE IN DRILLING: A NEURO-FUZZY APPROACH

MODELLING OF TOOL LIFE, TORQUE AND THRUST FORCE IN DRILLING: A NEURO-FUZZY APPROACH ISSN 1726-4529 Int j simul model 9 (2010) 2, 74-85 Original scientific paper MODELLING OF TOOL LIFE, TORQUE AND THRUST FORCE IN DRILLING: A NEURO-FUZZY APPROACH Roy, S. S. Department of Mechanical Engineering,

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

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

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

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

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

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

Hamidreza Rashidy Kanan. Electrical Engineering Department, Bu-Ali Sina University 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

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

AN EFFICIENT APPROACH FOR SOLVING A WIDE CLASS OF FUZZY LINEAR PROGRAMMING PROBLEMS

AN EFFICIENT APPROACH FOR SOLVING A WIDE CLASS OF FUZZY LINEAR PROGRAMMING PROBLEMS AN EFFICIENT APPROACH FOR SOLVING A WIDE CLASS OF FUZZY LINEAR PROGRAMMING PROBLEMS A. V. KAMYAD N. HASSANZADEH J. CHAJI Abstract. In this paper we are going to introduce an efficient approach for solving

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

TEMPERATUTE PREDICTION USING HEURISTIC DATA MINING ON TWO-FACTOR FUZZY TIME-SERIES

TEMPERATUTE PREDICTION USING HEURISTIC DATA MINING ON TWO-FACTOR FUZZY TIME-SERIES TEMPERATUTE PREDICTION USING HEURISTIC DATA MINING ON TWO-FACTOR FUZZY TIME-SERIES Adesh Kumar Pandey 1, Dr. V. K Srivastava 2, A.K Sinha 3 1,2,3 Krishna Institute of Engineering & Technology, Ghaziabad,

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

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

Lyapunov Function Based Design of Heuristic Fuzzy Logic Controllers

Lyapunov Function Based Design of Heuristic Fuzzy Logic Controllers Lyapunov Function Based Design of Heuristic Fuzzy Logic Controllers L. K. Wong F. H. F. Leung P. IS.S. Tam Department of Electronic Engineering Department of Electronic Engineering Department of Electronic

More information

A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE

A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE Li Sheng Institute of intelligent information engineering Zheiang University Hangzhou, 3007, P. R. China ABSTRACT In this paper, a neural network-driven

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

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

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

Enhancing Fuzzy Controllers Using Generalized Orthogonality Principle

Enhancing Fuzzy Controllers Using Generalized Orthogonality Principle Chapter 160 Enhancing Fuzzy Controllers Using Generalized Orthogonality Principle Nora Boumella, Juan Carlos Figueroa and Sohail Iqbal Additional information is available at the end of the chapter http://dx.doi.org/10.5772/51608

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

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

Approximation Bound for Fuzzy-Neural Networks with Bell Membership Function

Approximation Bound for Fuzzy-Neural Networks with Bell Membership Function Approximation Bound for Fuzzy-Neural Networks with Bell Membership Function Weimin Ma, and Guoqing Chen School of Economics and Management, Tsinghua University, Beijing, 00084, P.R. China {mawm, chengq}@em.tsinghua.edu.cn

More information

Function Approximation through Fuzzy Systems Using Taylor Series Expansion-Based Rules: Interpretability and Parameter Tuning

Function Approximation through Fuzzy Systems Using Taylor Series Expansion-Based Rules: Interpretability and Parameter Tuning Function Approximation through Fuzzy Systems Using Taylor Series Expansion-Based Rules: Interpretability and Parameter Tuning Luis Javier Herrera 1,Héctor Pomares 1, Ignacio Rojas 1, Jesús González 1,

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

Extending the Associative Rule Chaining Architecture for Multiple Arity Rules

Extending the Associative Rule Chaining Architecture for Multiple Arity Rules Extending the Associative Rule Chaining Architecture for Multiple Arity Rules Nathan Burles, James Austin, and Simon O Keefe Advanced Computer Architectures Group Department of Computer Science University

More information

FUZZY STABILIZATION OF A COUPLED LORENZ-ROSSLER CHAOTIC SYSTEM

FUZZY STABILIZATION OF A COUPLED LORENZ-ROSSLER CHAOTIC SYSTEM Part-I: Natural and Applied Sciences FUZZY STABILIZATION OF A COUPLED LORENZ-ROSSLER CHAOTIC SYSTEM Edwin A. Umoh Department of Electrical Engineering Technology, Federal Polytechnic, Kaura Namoda, NIGERIA.

More information

Fuzzy relation equations with dual composition

Fuzzy relation equations with dual composition Fuzzy relation equations with dual composition Lenka Nosková University of Ostrava Institute for Research and Applications of Fuzzy Modeling 30. dubna 22, 701 03 Ostrava 1 Czech Republic Lenka.Noskova@osu.cz

More information

A New Method to Forecast Enrollments Using Fuzzy Time Series

A New Method to Forecast Enrollments Using Fuzzy Time Series International Journal of Applied Science and Engineering 2004. 2, 3: 234-244 A New Method to Forecast Enrollments Using Fuzzy Time Series Shyi-Ming Chen a and Chia-Ching Hsu b a Department of Computer

More information

FUZZY TRAFFIC SIGNAL CONTROL AND A NEW INFERENCE METHOD! MAXIMAL FUZZY SIMILARITY

FUZZY TRAFFIC SIGNAL CONTROL AND A NEW INFERENCE METHOD! MAXIMAL FUZZY SIMILARITY FUZZY TRAFFIC SIGNAL CONTROL AND A NEW INFERENCE METHOD! MAXIMAL FUZZY SIMILARITY Jarkko Niittymäki Helsinki University of Technology, Laboratory of Transportation Engineering P. O. Box 2100, FIN-0201

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

THE GENERAL INTERFERENCE MODEL IN THE FUZZY RELIABILITY ANALYSIS OF-SYSTEMS

THE GENERAL INTERFERENCE MODEL IN THE FUZZY RELIABILITY ANALYSIS OF-SYSTEMS Vietnam Journal of Mechanics, VAST, Vol. 27, No. 3 (25), pp. 86-92 THE GENERAL INTERFERENCE MODEL IN THE FUZZY RELIABILITY ANALYSIS OF-SYSTEMS NGUYEN VAN PHO Hanoi University of Civil Engineering Abstract.

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

CHAPTER 4 FUZZY AND NEURAL NETWORK FOR SR MOTOR

CHAPTER 4 FUZZY AND NEURAL NETWORK FOR SR MOTOR CHAPTER 4 FUZZY AND NEURAL NETWORK FOR SR MOTOR 4.1 Introduction Fuzzy Logic control is based on fuzzy set theory. A fuzzy set is a set having uncertain and imprecise nature of abstract thoughts, concepts

More information

So, we can say that fuzzy proposition is a statement p which acquires a fuzzy truth value T(p) ranges from(0 to1).

So, we can say that fuzzy proposition is a statement p which acquires a fuzzy truth value T(p) ranges from(0 to1). Chapter 4 Fuzzy Proposition Main difference between classical proposition and fuzzy proposition is in the range of their truth values. The proposition value for classical proposition is either true or

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

Available online at ScienceDirect. Procedia Computer Science 35 (2014 )

Available online at  ScienceDirect. Procedia Computer Science 35 (2014 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 35 (2014 ) 681 690 18 th International Conference on Knowledge-Based and Intelligent Information & Engineering Systems

More information

Research Article P-Fuzzy Diffusion Equation Using Rules Base

Research Article P-Fuzzy Diffusion Equation Using Rules Base Applied Mathematics, Article ID, pages http://dx.doi.org/.// Research Article P-Fuzzy Diffusion Equation Using Rules Base Jefferson Leite, R. C. Bassanezi, Jackellyne Leite, and Moiseis Cecconello Federal

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

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

Forecasting Enrollment Based on the Number of Recurrences of Fuzzy Relationships and K-Means Clustering

Forecasting Enrollment Based on the Number of Recurrences of Fuzzy Relationships and K-Means Clustering Forecasting Enrollment Based on the Number of Recurrences of Fuzzy Relationships and K-Means Clustering Nghiem Van Tinh Thai Nguyen University of Technology, Thai Nguyen University Thainguyen, Vietnam

More information

FUZZY-ARITHMETIC-BASED LYAPUNOV FUNCTION FOR DESIGN OF FUZZY CONTROLLERS Changjiu Zhou

FUZZY-ARITHMETIC-BASED LYAPUNOV FUNCTION FOR DESIGN OF FUZZY CONTROLLERS Changjiu Zhou Copyright IFAC 5th Triennial World Congress, Barcelona, Spain FUZZY-ARITHMTIC-BASD LYAPUNOV FUNCTION FOR DSIGN OF FUZZY CONTROLLRS Changjiu Zhou School of lectrical and lectronic ngineering Singapore Polytechnic,

More information

CHAPTER 5 FUZZY LOGIC FOR ATTITUDE CONTROL

CHAPTER 5 FUZZY LOGIC FOR ATTITUDE CONTROL 104 CHAPTER 5 FUZZY LOGIC FOR ATTITUDE CONTROL 5.1 INTRODUCTION Fuzzy control is one of the most active areas of research in the application of fuzzy set theory, especially in complex control tasks, which

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

FUZZY TIME SERIES FORECASTING MODEL USING COMBINED MODELS

FUZZY TIME SERIES FORECASTING MODEL USING COMBINED MODELS International Journal of Management, IT & Engineering Vol. 8 Issue 8, August 018, ISSN: 49-0558 Impact Factor: 7.119 Journal Homepage: Double-Blind Peer Reviewed Refereed Open Access International Journal

More information

NEURO-FUZZY SYSTEM BASED ON GENETIC ALGORITHM FOR ISOTHERMAL CVI PROCESS FOR CARBON/CARBON COMPOSITES

NEURO-FUZZY SYSTEM BASED ON GENETIC ALGORITHM FOR ISOTHERMAL CVI PROCESS FOR CARBON/CARBON COMPOSITES NEURO-FUZZY SYSTEM BASED ON GENETIC ALGORITHM FOR ISOTHERMAL CVI PROCESS FOR CARBON/CARBON COMPOSITES Zhengbin Gu, Hejun Li, Hui Xue, Aijun Li, Kezhi Li College of Materials Science and Engineering, Northwestern

More information

Intersection and union of type-2 fuzzy sets and connection to (α 1, α 2 )-double cuts

Intersection and union of type-2 fuzzy sets and connection to (α 1, α 2 )-double cuts EUSFLAT-LFA 2 July 2 Aix-les-Bains, France Intersection and union of type-2 fuzzy sets and connection to (α, α 2 )-double cuts Zdenko Takáč Institute of Information Engineering, Automation and Mathematics

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

4. Lecture Fuzzy Systems

4. Lecture Fuzzy Systems Soft Control (AT 3, RMA) 4. Lecture Fuzzy Systems Fuzzy Inference 4. Outline of the Lecture. Introduction to Soft Control: definition and limitations, basics of "smart" systems 2. Knowledge representation

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

Enhanced Fuzzy Model Reference Learning Control for Conical tank process

Enhanced Fuzzy Model Reference Learning Control for Conical tank process Enhanced Fuzzy Model Reference Learning Control for Conical tank process S.Ramesh 1 Assistant Professor, Dept. of Electronics and Instrumentation Engineering, Annamalai University, Annamalainagar, Tamilnadu.

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

Analysis of Classification in Interval-Valued Information Systems

Analysis of Classification in Interval-Valued Information Systems Analysis of Classification in Interval-Valued Information Systems AMAURY CABALLERO, KANG YEN, EDUARDO CABALLERO Department of Electrical & Computer Engineering Florida International University 10555 W.

More information

FUZZY CONTROL. Main bibliography

FUZZY CONTROL. Main bibliography FUZZY CONTROL Main bibliography J.M.C. Sousa and U. Kaymak. Fuzzy Decision Making in Modeling and Control. World Scientific Series in Robotics and Intelligent Systems, vol. 27, Dec. 2002. FakhreddineO.

More information

Slovak Society of Chemical Engineering Institute of Chemical and Environmental Engineering Slovak University of Technology in Bratislava PROCEEDINGS

Slovak Society of Chemical Engineering Institute of Chemical and Environmental Engineering Slovak University of Technology in Bratislava PROCEEDINGS Slovak Society of Chemical Engineering Institute of Chemical and Environmental Engineering Slovak University of Technology in Bratislava PROCEEDINGS 41 st International Conference of Slovak Society of

More information

A Neuro-Fuzzy Scheme for Integrated Input Fuzzy Set Selection and Optimal Fuzzy Rule Generation for Classification

A Neuro-Fuzzy Scheme for Integrated Input Fuzzy Set Selection and Optimal Fuzzy Rule Generation for Classification A Neuro-Fuzzy Scheme for Integrated Input Fuzzy Set Selection and Optimal Fuzzy Rule Generation for Classification Santanu Sen 1 and Tandra Pal 2 1 Tejas Networks India Ltd., Bangalore - 560078, India

More information

Project Proposal ME/ECE/CS 539 Stock Trading via Fuzzy Feedback Control

Project Proposal ME/ECE/CS 539 Stock Trading via Fuzzy Feedback Control Project Proposal ME/ECE/CS 539 Stock Trading via Fuzzy Feedback Control Saman Cyrus May 9, 216 Abstract In this project we would try to design a fuzzy feedback control system for stock trading systems.

More information

Estimation of Evapotranspiration Using Fuzzy Rules and Comparison with the Blaney-Criddle Method

Estimation of Evapotranspiration Using Fuzzy Rules and Comparison with the Blaney-Criddle Method Estimation of Evapotranspiration Using Fuzzy Rules and Comparison with the Blaney-Criddle Method Christos TZIMOPOULOS *, Leonidas MPALLAS **, Georgios PAPAEVANGELOU *** * Department of Rural and Surveying

More information

x i2 j i2 ε + ε i2 ε ji1 ε j i1

x i2 j i2 ε + ε i2 ε ji1 ε j i1 T-S Fuzzy Model with Linear Rule Consequence and PDC Controller: A Universal Framewor for Nonlinear Control Systems Hua O. Wang Jing Li David Niemann Laboratory for Intelligent and Nonlinear Control (LINC)

More information

Mechanical Engineering Department - University of São Paulo at São Carlos, São Carlos, SP, , Brazil

Mechanical Engineering Department - University of São Paulo at São Carlos, São Carlos, SP, , Brazil MIXED MODEL BASED/FUZZY ADAPTIVE ROBUST CONTROLLER WITH H CRITERION APPLIED TO FREE-FLOATING SPACE MANIPULATORS Tatiana FPAT Pazelli, Roberto S Inoue, Adriano AG Siqueira, Marco H Terra Electrical Engineering

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

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

Fuzzy Control. PI vs. Fuzzy PI-Control. Olaf Wolkenhauer. Control Systems Centre UMIST.

Fuzzy Control. PI vs. Fuzzy PI-Control. Olaf Wolkenhauer. Control Systems Centre UMIST. Fuzzy Control PI vs. Fuzzy PI-Control Olaf Wolkenhauer Control Systems Centre UMIST o.wolkenhauer@umist.ac.uk www.csc.umist.ac.uk/people/wolkenhauer.htm 2 Contents Learning Objectives 4 2 Feedback Control

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

Parameter estimation by anfis where dependent variable has outlier

Parameter estimation by anfis where dependent variable has outlier Hacettepe Journal of Mathematics and Statistics Volume 43 (2) (2014), 309 322 Parameter estimation by anfis where dependent variable has outlier Türkan Erbay Dalkılıç a, Kamile Şanlı Kula b, and Ayşen

More information

AN OPTIMAL FUZZY LOGIC SYSTEM FOR A NONLINEAR DYNAMIC SYSTEM USING A FUZZY BASIS FUNCTION

AN OPTIMAL FUZZY LOGIC SYSTEM FOR A NONLINEAR DYNAMIC SYSTEM USING A FUZZY BASIS FUNCTION AN OPTIMAL FUZZY LOGIC SYSTEM FOR A NONLINEAR DYNAMIC SYSTEM USING A FUZZY BASIS FUNCTION SherifKamel Hussein 1 and Mahmoud Hanafy Saleh 2 1 Department of Communications and Electronics, October University

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

Comparison of Necessary Conditions for Typical Takagi Sugeno and Mamdani Fuzzy Systems as Universal Approximators

Comparison of Necessary Conditions for Typical Takagi Sugeno and Mamdani Fuzzy Systems as Universal Approximators 508 IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART A: SYSTEMS AND HUMANS, VOL. 29, NO. 5, SEPTEMBER 1999 [15] A. F. Sheta and K. D. Jong, Parameter estimation of nonlinear system in noisy environments

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

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

Uncertain Systems are Universal Approximators

Uncertain Systems are Universal Approximators Uncertain Systems are Universal Approximators Zixiong Peng 1 and Xiaowei Chen 2 1 School of Applied Mathematics, Central University of Finance and Economics, Beijing 100081, China 2 epartment of Risk Management

More information

CS 354R: Computer Game Technology

CS 354R: Computer Game Technology CS 354R: Computer Game Technology AI Fuzzy Logic and Neural Nets Fall 2017 Fuzzy Logic Philosophical approach Decisions based on degree of truth Is not a method for reasoning under uncertainty that s probability

More information

Nonlinear Function Approximation Using Fuzzy Functional SIRMs Inference Model

Nonlinear Function Approximation Using Fuzzy Functional SIRMs Inference Model Nonlinear Function Approximation Using Fuzz Functional SIRMs Inference Model HIROSATO SEKI Osaka Institute of Technolog Department of Technolog Management 5-6-, Omia, Asahi-ku, Osaka JAPAN h seki@ieee.org

More information

TIME-SERIES forecasting is used for forecasting the

TIME-SERIES forecasting is used for forecasting the A Novel Fuzzy Time Series Model Based on Fuzzy Logical Relationships Tree Xiongbiao Li Yong Liu Xuerong Gou Yingzhe Li Abstract Fuzzy time series have been widely used to deal with forecasting problems.

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

N. Sarikaya Department of Aircraft Electrical and Electronics Civil Aviation School Erciyes University Kayseri 38039, Turkey

N. Sarikaya Department of Aircraft Electrical and Electronics Civil Aviation School Erciyes University Kayseri 38039, Turkey Progress In Electromagnetics Research B, Vol. 6, 225 237, 2008 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM FOR THE COMPUTATION OF THE CHARACTERISTIC IMPEDANCE AND THE EFFECTIVE PERMITTIVITY OF THE MICRO-COPLANAR

More information

The Problem. Sustainability is an abstract concept that cannot be directly measured.

The Problem. Sustainability is an abstract concept that cannot be directly measured. Measurement, Interpretation, and Assessment Applied Ecosystem Services, Inc. (Copyright c 2005 Applied Ecosystem Services, Inc.) The Problem is an abstract concept that cannot be directly measured. There

More information

URL: <http://link.springer.com/chapter/ %2f _8>

URL:  <http://link.springer.com/chapter/ %2f _8> Citation: Li, Jie, Qu, Yanpeng, Shum, Hubert P. H. and Yang, Longzhi (206) TSK Inference with Sparse Rule Bases. In: UKCI 6 - UK Workshop on Computational Intelligence, 7th - 9th September 206, Lancaster,

More information

An Evolution Strategy for the Induction of Fuzzy Finite-state Automata

An Evolution Strategy for the Induction of Fuzzy Finite-state Automata Journal of Mathematics and Statistics 2 (2): 386-390, 2006 ISSN 1549-3644 Science Publications, 2006 An Evolution Strategy for the Induction of Fuzzy Finite-state Automata 1,2 Mozhiwen and 1 Wanmin 1 College

More information

A Linear Regression Model for Nonlinear Fuzzy Data

A Linear Regression Model for Nonlinear Fuzzy Data A Linear Regression Model for Nonlinear Fuzzy Data Juan C. Figueroa-García and Jesus Rodriguez-Lopez Universidad Distrital Francisco José de Caldas, Bogotá - Colombia jcfigueroag@udistrital.edu.co, e.jesus.rodriguez.lopez@gmail.com

More information

Fuzzy Sets and Fuzzy Techniques. Joakim Lindblad. Outline. Constructing. Characterizing. Techniques. Joakim Lindblad. Outline. Constructing.

Fuzzy Sets and Fuzzy Techniques. Joakim Lindblad. Outline. Constructing. Characterizing. Techniques. Joakim Lindblad. Outline. Constructing. Topics of today Lecture 4 Membership functions and joakim@cb.uu.se. Ch. 10. Ch. 9.1 9.4 Nonspecificity Fuzziness Centre for Image Analysis Uppsala University 2007-02-01, 2007-02-01 (1/28), 2007-02-01 (2/28)

More information

Application of Neuro Fuzzy Reduced Order Observer in Magnetic Bearing Systems

Application of Neuro Fuzzy Reduced Order Observer in Magnetic Bearing Systems Application of Neuro Fuzzy Reduced Order Observer in Magnetic Bearing Systems M. A., Eltantawie, Member, IAENG Abstract Adaptive Neuro-Fuzzy Inference System (ANFIS) is used to design fuzzy reduced order

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

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

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

AMONG many alternative means for knowledge representation, Belief Rule-Base Inference Methodology Using the Evidential Reasoning Approach RIMER

AMONG many alternative means for knowledge representation, Belief Rule-Base Inference Methodology Using the Evidential Reasoning Approach RIMER 266 IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART A: SYSTEMS AND HUMANS, VOL. 36, NO. 2, MARCH 2006 Belief Rule-Base Inference Methodology Using the Evidential Reasoning Approach RIMER Jian-Bo

More information