Model Pipeline - Softmax output layer
This pipeline shows how a simple neural network uses a softmax output layer to classify data into multiple categories. The softmax layer turns raw scores into probabilities that sum to 1, helping the model decide the most likely class.