Looks very interesting! Another Java Library for ML is Smile( https://github.com/haifengl/smile ). I deeply recommend it!
Tribuo, a Machine Learning Library for Java
11–20 of 22 posts
Re: Tribuo, a Machine Learning Library for Java
#12What would you say differentiates you from Smile which includes a simplistic datagrame, visualisation and support for CBLAS etc.
Is speed on par?
Re: Tribuo, a Machine Learning Library for Java
#13Re: Tribuo, a Machine Learning Library for Java
#14Hi, What would you say differentiates you from Smile which includes a simplistic datagrame, visualisation and support for CBLAS etc. Is speed on par?
To your direct question, I've not benchmarked Smile against Tribuo. We are very interested in the upcoming Java Vector API - https://openjdk.java.net/jeps/338 - targeted at Java 16, which will let us accelerate computations which C2 or Graal don't autovectorise.
Re: Tribuo, a Machine Learning Library for Java
#15Looks very interesting! Another Java Library for ML is Smile( https://github.com/haifengl/smile ). I deeply recommend it!
I want to use smile but their license is prohibiting the use of it at my company. I understand the project authors' intentions to promote contributions to the project, but the requirements to get commercial license is a deal breaker for many.
It's encouraging to see a project like Tribuo come along, but it also feels like too little, too late. I'm already well underway on jumping ship and migrating to Python, and have yet to encounter any particular reason why I should look back.
Re: Tribuo, a Machine Learning Library for Java
#16Re: Tribuo, a Machine Learning Library for Java
#17Earlier quoted context omitted.
This looks really interesting! Kudos and thanks for the good work. Some questions: - What does the future road map look like? - Are you planning on adding more algorithms ? - Any plans to bring in dataset and dataframe handling capabilities such as in numpy/pandas etc? - What other interop features with other languages/platforms are planned? - Any plans for AutoML features?
- Short term roadmap is here - https://github.com/oracle/tribuo/blob/main/docs/Roadmap.md , longer term we'd like to see what the community wants. - Yep. - There are various efforts on the JVM to build multidimensional arrays, we're talking to many of them to try and figure out a strategy for the whole platform. Ditto for dataframes, though Apache Arrow looks like a good baseline. - We're not looking at other languag…
Many models are deployed as restful endpoints, so a quick and easy ways to deploy models as services with containers or serverless providers will be very useful - although admittedly, you might not want that in the core project, could be a good sidecar project to this. Given your focus on model provenance, extending that beyond to model deployment and life cycle management tools such as MLFlow could also be very useful
Re: Tribuo, a Machine Learning Library for Java
#18It would be cool if they add isolation forests to their anomaly detection algorithms. I'm yet to meet someone who uses one-class SVMs in production
Re: Tribuo, a Machine Learning Library for Java
#19Earlier quoted context omitted.
- Short term roadmap is here - https://github.com/oracle/tribuo/blob/main/docs/Roadmap.md , longer term we'd like to see what the community wants. - Yep. - There are various efforts on the JVM to build multidimensional arrays, we're talking to many of them to try and figure out a strategy for the whole platform. Ditto for dataframes, though Apache Arrow looks like a good baseline. - We're not looking at other languag…
> We're not looking at other languages outside of the JVM at the moment, but we're continuing to contribute to Tensorflow Java and ONNX Runtime to improve their Java support. We could look at pytorch inference support based on their Java API, but that overlaps pretty well with the things that ONNX Runtime supports. Do you have any suggestions? Many models are deployed as restful endpoints, so a quick and easy ways to…
Re: Tribuo, a Machine Learning Library for Java
#20Looks very interesting! Another Java Library for ML is Smile( https://github.com/haifengl/smile ). I deeply recommend it!
I want to use smile but their license is prohibiting the use of it at my company. I understand the project authors' intentions to promote contributions to the project, but the requirements to get commercial license is a deal breaker for many.
I don't understand why this has become the norm. Would your company not use smile to, presumably, make money?