# Synaptic weight

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/Synaptic_weight
> Markdown URL: https://mediated.wiki/source/Synaptic_weight.md
> Source: https://en.wikipedia.org/wiki/Synaptic_weight
> Source revision: 1335645739
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

{{Short description|Aspect of an artificial neural network}}
In [neuroscience](/source/neuroscience) and [computer science](/source/computer_science), '''synaptic weight''' refers to the strength or [amplitude](/source/amplitude) of a connection between two nodes, corresponding in biology to the amount of influence the [firing](/source/action_potential) of one [neuron](/source/neuron) has on another. The term is typically used in [artificial](/source/artificial_neural_network) and [biological](/source/biological_neural_network) [neural network](/source/neural_network) research.<ref>{{Cite journal
 | pmid = 24204219
| year = 2013
| last1 = Iyer
| first1 = R
| title = The influence of synaptic weight distribution on neuronal population dynamics
| journal = PLOS Computational Biology
| volume = 9
| issue = 10
| article-number = e1003248
| last2 = Menon
| first2 = V
| last3 = Buice
| first3 = M
| last4 = Koch
| first4 = C
| last5 = Mihalas
| first5 = S
| doi = 10.1371/journal.pcbi.1003248
| pmc = 3808453
| bibcode = 2013PLSCB...9E3248I
| doi-access = free
}}</ref>

==Computation==
In a computational neural network, a [vector](/source/Euclidean_vector) or set of inputs <math>\textbf{x}</math> and outputs <math>\textbf{y}</math>, or pre- and post-synaptic neurons respectively, are interconnected with synaptic weights represented by the matrix <math>w</math>, where for a linear neuron

:<math>y_j = \sum_i w_{ij} x_i ~~\textrm{or}~~ \textbf{y} = w\textbf{x}</math>.

where the rows of the synaptic matrix represent the vector of synaptic weights for the output indexed by <math>j</math>.

The synaptic weight is changed by using a learning rule, the most basic of which is [Hebb's rule](/source/Hebb's_rule), which is usually stated in biological terms as 

<blockquote>''Neurons that fire together, wire together.''</blockquote>

Computationally, this means that if a large signal from one of the input neurons results in a large signal from one of the output neurons, then the synaptic weight between those two neurons will increase. The rule is unstable, however, and is typically modified using such variations as [Oja's rule](/source/Oja's_rule), [radial basis functions](/source/radial_basis_functions) or the [backpropagation](/source/backpropagation) algorithm.

==Biology==
For biological networks, the effect of synaptic weights is not as simple as for linear neurons or [Hebbian learning](/source/Hebbian_learning). However, [biophysical](/source/biophysics) models such as [BCM theory](/source/BCM_theory) have seen some success in mathematically describing these networks.

In the mammalian [central nervous system](/source/central_nervous_system), signal transmission is carried out by interconnected networks of nerve cells, or neurons. For the basic [pyramidal neuron](/source/pyramidal_neuron), the input signal is carried by the [axon](/source/axon), which releases neurotransmitter chemicals into the [synapse](/source/synapse) which is picked up by the [dendrites](/source/dendrites) of the next neuron, which can then generate an [action potential](/source/action_potential) which is analogous to the output signal in the computational case.

The synaptic weight in this process is determined by several variable factors:
* How well the input signal propagates through the axon (see [myelination](/source/myelination)),
* The amount of neurotransmitter released into the synapse and the amount that can be absorbed in the following cell (determined by the number of [AMPA](/source/AMPA_receptor) and [NMDA receptor](/source/NMDA_receptor)s on the cell membrane and the amount of intracellular [calcium](/source/calcium) and other ions),
* The number of such connections made by the axon to the dendrites,
* How well the signal propagates and [integrates](/source/integrate-and-fire) in the postsynaptic cell.

The changes in synaptic weight that occur is known as [synaptic plasticity](/source/synaptic_plasticity), and the process behind long-term changes ([long-term potentiation](/source/long-term_potentiation) and [depression](/source/long-term_depression)) is still poorly understood. Hebb's original learning rule was originally applied to biological systems, but has had to undergo many modifications as a number of theoretical and experimental problems came to light.

==See also==
* [Neural network](/source/Neural_network)
* [Synaptic plasticity](/source/Synaptic_plasticity)
* [Hebbian theory](/source/Hebbian_theory)

==References==
{{reflist}}

Category:Artificial neural networks
Category:Neural circuitry
Category:Neuroplasticity

{{artificial-neural-network-stub}}

---
Adapted from the Wikipedia article [Synaptic weight](https://en.wikipedia.org/wiki/Synaptic_weight) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/Synaptic_weight?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
