This is a McCulloch-Pitts neuron. The activation of this neuron is binary. That is, at any time step, the neuron either fires, or does not fires.
Derived from: CGCNeuronBase
Location: CGC contrib library
Version: 1.1 "03/24/98"
Author: Biao Lu
Acknowledgements: Brian L. Evans
threshold | FloatState | This is the threshold for each neuron. If the sum of the weighted signal is greater than or equal to this threshold, the neuron will be fired. | "1.0" |
This MPNeuron is based on the McCulloch-Pitts model of artificial neurons [1].
REFERENCES
See: source code,
MPNeuron users
Copyright (c) 1997-1998 The University of Texas. All rights reserved. See the file $PTOLEMY/copyright for copyright notice, limitation of liability, and disclaimer of warranty provisions.