[racket] racket w/octave

From: Noel Welsh (noelwelsh at gmail.com)
Date: Thu Dec 29 14:48:46 EST 2011

If your use is a minimal as matrices, linear/logistic regression, and
gradient descent, my GSL bindings might do the trick, assuming they
still work:

  https://github.com/noelwelsh/mzgsl

In particular, if you're doing the ml-class, you should find
everything apart from L-BFGS.

HTH,
N.

On Wed, Dec 28, 2011 at 11:17 PM, Geoffrey S. Knauth <geoff at knauth.org> wrote:
> Has anyone used racket with octave?  I'm doing ops with matrices, regressions and running gradient descent algorithms, mostly in octave, but it occurred to me racket could help write and then run some of the octave code.
>
> Geoff
>
> ____________________
>  Racket Users list:
>  http://lists.racket-lang.org/users



Posted on the users mailing list.