File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ngclearn/components/neurons/graded Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ class RateCell(JaxComponent): ## Rate-coded/real-valued cell
104104 | and j_td is taken to be the set of top-down pressure signals
105105
106106 | --- Cell Input Compartments: ---
107- | j - input (takes in external signals)
107+ | j - input pressure (takes in external signals)
108108 | j_td - input/top-down pressure input (takes in external signals)
109109 | --- Cell State Compartments ---
110110 | z - rate activity
@@ -141,7 +141,7 @@ class RateCell(JaxComponent): ## Rate-coded/real-valued cell
141141 increase the accuray of the estimate of the cell's evolution
142142 at an increase in computational cost (and simulation time)
143143
144- resist_scale: a scaling factor applied to incoming current `j` (default: 1)
144+ resist_scale: a scaling factor applied to incoming pressure `j` (default: 1)
145145 """
146146
147147 # Define Functions
You can’t perform that action at this time.
0 commit comments