Sunday, June 28, 2009

Best neural network resource

Today i happened to find the best neural network resource (according to me). It almost has every thing from sample data sets to awesome tutorials. Check it out

Sunday, June 14, 2009

Introducing JNNHelperNB 1.0b

Check the new JNNHelperNB here, a GUI helper tool based on Netbeans Platform 6.7. It is completely ported and is now easier to maintain and develop. We are planning to include an auto update feature and an online gallery of the contributed plugins for the available SPI's. This tool can be checked out from subversion repository using the following command:

svn checkout https://jneuralnet.dev.java.net/svn/jneuralnet/trunk JNNHelperNB --username guest
(leave password field blank when prompted)


Also, the visual network view is being replaced by widgets of Visual API. It'll be included along with property sheets for editing neuron properties in the next milestone release.

As of June 10th 2009, JNNHelper tool development is obsolete. Use the project issue tracker to add your wish list.

Wednesday, June 10, 2009

The Netbeans experience

It has only been a week since we started porting our application 'JNNHelper' to netbeans platform and we are already seeing its benefits.

The lookup API is doing an awesome job in decoupling module dependencies which was otherwise going haywire. We are glad that there is so much documentation available out there...moreover Netbeans mailing lists rock, most of our questions actually get answered!

We can only hope that out new application 'JNNHelperNB' will be out there by the end of this month. We are planning to add many new features in this release including the use of Visual API for cooler visualization and fine grained customization support using property sheets.