NeuronBase star in CGC domain

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: CGCStar
Location: CGC contrib library
Version: 1.2 "03/24/98"
Author: Biao Lu
Acknowledgements: Brian L. Evans

Inputs

input (multiple)float The neuron can have the multiple inputs with the different weights.

Outputs

outputfloat The output will be only one which is the sum of the weighted inputs.

States

weightsFloatArrayState Weights are associated with the connections between the two layers. They can be input by the users. All the weights must be precalculated. The number of the weights must be equal to the number of the inputs. "1.0 1.0 1.0 1.0"

See: source code, NeuronBase 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.