Linux SoftwareProgrammingLibrariesAI::NeuralNet::Simple 0.10

AI::NeuralNet::Simple 0.10


AI::NeuralNet::Simple is a simple learning module for building neural nets. SYNOPSIS use AI::NeuralNet::Simple; my $net =
Developer:   Curtis Poe
      more software by author →
Price:  0.00
License:   Perl Artistic License
File size:   17K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


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([1,1],[0,1]);
$net->train([1,0],[0,1]);
$net->train([0,1],[0,1]);
$net->train([0,0],[1,0]);
}
printf "Answer: %dn", $net->winner([1,1]);
printf "Answer: %dn", $net->winner([1,0]);
printf "Answer: %dn", $net->winner([0,1]);
printf "Answer: %dnn", $net->winner([0,0]);

ABSTRACT

This 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
    tags net winner  printf answer  net train  dn net  answer dn  neuralnet simple  neural net  

    Download AI::NeuralNet::Simple 0.10


     http://mirrors.evolva.ro/CPAN/authors/id/O/OV/OVID/AI-NeuralNet-Simple-0.10.tar.gz


    Authors software

    AI::NeuralNet::Simple 0.10 (by Curtis Poe)
    AI::NeuralNet::Simple is a simple learning module for building neural nets.

    SYNOPSIS

    use AI::NeuralNet::Simple;
    my $net =

    Class::Meta::Declare 0.04 (by Curtis Poe)
    Class::Meta::Declare is a Perl module deprecated in favor of Class::Meta::Express.

    SYNOPSIS

    This was a first attempt at making

    Class::CGI 0.20 (by Curtis Poe)
    Class::CGI is a Perl module to fetch objects from your CGI object.

    SYNOPSIS

    use Class::CGI
    handlers => {


    Similar software

    AI::NeuralNet::Simple 0.10 (by Curtis Poe)
    AI::NeuralNet::Simple is a simple learning module for building neural nets.

    SYNOPSIS

    use AI::NeuralNet::Simple;
    my $net =

    Template::Tutorial 2.15 (by Andy Wardley)
    Template::Tutorial are template toolkit tutorials.

    This section includes tutorials on using the Template Toolkit

    AI::NeuralNet::Kohonen 0.142 (by Lee Goddard)
    AI::NeuralNet::Kohonen is a Perl module with Kohonen's Self-organising Maps.

    SYNOPSIS

    $_ = AI::NeuralNet::Kohonen-

    AI::NeuralNet::BackProp 0.77 (by Josiah Bryan)
    AI::NeuralNet::BackProp is a simple back-prop neural net that uses Delta's and Hebbs' rule.

    SYNOPSIS

    use AI::NeuralNet::BackPro

    annie 0.71a (by Asim Shankar)
    annie stands for Artificial Neural Network Library and is a C++ API (library) for neural network training and execution.

    ersions e

    MathML::Entities 0.13 (by Jacques Distler)
    MathML::Entities is a Perl module that can convert XHTML+MathML Named Entities to Numeric Character References.

    SYNOPSIS

    use M

    Fast Artificial Neural Network Library 2.1.0 Beta (by Steffen Nissen)
    Fast Artificial Neural Network Library implements multilayer artificial neural networks in C with support for both fully connected an

    Joone 1.2.1 (by pmarrone)
    Joone is a FREE Neural Network framework to create, train and test artificial neural networks

    ASpiReNN 0.1 (by F Henry)
    ASpiReNN stands for Artificial SPIking REcurrent Neural Network

    Paul's Train Tracker 1.0 (by Steve Brettschneider)
    Paul's Train Tracker is a Zope application. I wrote it for my father, that's Paul, while I was learning to develop for the Zope application server. Since he's found it useful, I thought I'd share it with the Open Source community via the GPL.

    Paul's Train Tracker allows you to create folders to o


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.7c (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags