NEUROPH - JAVA NEURAL NETWORK FRAMEWORK
http://neuroph.sourceforge.net

This is the release 2.3.1 of the Java Neural Network Framework Neuroph

This release brings the following features:

1. Image recognition support (GUI tool and library)  
  See easyNeurons, Main menu > Tools > Image Recogniton, (a brief HOWTO is available in help)
  See org.neuroph.contrib.imgrec for classes for image recognition support in your applications (javadoc also available)
2. API improvments -  See API_CHANGES.txt
3. Some basic samples in org.neuroph.samples
4. Improved javadoc documentation
5. Some UML diagrams - see doc/uml
6. Several bugfixes for version 2.3 
  - fixed issue with editing gui in NetBeans
  - fixed LMS formula
  - fixed testing in black and white mode for mage recognition
  - fixed gui bug - exceptions when creating large networks

7. Changed image recognition API, so the color mode is automaticaly detected from settings used for network training - removed unnecessary methods

8. Graph view - migrated graph view to JUNG to 2.0, created specific network layouts and removed unnecessary options  


All this makes image recognition more stable, faster and able to work with bigger images. Also there are few GUI improvments and important bugfixes.
  
  
The latest version of development sources is allways available at SourceForge SVN. Use the url bellow to connect
https://neuroph.svn.sourceforge.net/svnroot/neuroph/trunk


Bug reports - Please report all bugs you may find to our tracker at SourceForge.
http://sourceforge.net/tracker2/?func=add&group_id=238532&atid=1107578

Feature requests - Tell us what features you would like to see in future releases.
http://sourceforge.net/tracker2/?func=add&group_id=238532&atid=1107581

Forum - Discuss, ask and share experiences at our discussion board.
http://sourceforge.net/projects/neuroph/forums

IRC 
irc.freenode.net
#neuroph

Enjoy the Neuroph!
The Neuroph Team