AI::NeuralNet::Simple

AI::NeuralNet::Simple is a simple learning module for building neural nets.
Download

AI::NeuralNet::Simple Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Curtis Poe
  • Publisher web site:
  • http://search.cpan.org/~ovid/

AI::NeuralNet::Simple Tags


AI::NeuralNet::Simple Description

AI::NeuralNet::Simple is a simple learning module for building neural nets. AI::NeuralNet::Simple is a simple learning module for building neural nets.SYNOPSIS use AI::NeuralNet::Simple; my $net = AI::NeuralNet::Simple->new(2,1,2); # teach it logical 'or' for (1 .. 10000) { $net->train(,); $net->train(,); $net->train(,); $net->train(,); } printf "Answer: %dn", $net->winner(); printf "Answer: %dn", $net->winner(); printf "Answer: %dn", $net->winner(); printf "Answer: %dnn", $net->winner();ABSTRACTThis module is a simple neural net learning tool designed for those who have an interest in artificial intelligence but need a "gentle" introduction. This is not intended to replace any of the neural net modules currently available on the CPAN. Instead, the documentation is designed to be easy enough for a beginner to understand. Requirements: · Perl


AI::NeuralNet::Simple Related Software