freebsd-ports/math/libneural/pkg-descr
Will Andrews bbbf0c1054 Add libneural in its new location, moved from devel to math category w/o
a repocopy because there's no history to preserve.  Libneural is a C++
library implementation of the classic 3-layer perceptron.

Also release this port upon the people.

Move suggested by:	reg
2000-06-29 02:08:21 +00:00

11 lines
446 B
Plaintext

libneural is an extremely tiny library for creating a software
three layer backpropagation neural network. This is useful for
a very wide variety of pattern recognition and classification
problems. It is written in C++, based on the standard algorithm
with NO fancy features like bias terms or momentum.
WWW: http://ieee.uow.edu.au/~daniel/software/libneural/
Author: Daniel Franklin <d.franklin@computer.org>
- Will <andrews@technologist.com>