Feedforward neural networks 1.2. The classification phase

In the classification phase, the weights of the network are fixed.

A pattern, presented at the inputs, will be transformed from layer to layer until it reaches the output layer. Now classification can occur by selecting the category associated with the output unit that has the largest output value. For classification we only need to select an FFNet and a PatternList together and choose To Categories....

In contrast to the learning phase classification is very fast.

Links to this page


© djmw 20040428