A multi-platform library for easily managing any kind of neural networks
Go to file
Fabio Manganiello d37fe0cd5d Update README 2012-08-31 11:14:00 +03:00
doc Is it time to release 1.0 version? 2009-09-04 11:27:14 +02:00
examples Is it time to release 1.0 version? 2009-09-04 11:27:14 +02:00
include Is it time to release 1.0 version? 2009-09-04 11:27:14 +02:00
src Is it time to release 1.0 version? 2009-09-04 11:27:14 +02:00
BUGS Making everything cooler 2009-08-16 19:25:58 +02:00
ChangeLog Release 1.0 is almost out 2009-09-02 21:16:47 +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 Documentation re-generated, a lot of minor stuff 2009-08-16 20:57:15 +02:00
README Update README 2012-08-31 11:14:00 +03:00
TODO Hey I can't believe it, I fixed it... 2009-08-15 02:59:09 +02:00
VERSION Release 1.0 is almost out 2009-09-02 21:16:47 +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:
	-> goto INSTALL

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

> HOWTO:
	# Take a look to the example in "examples" directory in the source package, in
	  $PREFIX/share/neural++ or at http://blacklight.gotdns.org/prog/neuralpp/examples .
	
	# Take a look to the example in "doc" directory in the source package, in
	  $PREFIX/share/neural++ or at http://blackligtht.gotdns.org/prog/neuralpp/doc/index.html.
	  You can also generate the documentation on your own moving to include/
	  directory in the source package and typing `doxygen`, if you've got doxygen
	  installed.