mirror of
https://github.com/BlackLight/neuralpp.git
synced 2024-11-15 22:37:15 +01:00
README commit
This commit is contained in:
commit
d5ae063483
1 changed files with 17 additions and 0 deletions
17
README
Normal file
17
README
Normal file
|
@ -0,0 +1,17 @@
|
|||
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`
|
||||
|
Loading…
Reference in a new issue