| Trees | Indices | Help |
|
|---|
|
|
Repository for the basic Projection types, without any special dependencies or requirements.
$Id: basic.py 10873 2010-01-31 19:04:08Z ceball $
Version: $Revision: 10873 $
|
|||
|
Projection A projection from a Sheet into a ProjectionSheet. |
|||
|
CFProjection A projection composed of ConnectionFields from a Sheet into a ProjectionSheet. |
|||
|
ResizableCFProjection A CFProjection with resizable weights. |
|||
|
CFPOF_SharedWeight CFPOutputFn for use with SharedWeightCFProjections. |
|||
| SharedWeightCF | |||
|
SharedWeightCFProjection A Projection with a single set of weights, shared by all units. |
|||
|
LeakyCFProjection A projection that has a decay_rate parameter so that incoming input is decayed over time as x(t) = input + x(t-1)*exp(-decay_rate), and then the weighted sum of x(t) is calculated. |
|||
|
ScaledCFProjection Allows scaling of activity based on a specified target average activity. |
|||
|
OneToOneProjection A projection that has at most one input connection for each unit. |
|||
|
|||
exp = <ufunc 'exp'>
|
|||
__package__ =
|
|||
k =
|
|||
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 5 14:59:19 2010 | http://epydoc.sourceforge.net |