NAME
AI::NeuralNet::Kohonen::Demo::RGB - Colour-based demo
SYNOPSIS
use AI::NeuralNet::Kohonen::Demo::RGB;
$_ = AI::NeuralNet::Kohonen::Demo::RGB->new(
map_dim => 39,
epochs => 9,
table => "R G B"
."1 0 0"
."0 1 0"
."0 0 1",
);
$_->train;
exit;
DESCRIPTION
A sub-class of AI::NeuralNet::Kohonen
that Impliments extra methods for make use of TK in a very slow demonstration of how a SOM can classify RGB colours. See SYNOPSIS.
SEE ALSO
See AI::NeuralNet::Kohonen; AI::NeuralNet::Kohonen::Node;
AUTHOR AND COYRIGHT
This implimentation Copyright (C) Lee Goddard, 2003. All Rights Reserved.
Available under the same terms as Perl itself.