1/17
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Fuzzy Inference System (FIS)
A system that uses fuzzy logic to map inputs to outputs based on fuzzy IF-THEN rules.
Fuzzifier
The component of a fuzzy inference system that converts crisp inputs into linguistic variables using membership functions.
Inference Engine
The part of a fuzzy inference system that processes fuzzy inputs to produce fuzzy outputs according to fuzzy rules.
Defuzzifier
The component that converts fuzzy output from the inference engine into a crisp output using membership functions.
Fuzzification
The process of obtaining membership values for input variables by comparing them with membership functions.
Firing Strength
The determination of the degree to which each rule applies based on membership values.
Mamdani Fuzzy Method
A fuzzy inference method that computes outputs by determining fuzzy rules, fuzzifying inputs, and defuzzifying results.
Sugeno Fuzzy Models
A fuzzy inference method known for having crisp outputs and often used in control systems.
Advantages of Fuzzy Logic Systems
Includes ease of understanding, robustness to noisy input, and effectiveness in handling uncertainties.
Disadvantages of Fuzzy Logic Systems
Includes reliance on assumptions, potential lack of accuracy, and challenges in establishing precise fuzzy rules.
Fuzzy Knowledge Base
A collection of rules and membership functions defining a fuzzy inference system.
Rule Aggregation
The process of combining output membership functions, typically using a maximum operator.
Defuzzification Methods
Techniques such as centroid, mean of maximum, min of maximum, and max of maximum used to convert fuzzy results to crisp outputs.
Connectives in Fuzzy Logic
Logical operations such as Gӧdel, Product, and Lukasiewicz used to connect fuzzy propositions.
Applications of Fuzzy Logic
Modeling, evaluation, optimization, decision-making, and control in various fields.
Expert Systems Limitations
Traditional expert systems struggle with vague terms and borderline cases, affecting their effectiveness.
Qualified Consequents
Fuzzy or crisp outcomes derived from the firing strength of fuzzy rules.
Triangular Membership Function
A type of membership function defined by a triangular shape used to represent fuzzy sets.