Implementation of a General Fuzzy Min-Max Neural Network, based off of the paper: "General Fuzzy Min-Max Neural Network for Clustering and Classification" by Gabrys and Bargiela.
Contrary to the implementation described in this and other papers, this particular implementation uses an approach leveraging vector and matrix operations provided by the python package numpy
, rather than the traditional iterative approach.