Menu

Lightweight Neural Network++ / News: Recent posts

New Java Interface

The new version (0.998) comes with a java GUI (lwnn_jtrainer) which should be much easier to use than lwnn_visualtrainer in TCL/TK. A new training utility, lwnn_xmltrain, uses a XML configuration file to set the training parameters.
Next step will be the porting to Windows.

Posted by Lorenzo Masetti 2006-01-06

Version 0.997 (bash bugfix)

This new version is a bugfix version of a problem that appeared with new versions of bash in the script that calls gnuplot in order to plot the error

Posted by Lorenzo Masetti 2004-11-08

Version 0.996

This is just a bugfix version
Download if you've had problem compiling the previous version

Posted by Lorenzo Masetti 2004-06-05

Report in English

In the homepage of the project you can find the english version of the report. It can be useful for programmers, for simple users, or for students who want to study neural networks

direct link:
http://lwneuralnetplus.sourceforge.net/report/lwnnplus_report_en.ps.gz

Posted by Lorenzo Masetti 2004-05-09

Version 0.995

This versione makes some steps in the direction of portability. Will the library ever be compiled for M$ Windows?

Posted by Lorenzo Masetti 2004-04-22

Klwnn 0.1

Klwnn is an interface for KDE for our lwnnplus library. This is the first version of Klwnn. It depends on lwnnplus library and qwt library, that can be found at
http://sourceforge.net/projects/qwt/

Posted by Luca Cinti 2004-04-16

0.993 ANSI C++ and digits images

This new version should be ANSI C++ (maybe some problems with namespaces?).
A new utility to convert digits in ocr example in pgm images

Posted by Lorenzo Masetti 2004-04-09

Management of binary patterns

In version 0.992 iomanagebinary class allows you to manage patterns in binary form and to convert from every format to binary

Posted by Lorenzo Masetti 2004-03-29

0.99 release

With this release the project seems to be stable.
trainer class is now easier to use.
We are working on a qt application which uses the library

Posted by Lorenzo Masetti 2004-03-18

make install... and go!

Now lwnn++ provides make install!

Posted by Lorenzo Masetti 2004-03-09

Version 0.95

Trainer class, graphical interface
Possibility to read patterns in format of fann library
http://fann.sourceforge.net/

Posted by Lorenzo Masetti 2004-03-03

Version 0.9: A new class for training

In this version we added a new class "trainer" that can be used to easily train a network in many ways.

There is also a graphical interface in tcl/tk for network training

Posted by Lorenzo Masetti 2004-02-28

Version 0.88

Version of important bugfixes with some new features

Posted by Lorenzo Masetti 2004-02-22

Version 0.82

In this new release some bugs have been fixed. There are no new features in the library itself but the program which generates interpolation of sigmoidal functions (generate_sigma) has now the possibility to switch the values for tanh function

Posted by Lorenzo Masetti 2004-02-09

Version 0.8: Combination of batch and SuperSab

Maybe we found the right way to use SuperSab (in combination with batch training).
Seems to be very fast

See train_network_ssab_batch in the examples in directory tests/

Posted by Lorenzo Masetti 2004-02-08

Version 0.7: Batch training should work

In this version some bugs have been corrected in batch training and in examples in directory tests

Posted by Lorenzo Masetti 2004-02-07

Documentation in PDF

Documentation in PDF has been released in the package lwneuralnet++_doc

Posted by Lorenzo Masetti 2004-01-27

Version 0.61 released

The new version has just some errors in documentation corrected.

You can find the documentation visiting the home page of the project.

Documentation:

http://lwneuralnetplus.sourceforge.net/docs/classnetwork.html

Posted by Lorenzo Masetti 2004-01-27

First version is out

The first version of lwneuralnet++ is out.
The interface of the class is much like C
lwneuralnet++ supports momentum in batch training and SuperSab mode.
It needs testing!

Posted by Lorenzo Masetti 2004-01-22