2009-08-16 20:57:15 +02:00
|
|
|
=======================================================
|
|
|
|
_ _ _ _ _ _
|
|
|
|
| (_) |__ | \ | | ___ _ _ _ __ __ _| | _ _
|
|
|
|
| | | '_ \| \| |/ _ \ | | | '__/ _` | | _| |_ _| |_
|
|
|
|
| | | |_) | |\ | __/ |_| | | | (_| | ||_ _||_ _|
|
|
|
|
|_|_|_.__/|_| \_|\___|\__,_|_| \__,_|_| |_| |_|
|
|
|
|
=======================================================
|
|
|
|
|
|
|
|
|
2009-02-18 00:09:53 +01:00
|
|
|
C++ class for managing neural networks, by BlackLight < blacklight@autistici.org >
|
|
|
|
Released under GNU GPL licence v.3, copyright 2008-2009
|
|
|
|
|
|
|
|
> To install:
|
2009-08-16 20:57:15 +02:00
|
|
|
-> goto INSTALL
|
2009-02-18 00:09:53 +01:00
|
|
|
|
|
|
|
> To link programs with it:
|
|
|
|
g++ <options and files> -lneural++
|
|
|
|
|
|
|
|
> HOWTO:
|
2009-08-16 20:57:15 +02:00
|
|
|
# Take a look to the example in "examples" directory in the source package, in
|
|
|
|
$PREFIX/share/neural++ or at http://0x00.ath.cx/prog/neuralpp/examples .
|
2009-02-18 00:09:53 +01:00
|
|
|
|
2009-08-16 20:57:15 +02:00
|
|
|
# Take a look to the example in "doc" directory in the source package, in
|
|
|
|
$PREFIX/share/neural++ or at http://0x00.ath.cx/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.
|
2009-02-18 00:09:53 +01:00
|
|
|
|