c83a39e17d
Package provided by Rasputin <rasputin@idoru.mine.nu> via PR pkg/21878. 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 (which I tried and found to be pretty useless for my application anyway).
10 lines
355 B
Text
10 lines
355 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2003/09/17 16:56:45 xtraeme Exp $
|
|
|
|
See
|
|
${PREFIX}/share/libneural-1.0.3/README
|
|
for an overview.
|
|
Sample applications are in
|
|
${PREFIX}/share/libneural-1.0.3/examples/
|
|
|
|
===========================================================================
|