diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-07 03:15:43 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-07 03:15:43 +0800 |
commit | 2d58c8751ff604a20cc485e0bdb778b52e023f5e (patch) | |
tree | f730c2aea6928037b980a273a5bf69b5e2f18be4 /math/Makefile | |
parent | bce92b2cc8892a1a94671099da2ab1b313b440e9 (diff) | |
download | freebsd-ports-gnome-2d58c8751ff604a20cc485e0bdb778b52e023f5e.tar.gz freebsd-ports-gnome-2d58c8751ff604a20cc485e0bdb778b52e023f5e.tar.zst freebsd-ports-gnome-2d58c8751ff604a20cc485e0bdb778b52e023f5e.zip |
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>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
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 |