oj! Algorithms alternatives and similar libraries
Based on the "Machine Learning" category.
Alternatively, view oj! Algorithms alternatives based on common mentions on social networks and blogs.
-
m2cgen
Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart, Haskell, Ruby, F#, Rust) with zero dependencies -
Synapses
A group of neural-network libraries for functional and mainstream languages -
Intelligent java
Integrate with the latest language models, image generation, speech, and deep learning frameworks like ChatGPT, DALL·E, and Cohere using few java lines.
Write Clean Java Code. Always.
Do you think we are missing an alternative of oj! Algorithms or a related project?
Popular Comparisons
README
oj! Algorithms
oj! Algorithms - ojAlgo - is Open Source Java code that has to do with mathematics, linear algebra and optimisation.
General information about ojAlgo is available at the project web site: http://ojalgo.org/
Artifacts
ojAlgo is available at The Central (Maven) Repository to be used with your favourite dependency management tool.
<!-- https://mvnrepository.com/artifact/org.ojalgo/ojalgo -->
<dependency>
<groupId>org.ojalgo</groupId>
<artifactId>ojalgo</artifactId>
<version>X.Y.Z</version>
</dependency>
Documentation and Support
User documentation is available in the form of blog posts at the ojAlgo web site: http://ojalgo.org/
Programming questions related to ojAlgo are best asked at stack overflow. Just remember to actually mention ojAlgo and tag the question using 'ojalgo' and whatever other tags you find suitable.
Bug reports, or any issue with existing code, should be posted at GitHub: https://github.com/optimatika/ojAlgo/issues
https://github.com/optimatika/ojAlgo/discussions may be used to discuss anything related to ojAlgo.
ojAlgo is Open Source, and you are strongly encouraged to clone or fork this repository and work directly with the source code. The source code is (part of) the documentation, and you should read it.