forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
7 lines
361 B
Text
7 lines
361 B
Text
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/
|