MultiNetworks

This software provides a general purpose, easily modifiable system for generating and using arrays of feedforward neural networks. It allows users to specify the number of networks in the array and the number of input nodes, number of hidden nodes, number of output nodes, learning rate, momentum factor, minimum initial weight and maximum initial weight of each new network. The initial weights of new networks are randomly generated in the given range. Users may save and load networks of arrays to disk.

The MultiNetworks software is written in Java. If your system does not already have the Java Runtime Environment installed, it can be downloaded for free from the java.sun.com web site.

Click on the link below to download a zip file containing the MultiNetworks files. A README.txt file is included that gives installation instructions and an overview of how to use the software. The java source files are also included, for those interested in seeing how the image processing techniques were implemented.

DOWNLOAD MULTINETWORKS


-top of page-