The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
  • This module is the feedforward network type for NNFlex. it is included in the NNFlex:: namespace at run time. See documentation below for standard methods.

    Copyright (c) 2004-2005 Charles Colbourn. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AI::NNFlex::feedforward::run

  • This class contains the run method only. The run method performs feedforward (i.e. west to east) activation flow on the network.

    This class is internal to the NNFlex package, and is included in the NNFlex namespace by a require on the networktype parameter.

    syntax: $network->run([0,1,1,1,0,1,1]);

4 POD Errors

The following errors were encountered while parsing the POD:

Around line 25:

=pod directives shouldn't be over one line long! Ignoring all 2 lines of content

Around line 28:

'=item' outside of any '=over'

Around line 48:

You forgot a '=back' before '=head1'

Around line 50:

'=item' outside of any '=over'

=over without closing =back