From d5ae063483ab1ca6b5bcbeb17eba39ea7278d577 Mon Sep 17 00:00:00 2001 From: blacklight Date: Wed, 18 Feb 2009 00:09:53 +0100 Subject: [PATCH] README commit --- README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..8bf525c --- /dev/null +++ b/README @@ -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++ -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` +