Answer:
A shape of the cost function is affected by activation function
dramatically.
If smooth activation function like sigmoid "output=1/(1-exp(input)):
is used
actual shape of the activation function (the cost functions too)
is affected by magnitudes of the weights. While training the single
layer perceptron
starting from small initial weights, components of the weight vector
are increasing.
Large weights, however, decrease the gradient and learning speed.
Therefore, with an increase in a number of training epochs learning
process slows down.
Consequently in single layer perceptron one can get 7 different
classification algortithms.
if one solves regression task one can get six different regressions.
In multilayer perceptron training, magnitudes of the didden layer
networks also affect
"actual shape" of activation function and non-linearity of decision
boundaries if classification
task is being solved. Similar phenomenon we have in aplying MLP to
solve
regression (prediction) tasks. In MLP as wel as in SLP, large weights
make
local minima of the cost function flat. The "weights phenomenon" is
useful also in
analyzing aging problem in artificial and natural life.
References:
S. Raudys (2000). Evolution and generalization of a single neurone.
III. Primitive,
regularized, standard, robust and minimax regressions. Neural
Networks.
Pergamon-Elsevier Science LTD, Oxford, ISSN: 0893-6080. Vol. 13(3/4),
p. 507-523.
S.Raudys (2000). Classifier's complexity control while training
multilayer perceptrons.
Lecture Notes in Computer Science. Springer-Verlag, Berlin,
Heidelberg,
NY, ISSN: 0302-9743. Vol. 1876, p. 32-44.
S .Raudys (1998). Evolution and generalization of a single neurone. I.
SLP as seven
statistical classifiers. Neural Networks. Pergamon-Elsevier Science
LTD, Oxford,
ISSN: 0893-6080. Vol. 11(2), p. 283-296.
S. Raudys. (2001 ) Statistical and Neural Classifiers: An integrated
approach to design.
Springer-Verlag, NY. ISBN 1-85233-297-2, 312 p.
S. Raudys (2002). An adaptation model for simulation of aging process.
International
Journal of Modern Physiscs, C. World Scientific Publ. CO PTE LTD,
Singapore.
ISSN: 0129-1831, Vol. 13, p. 1075-1086. |