Skip to main content

What is fuzzy logic

Introduction of fuzzy logic 

As we know this time AI is the most usable and learnable technology in the world . and the whole world is going to work on the this tech . because by the using of "ARTIFICIAL INTELLIGENCE" organization can earn more money without investing on the employees they can invest only at a single time for the machines and can get more work as compare to the normal employee or employer.

If we talk in general term then fuzzy logic is basically logics which comes under the 0 and 1 in which 0 and 1 both are exclusive . that means 0 and 1 not be considered in these logics.
and we know that 0 and 1 are the boolean logic/expression . In which 0 means False/No and 1 means yes/True .

In normal codes we use 0 or 1 to give the direction to our program . let me tell u by using an example here-
suppose, if we are writing a program in which 
If the person is sick then person will go in hospital 
But if the person is not sick then person will go to home

That means according to above example we have only two option 
1 person is sick  (YES/True/1)
2 person is not sick  (NO/False/0)

This above all about the boolean expression/logic .
Now , try to understand fuzzy logic here:
Suppose , In the same example, if the person is saying that i'm not fully sick and not fully fit . that means the person has some little problem which means more than 0 and less then 1.
any person can assume this easily but if we talk in AI then how can machine analyze these type of statement because the world is going to make robots or robots with artificial intelligence. than it is required to measure these all type of measurement of human behave .

artificial behave 

Why we should know about the fuzzy logic

 Here, I will try to explain u the requirement to know about the fuzzy logic by using an real life example :
As we know that now a days most of the multinational companies are going to make cars which can automatically can run on the roads on the basis of codes , databases , logics etc. there is no need to human control over the car . cars can take right decisions just by using codes , logic , databases on which cars are operating.

and we know TESLA  is the company who has created this type of car which can automatically operates. and if we are in the field of technology then it is required to know and to live updated about these terms.
Tesla cars with AI

How can we create fuzzy logic 

Let , If we have these following situation 
1.Person Is Extremely Honest (1.0)
2.Very Honest                           (0.85)
3.Sometimes Honest                 (0.35)
4.Extremely Dishonest              (0.00)

Now , suppose we have to write code for the robot intelligence , when any person is sometimes honest then robot should hide all the money in his pocket.
or if the person is "extremely dishonest" then robot should go away from there . that means we have to write conditions for the values which comes under the 0 or 1 , not true not false.

Dishonesty in eyes

So , these values or in technical word degree of the 0's or 1's  measured by using some mathematical concepts which known as the fuzzy logics.
I think now u have some basic understanding about the fuzzy logic mainly used for the AI.



Comments

Popular posts from this blog

Data Analysis

What data analysis is ? First we should know , what data is here ? Data can be a qualitative or quantitative values . and also data is know as the information about person or any object . let, suppose we have a service type company . In one month whatever we serve , it store in the database  like (customer name, customer address, product name ) etc. then these all things which are stored will work as a data for our company. And analysis is the term related to the forecasting . by using data , when we predict or make easy understandable approach of any data is called analysis. There are multiple ways to analysis our data like (through excel application we can make chart , by using data science concept " matplotlib or pandas " we can analyse our data ) . Analysis Why do we need to analyse our data ? Now , again try to understand by above example . According to above example , if we have data stored in the database then what is the use of that data , why we are storing data in...