Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    AI::NNFlex::Backprop 0.24

    Download button

    No screenshots available
    Downloads: 411  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Charles Colbourn | More programs
    Perl Artistic License / FREE
    June 11th, 2007, 22:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    AI::NNFlex::Backprop description

    AI::NNFlex::Backprop project is a fast, pure perl backprop Neural Net simulator.

    AI::NNFlex::Backprop project is a fast, pure perl backprop Neural Net simulator.

    SYNOPSIS

    use AI::NNFlex::Backprop;

    my $network = AI::NNFlex::Backprop->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;

    while ($sqrError >0.01)

    {

    $sqrError = $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);

    AI::NNFlex::Backprop is a class to generate feedforward, backpropagation neural nets. It inherits various constructs from AI::NNFlex & AI::NNFlex::Feedforward, but is documented here as a standalone.
    The code should be simple enough to use for teaching purposes, but a simpler implementation of a simple backprop network is included in the example file bp.pl. This is derived from Phil Brierleys freely available java code at www.philbrierley.com.

    AI::NNFlex::Backprop leans towards teaching NN and cognitive modelling applications. Future modules are likely to include more biologically plausible nets like DeVries & Principes Gamma model.

    Full documentation for AI::NNFlex::Dataset can be found in the modules own perldoc. It's documented here for convenience only.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    perl backprop | Neural Net simulator | Perl module | AI::NNFlex::Backprop | perl | backprop

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM