NAME
AI::NNFlex::Feedforward - methods for feedforward neural networks
SYNOPSIS
use AI::NNFlex::Feedforward;
$network->run([array of inputs]);
DESCRIPTION
AI::NNFlex::Feedforward provides a run method to flow activation through an NNFlex network in west to east feedforward style.
CONSTRUCTOR
None
METHODS
AI::NNFlex::Feedforward::run
takes an array of inputs for the network. Returns true or false.
SEE ALSO
AI::NNFlex
AI::NNFlex::Backprop
AI::NNFlex::Dataset
CHANGES
COPYRIGHT
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.
CONTACT
charlesc@nnflex.g0n.net