Fuzzy logic Flashcards
Which type of AI is about precision? and which one about significance?
Choose between symbolic and sub-symbolic.
Precision: sub-symbolic
Significance: symbolic
What is fuzzification?
The process of mapping a numeric value to a fuzzy set through a membership value in the [0,1] interval.
What is the triangular membership function?
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)
What is the trapezoidal membership function?
Can be defined by four points (a,b,c,d), which form a trapezium.
All points in [b,c] reach max membership (1).
What is the difference between fuzzy logic and probabilities?
Fuzzy logic relies on degrees of truth as a mathematical model of vagueness and imprecision while probabilities are a mathematical model of ignorance.
What is convergence?
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.
What is a unique fixed-point attractor?
If this FCM model converges to a unique fixed-point attractor, the model will produce the same output regardless of the inputs.
What is instantation?
Assigning a value to a symbolic variable
How can constraint problems be solved?
By using backtracking to implement the generate-and-test procedure
What are the two golden rules of the generate-and-test method regarding optimization?
- We should avoid guessing variables that can be guessed by other variables
- We should avoid placing separate guesses between generation and testing of values.
What does a counterfactual explanation do?
It speculates an alternative outcome to past events.