Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 817 Bytes

README.md

File metadata and controls

50 lines (29 loc) · 817 Bytes

Fuzzy Inference system

Build Status

This project we implement two common and simple problem fuzzy inference using python.

  • DC motor control using Mandani method
  • Restaurant Tips Calculation using Mandani method

Features!

  • Python TK based GUI
  • Visualize The membership functions

Dependencies

  • Python 3
  • MatplotLib
  • Opencv
  • scikit-fuzzy

Demo

Installation

Install the dependencies

$ pip install -r requirements.txt

For testing the code...

$ python main.py

License

MIT

Free Software

Acknowledgement

This Demo is developed as a class project "Fuzzy Neural Network Systems" Gachon University, South Korea