The fuzzy-theory
library provides a PyTorch interface to fuzzy set theory and fuzzy logic
operations. It uses minimal dependencies to implement these features and is designed to be
easy to use and understand. The library is designed to be used in conjunction with PyTorch
and is built on top of PyTorch's tensor operations.
A benefit of using fuzzy-theory
is that it allows for the creation of fuzzy sets and fuzzy
logic operations in a way that is compatible with PyTorch's autograd system. This means that
you can use the library to create fuzzy sets and perform fuzzy logic operations in a way that
is differentiable and can be used in neural networks and other machine learning models.
- Compatible with TorchScript: Some classes may use
torch.jit.script
ortorch.jit.trace
for production environments. - Differentiable: The library is designed to be used in conjunction with PyTorch and is built on top of PyTorch's tensor operations.
- Minimal dependencies: The library uses minimal dependencies to implement these features.
- Easy to use: The library is designed to be easy to use and understand, with a simple API that is similar to PyTorch's tensor operations.
- Visualization: Formulas are written with
sympy
for LaTeX rendering and plots are stylized withscienceplots
for publication-ready figures.