A Java port of faust1706's neural network code.
Java Other
Permalink
Failed to load latest commit information.
NeuralNetwork
NeuralNetworkTest
.gitignore Split test/example code into its own project. The robot test now has … Oct 21, 2015
README.md Rearrange data files and add basic readmes. FileTest has been updated to Oct 23, 2015

README.md

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.