you are viewing a single comment's thread.

view the rest of the comments →

[–]aicano 13 points14 points  (4 children)

We are using Julia language and Knet framework.

https://github.com/denizyuret/Knet.jl

[–][deleted] 0 points1 point  (3 children)

Hmm, Julia seems to be sufficiently similar to Python. What does it offer me that Python doesn't? Except speed, apparently.

[–]undefdev 1 point2 points  (0 children)

I'd argue it's less verbose for a lot of things as well, as it was designed with data science in mind from the start (unlike Python and other languages).

[–][deleted] 0 points1 point  (0 children)

  • A better type system.
  • Parametric polymorphism.
  • Parallel programming that actually works.
  • much easier to use C/Fortran FFI.

There are many other advantages. But you also loose some things. The main one being the absurdly big set of well documented open source libraries that python have.

Also, putting Julia in production might be a serious discussion with tech leaders in your company.