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

Module basic

source code

Neural sheet objects.

$Id: basic.py 11315 2010-07-27 17:43:01Z ceball $


Version: $Revision: 8986 $

Classes [hide private]
  Sheet
The generic base class for neural sheets.
  ProjectionSheet
A Sheet whose activity is computed using Projections from other sheets.
  CFSheet
A ProjectionSheet providing access to the ConnectionFields in its CFProjections.
  GeneratorSheet
Sheet for generating a series of 2D patterns.
  ActivityCopy
Copies incoming Activity patterns to its activity matrix and output port.
  SequenceGeneratorSheet
Sheet that generates a timed sequence of patterns.
  JointNormalizingCFSheet
A type of CFSheet extended to support joint sum-based normalization.
  JointNormalizingCFSheet_Continuous
CFSheet that runs continuously, with no 'resting' periods between pattern presentations.
Functions [hide private]
 
compute_joint_norm_totals(projlist, active_units_mask=True)
Compute norm_total for each CF in each projection from a group to be normalized jointly.
source code
Variables [hide private]
  __package__ = 'topo.sheet'
  k = 'activity_type'