| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
param.parameterized.Parameterized --+
|
base.simulation.EPConnection --+
|
base.projection.Projection --+
|
base.cf.CFProjection --+
|
SharedWeightCFProjection
A Projection with a single set of weights, shared by all units.
Otherwise similar to CFProjection, except that learning is currently disabled.
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
learning_fn = param.ClassSelector(CFPLearningFn, CFPLF_IdentitFunction for computing changes to the weights based on one activation step. |
|||
output_fn = param.ClassSelector(OutputFn, default= IdentityOF())Function applied to the Projection activity after it is computed. |
|||
weights_output_fn = param.ClassSelector(CFPOutputFn, default= Function applied to each CF after learning. |
|||
precedence = param.Number(default= 0.5)
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Change the bounding box for all of the ConnectionFields in this Projection. Not yet implemented.
|
Rescales the weight matrix in place, interpolating or resampling as needed. Not yet implemented.
|
|
|
|
|||
learning_fnFunction for computing changes to the weights based on one activation step.
|
weights_output_fnFunction applied to each CF after learning.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Oct 12 22:26:36 2008 | http://epydoc.sourceforge.net |