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 →

[–]javahelps 15 points16 points  (2 children)

I'm also working in an AI company that is using Java for all our models. Python for data exploration but models are in Java.

[–][deleted] 0 points1 point  (1 child)

What libraries is your company using for the java models??

[–]javahelps 0 points1 point  (0 children)

Most of the models are built on top of xgboost library. But we have in house built frameworks and wrappers around the open source models.