Function
This app will perform fixed mode backpropagation training on the specified FuNN using the specified training data.
Usage
TrainFuNN parameterfile
Parameter File Example
WeightFile = iris.wgt
DestinationFile = iris-trn.wgt
TrainingFile = iris.trn
Epochs = 300
LearningRate = 0.6
Momentum = 0.6
Batch = false
Parameter File Explained
WeightFile : file to load FuNN to train from
DestinationFile : file to save trained FuNN to
TrainingFile : file to load training data from
Epochs : number of epochs to train for
LearningRate : learning rate training parameter
Momentum : momentum training parameter
Batch : true = use batch mode training, false don't
This page is maintained by Michael Watts (http://mike.watts.net.nz)
Last modified on: 12/10/98.