Model Pipeline - Activation functions (ReLU, sigmoid, softmax)
This pipeline shows how data moves through a simple neural network using three common activation functions: ReLU, sigmoid, and softmax. These functions help the model learn by adding non-linear behavior and producing probabilities for classification.