Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 418 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 418 Bytes

A Java neural network library

For creating and training a feed-forward backpropagation neural network.

This library is mostly a Java port of Hunter Park's C++ neural network library, but I have fixed a few bugs and added a few features.

The neural network implementation is located in NeuralNetwork and some example/test code is located in NeuralNetworkTest.