mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
bbbf0c1054
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
11 lines
446 B
Plaintext
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>
|