SANN - Subsampling – Weight Decay Tab

You can select the Weight decay tab of the SANN - Subsampling dialog box to access the options described here.

Option Description
Weight decay Use the options in this group box to specify the use of weight decay regularization for the input-hidden layer (MLP networks only), the hidden-output layer, or both. This option encourages the development of smaller weights, which tends to reduce the problem of over-fitting, thereby potentially improving generalization performance of the network. Weight decay works by modifying the network's error function to penalize large weights - the result is an error function that compromises between performance and weight size. Consequently, too large a weight decay term may damage network performance unacceptably, and experimentation is generally needed to determine an appropriate weight decay factor for a particular problem domain. Note that when the Radial basis functions (RBF) option button is selected on the Quick tab, the Use hidden weight decay check box and Decay value field is unavailable.
Use hidden weight decay Select this check box to apply weight decay regularization to the input-hidden layer weights.
Decay value Specifies the weight decay value for the hidden layer weights. The larger the decay value, the weaker the network.
Use output weight decay Select this check box to apply weight decay regularization to the hidden-output layer weights.
Decay value Specifies the weight decay value for the output layer weights. The larger the decay value, the weaker the network.