How Logistic Regression works
The model computes a weighted sum, maps it through the sigmoid function, compares the probability with the target, and updates weights and bias from the calculated gradient.
The main visualizer runs the implemented model in your browser and exposes the stored state, predictions, and metrics instead of substituting fabricated demo numbers.