I appreciate all your feedback for this programming project I have been working on. But, I just wanted to let you know that in then end I just simplifed the solution I was looking for. Basically, created two neural networks for each output I was looking for. It seems to me that a single network of complexity to recognize to functions such that would be larger than I needed/wanted. The calculations for weight, epochs, etc... increased so much when I made the networks bigger. Actually, creating separate networks and then training them cut down on time.

I came to this conclusion when I finally gave in and starting using Matlab for the Neural Network Toolbox that my school has. When I could view the output and easily graph it. The network needed would be too huge for my needs.

I actually, when I have the time, would like to print out your code and really try to understand your implementation. This is something I have recently become interested in since I started taking a class on the subject. Its something I would to learn further and perhaps do my master's project (not thesis) on.

Thank you again for your help and the excellent code you have written.

Regards,
JT Archie


In reply to Re^2: AI::NNFlex::Backprop error not decreasing (Thanks) by thealienz1
in thread AI::NNFlex::Backprop error not decreasing by thealienz1

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.