Table of Contents

Class SigmoidBinaryCrossEntropyLoss

Namespace
NeuralNetworks.Losses
Assembly
NeuralNetworks.dll
public class SigmoidBinaryCrossEntropyLoss : Loss<float[,]>
Inheritance
SigmoidBinaryCrossEntropyLoss
Inherited Members

Constructors

SigmoidBinaryCrossEntropyLoss(float)

public SigmoidBinaryCrossEntropyLoss(float eps = 1E-07)

Parameters

eps float

Methods

CalculateLoss()

protected override float CalculateLoss()

Returns

float

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.