artlearn

Adoptive Resonance Theory in Python with scikit-learn like API.


License
MIT
Install
pip install artlearn==0.1.0

Documentation

artlearn

artlearn is a set of algorithms for Adoptive resonance theory.

Dependencies

The required dependencies to use artlearn are

  • scikit-learn >= 0.22.2
  • numpy >= 1.19.5
  • scipy >= 1.4.1

You also need Matplotlib >= 3.2.2 to run the demo and pytest >= 6.2.5 to run the tests.

install

pip install git+https://github.com/ground0state/artlearn

License

This code is licensed under MIT License.

Test

python setup.py test