Click or drag to resize
MultiClassificationError Property
The error function for use by QuasiNewtonTrainer for training a classification network.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual QuasiNewtonTrainerIError Error { get; }

Property Value

Type: QuasiNewtonTrainerIError
An implementation of the multi-classification cross-entropy error function.
Remarks
This error function combines the softmax activation function and the cross-entropy error function.
See Also