The Jo Dene Neural Network Library is a Java library for feed-forward neural networks. It includes facilities for managing and massaging the input data.
The library is distributed under the Apache license. The zip file containing the source code the build.xml and license for JDNN is available. Documentation is also available. The current version is 1.0 alpha as of 09/02/04. for a current status, view the change log for detailed status on JDNN. At this point the only todo is to add another error calculator useful for classification problems and documentation.
For release 1.0 I am developing the list of supported features. In addition to basic neural network functions, I am including some support classes to facilitate data reading, trained network storage etc. The following list is not final, exhaustive or binding. Please contact me if there are any other features you would like to see.
The release progression will be an alpha release of the 1.0 codebase, during which there will be more rigorous unit testing. Then there will be at least one beta where performance considerations will be addressed.