Skip to content

RobotsByTheC/NeuralNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Java port of faust1706's neural network code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages