-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
28 lines (21 loc) · 1.14 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
=======================================================
_ _ _ _ _ _
| (_) |__ | \ | | ___ _ _ _ __ __ _| | _ _
| | | '_ \| \| |/ _ \ | | | '__/ _` | | _| |_ _| |_
| | | |_) | |\ | __/ |_| | | | (_| | ||_ _||_ _|
|_|_|_.__/|_| \_|\___|\__,_|_| \__,_|_| |_| |_|
=======================================================
C++ class for managing neural networks, by BlackLight < [email protected] >
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.