A web-based application that predicts breast cancer risk using Logistic Regression implemented from scratch. The model performs client-side inference directly in the browser without requiring a backend server.
numpy logistic-regression gradient-descent binary-classification sigmoid-function cross-entropy-loss matrix-calculus
-
Updated
Mar 19, 2026 - Python