A multi-platform library for easily managing any kind of neural networks
Go to file
blacklight 80f9c4f5e6 stuffing 2009-02-18 00:19:29 +01:00
examples stuffing 2009-02-18 00:19:29 +01:00
include include directory 2009-02-18 00:12:03 +01:00
src Adding sources 2009-02-18 00:10:57 +01:00
ChangeLog stuffing 2009-02-18 00:19:29 +01:00
LICENCE stuffing 2009-02-18 00:19:29 +01:00
README README commit 2009-02-18 00:09:53 +01:00
TODO stuffing 2009-02-18 00:19:29 +01:00
VERSION stuffing 2009-02-18 00:19:29 +01:00

README

C++ class for managing neural networks, by BlackLight < blacklight@autistici.org >
Released under GNU GPL licence v.3, copyright 2008-2009

> To install:
	$ make
	# make install

> To link programs with it:
	g++ <options and files> -lneural++

> HOWTO:
	# Take a look to the example in "example" directory to view it pratically.
	
	# Take a look to documentation in "doc" directory to see how to use it. You can
	  also generate documentation on your own, moving to `src` directory and typing
	  `doxygen`