I know that this isn't anything to do with Neural Nets, but on the same topic of using the tool the professor suggests.

In my fourth year (of 6 :-}), in a "C/C++" course (I use the term extremely loosely since the professor was completely out to lunch), we were told we had a choice of tools. We could use Borland C++ for DOS, or we could use GCC on HP to develop our software. What a joke - the project included talking to a proprietary device (D/A, A/D converter) on an I/O port. How the professor envisioned using an HP workstation to talk to this proprietary device is beyond me. And the project involved graphing the input to the screen (using Borland's APIs for graphics) - which is unlikely to work on HP (learning X at the same time as dealing with this professor was not really an option).

Eventually, I told the professor how full of it he was, to his face, he gave me the highest mark allowed (9 in the stanine system), and told me not to show up again.

Short version: use what the professor tells you - nothing else is likely to work.

PS - I took a software project course in my last semester where the professor didn't even suggest a language. We used C++, most everyone else used Java. But the professor did not have any bias in languages. So it really didn't matter. (I got my only other 9 in my life in this course.) But when a professor "suggests" something, usually it's more of a "command" in the guise of being open-minded. Use Matlab. :-)


In reply to Re^2: Neural Nets by Tanktalus
in thread 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.