Re: [racket] racket w/octave

2011-12-29 Thread Noel Welsh
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, D

[racket] racket w/octave

2011-12-28 Thread Geoffrey S. Knauth
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