Class SoftmaxCrossEntropyLossOld
- Namespace
- NeuralNetworks.Losses
- Assembly
- NeuralNetworks.dll
[Obsolete]
public class SoftmaxCrossEntropyLossOld : Loss2D
- Inheritance
-
SoftmaxCrossEntropyLossOld
- Inherited Members
Constructors
SoftmaxCrossEntropyLossOld(float)
public SoftmaxCrossEntropyLossOld(float eps = 1E-07)
Parameters
epsfloat
Methods
CalculateLoss()
protected override float CalculateLoss()
Returns
CalculateLossGradient()
protected override float[,] CalculateLossGradient()
Returns
- float[,]
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.