Expert System: Fuzzyness Flashcards

1
Q

What is a fuzzy set?

A

an element x belongs to a set with a certain degree of membership

Fuzzy set X= {(x1,0.4), (x2,1), (x3,0.1), (x4,0.6), (x5,0.4)}

It is a set of pairs {(xi, μX(xi)},

where μX(xi) is the membership function of element xi in the set X.

alternative representation

tall men 1⁄4 (0/180, 0.5/185, 1/190) or tall men 1⁄4 (0/180, 1/190)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a Crisp Set?

A

an element x either belong to X or does not belong to X

Crisp set X= {x1,x2,x3,x4,x5}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Membership function

A
  • the fuzzy theory, fuzzy set A of universe X is defined by function μA(x) called the membership function of set A
  • This set allows a continuum of possible choices.
  • For any element x of universe X, membership function μA(x) equals the degree to which x is an element of set A.
  • This degree, a value between 0 and 1, represents the degree of membership, also called membership value, of element x in set A.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Fuzzy inference?

A

process of mapping from a given input to an output, using the theory of fuzzy sets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a LINGUISTIC VARIABLE?

A

A LINGUISTIC VARIABLE is a fuzzy variable.

John is tall  The linguistic variable John takes the value tall.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the universe of discourse?

A

The range of all possible “real-world” values of a linguistic
variable represents the universe of discourse of that variable.

short, tall, average

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are hedges?

A

Hedges are terms that modify the shape of fuzzy sets:

very,
more, quite, less, slightly, likely, very likely

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is Defuzzification?

A
  • Fuzziness helps us to evaluate the rules but the final output of a fuzzy system has to be crisp number
  • The output of the defuzzification process is the aggregate output fuzzy
    set and the output is a single number (mean of maximum method; centre of gravity method)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Name the two most popular defuzzification methods

A
  • Centroid Defuzzification Method ( center of gravity)
  • Sugeno Style inference
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the Centroid Defuzzification Method (COG)?

A

It finds the point where a vertical line would slice the aggregate set into two equal masses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How does one calcuate the COG?

A

In theory, the COG is calculated over a continuum of points in the aggregate output membership function,

but in practice, a reason- able estimate can be obtained by calculating it over a sample of points,

How well did you know this?
1
Not at all
2
3
4
5
Perfectly