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