pyml.neural_network.loss.binary_cross_entropy#
Module defining the Binary Cross-Entropy class for binary classification tasks.
This module contains the implementation of the BinaryCrossentropy class, which represents a loss function for binary classification problems. It provides methods for both the forward and backward pass computations of the Binary Cross-Entropy loss.
Classes
Binary Cross-Entropy loss function for binary classification tasks. |