
Logistic Regression
How a classification model learns to predict probabilities instead of flat yes/no answers.
A newsletter about Algorithms, Computer Vision, and Distributed Systems
Live Last read · last published · next check

How a classification model learns to predict probabilities instead of flat yes/no answers.

Tracking which items belong to the same group looks trivial, until your inputs get big.

What actually travels on the wire: the IPv4 header, fragmentation, and what IPv6 changed.

How classful addressing gave way to CIDR, and how private addresses and NAT kept the world from running out of IPv4.

How an IPv4 address is built, what a subnet mask does, and how a device determines the network it belongs to.

How the simplest classification model works, and why it is the building block of every neural network.

Multitasking, context switching, and the scheduler that makes it all work.

When duplicated code is the better tradeoff.

A practical guide to the most common problems in machine learning training and the techniques to solve them.

Two patterns that look similar, solve different problems, and work best together.

How to systematically search through all paths by going as deep as possible before backtracking