See: Description
Interface | Description |
---|---|
LossFunction |
Base Interface for all loss functions.
|
Class | Description |
---|---|
BinaryCrossEntropyLoss |
Cross Entropy Loss is a loss function used for binary classification tasks (two classes, single output which represents probability ).
|
CrossEntropyLoss |
Average Cross Entropy Loss function commonly used for multi class classification problems.
|
MeanSquaredErrorLoss |
Mean Squared Error Loss function.
|
Enum | Description |
---|---|
LossType |
Supported types of Loss Functions in Deep Netts engine.
|
Copyright © 2022. All rights reserved.