NeuralNetwork
A simple Neural Network implementation in Java. Example usage provided with the Iris dataset.
To Do
- Review access modifiers, as they were done in a hurry.
- Add Javadoc for public interfaces.
A simple Neural Network implementation in Java. Example usage provided with the Iris dataset.