|
/export/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/AI-NNFlex/blib/lib/AI/NNFlex/backprop.pm |
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.
This package is imported into the NNFlex namespace at runtime via a parameter to the network object.
syntax: $network->learn([0,1,1,0]);
If you have a 4 layer network it will be called to delta the weights between the two hidden layers, and the input to hidden layer
|
/export/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/AI-NNFlex/blib/lib/AI/NNFlex/backprop.pm |