summaryrefslogtreecommitdiff
path: root/math/libneural/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'math/libneural/pkg-descr')
-rw-r--r--math/libneural/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/math/libneural/pkg-descr b/math/libneural/pkg-descr
new file mode 100644
index 000000000000..4c2c0f1e2e5e
--- /dev/null
+++ b/math/libneural/pkg-descr
@@ -0,0 +1,10 @@
+libneural is an extremely tiny library for creating a software
+three layer backpropagation neural network. This is useful for
+a very wide variety of pattern recognition and classification
+problems. It is written in C++, based on the standard algorithm
+with NO fancy features like bias terms or momentum.
+
+WWW: http://ieee.uow.edu.au/~daniel/software/libneural/
+Author: Daniel Franklin <d.franklin@computer.org>
+
+- Will <andrews@technologist.com>