Package network.aika.steps.activation
Class PostTraining
Determines which input synapses of this activations neuron should be linked to the input neuron.
Connecting a synapse to its input neuron is not necessary if the synapse weight is weak. That is the case if the
synapse is incapable to completely suppress the activation of this neuron.
- Author:
- Lukas Molzberger
-
Field Summary
Fields inherited from interface network.aika.steps.QueueKey
COMPARATOR, ELEMENT_COMPARATOR, THOUGHT_COMPARATOR
-
Method Summary
Methods inherited from class network.aika.steps.Step
add, checkIfQueued, copy, getElement, getFired, getLinkingOrder, getStepName, getTimestamp, setTimestamp, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface network.aika.steps.QueueKey
getCheckIfQueuedTimestamp
-
Method Details
-
add
-
getPhase
- Specified by:
getPhase
in interfaceQueueKey
- Specified by:
getPhase
in classStep<DummyActivation>
-
process
public void process()- Specified by:
process
in classStep<DummyActivation>
-