5 Fuzzy Relations
5 Fuzzy Relations
5 Fuzzy Relations
(PHDB104)
• The term fuzzy logic was introduced with the 1965 proposal
of fuzzy set theory by mathematician Lotfi Zadeh.
• Fuzzy logic is based on the concept of infinite values, with a
fuzzy set having partial membership ranging from true to
false, yes to no, and 0 to 1.
• On the other hand, crisp logic, which a crisp set follows, is
based on bi-valued logic, meaning it has full membership and
is either completely true/false, 0/1.
FUZZY LOGIC VS CRISP LOGIC
A={a1,a2}, B={b1,b2,b3}
• Mathematical Definition
• Union Formula: RUS=max(R(x,y),S(x,y))
• Example:
R∪S=
INTERSECTION OF FUZZY RELATIONS
• Mathematical Definition
• Intersection Formula: R∩S=min(R(x,y),S(x,y))
• Example:
R∩S=
COMPLEMENT OF FUZZY RELATIONS
• Mathematical Definition
• Complement Formula: R′=1−R(x,y)
• Example:
Introduction to Composition
• Composition of fuzzy relations is essential in fuzzy logic for
combining multiple fuzzy relations into a single relation.
Types of Composition:
• Max-Min Composition
• Max-Product Composition
MAX-MIN COMPOSITION
• R∘S=
• R∘S=
• Now(R∘S)(x2,z1)=max [min(R(0.8,0.9),S(0.4,0.1))]
• R∘S=
• Now (R∘S)(x2,z2)=max [min(R(0.8,0.6),S(0.4,0.7))]
• R∘S=
MAX-PRODUCT COMPOSITION
• R∘S=
• R∘S=
• Now(R∘S)(x2,z1)=max [(0.8*0.9),(0.4*0.1)]
• R∘S=
• Now (R∘S)(x2,z2)=max [(0.8*0.6),(0.4*0.7)]
• R∘S=
APPLICATIONS OF FUZZY RELATIONS
Real-World Applications
• Control Systems: Used in fuzzy controllers to handle
imprecise inputs.
• Decision-Making: Helps in multi-criteria decision-making
where uncertainty is present.
• Image Processing: Applied in image enhancement,
segmentation, and pattern recognition.
FUZZY RELATION EQUATIONS
Challenges
• Complexity: High computational complexity for large-scale
problems.
• Interpretation: Difficulties in interpreting fuzzy relations and
results.
• Scalability: Challenges in scaling fuzzy relation methods for
big data applications.
FUTURE DIRECTIONS
• Summary
• Recap of Key Points: Fuzzy relations, their operations, and
composition are crucial for handling uncertainty in various
fields.
• Importance: Vital in fuzzy logic systems for modeling and
decision-making under imprecise conditions.
• Encouragement: Further study and application of fuzzy
relations can lead to more robust and flexible systems.
REFERENCES