Fuzzy Logic & Fuzzy Sets

What is Fuzzy Logic?

The term fuzzy refers to things that are not clear or are vague. In the real world many times we encounter a situation when we can’t determine whether the state is true or false, their fuzzy logic provides very valuable flexibility for reasoning. In this way, we can consider the inaccuracies and uncertainties of any situation. 

In the Boolean system truth value, 1.0 represents the absolute truth value and 0.0 represents the absolute false value. But in the fuzzy system, there is no logic for the absolute truth and absolute false value. But in fuzzy logic, there is an intermediate value too present which is partially true and partially false. 

Introduction

Computers mainly use Boolean Logic to determine the result of scenarios. As per the Boolean Logic,

value 1 refers to True, and 0 means False. The term Fuzzy refers to something unclear or vague. The computer cannot easily understand such cases. Thus, it cannot produce an exact result of True or False. But a Fuzzy Logic algorithm makes systems more intelligent and helps them understand the problems where there may be other answers than true or false.

  1. Advantages of Fuzzy Logic System 
  2. This system can work with any type of inputs whether it is imprecise, distorted or noisy input information.
  3. The construction of Fuzzy Logic Systems is easy and understandable.
  4. Fuzzy logic comes with mathematical concepts of set theory and the reasoning of that is quite simple.
  5. It provides a very efficient solution to complex problems in all fields of life as it resembles human reasoning and decision-making.
  6. The algorithms can be described with little data, so little memory is required.
  7. Disadvantages of Fuzzy Logic Systems 
  8. Many researchers proposed different ways to solve a given problem through fuzzy logic which leads to ambiguity. There is no systematic approach to solve a given problem through fuzzy logic.
  9. Proof of its characteristics is difficult or impossible in most cases because every time we do not get a mathematical description of our approach.
  10. As fuzzy logic works on precise as well as imprecise data so most of the time accuracy is compromised
  11. Application of Fuzzy Logic Systems 
  12. It is used in the aerospace field for altitude control of spacecraft and satellites.
  13. It has been used in the automotive system for speed control, traffic control.
  14. It is used for decision-making support systems and personal evaluation in the large company business.
  15. It has application in the chemical industry for controlling the pH, drying, chemical distillation process.
  16. Fuzzy logic is used in Natural language processing and various intensive applications in Artificial Intelligence.
  17. Fuzzy logic is extensively used in modern control systems such as expert systems.
  18. Fuzzy Logic is used with Neural Networks as it mimics how a person would make decisions, only much faster. It is done by Aggregation of data and changing it into more meaningful data by forming partial truths as Fuzzy sets.

ARCHITECTURE of Fuzzy Logic Systems 

Its Architecture contains four parts :

RULE BASE: It contains the set of rules and the IF-THEN conditions provided by the experts to govern the decision-making system, on the basis of linguistic information. Recent developments in fuzzy theory offer several effective methods for the design and tuning of fuzzy controllers. Most of these developments reduce the number of fuzzy rules.

FUZZIFICATION: It is used to convert inputs i.e. crisp numbers into fuzzy sets. Crisp inputs are

basically the exact inputs measured by sensors and passed into the control system for processing, such as temperature, pressure, rpm’s, etc.

INFERENCE ENGINE: It determines the matching degree of the current fuzzy input with respect to each rule and decides which rules are to be fired according to the input field. Next, the fired rules are combined to form the control actions.

DEFUZZIFICATION: It is used to convert the fuzzy sets obtained by the inference engine into a crisp value. There are several de-fuzzification methods available and the best-suited one is used with a specific expert system to reduce the error.

Share: