Visit the lwnnplus home page, download the technical report in english or italian.
iomanage | This is an abstract class which declares some methods to be implemented by a iomanager. To use your own input procedures you must write a derived class of iomanage that implements the two methods, info_from_file and load_patterns |
iomanagebinary | Class for reading and writing binary patterns file |
iomanagelwnnfann | This class manages files in lwnn format and fann format |
network | Class implementing a feed forward neural network with backpropagation learning |
shuffle | This class implements a vector of size n which contains numbers form 0 to n-1 in random order |
trainer | Class used for easily training a network with the standard techniques |