Skip to main content

Library to perform explainable AI using fuzzy logic.

Project description

Ex-Fuzzy

ex-Fuzzy is a fuzzy toolbox library for Python with special focus in its accesibility to use and visualization of results. In this way, we focus on the ex(-Fuzzy)plainable capacities of approximate reasoning.

Some of the tools available in this library include:

  • Support for approximate reasoning using fuzzy association rules, for both classification and regression problems. This includes rule base optimization using genetic algorithms and rule visualization.
  • Precomputed and optimized fuzzy variables and their correspondent linguistic variables (i.e low, medium, high).
  • Support for various kinds of fuzzy sets, including classic fuzzy sets, IV-fuzzy sets and General Type 2 fuzzy sets.
  • Rule mining using support, confidence and lift measures. Customizable genetic optimization of the rule bases parameters.

Main Characteristics

Easy to use

ex-Fuzzy is designed to be easy to use. Linguistic variables can be precomputed and optimized without any understading of its implementation. Choosing one kind of fuzzy set only requires to set one flag.

Reusable code

Code is designed so that some parts can be easily extendable so that some use cases, like research, can be also supported. The rule base optimization is done using a Genetic Algorithm, but almost any other pymoo search algorithm will do. Fuzzy sets can be extended with ease, just as the kind of partitions, membership functions, etc.

Sci-py like interface

ex-Fuzzy is built taking into account the actual machine-learing frameworks used in Python. Training amd sing a rule base classifier works exactly as sci-kit learn classifier. Parameters such as the number of rules or antecedents are also built

Visualization

Use plots to visualize any kind of fuzzy sets, and use graphs to visualize rules or print them on screen.

Dependencies

  • Numpy
  • Pandas
  • Matplotlib
  • Networkx
  • Pymoo

Installation

You can install ex-Fuzzy using pip, from the PyPi repository, with the following command:

pip install ex-fuzzy

Preprint and Citation

You can check our preprint in SSRN in the following link:

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4766235

To cite the library please use the preprint until the final paper is accepted:

@article{fumanalex,
  title={Ex-Fuzzy: A Library for Symbolic Explainable AI Through Fuzzy Logic Programming},
  author={Fumanal Idocin, Javier and Andreu-Perez, Javier},
  journal={SSNR}
}

Contributors

Javier Fumanal Idocin, Javier Andreu-Perez

This project is licensed under the terms of the AGLP v3 license, 2021-2024

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ex_fuzzy-1.1.5.tar.gz (63.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page