HACKER Q&A
📣 StefanWestfal

What languages are you using for ML work other then Python?


As question suggests, I am curious about but language and tooling people use for ML other then good old Python. I mainly use, and still like, Python but I it is fun to try something new.


  👤 nextos Accepted Answer ✓
Julia is pretty nice for less common things like neural ODEs or neuro-symbolic models.

👤 PaulHoule
I worked somewhere that developed Tensorflow models w/ Python and deployed them to production with a Scala inference server.