AI::NNFlex

AI::NNFlex is a base Perl class for implementing neural networks.
Download

AI::NNFlex Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Charles Colbourn
  • Publisher web site:
  • http://search.cpan.org/~ccolbourn/AI-NNFlex-0.24/lib/AI/NNFlex.pm

AI::NNFlex Tags


AI::NNFlex Description

AI::NNFlex is a base Perl class for implementing neural networks. AI::NNFlex is a base Perl class for implementing neural networks.SYNOPSIS use AI::NNFlex; my $network = AI::NNFlex->new(config parameter=>value); $network->add_layer( nodes=>x, activationfunction=>'function'); $network->init(); $network->lesion( nodes=>PROBABILITY, connections=>PROBABILITY); $network->dump_state (filename=>'badgers.wts'); $network->load_state (filename=>'badgers.wts'); my $outputsRef = $network->output(layer=>2,round=>1);AI::NNFlex is a base class for constructing your own neural network modules. To implement a neural network, start with the documentation for AI::NNFlex::Backprop, included in this distributionRequirements:· PerlWhat's New in This Release:· fixes a bug in the bias weight calculations


AI::NNFlex Related Software