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

use AI::NNFlex::Feedforward; $network->run([array of inputs]);

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

None


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

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


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.

charlesc@nnflex.g0n.net