You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The yellow nodes represent neurons that project input signals to the hidden layer, the green neurons are in the hidden layer, and the purple nodes represent neurons that read out from the hidden layer neurons. Both input and readout neurons are 'imagined' to be there. I.e., they only project or receive signals and, therefore, do not have activations and internal states.
@@ -37,7 +37,7 @@ The implementation of Continuous Time RNN also supports Excitatory-Inhibitory co
37
37
A visual illustration of the EIRNN is shown below.
The yellow nodes denote nodes in the input layer. The middle circle denotes the hidden layer. There are blue nodes and red nodes, representing inhibitory neurons and excitatory neurons, respectively. The depicted network has an E/I ratio of 4/1. The purple nodes are ReadoutLayer neurons.
@@ -48,7 +48,7 @@ The RNN could also contain multiple areas. Denote the neurons in the hidden laye
48
48
A visual illustration of the Multi-Area Continuous Time RNN:
0 commit comments