File tree 1 file changed +2
-2
lines changed
ngclearn/components/neurons/graded
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
104
104
| and j_td is taken to be the set of top-down pressure signals
105
105
106
106
| --- Cell Input Compartments: ---
107
- | j - input (takes in external signals)
107
+ | j - input pressure (takes in external signals)
108
108
| j_td - input/top-down pressure input (takes in external signals)
109
109
| --- Cell State Compartments ---
110
110
| z - rate activity
@@ -141,7 +141,7 @@ class RateCell(JaxComponent): ## Rate-coded/real-valued cell
141
141
increase the accuray of the estimate of the cell's evolution
142
142
at an increase in computational cost (and simulation time)
143
143
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)
145
145
"""
146
146
147
147
# Define Functions
You can’t perform that action at this time.
0 commit comments