Fuzzy Logic Flashcards

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/37

flashcard set

Earn XP

Description and Tags

Flashcards on Fuzzy Logic concepts and definitions.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

38 Terms

1
New cards

What is Fuzzy Logic?

A mathematical language to express something with grammar, syntax, and semantics for communication, dealing with Fuzzy Sets.

2
New cards

Who first introduced Fuzzy Logic?

Lotfi Abdelli Zadeh (1965), University of California, Berkley, USA.

3
New cards

What is the antonym of fuzzy?

Crisp

4
New cards

What are the components of a fuzzy system?

Fuzzy element(s), Fuzzy set(s), Fuzzy rule(s), Fuzzy implication(s).

5
New cards

What is a fuzzy set?

A collection of ordered pairs.

6
New cards

What is the relationship between a Crisp set and a Fuzzy set?

A crisp set is a fuzzy set, but a fuzzy set is not necessarily a crisp set.

7
New cards

Give some examples of a fuzzy set.

High Temperature, Low Pressure, Color of Apple, Sweetness of Orange, Weight of Mango.

8
New cards

How is a Fuzzy set defined?

A = {(x, µA(x))|x ∈ X} where µA(x) is the membership function for the fuzzy set A.

9
New cards

What is the Support of a fuzzy set A?

The set of all points x ∈ X such that µA(x) > 0.

10
New cards

What is the Core of a fuzzy set A?

The set of all points x in X such that µA(x) = 1.

11
New cards

What is Normality in fuzzy sets?

A fuzzy set A is normal if its core is non-empty, meaning there exists a point x ∈ X such that µA(x) = 1.

12
New cards

What is a Crossover Point of a fuzzy set A?

A point x ∈ X at which µA(x) = 0.5.

13
New cards

What is a Fuzzy Singleton?

A fuzzy set whose support is a single point in X with µA(x) = 1.

14
New cards

How is the α-cut of a fuzzy set A defined?

Aα = {x | µA(x) ≥ α }

15
New cards

What is the condition for Convexity of a fuzzy set A?

µA (λx1 + (1 -λ)x2) ≥ min(µA(x1), µA(x2)).

16
New cards

What is Bandwidth?

For a normal and convex fuzzy set, the distance between the two unique crossover points.

17
New cards

What is Symmetry in Fuzzy Sets?

µA(x + c) = µA(x - c) for all x ∈ X.

18
New cards

What are open and closed fuzzy sets?

A fuzzy set is Open left If limx→−∞ µA(x) = 1 and limx→+∞ µA(x) = 0. Open right: If limx→−∞µA(x) = 0 and limx→+∞ µA(x) = 1. Closed If : limx→−∞ µA(x) = limx→+∞ µA(x) = 0

19
New cards

What does Fuzzy describe?

Certainty of a thing.

20
New cards

What does Probability describe?

Chance of an event to occur.

21
New cards

What is Prediction?

Guessing about things.

22
New cards

What is Forecasting?

Information from the past job and apply it to new job.

23
New cards

How is a fuzzy set characterized?

A fuzzy set is completely characterized by its membership function.

24
New cards

How is a Triangular Membership Function defined?

Specified by three parameters {a, b, c} and defined piecewise.

25
New cards

How is a Trapezoidal Membership Function defined?

Specified by four parameters {a, b, c, d} and defined piecewise.

26
New cards

How is a Gaussian Membership Function defined?

Specified by two parameters {c, σ} and defined by gaussian(x;c,σ) =e − 1 2 ( x−c σ )2.

27
New cards

How is a Generalized Bell Membership Function defined?

Specified by three parameters {a, b, c} and defined by bell(x; a, b, c)= 1 1+| x−c a |2b

28
New cards

How is a Sigmoidal Membership Functions defined?

Parameters: {a, c} ; where c = crossover point and a = slope at c; Sigmoid(x;a,c)= 1 1+e −[ a x−c ]

29
New cards

How is the Union of two fuzzy sets defined?

µA∪B(x) = max{µA(x), µB(x)}

30
New cards

How is the Intersection of two fuzzy sets defined?

µA∩B(x) = min{µA(x), µB(x)}

31
New cards

How is the Complement of a fuzzy set defined?

µAC(x) = 1-µA(x)

32
New cards

How is the Algebric product of two fuzzy sets defined?

µA•B(x) = µA(x) • µB(x)

33
New cards

How is the Scalar product of a fuzzy set defined?

µαA(x) = α · µA(x)

34
New cards

How is the Sum of two fuzzy sets defined?

µA+B(x) = µA(x) + µB(x) − µA(x) · µB(x)

35
New cards

What is the cartesian product of two fuzzy sets?

Cartesian Product (A × B): µA×B(x, y) = min{µA(x), µB(y)

36
New cards

What is Commutativity in fuzzy sets?

A∪B = B∪A and A∩B = B∩A

37
New cards

What is Associativity in fuzzy sets?

A ∪ (B ∪ C) = (A ∪ B) ∪ C and A ∩ (B ∩ C) = (A ∩ B) ∩ C

38
New cards

How can we generate more MFs?

Given a membership function of a fuzzy set representing a linguistic hedge, we can derive many more MFs representing several other linguistic hedges using the concept of Concentration and Dilation.