fuzzy logic and its application in environmental engineering

33
Introduction to fuzzy logic and its application in Environmental Engineering Presented by Drashti V. Kapadia

Upload: dd-shah

Post on 12-Apr-2017

70 views

Category:

Education


0 download

TRANSCRIPT

Page 1: Fuzzy logic and its application in environmental engineering

Introduction to fuzzy logic and its application in Environmental

Engineering

Presented byDrashti V. Kapadia

Page 2: Fuzzy logic and its application in environmental engineering

2

Content• Introduction

• Fuzzy Set vs Crisp Set

• Operation on Fuzzy System

• FMCDM

• Application in Environmental Engineering

• Overview of Research Papers

• Advantages and drawbacks

Presented By : Drashti V. Kapadia

Page 3: Fuzzy logic and its application in environmental engineering

3

Introduction

• Fuzzy Logic is a rigorous methodology for dealing with elements of uncertainty and vagueness.

• It is a set of mathematical principles for knowledge representation based on degrees of membership.

• Lotfi A. Zadeh in 1965, introducing the concept of fuzzy sets, that opened a totally new view of systems, logic and models of reasoning

Presented By : Drashti V. Kapadia

Page 4: Fuzzy logic and its application in environmental engineering

4

Crisp Set vs Fuzzy Set• Crisp set A is a mapping for the elements of S to the set {0,1} A: S {0,1}

µ A(x) = 1 If x is an element of set A µ A(x) = 0 If x not an element of set A

• Fuzzy set F is a mapping for the elements of S to the interval [0,1]

F : S [0,1] Characteristic function: 0≤ µ F(x) ≤ 1

For 1 full membership and for 0 no membershipAnything between them called graded membership

Presented By : Drashti V. Kapadia

Page 5: Fuzzy logic and its application in environmental engineering

5

Crisp Set vs Fuzzy Set• Working with binary decision• 39°c has not been included in strong fever

• Therefore about 39°c we can say that it is less strong fever compare with 42°c is more strong fever.

Presented By : Drashti V. Kapadia

Page 6: Fuzzy logic and its application in environmental engineering

6

Crisp Set vs Fuzzy Set• The x-axis represents the universe of discourse – the range of

all possible values applicable to a chosen variable. The variable is the man height. The universe of men’s heights consists of all tall men

• The y-axis represents the membership value of the fuzzy set. The fuzzy set of “tall men” maps height values into corresponding membership values.

Presented By : Drashti V. Kapadia

Page 7: Fuzzy logic and its application in environmental engineering

7

Operations of Crisp Set and Fuzzy Set

Complement

0 x

1 (x)

0 x

1

Containment

0 x

1

0 x

1

AB

NotA

A

Intersection

0 x

1

0 x

AB

Union0

1AB

AB

0 x

1

0 x

1

BA

BA

(x)

(x) (x)

Intersection Union

Complement

NotA

A

Containment

AA

B

BA AA B

Presented By : Drashti V. Kapadia

Page 8: Fuzzy logic and its application in environmental engineering

Operation of Fuzzy Rule Based System

Crisp Input

Fuzzy Input

Fuzzy Output

Crisp Output

Fuzzification

Rule Evaluation

Defuzzification

Input Membership Functions

Rules / Inferences

Output Membership Functions

Page 9: Fuzzy logic and its application in environmental engineering

9

Fuzzification• Fuzzification

It is the process where the crisp quantities are converted to fuzzy

• Membership Function (MF)

It is a curve that defines how each point in the input space is mapped to a membership value between 0 and 1

Presented By : Drashti V. Kapadia

Page 10: Fuzzy logic and its application in environmental engineering

10

FuzzificationTypes of membership Function• Trimf Simplest membership function with three points It has easy mathematical formula.

• Trapmf It has a flat top with straight lines of simplicity.

Presented By : Drashti V. Kapadia

Page 11: Fuzzy logic and its application in environmental engineering

11

Fuzzification• Gaussian MF

Because of their smoothness and concise notation, Gaussian and bell membership functions are popular methods for specifying fuzzy sets. Both of these curves have the advantage of being smooth and nonzero at all points.

Presented By : Drashti V. Kapadia

Page 12: Fuzzy logic and its application in environmental engineering

12

Fuzzification• Sigmoidal MF

Asymmetric and closed (i.e. not open to the left or right) membership functions can be synthesized using two sigmoidal functions

Presented By : Drashti V. Kapadia

Page 13: Fuzzy logic and its application in environmental engineering

13

Fuzzification• The function zmf is the asymmetrical polynomial curve open

to the left, smf is the mirror-image function that opens to the right, and pimf is zero on both extremes with a rise in the middle

Presented By : Drashti V. Kapadia

Page 14: Fuzzy logic and its application in environmental engineering

14

Rule Evaluation• Fuzzy rules are linguistic IF-THEN- constructions that have

the general form "IF A THEN B“

• A is called the antecedent (premise) and B is the consequence (End result) of the rule

• By applying fuzzy operator ‘AND’, ‘OR’ and finally using implication method we can get single fuzzy variable.

Presented By : Drashti V. Kapadia

Page 15: Fuzzy logic and its application in environmental engineering

Presented By : Drashti V. Kapadia 15

Types of Fuzzy Inference System

• Mamdani

Page 16: Fuzzy logic and its application in environmental engineering

Presented By : Drashti V. Kapadia 16

Types of Fuzzy Inference System• Sugeno

Page 17: Fuzzy logic and its application in environmental engineering

17

Difference• Mamdani FIS uses the technique of defuzzification of a fuzzy

output, Sugeno FIS uses weighted average to compute the crisp output. Therefore in Sugeno FIS the defuzzification process is by passed.

• Mamdani FIS has output membership functions whereas Sugeno FIS has no output membership functions.

• It should be noted that the Mamdani FIS can be used directly for either MISO systems (multiple input single output) as well as for MIMO systems (multiple input multiple output), while the SUGENO FIS can only be used in MISO systems

Presented By : Drashti V. Kapadia

Page 18: Fuzzy logic and its application in environmental engineering

18

Difference• Mamdani method is widely accepted for capturing expert

knowledge. Sugeno method is computationally efficient and works well with optimization and adaptive techniques, which makes it very attractive in control problems, particularly for dynamic non linear systems.

• Easy formalization and interpretability of Mamdani-type fuzzy inference systems (FIS), while ensuring the computational efficiency and accuracy of Sugeno-type FIS

Presented By : Drashti V. Kapadia

Page 19: Fuzzy logic and its application in environmental engineering

19

Defuzzification

• MethodsMax membership principleCentroid methodWeighted average methodMean max membershipCenter of sumsCenter of largest areaFirst (or last) of maxima

Presented By : Drashti V. Kapadia

Page 20: Fuzzy logic and its application in environmental engineering

20

Centroid method

• This method is also known as center of gravity or center of area defuzzification. This technique was developed by Sugeno in 1985. This is the most commonly used technique. The only disadvantage of this method is that it is computationally difficult for complex membership functions. The centroid defuzzification technique can be expressed as

• where zCOG is the crisp output, μA(z) is the aggregated membership function and z is the output variable

Presented By : Drashti V. Kapadia

Page 21: Fuzzy logic and its application in environmental engineering

21

Defuzzification

Presented By : Drashti V. Kapadia

Page 22: Fuzzy logic and its application in environmental engineering

22

FDM

1. Individual decision making

2. Multi person decision making

3. Multi criteria decision making

4. Multistage decision making

5. Fuzzy ranking

6. Fuzzy linear programming

Presented By : Drashti V. Kapadia

Page 23: Fuzzy logic and its application in environmental engineering

23

FMCDM• It is the process to choose amongst alternatives based on

multiple criteria.

• Methods

MADM (Multi Attribute Decision Making)

MODM (Multi Objective Decision Making)

• MADM involve the design of a ‘best’ alternative by considering the tradeoffs within a set of design constraint.

• In MODM number of alternatives is effectively infinite, and tradeoff among design criteria are typically described by continuous function.

Presented By : Drashti V. Kapadia

Page 24: Fuzzy logic and its application in environmental engineering

24

Three Level Hierarchy

Criteria

Alternatives

Goal

1 2 3 4

A B C

Presented By : Drashti V. Kapadia

Page 25: Fuzzy logic and its application in environmental engineering

25

Steps in MCDM Methodology • Defining the problem and fixing the criteria

• Appropriate data collection

• Establishment of feasible/efficient alternatives

• Formulation of payoff matrix (alternative versus criteria array)

• Selection of appropriate method to solve the problem

• Incorporation of decision-makers preference structure

• Choosing one or more of the best/suitable alternatives for further analysis

Presented By : Drashti V. Kapadia

Page 26: Fuzzy logic and its application in environmental engineering

26

Application in Environmental Engineering

• Water EngineeringTo check the ground water vulnerabilityTo decide the type of water treatment giving to the water bodyTo optimise coast in Water Distribution Network

• Wastewater EngineeringTo design control strategies to keep the process in good working conditionComparison of input and output datas for each unitTo evaluate wastewater Index

Presented By : Drashti V. Kapadia

Page 27: Fuzzy logic and its application in environmental engineering

27

Application in Environmental Engineering

• Solid Waste ManagementTo allocate best landfill siteTo give preference of treatments

• Hazardous Waste ManagementTo give ranking to the treatment

• Air PollutionTo calculate Air Quality Index

• Noise PollutionE ects of noise pollution on speech interferenceff

Presented By : Drashti V. Kapadia

Page 28: Fuzzy logic and its application in environmental engineering

Presented By : Drashti V. Kapadia 28

OverviewSr no. Title of paper Application Method used

1

2001, Fuzzy logic observers for a biological wastewater treatment process

Monitoring and control of biological processes in WWTP

Fuzzy Estimator

2

2005, Energy Saving In A Wastewater Treatment Process: An Application Of Fuzzy Logic Control

Energy saving upto 10% in WWTP

Implementation of FLC to regulate aeration

3

2007, Rule-Based Fuzzy System for Assessing Groundwater Vulnerability

Recognition of groundwater vulnerability to pollution

FIS with rule based by using DRASTIC parameters

Page 29: Fuzzy logic and its application in environmental engineering

Presented By : Drashti V. Kapadia 29

OverviewSr no. Paper Application Method used

4

2007, Optimal Allocation Of Landfill Disposal Site: A Fuzzy Multi-Criteria Approach

Allocation of landfill site

MCDM

5

2008, An expert system for predicting the effects of speech interference due to noise pollution on humans using fuzzy approach

Effects of noise pollution on speech interference

Knowledge based Rule based fuzzy approach to make Mamdani and Sugeno model

6

2009, Fuzzy logic Water Quality index and importance of Water Quality Parameters,

Determination of WQI Fuzzy logic with UNIQ 2007 model

Page 30: Fuzzy logic and its application in environmental engineering

30

OverviewSr no. Paper Application Method used

72011, Fuzzy logic based model for monitoring air quality index

Calculation of AQI Fuzzy knowledge based system

8

2014, Predicting Efficiency Of Treatment Plant By Multi Parameter Aggregated Index

Prediction of treated Wastewater quality and evaluation the performance of WWTP

FMCDM for WWQI with AHP and Simple Multi Attribute Rating Technique

9

2015, Optimal Design of Level-1 Redundant Water Distribution Networks with Fuzzy Demands

Cost optimization in water distribution network system

Fuzzy optimization model and GA model

Presented By : Drashti V. Kapadia

Page 31: Fuzzy logic and its application in environmental engineering

31

Advantages• Easy to understand, test and maintain

• Easy to be prototyped

• They operate even when there is lack of rules or wrong rules.

• Combination of linguistic and numeric

• Reasoning process is simple so saving the computing power

• Less time require to develop a model than convetional

Presented By : Drashti V. Kapadia

Page 32: Fuzzy logic and its application in environmental engineering

32

Drawbacks

• Need more tests and simulation

• Do not learn easily

• Difficult to establish correct rules

• Lack of precise mathematical model

Presented By : Drashti V. Kapadia

Page 33: Fuzzy logic and its application in environmental engineering

Presented By : Drashti V. Kapadia 33

Thank you