Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 269 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 269 Bytes

NeuralNetwork.java

Java class for easily creating, training, and testing neural networks. Simply specify the network's structure and parameters and add data -- the rest is done for you!

Documentation can be found at https://kylesadler.github.io/NeuralNetwork.java/.