Content deleted Content added
No edit summary Tags: Reverted Visual edit Mobile edit Mobile web edit |
m Reverted edits by 2001:5B0:4AD2:BFF8:A5AE:383A:A815:EBA4 (talk): editing tests (HG) (3.4.10) |
||
Line 7:
The density matching property of vector quantization is powerful, especially for identifying the density of large and high-dimensional data. Since data points are represented by the index of their closest centroid, commonly occurring data have low error, and rare data high error. This is why VQ is suitable for [[lossy data compression]]. It can also be used for lossy data correction and [[density estimation]].
Vector quantization is based on the [[competitive learning]] paradigm, so it is closely related to the [[self-organizing map]] model and to [[sparse coding]] models used in [[deep learning]] algorithms such as [[autoencoder]].
== Training ==
|