Main > Programming > Libraries >

AI::NeuralNet::BackProp 0.77

AI::NeuralNet::BackProp 0.77

Sponsored Links

AI::NeuralNet::BackProp 0.77 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.094 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1228
Date added: 2006-06-16
Publisher: Josiah Bryan

AI::NeuralNet::BackProp 0.77 description

AI::NeuralNet::BackProp is a simple back-prop neural net that uses Deltas and Hebbs rule.

SYNOPSIS

use AI::NeuralNet::BackProp;
# Create a new network with 1 layer, 5 inputs, and 5 outputs.
my $net = new AI::NeuralNet::BackProp(1,5,5);

# Add a small amount of randomness to the network
$net->random(0.001);

# Demonstrate a simple learn() call
my @inputs = ( 0,0,1,1,1 );
my @ouputs = ( 1,0,1,0,1 );

print $net->learn(@inputs, @outputs),"n";

# Create a data set to learn
my @set = (
[ 2,2,3,4,1 ], [ 1,1,1,1,1 ],
[ 1,1,1,1,1 ], [ 0,0,0,0,0 ],
[ 1,1,1,0,0 ], [ 0,0,0,1,1 ]
);

# Demo learn_set()
my $f = $net->learn_set(@set);
print "Forgetfulness: $f unitn";

# Crunch a bunch of strings and return array refs
my $phrase1 = $net->crunch("I love neural networks!");
my $phrase2 = $net->crunch("Jay Lenno is wierd.");
my $phrase3 = $net->crunch("The rain in spain...");
my $phrase4 = $net->crunch("Tired of word crunching yet?");

# Make a data set from the array refs
my @phrases = (
$phrase1, $phrase2,
$phrase3, $phrase4
);

# Learn the data set
$net->learn_set(@phrases);

# Run a test phrase through the network
my $test_phrase = $net->crunch("I love neural networking!");
my $result = $net->run($test_phrase);

# Get this, it prints "Jay Leno is networking!" ... LOL!
print $net->uncrunch($result),"n";

AI::NeuralNet::BackProp is the flagship package for this file. It implements a nerual network similar to a feed-foward, back-propagtion network; learning via a mix of a generalization of the Delta rule and a disection of Hebbs rule. The actual neruons of the network are implemented via the AI::NeuralNet::BackProp::neuron package

AI::NeuralNet::BackProp 0.77 Screenshot

Advertisements

AI::NeuralNet::BackProp 0.77 Keywords

Bookmark AI::NeuralNet::BackProp 0.77

Hyperlink code:
Link for forum:

AI::NeuralNet::BackProp 0.77 Copyright

WareSeeker periodically updates pricing and software information of AI::NeuralNet::BackProp 0.77 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::NeuralNet::BackProp 0.77 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::Backprop project is a fast, pure perl backprop Neural Net simulator. Free Download
AI::NeuralNet::Kohonen is a Perl module with Kohonens Self-organising Maps. Free Download
AI::NeuralNet::Simple is a simple learning module for building neural nets. Free Download
Neural Net Framework is a library that implements multilayer feed-forward neural networks. Free Download
Java Neural Network Trainer is a neural network trainer with the ability to easily add new training algorithms. Free Download
MaitreTarot project is a French Tarot game. Free Download
Neural Network Framework project is a C++ framework to develop, simulate, and analyze arbitrary complex neural networks. Free Download
annie stands for Artificial Neural Network Library and is a C++ API (library) for neural network training and execution. Free Download