summaryrefslogtreecommitdiff
path: root/devel/fann
AgeCommit message (Collapse)AuthorFilesLines
2006-10-05split Makefile into Makefile.common for impending py-fann package.gdt3-7/+29
Add bl3.
2006-10-04Fast Artificial Neural Network Library implements multilayergdt4-0/+60
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.