What a Single Neuron Actually Computes
This is a sample post so you can see the layout and grid filled in. Replace
it with your first real article using the template in src/templates/.
A neuron is often drawn as a simple switch: enough input, and it fires. That picture is useful, but it hides most of what is interesting. A single cell can receive tens of thousands of inputs and combine them in ways that look far more like computation than a light switch flicking on [1].
The summing happens in the branches
Much of the integration takes place in the dendrites — the branching structures that receive incoming signals — before anything reaches the cell body. Inputs that arrive close together in space and time interact non-linearly, so their combined effect is not just the sum of their parts [2].
Why this matters
If a single neuron can perform rich, local computations, then the brain’s processing power is not only in how neurons are wired together but also in what each one does on its own. That reframes a lot of questions about how circuits learn and represent information.
Where this series goes next
Upcoming posts will look at synapses, plasticity, and how these single-cell computations scale up into circuits — again, cited to primary sources.
Discussion
Comments are powered by Giscus and will appear here once configured.