Simulate the dynamics of a network instance without input in order to get a reasonable steady state
Simulate the dynamics of a steady state network instance with input
1 2 3 | init_network_ss(net_ss, in_symbol, t_steps = 1)
init_network_ss(net_ss, in_symbol, t_steps = 1)
|
net_ss |
a network and activity vector that represent steady state (the output from init_network()) |
in_symbol |
a vector of length N of values in [-1,1] that represents added input to the specified node. A value of 0 means there is no extra input |
net |
a network (the output from init_network()) to simulate |
n_steps |
the number of time steps to simulate |
s_1 |
the proporation of active nodes at time step 1 |
n_steps |
the number of time steps to simulate |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.