Next: 2.3.5 Multilayer Network
Up: 2.3 Artificial Neural Networks
Previous: 2.3.3 Artificial Neuron with
By connecting multiple neurons, the true computing power of the
neural networks comes, though even a single neuron can perform substantial
level of computation [Ler91]. The most common structure of
connecting neurons into a network is by layers. The simplest form of
layered network is shown in figure 2.7. The shaded nodes
on the left are in the so-called input layer. The input layer neurons are
to only pass and distribute the inputs and perform no computation. Thus,
the only true layer of neurons is the one on the right. Each of the inputs
is connected to every
artificial neuron in the output layer through the connection weight. Since
every value of outputs
is
calculated from the same set of input values, each output is varied based
on the connection weights. Although the presented network is fully
connected, the true biological neural network may not have all possible
connections - the weight value of zero can be represented as ``no connection".
Figure 2.7:
Single Layer Neural Network
 |
Next: 2.3.5 Multilayer Network
Up: 2.3 Artificial Neural Networks
Previous: 2.3.3 Artificial Neuron with
Kiyoshi Kawaguchi
2000-06-17