Function
Performs BFGS training on FuNNs.
Usage
BFGSFuNN parameterfile
Example Parameter File
WeightFile = iris.wgt
DestinationFile = iris-BFGS.wgt
TrainingFile = iris.trn
Epochs = 10
ErrorFunction = MeanSquaredError
Parameter File Explained
WeightFile : file to load untrained FuNN from
DestinationFile : file to save trained FuNN to
TrainingFile : training data file
Epochs : maximum number of expochs to train for
ErrorFunction : options: MeanSquaredError or CrossEntropy
This page is maintained by Michael Watts (http://mike.watts.net.nz)
Last modified on: 12/10/98.