Package deepnetts.net.loss
package deepnetts.net.loss
Commonly used loss functions, which are used to calculate error during the training as a difference between predicted and target output.
-
ClassDescriptionCross Entropy Loss is a loss function used for binary classification tasks (two classes, single output which represents probability ).Average Cross Entropy Loss function commonly used for multi class classification problems.Base Interface for all loss functions.Supported types of Loss Functions in Deep Netts engine.Mean Squared Error Loss function.