| Trees | Indices | Help |
|
|---|
|
|
Scales input activity based on the current average activity (x_avg).
The scaling is calculated to bring x_avg for each unit closer to a specified target average. Calculates a scaling factor that is greater than 1 if x_avg is less than the target and less than 1 if x_avg is greater than the target, and multiplies the input activity by this scaling factor.
The plastic parameter allows the updating of the average values to be disabled temporarily, e.g. while presenting test patterns.
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
target = param.Number(default= 0.01, doc= Target average activity for each unit. |
|||
step = param.Number(default= 1, doc= How often to calculate the average activity and scaling factor. |
|||
smoothing = param.Number(default= 0.9997, doc= Determines the degree of weighting of previous activity vs. |
|||
name = <param.parameterized.String object at 0xb589d6c>String identifier for this object. |
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|
|||
targetTarget average activity for each unit.
|
stepHow often to calculate the average activity and scaling factor.
|
smoothingDetermines the degree of weighting of previous activity vs. current activity when calculating the average.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 5 14:59:48 2010 | http://epydoc.sourceforge.net |