ErrorFunction

ErrorFunction

ErrorFunction is a property of a NeuralNet object. It specifies the function used when calculating the error during training. It can be set to either LinearFunction or TanhFunction. The default is the TanhFunction.

LinearFunction

LinearFunction is a value of the NeuralNet property ErrorFunction. The LinearFunction calculates the error value as the difference between the obtained output and the desired output.

TanhFunction

TanhFunction is a value of the NeuralNet property ErrorFunction. The Tanh function increases the error value when there is a large difference between the obtained output and the desired output. The TanhFunction is the default.


Created by freegoldbar  (September 16, 2004)

Hosted by www.Geocities.ws

1