AI-Perceptron-Simple

 view release on metacpan or  search on metacpan

lib/AI/Perceptron/Simple.pm  view on Meta::CPAN

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
 
use 5.008001;
use strict;
use Carp "croak";
 
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::CSV qw( csv );
use File::Basename qw( basename );
use List::Util qw( shuffle );
 
=head1 NAME
 
AI::Perceptron::Simple



( run in 0.317 second using v1.01-cache-2.11-cpan-d6f9594c0a5 )