Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 673 Bytes

File metadata and controls

7 lines (4 loc) · 673 Bytes

Adaptive Resonance Theory

Adaptive Resonance Theory (ART) is, loosely, a style and family of neural network models pioneered by Stephen Grossberg. You can read all about it in his magnum opus paper here (I dare you).

ART models are primarily motivated by modeling human phenomenology and experimental neuroscience. As such, they fall under the auspices of computational neuroscience rather than traditional machine learning.

This project is meant to be a package of ART model implementations in Python with an aim toward using and exploring them in contemporary AI-driven applications.