Languages

Machine learning - Kohonen Neural Network WTA vs WTM learning - what's the difference?

5 points
Asked by:
Faith-W
503

Machine learning - Kohonen Neural Network WTA vs WTM learning - what's the difference?

1 answer
3 points
Answered by:
Root-ssh
178290

Winner Takes All (WTA Learning)

In that learning, always only weights of winning neuron are updated per iteration.

Winner Takes Most (WTM Learning)

In that learning, weights of winning neuron and neurons around are updated per iteration. That learning uses radius to indicate update scope on neurons around. When radius is equal to zero, WTM learning uses WTA learning.

We have different distribution functions to calculate updates for neurons.

e.g. standard normal distribution where winning neuron is in the center (Gausian Distribution):

e.g. for radius = 3 distibution function looks like:

 

See also

  1. JavaScript - Kohonen Neural Network (WTA Learning)

  2. JavaScript - Kohonen Neural Network (WTM Learning)

References

0 commentsAdd comment
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join