Click or drag to resize
ActivationLogisticTable Field
The logistic activation function computed using a table.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static readonly IActivation LogisticTable

Field Value

Type: IActivation
Remarks

This is an approximation to the logistic function that is faster to compute.

This version of the logistic function differs from the exact version by at most 4.0e-9.

Networks trained using this activation should not use Activation.Logistic for forecasting. Forecasting should be done using the specific function supplied during training.

See Also