/NeuralNetwork

A Neural Network implementation in Java

Primary LanguageJavaMIT LicenseMIT

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.