ASpiReNN stands for Artificial SPIking REcurrent Neural Network and is a little library written in C which, as its name suggests, allows to simulates artificial spiking (or not) recurrent (or not) neural networks.
ASpiReNN's current features are:
In order to install ASpiReNN you'll need:
In order to install Aspy (the Python bindings for ASpiReNN), you'll need:
Latest interface version is 0.4 ; you can download it here. You can also check the changelog. Note that 'aspirenn' corresponds to the library, and 'aspy' to the python bindings. Bindings version 'x.y.z' should be compatible with any library version 'x.y.w', but don't expect more compatibility between versions (to make that clear: aspy-0.2 and aspirenn-0.2.1 can work together, but aspy-0.1.1 and aspirenn-0.2 cannot).
Documentation is included in the code and can be extracted with Doxygen; you can also browse it here.
Some examples may be available here.
GNU GPL, of course.
neryel AT reveries DOT info