|
|
|
|
|
by subroutine
2511 days ago
|
|
Hebbian plasticity in biological NN assumes strengthening happens during the forward pass (the only pass). It is a local phenomena at individual synapses that detect a coincidence (2 inputs occur simultaneously or nearly) and is mediated by calcium influx. NMDA receptors will pass calcium but only if two things happen: (1) they are currently bound to glutamate neurotransmitter (input from their own upstream axon), and (2) magnesium is not blocking their calcium channel (Mg will be ejected briefly from the Ca channel if the neuron is depolarized - meaning currently receiving input from elsewhere). If you are receiving sensory input from both my voice and my face, some set of neurons are detecting this coincidence and strengthening that connection so the next time you hear my voice, it becomes easier to picture my face from all the different faces you have seen. Here is a good article explaining not just in theory how LTP (long term potentiation) works in neurons but why a particular protocol always works irl (I can attest to the validity of these statements based on first hand experience): https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3843869/ To summarize, the most reliable way to induce LTP is to "take control of the postsynaptic membrane with intracellular Cs+ to block K+ channels, which allows the experimenter to hold the cell at a constant membrane potential and induce a minimal ‘pairing’ protocol to induce LTP: depolarizing the cell to 0 mV while stimulating synapses." Holding the cell at 0 mV ensures Mg is always ejected, so any upstream stimulation will always be seen as a coincidence. |
|