Model Pipeline - Categorical cross-entropy loss
This pipeline shows how a model learns to classify images into categories using categorical cross-entropy loss. The loss measures how far the model's predictions are from the true categories, helping the model improve over time.