Step through logistic regression training — watch the sigmoid curve and decision boundary shift as gradient descent minimizes binary cross-entropy loss.
Sigmoid + Binary Cross-Entropy + Gradient Descent
Logistic regression applies the sigmoid function to a linear combination of features, squashing predictions to (0,1) and using cross-entropy loss for gradient-based training.