ASpiReNN
Arficial Spiking Recurrent Neural Network
PREREQUISITES
Gcc, libc, make and usual stuff should be enough.
INSTALLATION
./configure --enable-multithread (unless you don't want/can't have
multithread, of course)
make
make install (as root)
USAGE
Include
In the source code, just do:
<include aspirenn/aspirenn.h>
using namespace aspirenn;
And compile the code with the flag : -I /usr/local/include/aspirenn
Link
The -laspirenn flag should be enough, provided
If you compiled ASpiReNN with multithread support, you'll also need -lpthread.
Using the library
Look at the example and the doxygen documentation.
