AI::NeuralNet::BackProp 0.77
Sponsored Links
AI::NeuralNet::BackProp 0.77 Ranking & Summary
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
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
AI
NeuralNet
BackProp
BackProp 0.77
neural net
Net-
learn
rule
neural
network
crunch
AI::NeuralNet::BackProp
AINeuralNetBackProp
AI::NeuralNet::BackProp 0.77
Libraries
Programming
Bookmark AI::NeuralNet::BackProp 0.77
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
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Related Information
neural network
cartoon network
neural networks
food network
neural network simulation
dish network
neural network software
qvc home shopping network
networking
artificial neural network
backpropagation
backpropagation neural
neural nets
learning
neuralnetworks
neuralnet pro
backpropagation neural network
hardest language to learn
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
Latest Software
Popular Software
Favourite Software