The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

AI::NNFlex::reinforce

  • This module is a (very experimental) reinforcement learning algorithm for NNFlex. It works on the basis of a GROSS simplification of neuron activity, in that it reinforces active paths. It is 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::reinforce::learn

  • Reinforces weights by activity * learning rate.

    Performs one learning pass back through the network - only currently reinforces from west to east (i.e. no reverse flow).

    This package is imported into the NNFlex namespace at runtime via a parameter to the network object.

    syntax: $network->learn();

3 POD Errors

The following errors were encountered while parsing the POD:

Around line 38:

'=item' outside of any '=over'

Around line 58:

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

Around line 60:

'=item' outside of any '=over'

=over without closing =back