Neuroph is lightweight Java neural network framework to develop and simulate common neural network architectures. It contains well designed Java library with small number of basic classes which correspond to basic NN concepts, and also has nice GUI neural network editor. It has been released as open source under the LGPL licence, and it's FREE for you to use it. If you are beginner with neural networks, and you just want to try how they work without going into complicated theory and implementation, or you need them quickly for your research project the Neuroph is good choice for you. It is small, well documented, easy to use, and very flexible neural network framework.
What is new in this release:
Version 2.3.1 fixes issue with editing gui in NetBeans (fixed NetBeans project file), fixes LMS formula, fixes testing in black and white mode for image recognition, fixes gui bug - exceptions when creating large networks; changes image recognition API, so the color mode is automaticaly detected from settings used for network training - removed unnecessary methods; migrates graph view to JUNG to 2.0, created specific network layouts and removed unnecessary options. ANT build file is now included in release which can build the jars for library and GUI.
Requirements:
Java 1.6
Comments not found