Binary¶
Here you find tools for binary neurons.
nnmt.binary |
Collection of functions for binarys neurons. |
Theory¶
For a description of how binary neurons and the respective network dynamics is defined see Helias et al. [2014].
Variables¶
Here you find how variables of binary neurons are named in NNMT:
| Quantity | Symbol | Variable name |
|---|---|---|
| Synaptic weight matrix | ![]() |
J |
| External synaptic weight matrix | ![]() |
J_ext |
| Indegree matrix | ![]() |
K |
| External indegree matrix | ![]() |
K_ext |
| Number of neurons | ![]() |
N |
| Population rates | ![]() |
m |
| External population rates | ![]() |
m_ext |
| Mean of synaptic input | ![]() |
mu |
| Standard deviation of synaptic input | ![]() |
sigma |
| Firing thresholds | ![]() |
theta |









