ML:Programming_Exercise_4:Neural_Networks_Learning). Maybe they will
On May 21, 11:49 pm, Grant Rettke <
gret...@acm.org> wrote:
> I recently wrote a simulation in Java and called it from MATLAB to do
> the plotting. It was very interactive and pleasant. Some might say it
> was evil lol.
>
>
>
>
>
>
>
>
>
> On Mon, May 21, 2012 at 10:57 PM, M. Krajnak <
mdkraj...@gmail.com> wrote:
> > I don't think anything I've written so far was more then 4 lines, and about
> > half were only one line, so I have not felt the need.
>
> > When I used to do a lot of matlab coding I'd break out sub functions first
> > and promote them to full fledged functions If I had to share them. Some
> > unit testing, but it was pretty primitive.
>
> > Often I'd find myself writing a Java version of some prototype matlab code
> > then write a unit test and generate the expected values using the matlab
> > prototype. Evil? Probably...
>
> > Mike
>
> > On Mon, May 21, 2012 at 1:20 PM, Dave Colwell <
dcolw...@gmail.com> wrote:
>
> >> I finished my second programming assignment for the ML class last
> >> night. I'm starting to feel more comfortable with Octave and am wondering
> >> what "good" code looks like. Mine so far is a bare-bones translation from
> >> Ng's math expressions into code. I've been wondering if I should be using
> >> sub-functions to make my code more readable. Also, I found myself manually
> >> running tests from the command line as I built up my code. Seems like a
> >> good opportunity for some unit tests. Are any of you doing more than
> >> "bare-bones" coding? Maybe we could each print off our code to share at the
> >> coffee shop this Friday.
>
> >> Dave
>