/fuzzy-logic

simple example of fuzzy logic with python code

Primary LanguageJupyter Notebook

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