bce_dice_loss: Binary Cross Entropy and Dice Loss

Description Usage Arguments Value

Description

This function computes the Binary Cross Entropy and Dice Loss between a true and a predicted classifications.

Usage

1
bce_dice_loss(y_true, y_pred)

Arguments

y_true

(vector) True classes

y_pred

(vector) Predicted classes

Value

The Dice coefficient.


neuroimaginador/dl4ni documentation built on May 3, 2019, 5:47 p.m.