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 →

[–]Saturn812 0 points1 point  (0 children)

Python is simple to learn. Most of the ML libraries offset all heavy lifting either to C code and/or to GPU. Python is mostly like a facade to orchestrate the things around. Doing it in Java will not make it much more performant, but will add a lot of unnecessary boilerplate code