TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

3 pointsby StefanWestfalover 2 years ago
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.

2 comments

nextosover 2 years ago
Julia is pretty nice for less common things like neural ODEs or neuro-symbolic models.
评论 #33727061 未加载
PaulHouleover 2 years ago
I worked somewhere that developed Tensorflow models w/ Python and deployed them to production with a Scala inference server.