summaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-06 19:15:43 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-06 19:15:43 +0000
commit6f1e8de2b8b97f0432ad1d70c1f851de2175d0a7 (patch)
treefbf48a90a47fb27512e74b6576452293df0682d9 /math/Makefile
parent- Update to 0.9.5 (diff)
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. PHP, C++, .NET, Ada, Python, Delphi, Octave, Ruby, Pure Data and Mathematica bindings are available. A reference manual accompanies the library with examples and recommendations on how to use the library. A graphical user interface is also available for the library. WWW: http://leenissen.dk/fann/ PR: ports/109853 Submitted by: Tz-Huan Huang <tzhuan at csie.org>
Notes
Notes: svn path=/head/; revision=186705
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 4bec0d4005b3..8f434e38951e 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -56,6 +56,7 @@
SUBDIR += entropy
SUBDIR += eukleides
SUBDIR += eval
+ SUBDIR += fann
SUBDIR += fbm
SUBDIR += femlab
SUBDIR += fftw