stouputils.data_science.models.keras_utils.losses.next_generation_loss module#
- class NextGenerationLoss(
- alpha: float = 2.4092,
- name: str = 'ngl_loss',
Bases:
LossNext Generation Loss with alpha = 2.4092.
Sources: - Code: https://github.com/ZKI-PH-ImageAnalysis/Next-Generation-Loss/blob/main/NGL_torch.py - Next Generation Loss Function for Image Classification: https://arxiv.org/pdf/2404.12948
- name: str#
The name of the loss function.
- alpha: float#
The alpha parameter.