|
Algorithm 1 Neuronal-Firing, our exhaustive neuron stimulating, depth first, blocking, node-centric, graph/neuron stimulation function. |
|
Require: g: Neural network multi-directed computational graph |
|
Require: n: Vector of neurons/computational nodes for sequential stimulation |
|
Require: s: Vector of signals to be induced in the corresponding neuron |
|
Require: r: Vector of receptors to call on respective node |
|
Ensure: : Stimulated neural network/modified computational graph |
| for
length(n) do
|
| signal_carrier()
|