Skip to main content
. 2022 Oct 24;22(21):8124. doi: 10.3390/s22218124
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: g: Stimulated neural network/modified computational graph
    for i0tolength(n) do
          signal_carrier(g,n[i],r[i],s[i])