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
- Host: GitHub
- URL: https://github.com/geeksloth/fuzzy-logic-examples
- Owner: geeksloth
- Created: 2023-10-05T07:39:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T10:49:50.000Z (over 2 years ago)
- Last Synced: 2025-01-30T14:48:41.882Z (over 1 year ago)
- Topics: fuzzy-logic
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```