Lecture 2: Fuzzy Relations & Compositions

Fuzzy Relations

Binary relation: When there are two universe of discourse X×Y , then a fuzzy relation is defined as R=((x,y),μR(x,y))|(x,y)X×Y

Fuzzy relations are just multi-dimensional fuzzy sets.

Composition

When there are two fuzzy relations, defined R1=X×Y and R2=Y×Z. Then a new fuzzy relation can be formed by performing projection on to the common space. R:=R1R2X×Z μR(x,z)=maxymin[μR1(x,y),μR2(y,z)] R1R2=y[μR1(x,y)μR2(y,z)]

Max-min composition

R1R2=y[μR1(x,y)μR2(y,z)]

Max-product composition

R1R2=y[μR1(x,y)μR2(y,z)]

Set operations are performed in the same dimension. On the other hand, set compositions are performed in different dimensions.

Linguistic variables and values

Principle of incompatibility

As the complexity of the system increases, our ability to make precise and yet significant statements about its behaviour diminishes until a threshold is reached.

Beyond the threshold, precision and significance become almost mutually exclusive characteristics.

Therefore, Zadeh proposed an approach in an approximate manner, to summarise information and express it in terms of fuzzy sets.

A linguistic variable is a quintuple (x,T(x),X,G,M)

  • x => Name of the variable
  • T(x) => Term set consisting of linguistic values or terms
  • X => Universe of discourse
  • G => Syntactic rule, which generates terms in T(x)
  • M => Semantic rule, which maps each linguistic value T(x) to a fuzzy set in X

Example: > Age is linguistic variable (Note: name of the variable is “Age”)

T(Age) = {young, old, …, very old, not very young}

X=[0,100]

Operations on linguistic variables

a. Exponential

Ak=X[μA(x)]k/x

b. Concentration

CON(A)=A2

c. Dilation

DIL(A)=A0.5

d. Contrast Intensification

INT(A)={2A2,0uA(x)0.5 ¬2(¬A2),0.5<uA(x)1

Previous
Next