From bc56f14c9f51a2f84edff6714ea61d483511abf4 Mon Sep 17 00:00:00 2001 From: Andrew Conway Date: Fri, 20 Apr 2012 16:06:20 -0400 Subject: academic/fann: Added (Fast Artificial Neural Networks) Signed-off-by: dsomero --- academic/fann/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 academic/fann/README (limited to 'academic/fann/README') diff --git a/academic/fann/README b/academic/fann/README new file mode 100644 index 0000000000000..8fd6161fd45c9 --- /dev/null +++ b/academic/fann/README @@ -0,0 +1,7 @@ +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. It is easy to +use, versatile, well documented, and fast. Bindings to more than 15 programming +languages are available. -- cgit v1.2.3