Types of Membership Methods
Types of Membership Methods
Defined by 4 points: a, b, c, d.
Used in air conditioners, washing machines, refrigerators, vacuum cleaners, and microwave ovens.
Air Conditioners: Adjust fan speed and cooling based on room temperature, humidity, and human presence
using fuzzy rules like “IF temperature is high AND humidity is medium THEN set cooling to high.”
Washing Machines: Determine wash cycle time, water level, and detergent usage based on load weight, dirt
level, and fabric type.
Benefit:
Improves comfort, energy efficiency, and adaptability without precise user input.
Example: Cruise Control — fuzzy controller adjusts throttle based on fuzzy inputs like "IF speed is slightly
below desired AND slope is steep THEN increase throttle moderately."
Benefit:
Allows systems to make decisions based on uncertain or imprecise data, ensuring smoother and more human-like
control.
Fuzzy systems assess symptoms that aren't binary (e.g., "slightly feverish" or "moderate pain").
Example: A fuzzy rule might say, “IF fever is high AND cough is mild THEN probability of flu is moderate.”
Benefit:
Handles uncertainty in patient symptoms, improving the quality of early diagnosis.
4. Weather Forecasting
Used to predict weather conditions such as temperature, rainfall, humidity, and wind patterns.
Uses fuzzy inputs like “temperature is hot,” “humidity is high,” and “cloud cover is dense” to predict
outcomes like “chance of rain is high.”
Fuzzy models are applied where exact data isn’t available or is too complex to model.
Benefit:
Improves prediction accuracy under uncertain or rapidly changing conditions.
Maxima methods are used to convert fuzzy output sets into a single crisp value by identifying the point(s) of
maximum membership from the fuzzy set.
Takes the average of all input values that have the maximum membership degree.
Formula:
Selects the smallest value among all points with maximum membership.
Selects the largest value among all points with maximum membership.
Applications:
Automated system
Zadeh's Max-Min Rule is a method in fuzzy logic used to compose two fuzzy relations. It helps infer a relationship
between an input and an output variable through an intermediate variable. This rule is fundamental in fuzzy
inference systems, especially for decision-making under uncertainty.
Where:
min(R1(x, y), R2(y, z)) calculates the intersection (minimum) of the two relations
1. For each pair (x, z), identify all possible intermediate values y.
3. From all these minimum values, select the maximum. This value becomes R(x, z).
This process builds a new fuzzy relation between input x and output z by aggregating all paths through y.
Key Properties:
Associativity: Fuzzy relations can be composed in a chain using the rule, i.e.,
(R1 ○ R2) ○ R3 = R1 ○ (R2 ○ R3)
Applications: