SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

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.


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.