1
1
1010101010102014-06-08 17:26:17
Algorithms
101010101010, 2014-06-08 17:26:17

How to implement clustering using neural network?

It is necessary to implement clustering using a neural network.
The problem is described here en.wikipedia.org/wiki/K-means
Here is an example solution:
150px-K_Means_Example_Step_4.svg.png
The k-means algorithm solves the problem. Wikipedia says:

The neural network implementation of K-means, a network of vector signal quantization, is widely known and used.

But I could not find the algorithm for constructing a network of vector quantization of signals.
If anyone knows where you can read about it or find an example, as well as another solution to this problem using a neural network, please help.
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey, 2014-06-08
@mastedm

So it is written there:

The neural network implementation of K-means is widely known and used - a network of vector quantization of signals (one of the versions of Kohonen's neural networks ).

P
pahaz, 2014-06-14
@pahaz

You can listen to the classification problem and the Kohonen map here .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question