Saurabh Kumar

Notes on Understanding Hebbian Learning

Hebbian learning is basically THE fundamental rule for how our brains learn stuff. Named after psychologist Donald Hebb who proposed it back in 1949.

The entire concept boils down to one beautiful phrase:

“Neurons that fire together, wire together.”

That’s it. That’s the whole thing.

Breaking It Down

When two neurons in your brain activate at the same time, the connection between them gets stronger. Do this repeatedly? The connection becomes even stronger.

Think of it like this:

Real Examples That Make It Click

Learning to Type

Remember learning to type? At first, finding the ‘Q’ key required conscious thought. Your brain neurons for “want to type Q” and “move left pinky to top left” fired together… over and over. Now? It’s automatic. Those neurons are strongly wired.

Pavlov’s Dogs (The Classic)

Bell rings → food appears → dogs salivate

Do this enough times, and the neurons for “bell sound” and “food is coming” become so tightly linked that just the bell makes dogs salivate. No food needed.

Your Morning Coffee Ritual

Why does the smell of coffee make you feel more awake even before you drink it? Neurons fired together thousands of times:

Now they’re all wired together into one mega-circuit.

The Actual Mechanism (Simplified)

What’s physically happening:

  1. Neuron A fires
  2. Neuron B fires (around the same time)
  3. The synapse (connection) between them releases more receptors
  4. The connection physically strengthens
  5. Next time A fires, it’s easier to activate B

It’s literally changing the structure of your brain. Learning is physical.

Why This Matters

For Understanding Yourself

For AI and Machine Learning

Hebbian learning inspired artificial neural networks. Modern AI doesn’t use pure Hebbian learning anymore (it’s evolved into more sophisticated algorithms), but it started here.

The basic idea - connections that prove useful should get stronger - is still foundational.

The Flip Side: “Use It or Lose It”

Here’s the thing nobody tells you: it works in reverse too.

Neurons that STOP firing together will gradually UNWIRE.

This is why:

The Math (Optional)

For the nerds: The basic Hebbian rule can be expressed as:

Δw = η × x × y

Where:

If both are active (positive values), the connection strengthens. Simple, elegant, powerful.

Practical Takeaways

For Learning Anything:

For Breaking Bad Habits:

For Building Skills:

Cool Extensions of This Idea

Spike-timing-dependent plasticity (STDP): Turns out the ORDER matters too. If neuron A fires THEN neuron B fires (within ~20ms), the connection strengthens. Reverse order? It can actually weaken. Mind-blowing.

Competitive learning: When neurons wire together, they can also suppress other connections. This is how your brain specializes - certain neuron clusters become experts at specific patterns.

Associative memory: This is literally how you remember faces, names, songs, and basically everything. It’s all Hebbian associations.

The Big Picture

Hebbian learning isn’t just a theory - it’s been confirmed at every level:

It’s one of those rare scientific principles that’s both:

  1. Incredibly simple to understand
  2. Enormously powerful in explaining complex phenomena

Final Thought

Every time you practice something, read something, experience something - your brain is physically changing. Neurons are wiring together. Connections are strengthening.

You are literally not the same person you were when you started reading this.

Pretty wild when you think about it.


If you want to dive deeper:

#Neuroscience #Ai-Ml