You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modeling/synapses.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,23 @@ used for fixed value deconvolution/transposed convolution synaptic filters.
63
63
:noindex:
64
64
```
65
65
66
+
## Dynamic Synapse Types
67
+
68
+
### Short-Term Plasticity(Dense) Synapse
69
+
70
+
This synapse performs a linear transform of its input signals. Note that this
71
+
synapse is "dynamic" in the sense that it engages in short-term plasticity (STP), meaning that its efficacy values change as a function of its inputs (and simulated consumed resources), but it does not provide any long-term form of plasticity/adjustment.
0 commit comments