AI-NeuralNet-Kohonen

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

Changes
Makefile.PL
MANIFEST
README
t/AI-NeuralNet-Kohonen.t
lib/AI/NeuralNet/Kohonen.pm
lib/AI/NeuralNet/Kohonen/Input.pm
lib/AI/NeuralNet/Kohonen/Node.pm
META.yml                                 Module meta-data (added by MakeMaker)

lib/AI/NeuralNet/Kohonen.pm  view on Meta::CPAN

	1 0 0 red
	0 1 0 yellow
	0 0 1 blue
	0 1 1 cyan
	1 1 0 yellow
	1 .5 0 orange
	1 .5 1 pink"
	);

	$_->train;
	$_->save_file('mydata.txt');
	exit;

=head1 DESCRIPTION

An illustrative implimentation of Kohonen's Self-organising Feature Maps (SOMs)
in Perl. It's not fast - it's illustrative. In fact, it's slow: but it is illustrative....

Have a look at L<AI::NeuralNet::Kohonen::Demo::RGB> for an example of
visualisation of the map.

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.466 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )