C# (CSharp) Encog.Neural.Error Namespace

Classes

Name Description
ATanErrorFunction An ATan based error function. This is often used either with QuickProp or alone. This can improve the training time of a propagation trained neural network.
LinearErrorFunction The standard linear error function, simply returns the difference between the actual and ideal.