ahmethedev / fuzzy-logic

simple example of fuzzy logic with python code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fuzzy Logic

This is simple example of how to use Fuzzy login on a daily life problem.

Problem takes Temprature and humidity as input and generate output for dress level.

How to use?

Download the code and run main.ipynb You can test the code by changing the input values:

dressing.input['temperature'] = 100
dressing.input['humidity'] = 100

About

simple example of fuzzy logic with python code


Languages

Language:Jupyter Notebook 100.0%