Fellow Monks,

I am currently participating in a Neural Networks Controls class at school. As the name implies, the purpose of the class is to design Neural Networks to control complex systems. The professor has left most of the implementation of the material open-ended. He, of course, suggested we do our net training and modeling in Matlab. Personally, I have two problems with his suggestion. First, I am not very comfortable using Matlab. Second, The version of Matlab I have access to is installed on a Celeron 700MHz computer with 128MB of ram, which takes way too long to do the countless mathematical operations needed to train and simulate a net.

Given these concerns, and the fact that I have at my disposal a dual blade 1.4GHz Sun with 2GB if ram, I would like to do all computations on that machine. However, it does not have Matlab (does Matlab even exist for non-Windows?). Therefore, I was hoping to use Perl for my assignments.

I searched CPAN for neural net modules and came across a number of possibilities including AI::NeuralNet::BackProp, AI::NeuralNet::Simple, AI::NNFlex, AI::Perceptron, and AI::jNeural::arch::neuron. Has anyone had any experience with these modules? Any recommendations on which one to use? Any other suggestions are also welcome.

Thanks in advance.


In reply to Neural Nets by gri6507

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.