The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
  • 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 27:

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

Around line 30:

'=item' outside of any '=over'

Around line 50:

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

Around line 52:

'=item' outside of any '=over'

=over without closing =back