AI-Nerl
view release on metacpan or search on metacpan
lib/AI/Nerl/Network.pm view on Meta::CPAN
=head1 DESCRIPTION
=head1 METHODS
=head2 train($x,$y, %params)
Train with backpropagation using $x as input & $y as target.
$x and $y are both pdls. If there are multiple cases, each one will
occupy a column (dimension 2) of the pdl. If your dimensions are off,
you will experience an pdl error of some sort.
=head3 %params
=head4 passes
number of passes.
=head2 run($x)
$output = $nn->run($x);
( run in 0.336 second using v1.01-cache-2.11-cpan-65fba6d93b7 )