Enum LossType
Namespace: SiaNet.Engine
Assembly: SiaNet.Engine.dll
Syntax
public enum LossType
Fields
| Name | Description |
|---|---|
| BinaryCrossEntropy | The binary cross entropy loss |
| CategorialCrossEntropy | The categorial cross entropy loss |
| CosineProximity | The cosine proximity loss |
| CTC | The CTC loss |
| Hinge | The hinge loss |
| KullbackLeiblerDivergence | The kullback leibler divergence loss |
| Logcosh | The log cosh loss |
| MeanAbsoluteError | The mean absolute error loss |
| MeanAbsoluteLogError | The mean absolute log error loss |
| MeanAbsolutePercentageError | The mean absolute percentage error |
| MeanSquaredError | The mean squared error loss |
| Poisson | The poisson loss |
| SquaredHinge | The squared hinge loss |