freebsd-ports/math/p5-Statistics-LTU/pkg-descr
Will Andrews fab778a52f Add p5-Statistics-LTU 2.8, a perl implementation of Linear Threshould
Units.

PR:		24000
Submitted by:	Anton Berezin <tobez@tobez.org>
2001-01-04 00:02:41 +00:00

7 lines
265 B
Text

Statistics::LTU defines methods for creating, destroying, training and
testing Linear Threshold Units. A linear threshold unit is a 1-layer
neural network, also called a perceptron. LTU's are used to learn
classifications from examples.
-Anton
<tobez@tobez.org>