A neural network is built from one tiny repeated unit: the neuron. And a neuron
is something you already know cold — it's
The heart of it is that
Three inputs feed the neuron along weighted connections. Turn the weight dials and watch the
weighted sum
A single neuron can only draw a straight boundary — it's just logistic regression. The magic comes from wiring many together: the output of one becomes the input of the next, and layers of neurons can carve out boundaries of any shape at all. But every neuron, everywhere in the network, is doing exactly this — a dot product, a bias, an activation. Master this unit and you've understood the atom of deep learning.