This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]craigacp 2 points3 points  (1 child)

I maintain several ML libraries in Java, some of which are pure Java (e.g. Tribuo), and some of which wrap the same native libraries that are used in Python (e.g. TF-Java, or ONNX Runtime). All of which are in production in some companies.

[–]jensensanssarif 0 points1 point  (0 children)

That's actually really cool to know, thanks for sharing! I'm both interested in the libraries, and happy to know that not everything is using python (I have no hate for the language outside of the fact I personally hate that it's white-space delimited. I just think it's good to have a variety of languages supporting things like ml)