next up previous contents index
Next: Connections (Links) Up: Building Blocks of Previous: Building Blocks of

Units

  Depending on their function in the net, one can distinguish three types of units: The units whose activations are the problem input for the net are called input units; the units whose output     represent the output of the net output units. The remaining units are called hidden units, because they are not visible   from the outside (see e.g. figure gif).

In most neural network models the type correlates with the topological position of the unit in the net: If a unit does not have input connections but only output connections, then it is an input unit. If it lacks output connections but has input units, it is an output unit. If it has both types of connections it is a hidden unit.

It can, however, be the case that the output of a topologically internal unit is regarded as part of the output of the network. The IO-type of a unit used in the SNNS simulator has to be understood in this manner. That is, units can receive input or generate output even if they are not at the fringe of the network.

Below, all attributes of a unit are listed:  

All `important' unit parameters like activation, initial activation, output etc. and all function results are computed as floats with nine decimals accuracy.



next up previous contents index
Next: Connections (Links) Up: Building Blocks of Previous: Building Blocks of



Niels Mache
Wed May 17 11:23:58 MET DST 1995