Fuzzy logic operations implemented in PyTorch.
This library provides you with PyTorch-based classes and functions for fuzzy logic. Currently five kinds of fuzzy logics are implemented:
- Godel (min/max-based).
- Product (multiplication-based).
- Lukasiewicz.
- Nilpotent.
- Hamacher.
In development.
Examples of the application can be found in source/examples
- Documentation file.
- Wiki.
- Logic classes.
- Fuzzy state automata.
- Fuzzy quantifiers.