Question
a.
Fuzzification → Rule evaluation → Defuzzification
b.
Fuzzification → Defuzzification → Rule evaluation
c.
Rule evaluation → Fuzzification → Defuzzification
d.
Rule evaluation → Defuzzification → Fuzzification
Posted under UGC NET computer science question paper Fuzzy Systems
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. What are the following sequence of steps taken in designing a fuzzy logic machine ?
Shraddha : June 26, 2023
1. Define the problem or task the fuzzy logic machine will address.
2. Identify input and output variables relevant to the problem.
3. Define membership functions for each variable to represent degrees of membership in fuzzy sets.
4. Construct a rule base mapping input combinations to output actions using linguistic rules.
5. Apply fuzzy inference methods (e.g., Mamdani or Sugeno) to interpret fuzzy rules and compute output fuzzy sets.
6. Convert fuzzy output sets into crisp values using defuzzification methods to obtain specific outputs.
7. Integrate the fuzzy logic system into the overall system architecture, including necessary hardware or software components.
8. Test the fuzzy logic machine using appropriate datasets or simulations to ensure it performs as expected.
9. Optimize the system parameters and membership functions based on feedback and performance evaluation.
10. Deploy the fuzzy logic machine in its operational environment and maintain it regularly for continued optimal
Similar Questions
Discover Related MCQs
Q. Consider a fuzzy set A defined on the interval X = [0, 10] of integers by the membership Junction
μA(x) = x / (x+2)
Then the α cut corresponding to α = 0.5 will be
View solution
Q. If A and B are two fuzzy sets with membership functions:
μa(χ) ={0.2,0.5.,0.6,0.1,0.9}
μb (χ)= {0.1,0.5,0.2,0.7,0.8}
then the value of μa ∩ μb will be
View solution
Q. The height h(A) of a fuzzy set A is defined as
h(A) = sup A(x)
View solution
Q. A __________ point of a fuzzy set A is a point x ∈ X at which µA(x) = 0.5
View solution
Q. Suppose the function y and a fuzzy integer number around -4 for x are given as y= (x-3)2 + 2.
Around -4 = {(2, 0.3), (3, 0.6), (4, 1), (5, 0.6), (6, 0.3)} respectively. Then f (Around -4) is given by:
View solution
Q. Given U = {1,2,3,4,5,6,7}
A = {(3, 0.7), (5, 1), (6, 0.8)}
then A will be: (where ~ → complement)
View solution
Q. Consider a fuzzy set old as defined below
Old = {(20, 0.1), (30, 0.2), (40, 0.4), (50, 0.6), (60, 0.8), (70, 1), (80, 1)}
Then the alpha-cut for alpha = 0.4 for the set old will be
View solution
Q. Perceptron learning, Delta learning and LMS learning are learning methods which falls under the category of
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Fuzzy Systems? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!