Fuzzy logic toolkit for SciPy
Project description
scikit-fuzzy
scikit-fuzzy
is a fuzzy logic toolkit for SciPy.
The goals of scikit-fuzzy are:
- To provide the community with a robust toolkit of independently developed and implemented fuzzy logic algorithms
- To increase the attractiveness of scientific Python as a valid alternative to closed-source options.
Please cite if you find scikit-fuzzy useful. A formal paper describing this package is in preparation.
Source
https://github.com/scikit-fuzzy/scikit-fuzzy
Documentation
The documentation of the library can be found here: https://scikit-fuzzy.github.io/scikit-fuzzy/
Online Discussion & Mailing List
Please join the discussion in our public chat room on Gitter.im
or view/post on the Google Groups mailing list http://groups.google.com/group/scikit-fuzzy
Installation
Scikit-Fuzzy depends on
- Matplotlib >= 3.1
- NumPy >= 1.6
- SciPy >= 0.9
- NetworkX >= 1.9
and is available on PyPi! The latest stable release can always be obtained and installed simply by running
$ pip install -U scikit-fuzzy
which will also work to upgrade existing installations to the latest release.
If you prefer to install from source or develop this package, you can fork and clone this repository then install SciKit-Fuzzy by running
$ pip install -e .
or develop locally by running
$ pip install -e ".[develop]"
If you prefer, you can use SciKit-Fuzzy without installing by simply exporting this path to your PYTHONPATH variable.
License
Please read LICENSE.txt in this directory.
IEEE Rounding for Matlab users
It should be noted that Matlab rounds incorrectly. The IEEE standard (which is how this package behaves) requires rounding to the nearest EVEN number if exactly between, e.g. 1.5 --> 2; 2.5 --> 2; 3.5 --> 4; 4.5 --> 4, etc. This minimizes systematic rounding error. Thus, if re-implementing algorithms from Matlab code, slight inconsistencies in rounded results are expected. These are not bugs, and will not be fixed.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file scikit_fuzzy-0.5.0.tar.gz
.
File metadata
- Download URL: scikit_fuzzy-0.5.0.tar.gz
- Upload date:
- Size: 958.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ee5340523aa7635ca568b9d8029c7738d05f9ea550fc89d4054b4cb50f34e7f |
|
MD5 | 5e2ae4edd4ad11ac09171650b3ba38c1 |
|
BLAKE2b-256 | 981ceeffa327ecf44e11fdd312b2b8cf5a7ac7f6cd2956646980893dc4aa56d8 |
File details
Details for the file scikit_fuzzy-0.5.0-py2.py3-none-any.whl
.
File metadata
- Download URL: scikit_fuzzy-0.5.0-py2.py3-none-any.whl
- Upload date:
- Size: 920.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e456c365146bc5c58d9f593f4127ac783112e2daf89f87b12c6ef3c38e4087dd |
|
MD5 | fc4fb527be165d87ec8f30dadb368591 |
|
BLAKE2b-256 | 9d06da70811f95c4a3bada55e7b20c957548a4d9bc21150916f0c024286d67c7 |