Fuzzy Inference System

Rubenshibu
Nov 19, 2020

What is Fuzzy Inference System?

Fuzzy Logic resembles the human decision-making methodology and deals with vague and imprecise information.

This is a very small tutorial that touches upon the very basic concepts of Fuzzy Logic.

The word fuzzy refers to things which are not clear or are vague. Any event, process, or function that is changing continuously cannot always be defined as either true or false, which means that we need to define such activities in a Fuzzy manner.

Fuzzy Logic resembles the human decision-making methodology. It deals with vague and imprecise information. This is gross oversimplification of the real-world problems and based on degrees of truth rather than usual true/false or 1/0 like Boolean logic.

Fuzzy Logic example.

In the above example It shows that in fuzzy systems, the values are indicated by a number in the range from 0 to 1. Here 1.0 represents absolute truth and 0.0 represents absolute falseness. The number which indicates the value in fuzzy systems is called the truth value.

we can also say that fuzzy logic is not logic that is fuzzy, but logic that is used to describe fuzziness. There can be numerous other examples like this with the help of which we can understand the concept of fuzzy logic.

happy hacking❤

--

--