[Lunar-commits] <moonbase> fann: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Fri Nov 5 14:09:10 CET 2010
commit b650a95742ae5a85894df35b2321c6ed30166e93
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Fri Nov 5 09:09:10 2010 -0400
fann: Adding to moonbase.
---
libs/fann/DETAILS | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/libs/fann/DETAILS b/libs/fann/DETAILS
new file mode 100644
index 0000000..8922458
--- /dev/null
+++ b/libs/fann/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=fann
+ VERSION=2.0.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL[0]=$SFORGE_URL/$MODULE/
+ WEB_SITE=http://leenissen.dk/fann/
+ ENTERED=20101011
+ UPDATED=20101011
+ SHORT="Fast Artificial Neural Network"
+cat << EOF
+Fast Artificial Neural Network Library is a free open source neural network
+library, which implements multilayer artificial neural networks in C with
+support for both fully connected and sparsely connected networks. Cross-platform
+execution in both fixed and floating point are supported. It includes a
+framework for easy handling of training data sets.
+EOF
More information about the Lunar-commits
mailing list