Function
Creates an MLP of the specified topology and saves it to the specified file.
Usage
CreateMLP parameterfile
Parameter File Example
Layers = 3
LayerSize = 4 10 3
Bias = false
MinWeight = -5.0
MaxWeight = 5.0
FileName = iris.wgt
Parameter File Explained
Layers : number of layers of neurons in MLP
LayerSize : describes size of each layer. Must be one number here
for each layer
Bias : whether or not MLP has a bias
MinWeight : Minimum connection weight value
MaxWeight : Maximum connection weight value
FileName : File to save MLP to
This page is maintained by Michael Watts (http://mike.watts.net.nz)
Last modified on: 12/10/98.