On Monday, July 24, 2017 at 6:44:23 PM UTC+2, Matthias Felleisen wrote:
> > On Jul 24, 2017, at 12:37 PM, Zelphir Kaltstahl 
> > <zelphirkaltst...@gmail.com> wrote:
> > 
> > In general I think available libraries are important for creating 
> > attraction to a programming language. For example I like Python's machine 
> > learning and data munging libraries and this is one reason why I frequently 
> > use them. It would be great to have something equally great in Racket, even 
> > if experienced Racket programmers can code something up in a day or two.
> 
> 
> Yes! Develop a package for ML in Racket and people will use it!

I think it will take a long time to get there, but by writing a few algorithms 
and trying to make them uniformly accessible, I think I can get some basis 
going. Will see how far my motivation takes me ;) It is also a learning 
experience for me. I've implemented decision trees and linear regression in 
Python before and some other algorithms half, in some online courses, but I 
think there are many things I did not write yet and still need to even hear 
about.

I'll make all my ML code freely available on Github probably and will see what 
becomes of it.

I don't have any experience with packaging in Racket yet, but I think that is 
something for later, when I actually get some stuff working and the quality of 
code is anything I'd like to show someone. (not like the state the code is in 
right now, with all the issues, which were pointed out!)

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to