A multi-platform library for easily managing any kind of neural networks
Go to file
blacklight d52976e74e Making everything cooler 2009-08-16 19:25:58 +02:00
doc Growing up... 2009-08-16 11:09:42 +02:00
examples Making everything cooler 2009-08-16 19:25:58 +02:00
include Making everything cooler 2009-08-16 19:25:58 +02:00
src Making everything cooler 2009-08-16 19:25:58 +02:00
BUGS Making everything cooler 2009-08-16 19:25:58 +02:00
ChangeLog Hey it's becoming damn cool... 2009-08-16 18:02:24 +02:00
INSTALL Making everything cooler 2009-08-16 19:25:58 +02:00
LICENCE stuffing 2009-02-18 00:19:29 +01:00
Makefile Making everything cooler 2009-08-16 19:25:58 +02:00
README Fixing, more & more 2009-08-09 11:17:39 +02:00
TODO Hey I can't believe it, I fixed it... 2009-08-15 02:59:09 +02:00
VERSION Hey I can't believe it, I fixed it... 2009-08-15 02:59:09 +02: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 `include` directory and typing
	  `doxygen`