Skip to content

Commit 103f7e2

Browse files
authored
fix math render error in README
1 parent 5e100b0 commit 103f7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ A visual illustration of the EIRNN is shown below.
4343
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.
4444

4545
#### Multi-Area CTRNN
46-
The RNN could also contain multiple areas. Denote the neurons in the hidden layer as \( \mathcal{N} = \{ n_1, n_2, \ldots, n_{N_{hid}} \} \). The neurons within it may be partitioned into multiple areas, \( \mathcal{A} = \{A_1, A_2, \ldots, A_{N_{area}}\} \). The areas are disjoint and their union is the set of all neurons in the hidden layer, i.e., \( \mathcal{N} = \bigcup_{i=1}^{N_{area}} A_i \). Neurons within the same area may be more densely connected and even receive different inputs.
46+
The RNN could also contain multiple areas. Denote the neurons in the hidden layer as $\mathcal{N} = \{ n_1, n_2, \ldots, n_{N_{hid}} \}$. The neurons within it may be partitioned into multiple areas, $\mathcal{A} = \{A_1, A_2, \ldots, A_{N_{area}}\}$. The areas are disjoint and their union is the set of all neurons in the hidden layer, i.e., $\mathcal{N} = \bigcup_{i=1}^{N_{area}} A_i$. Neurons within the same area may be more densely connected and even receive different inputs.
4747

4848
A visual illustration of the Multi-Area CTRNN:
4949

0 commit comments

Comments
 (0)