Main > Programming > Libraries >

AI::NNFlex::Reinforce 0.24

AI::NNFlex::Reinforce 0.24

Sponsored Links

AI::NNFlex::Reinforce 0.24 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.033 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 855
Date added: 2007-06-21
Publisher: Charles Colbourn

AI::NNFlex::Reinforce 0.24 description

AI::NNFlex::Reinforce is a very simple experimental NN module.

SYNOPSIS

use AI::NNFlex::Reinforce;

my $network = AI::NNFlex::Reinforce->new(config parameter=>value);

$network->add_layer(nodes=>x,activationfunction=>function);

$network->init();



use AI::NNFlex::Dataset;

my $dataset = AI::NNFlex::Dataset->new([
[INPUTARRAY],[TARGETOUTPUT],
[INPUTARRAY],[TARGETOUTPUT]]);

my $sqrError = 10;

for (1..100)

{

$dataset->learn($network);

}

$network->lesion({nodes=>PROBABILITY,connections=>PROBABILITY});

$network->dump_state(filename=>badgers.wts);

$network->load_state(filename=>badgers.wts);

my $outputsRef = $dataset->run($network);

my $outputsRef = $network->output(layer=>2,round=>1);

Reinforce is a very simple NN module. Its mainly included in this distribution to provide an example of how to subclass AI::NNFlex to write your own NN modules. The training method strengthens any connections that are active during the run pass.

AI::NNFlex::Reinforce 0.24 Screenshot

Advertisements

AI::NNFlex::Reinforce 0.24 Keywords

Bookmark AI::NNFlex::Reinforce 0.24

Hyperlink code:
Link for forum:

AI::NNFlex::Reinforce 0.24 Copyright

WareSeeker periodically updates pricing and software information of AI::NNFlex::Reinforce 0.24 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of AI::NNFlex::Reinforce 0.24 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
AI::NNFlex is a base Perl class for implementing neural networks. Free Download
AI::NNFlex::Backprop project is a fast, pure perl backprop Neural Net simulator. Free Download
pam_require is a simple Pluggable Authentication Module (PAM) for Linux (and maybe other systems which use PAM). Free Download
Text::Replace is a Perl module to replace variables from a hash. Free Download
HTTP::Server::Simple::Recorder is Perl module for mixin to record HTTP::Server::Simples sockets. Free Download
Simple Python Fixed-Point Module is a Python module which provides basic facilities for manipulating (binary) fixed-point number Free Download
AI::NeuralNet::Simple is a simple learning module for building neural nets. Free Download
String::Truncate is a Perl module for when strings are too long to be displayed in. Free Download