blob: f0a1519e7f4d0ca84ed091f9a4d3bb9eea60a0a7 (
plain) (
blame)
1
2
3
4
5
6
7
|
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@FreeBSD.org>
|