Create parameter structure for microcircuit model of attention. More...
Functions | |
function this = | initModel (in L, in X, in rfSizeL2, in useLargeRfEnvelope) |
Create parameter structure for microcircuit model of attention.
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 this = initModel | ( | in | L, |
in | X, | ||
in | rfSizeL2, | ||
in | useLargeRfEnvelope | ||
) |
L | Number of feature in layer 4 and layer 2/3 |
X | Number of locations in layer 4 |
rfSizeL2 | Size of the receptive fields in layer 2/3. Size is denoted in number of presynaptic neurons |
useLargeRfEnvelope | If true, double the envelope size of the receptive field Gaussian. Important, the width of the Gaussian and so the receptive field size is unchanged. |