Assignment No.2
Assignment No.2
It shows full
3 membership It shows partial membership.
Distributive Property
Having three fuzzy sets A˜A~, B˜B~ and C˜C~, this property states −
A˜∪(B˜∩C˜)=(A˜∪B˜)∩(A˜∪C˜)A~∪(B~∩C~)=(A~∪B~)∩(A~∪C~)
A˜∩(B˜∪C˜)=(A˜∩B˜)∪(A˜∩C˜)
Idempotency Property
For any fuzzy set A˜A~, this property states −
A˜∪A˜=A˜A~∪A~=A~Identity Property
For fuzzy set A˜A~ and universal set UU, this property states −
A˜∪φ=A˜A~∪φ=A~
A˜∩U=A˜A~∩U=A~
A˜∩φ=φA~∩φ=φ
A˜∪U=U
Transitive Property
Having three fuzzy sets A˜A~, B˜B~ and C˜C~, this property states −
IfA˜⊆B˜⊆C˜,thenA˜⊆C˜
4. Explain the various operations on fuzzy relations.
Operations on Fuzzy Set:
1. Union :
Consider 2 Fuzzy Sets denoted by A and B, then let’s consider
Y be the Union of them, then for every member of A and B, Y
will be:
degree_of_membership(Y)=max(degree_of_membership(A),
degree_of_membership(B))
2. Intersection :
Consider 2 Fuzzy Sets denoted by A and B, then let’s consider
Y be the Intersection of them, then for every member of A and
B, Y will be:
degree_of_membership(Y)= min(degree_of_membership(A),
degree_of_membership(B))
3. Complement :
Consider a Fuzzy Sets denoted by A , then let’s consider Y be
the Complement of it, then for every member of A , Y will be:
degree_of_membership(Y)= 1 - degree_of_membership(A)
4. Difference :
Consider 2 Fuzzy Sets denoted by A and B, then let’s consider
Y be the Intersection of them, then for every member of A and
B, Y will be:
degree_of_membership(Y)= min(degree_of_membership(A), 1-
degree_of_membership(B))
5. What is Defuzzification?
Disjunction
P V Q : x in A or B
T (P V Q) = Max [ T(P), T(Q) ]
Fuzzy connectives:
A fundamental assumption of (mainstream) mathematical fuzzy
logic is that connectives are to be interpreted truth-
functionally over the set of degrees of truth. Such truth-
functions are assumed, in the standard setting, to behave
classically on the extremal values 0 and 1.
A very natural behavior of conjunction, disjunction, and
negation is achieved by
imposing x∧y=min{x,y}x∧y=min{x,y}, x∨y=max{x,y}x∨y=ma
x{x,y}, and ¬x=1−x¬x=1−x for each x,y∈[0,1]x,y∈[0,1].
7. Explain the fuzzy inference with suitable example.
A fuzzy inference system is the key unit of a fuzzy logic
system. The typical structure of a fuzzy inference system
consists of various functional blocks. It uses new methods
to solve everyday problems.
● The yield from FIS is consistently a fuzzy set irrespective of its input
which can be fuzzy or crisp.
● It is necessary to have a fuzzy output when it is used as a controller.
● A defuzzification unit would accompany the FIS to convert the fuzzy
variable into a crisp variable.
o Equivalent to objective function,
evaluation function.
a) Boltzmann selection
Features:
● Small Generation Gap.
● Only 2 offspring produced in one generation.
● Generally used for smaller population size N.
● Less computationally expensive compared to Simple GA.
● Population size N remains constant throughout.
Applications:
● To optimize a wide range of different fit functions which is
not solvable using normal hard computing-based algorithms.
● Distributed computer network topologies.
● Learning fuzzy rule base using genetic algorithms.
● In training neural networks using SSGA instead of normal
Backprop algorithms and many more.
12. Define the terms chromosome, fitness function,
crossover and mutation as used in genetic algorithms.
Submitted By: