AI::NNFlex::Feedforward - methods for feedforward neural networks


AI-NNFlex documentation  | view source Contained in the AI-NNFlex distribution.

Index


NAME

Top

AI::NNFlex::Feedforward - methods for feedforward neural networks

SYNOPSIS

Top

 use AI::NNFlex::Feedforward;

 $network->run([array of inputs]);

DESCRIPTION

Top

AI::NNFlex::Feedforward provides a run method to flow activation through an NNFlex network in west to east feedforward style.

CONSTRUCTOR

Top

None

METHODS

Top

AI::NNFlex::Feedforward::run

Top

takes an array of inputs for the network. Returns true or false.

SEE ALSO

Top

 


 AI::NNFlex
 AI::NNFlex::Backprop
 AI::NNFlex::Dataset 




CHANGES

Top

COPYRIGHT

Top

CONTACT

Top

 charlesc@nnflex.g0n.net


AI-NNFlex documentation  | view source Contained in the AI-NNFlex distribution.