Package topo :: Package projections :: Module basic
[hide private]
[frames] | no frames]

Module basic

source code

Repository for the basic Projection types, without any special dependencies or requirements.

$Id: basic.py 8029 2008-02-19 15:16:24Z ceball $




Version: $Revision: 8029 $

Classes [hide private]
  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.