That seems like quite a project indeed.
If you just need some functions, you can always just bind those that you
need, eg:

   NB. replace lib with where your library is
   lib=: '/data/data/com.termux/files/usr/lib/libgsl.so'
   tst=: lib,' gsl_sf_bessel_J0 >d d'
   tst cd 5
_0.177597
   bessel=: tst&cd"0
   bessel 5
_0.177597

This even seems to work on Android :)

That said, I've played with the crazy idea of binding TensorFlow, but it'll
be a project for when I'll have some more time…

Good luck!
Jan-Pieter

On Wed, Feb 24, 2021, 14:07 Emir U <e...@usgroupltd.uk> wrote:

> Hi fellow statisticians and ML folk , I wondered if there may be appetite
> to co-develop J bindings for GNU Scientific? Its a 1000 plus functions
> which covers practically everything: distributions, stats, regression,
> minimisation, non-linear fitting, LA, approximations, signal proc, lots
> else. Full list of functions here:
>
> https://www.gnu.org/software/gsl/doc/html/index.html
>
> I'm a neophyte but I'm happy to pitch in if someone experienced would set
> the template and gatekeep the project. I think it'd set J up a serious
> language for statistics. It'd combine a world class library with
> unparalleled conciseness and productivity. Is there any experienced
> interest in this direction, or an alternative direction?
>
> Emir
>
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to