diff options
author | gdt <gdt@pkgsrc.org> | 2006-10-04 20:12:34 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2006-10-04 20:12:34 +0000 |
commit | 4039b51e3f8641e58d7858ae80c8f07103a14d3e (patch) | |
tree | 3ec0d4e22b615ec8545ae987d10fc7b5e3521e96 /devel/fann/DESCR | |
parent | 00d338852ed6da0b22bda651e4507d45ee174e7d (diff) | |
download | pkgsrc-4039b51e3f8641e58d7858ae80c8f07103a14d3e.tar.gz |
Fast Artificial Neural Network Library 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 other programming languages
and a GUI are also available.
Diffstat (limited to 'devel/fann/DESCR')
-rw-r--r-- | devel/fann/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/fann/DESCR b/devel/fann/DESCR new file mode 100644 index 00000000000..3eb7e4bdf1d --- /dev/null +++ b/devel/fann/DESCR @@ -0,0 +1,7 @@ +Fast Artificial Neural Network Library 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 other programming languages +and a GUI are also available. |