Logistic Regression and Decision Surfaces
Why standard regression fails at classification and how the Sigmoid function fixes the probability space.
Feb 3, 20265 min read

Search for a command to run...
Articles tagged with #learning-journey
Why standard regression fails at classification and how the Sigmoid function fixes the probability space.

Eliminating gradient descent bottlenecks through input normalization and feature engineering.

Moving past single-variable equations and smashing matrix dot products into NumPy to accelerate training.

Translating the calculus of partial derivatives into simultaneous parameter updates using raw NumPy.

Dissecting the Squared Error Cost Function in Linear Regression

Mapping out core machine learning paradigms and mathematical notation before writing code.
