Fuzzy logic Flashcards

1
Q

Which type of AI is about precision? and which one about significance?

Choose between symbolic and sub-symbolic.

A

Precision: sub-symbolic
Significance: symbolic

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

What is fuzzification?

A

The process of mapping a numeric value to a fuzzy set through a membership value in the [0,1] interval.

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

What is the triangular membership function?

A

Can be defined by three points that form a triangle (a,b and c). Only one point has value 1.
Formula: (x - a)/(b - a)

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

What is the trapezoidal membership function?

A

Can be defined by four points (a,b,c,d), which form a trapezium.
All points in [b,c] reach max membership (1).

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

What is the difference between fuzzy logic and probabilities?

A

Fuzzy logic relies on degrees of truth as a mathematical model of vagueness and imprecision while probabilities are a mathematical model of ignorance.

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

What is convergence?

A

We say that an FCM-based model has converged (to a fixed-point attractor) if, after performing a large enough number of iterations, the neurons continue to produce the same activation values over and over again.

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

What is a unique fixed-point attractor?

A

If this FCM model converges to a unique fixed-point attractor, the model will produce the same output regardless of the inputs.

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

What is instantation?

A

Assigning a value to a symbolic variable

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

How can constraint problems be solved?

A

By using backtracking to implement the generate-and-test procedure

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

What are the two golden rules of the generate-and-test method regarding optimization?

A
  1. We should avoid guessing variables that can be guessed by other variables
  2. We should avoid placing separate guesses between generation and testing of values.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does a counterfactual explanation do?

A

It speculates an alternative outcome to past events.

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