pyml.neural_network.loss.categorical_cross_entropy#

Module defining the Categorical Cross-Entropy class for multi-class classification tasks.

This module contains the implementation of the CategoricalCrossentropy class, which represents a loss function for multi-class classification problems. It provides methods for both the forward and backward pass computations of the Categorical Cross-Entropy loss.

Classes

CategoricalCrossentropy

Categorical Cross-Entropy loss function for multi-class classification tasks.