This project is licensed under the MIT License - see the LICENSE file for details.
Neuronix is a lightweight machine learning framework built from scratch in Java.
The goal of the project is to understand every part of neural networks by implementing them without external machine learning libraries.
- Matrix operations
- Dense neural networks
- Backpropagation
- MNIST support
- Model serialization
- Pure Java