Python bindings for the AOgmaNeo library, a spiking neural network algorithm for online learning. Current version 2.14.4. Release cadence is irregular, with occasional updates.
pip install pyaogmaneoNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: create encoders and hierarchy, step with input data.
Use 'from aogmaneo import Encoders' or 'import aogmaneo'.
Migrate to new API: replace Network with Hierarchy, use Encoders for input encoding.
No dependency data recorded yet.