Convexity, Logistic Loss, and the Overfitting Battle
Why squared error fails for classification, implementing Binary Cross-Entropy, and fighting high variance with regularization.

Search for a command to run...

Series
Documenting my journey to master Machine Learning. The focus is on consistent practice: writing code, training models, and daily improvement. Expect detailed project notes and a transparent look at what it takes to learn ML from scratch.
Why squared error fails for classification, implementing Binary Cross-Entropy, and fighting high variance with regularization.

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
