AI-Perceptron-Simple
view release on metacpan or search on metacpan
lib/AI/Perceptron/Simple.pm view on Meta::CPAN
12345678910111213141516171819package
AI::Perceptron::Simple;
use
5.008001;
use
strict;
use
warnings;
use
utf8;
binmode
STDOUT,
":utf8"
;
require
local
::lib;
# no local::lib in tests, this is also to avoid loading local::lib multiple times
use
Text::Matrix;
=head1 NAME
AI::Perceptron::Simple
( run in 0.317 second using v1.01-cache-2.11-cpan-d6f9594c0a5 )