Brain4J offers an open-source solution for implementing machine learning in Java, designed specifically for speed and portability. This framework meets the needs of developers looking for a performant and efficient way to build machine learning applications without the overhead found in other libraries.
Website • Report an Issue • Documentation • Contribute
Designed with portability and speed in mind, it's optimized for high performance and it's ideal for those looking forward to implement machine learning solutions in pure Java.
Brain4J is available on JitPack and GitHub Packages.
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.brain4j-org.brain4j:brain4j-core:2.9.1'
implementation 'com.github.brain4j-org.brain4j:brain4j-math:2.9.1'
}
See the installation guide for more information.
All the documentation can be found on the GitHub Wiki.
This project is maintained by xEcho1337.
Contact contact@brain4j.org for business inquiries.
Brain4J is licensed under Apache License 2.0
No comments yet.
Sign in to be the first to comment.