ErrorFunction.cs

Enumerations

FANN C# ErrorFunction enumerator

public enum ErrorFunction

ErrorFunction

Error function used during training.

ERRORFUNC_LINEARStandard linear error function.
ERRORFUNC_TANHTanh error function, usually better but can require a lower learning rate.  This error function aggressively targets outputs that differ much from the desired, while not targeting outputs that only differ a little that much.  This activation function is not recommended for cascade training and incremental training.

See also

FANNCSharp.Float::NeuralNet::TrainErrorFunction

public enum ErrorFunction
public ErrorFunction TrainErrorFunction { get, set }
Sets or returns the error function used during training.
Close