3 Replies
JavaBot
JavaBot2mo ago
This post has been reserved for your question.
Hey @JavaPerson1! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
dan1st
dan1st2mo ago
Depending on what you want to do (just listing some examples): - If you have an existing model and you want to do inference: onnxruntime: https://onnxruntime.ai/docs/get-started/with-java.html - If you want something similar to scikit-learn, Tribuo might be an option: https://github.com/oracle/tribuo - If you want to train NNs, DL4j is a possibility: https://github.com/deeplearning4j/deeplearning4j/ - TensofrFlow also supports Java: https://www.tensorflow.org/jvm/install
onnxruntime
Java
ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
GitHub
GitHub - oracle/tribuo: Tribuo - A Java machine learning library
Tribuo - A Java machine learning library. Contribute to oracle/tribuo development by creating an account on GitHub.
GitHub
GitHub - deeplearning4j/deeplearning4j: Suite of tools for deployin...
Suite of tools for deploying and training deep learning models using the JVM. Highlights include model import for keras, tensorflow, and onnx/pytorch, a modular and tiny c++ library for running mat...
JavaBot
JavaBot2mo ago
💤 Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived. If your question was not answered yet, feel free to re-open this post or create a new one. In case your post is not getting any attention, you can try to use /help ping. Warning: abusing this will result in moderative actions taken against you.

Did you find this page helpful?