<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://adelmanlab.org/easyNet/documentation/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://adelmanlab.org/easyNet/documentation/feed.php">
        <title> lazynut_scripting_language:reference:layer</title>
        <description></description>
        <link>http://adelmanlab.org/easyNet/documentation/</link>
        <image rdf:resource="http://adelmanlab.org/easyNet/documentation/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-07T17:24:54+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:layer:bias_layer_impl&amp;rev=1458915924&amp;do=diff"/>
                <rdf:li rdf:resource="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:layer:clip_out&amp;rev=1458911562&amp;do=diff"/>
                <rdf:li rdf:resource="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:layer:fire_out&amp;rev=1458911562&amp;do=diff"/>
                <rdf:li rdf:resource="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:layer:iac_layer_extended_impl&amp;rev=1458911562&amp;do=diff"/>
                <rdf:li rdf:resource="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:layer:iac_layer_impl&amp;rev=1458911562&amp;do=diff"/>
                <rdf:li rdf:resource="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:layer:integrate_transfer&amp;rev=1458911562&amp;do=diff"/>
                <rdf:li rdf:resource="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:layer:latch_transfer&amp;rev=1458911562&amp;do=diff"/>
                <rdf:li rdf:resource="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:layer:noise_layer_impl&amp;rev=1458911562&amp;do=diff"/>
                <rdf:li rdf:resource="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:layer:scm_layer_impl&amp;rev=1458915996&amp;do=diff"/>
                <rdf:li rdf:resource="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:layer:subtypes&amp;rev=1458913321&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://adelmanlab.org/easyNet/documentation/lib/tpl/dokuwiki/images/favicon.ico">
        <title></title>
        <link>http://adelmanlab.org/easyNet/documentation/</link>
        <url>http://adelmanlab.org/easyNet/documentation/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:layer:bias_layer_impl&amp;rev=1458915924&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-03-25T14:25:24+00:00</dc:date>
        <title>lazynut_scripting_language:reference:layer:bias_layer_impl</title>
        <link>http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:layer:bias_layer_impl&amp;rev=1458915924&amp;do=diff</link>
        <description>bias_layer_impl

A layer_mem to be used with a vector_representation whose state and output
is always scale.  If a vector_representation layer is autoconnected to some
keyed_representation layer, the resulting matrix_connection will have weights
from the vector__</description>
    </item>
    <item rdf:about="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:layer:clip_out&amp;rev=1458911562&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-03-25T13:12:42+00:00</dc:date>
        <title>lazynut_scripting_language:reference:layer:clip_out</title>
        <link>http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:layer:clip_out&amp;rev=1458911562&amp;do=diff</link>
        <description>clip_out

An output function that copies the state to the output, bounding the output
unit-wise between clip_min and clip_max; i.e., if the state exceeds
clip_max, the output is clip_max; if the state is less than clip_min,
the output is clip_min, and otherwise the output is the same as the state.</description>
    </item>
    <item rdf:about="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:layer:fire_out&amp;rev=1458911562&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-03-25T13:12:42+00:00</dc:date>
        <title>lazynut_scripting_language:reference:layer:fire_out</title>
        <link>http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:layer:fire_out&amp;rev=1458911562&amp;do=diff</link>
        <description>fire_out

An output function that implements an exponential race model by treating the state
levels (multiplied by rate) as the rate parameters of an exponential process
for each unit.  Thus the time between steps varies.  When a step occurs, the output
of the unit that has won this race is a copy of its state; all other outputs are 
zero.</description>
    </item>
    <item rdf:about="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:layer:iac_layer_extended_impl&amp;rev=1458911562&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-03-25T13:12:42+00:00</dc:date>
        <title>lazynut_scripting_language:reference:layer:iac_layer_extended_impl</title>
        <link>http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:layer:iac_layer_extended_impl&amp;rev=1458911562&amp;do=diff</link>
        <description>iac_layer_extended_impl

A transfer function that is used to mimic the synchronization bug in the SCM
simulator for the decision layer.  The “unshunted” channel is ignored and
lateral inhibition is implemented internally --- with SCM's additional inhibition
term multiplying by own state</description>
    </item>
    <item rdf:about="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:layer:iac_layer_impl&amp;rev=1458911562&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-03-25T13:12:42+00:00</dc:date>
        <title>lazynut_scripting_language:reference:layer:iac_layer_impl</title>
        <link>http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:layer:iac_layer_impl&amp;rev=1458911562&amp;do=diff</link>
        <description>iac_layer_impl

A transfer function that implements interactive activation.

Parameters
parameter	default_value
decay		0
rate		1
max_act		1
min_act		0</description>
    </item>
    <item rdf:about="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:layer:integrate_transfer&amp;rev=1458911562&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-03-25T13:12:42+00:00</dc:date>
        <title>lazynut_scripting_language:reference:layer:integrate_transfer</title>
        <link>http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:layer:integrate_transfer&amp;rev=1458911562&amp;do=diff</link>
        <description>integrate_transfer

A transfer function that on each time step, increments the state by the product
of the input and the duration of the time step. 
state(t+dt) = state(t) + input(t)*dt
Recall that dt is not constant in all models; a layer with fire_out facet,
for instance, has this effect on the model.</description>
    </item>
    <item rdf:about="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:layer:latch_transfer&amp;rev=1458911562&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-03-25T13:12:42+00:00</dc:date>
        <title>lazynut_scripting_language:reference:layer:latch_transfer</title>
        <link>http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:layer:latch_transfer&amp;rev=1458911562&amp;do=diff</link>
        <description>latch_transfer

Transfer function that implements a “latching” mechanism in one of two variants,
depending on the value of the parameter keep_value.

If keep_value is zero: All states start at zero.  If the input to a unit is 
negative, set the state to</description>
    </item>
    <item rdf:about="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:layer:noise_layer_impl&amp;rev=1458911562&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-03-25T13:12:42+00:00</dc:date>
        <title>lazynut_scripting_language:reference:layer:noise_layer_impl</title>
        <link>http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:layer:noise_layer_impl&amp;rev=1458911562&amp;do=diff</link>
        <description>noise_layer_impl

An output function that calculates an output value from the state value by
adding an independent standard normal N(0,1) variate.</description>
    </item>
    <item rdf:about="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:layer:scm_layer_impl&amp;rev=1458915996&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-03-25T14:26:36+00:00</dc:date>
        <title>lazynut_scripting_language:reference:layer:scm_layer_impl</title>
        <link>http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:layer:scm_layer_impl&amp;rev=1458915996&amp;do=diff</link>
        <description>scm_layer_impl

Implement SCM's word layer.  Has three inputs: net_input, for inputs subject
to normalization and “power law” transformation, “frequency_bias” for the
biasing input of frequency, and “inhibitory” for inhibitory inputs not
subject to normalization/_</description>
    </item>
    <item rdf:about="http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:layer:subtypes&amp;rev=1458913321&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-03-25T13:42:01+00:00</dc:date>
        <title>lazynut_scripting_language:reference:layer:subtypes</title>
        <link>http://adelmanlab.org/easyNet/documentation/doku.php?id=lazynut_scripting_language:reference:layer:subtypes&amp;rev=1458913321&amp;do=diff</link>
        <description>Subtypes of layer

Layer had four facet slots: 
layer_transfer associates inputs to state;
layer_out associates state to output;
layer_alloc allocates patterns for input/state/output;
layer_mem manages memory, controlling, e.g., whether input, state and output differ,
(relates to if layer___________________________________</description>
    </item>
</rdf:RDF>
