Initialize a network
1 | init_network(n, p, alpha = 0.1, e_eff, i_eff, normal_weigths = F)
|
n |
The number of nodes in the network |
p |
The probability that node i feeds into node j (and visa-versa) |
alpha |
The proportion of neurons that are inhibitory |
e_eff |
The effective excitatory weight |
i_eff |
The effective inhibitory weight |
k |
(optional) The expected degree of the network |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.