Java library for machine learning.
Focuses on being easy to use and configure.
View demos at JLearnDemos.
View releases at releases.
View Javadocs at the project page.
View To Do items at the project.
STILL IN DEVELOPMENT.
Library is located at packages (published using GitHub packages).
Fully complete and ready-to-use library should be available in 1 week.
- Create and train a neural network in a few lines of intuitive code
- Easily access and change internals of the neural network
- Decently fast implementation of matrices
- Basic data processing
- Various losses and optimizers
- Genetic algorithms that are easy to integrate
- Pure Java with no dependencies