An open API service indexing awesome lists of open source software.

https://github.com/geeksloth/fuzzy-logic-examples

An implementation of some examples of Fuzzy Logic
https://github.com/geeksloth/fuzzy-logic-examples

fuzzy-logic

Last synced: about 1 year ago
JSON representation

An implementation of some examples of Fuzzy Logic

Awesome Lists containing this project

README

          

# fuzzy-logic-examples
An implementation of some examples of Fuzzy Logic

# Prerequisite
Upgrading your pip as traditionally.
```code
python -m pip install --upgrade pip
```
Install the library
```code
pip3 install fuzzylogic
```