Microcircuit_Model_of_Attention
 All Files Functions
Functions
/scratch/beuth/svn/attention2/coreModelR13/releaseSubmissionR2b/initModel.m File Reference

Create parameter structure for microcircuit model of attention. More...

Functions

function this = initModel (in L, in X, in rfSizeL2, in useLargeRfEnvelope)

Detailed Description

Create parameter structure for microcircuit model of attention.

Author
Frederik Beuth

In the first part, this file contains parameters which the user is free to change. The remaining contains fixed parameters which should not be changed. Notation of the parameters:

Function Documentation

function this = initModel ( in  L,
in  X,
in  rfSizeL2,
in  useLargeRfEnvelope 
)
Parameters
LNumber of feature in layer 4 and layer 2/3
XNumber of locations in layer 4
rfSizeL2Size of the receptive fields in layer 2/3. Size is denoted in number of presynaptic neurons
useLargeRfEnvelopeIf true, double the envelope size of the receptive field Gaussian. Important, the width of the Gaussian and so the receptive field size is unchanged.