CoarseCoder

Module that generates a tile or gaussian code for a two-dimensional real-valued input.

Example XML definition

A simple example

  <module
      class = "CoarseCoder"
      name = "CoarseCoder"
  />

Parameters

NameDescriptionTypeDefault
classThe class name for the module; must be "CoarseCoder".string
nameThe name of this instance of the module.string
typeThe type of activationchoices:
tile
gaussian
output_sizeNumber of output nodeint10
radiusThe size of the the codingfloat1
minMinimum value to be codedfloat0.0
maxMaximum value to be codedfloat1.0
normalizeNormalize tile outputboolno

Module Connections

Inputs

NameDescription
INPUTThe input

Outputs

NameDescription
OUTPUTThe tile coded output

Author

Christian Balkenius
christian.balkenius@lucs.lu.se
Lund University Cognitive Science

Files

CoarseCoder.h
CoarseCoder.cc
CoarseCoder.ikc

blog comments powered by Disqus