Understanding gradient descent

WTF is a cost function anyway?

19th November 2025

MathMLNeural networks
Post in Draft

I totally expected get started with coding at this point. After all, I have a great (basic) understanding of what a perceptron is, and how several of these are arranged in layers within a neural network. And it's intuitive to think of the network as a computer program (because it IS one, or at least in principle it could be). But turns out, the major focus of the "Machine Learning" is the "Learning" bit, so that's what we're gonna be tackling now.