Competitive Learning
Competitive Learning
Learning
• The main property of a neural network is an
ability to learn from its environment, and to
improve its performance through learning.
• Learning may be viewed as the change in
behaviour acquired due to practice or experience
and it lasts for relatively long time.
• In case of artificial neural network, it is a process
of modifying neural network by updating its
weight, biases and other parameters if any.
Definition of learning:-
“Learning is a process by which the free parameters of
a neural network are adapted through a process of
stimulation by the environment in which the network is
embedded. The type of learning is determined by the
manner in which the parameter changes take place.”
- By Mendel and McClaren(1970)
*stimulation – encouragement of something to make it
develop or become more active.
Types of Learning
learning
4- If more than one node has a nonzero activation, then updating the
activation will continue, otherwise we should stop.
• Example -1: Consider the action of a MAXNET with four neurons
and inhibitory weights ε = 0.2. The neurons given initial activation
(input signal)
al(0) = 0.2, a2(0) = 0.4, a3(0) = 0.6, a4(0) = 0.8
Solution:-
aj(new) = f [aj(old) – ε Σ ak(old)]