Content deleted Content added
No edit summary Tag: adding email address |
Reverted 1 edit by 109.224.55.133 (talk) to last revision by Yobot. |
||
Line 1:
{{multiple issues|
{{notability|date=June 2012}}
{{primary sources|date=June 2012}}
}}
The '''Linde–Buzo–Gray algorithm''' (introduced by Yoseph Linde, Andrés Buzo and [[Robert M. Gray]] in 1980) is a [[vector quantization]] algorithm to derive a good [[codebook]].
It is similar to the [[k-means]] method in [[data clustering]].
==The algorithm ==
At each iteration, each vector is split into two new vectors.
*A initial state: centroid of the training sequence;
*B initial estimation #1: code book of size 2;
*C final estimation after [[Lloyd's algorithm|LGA]]: Optimal code book with 2 vectors;
*D initial estimation #2: code book of size 4;
*E final estimation after [[Lloyd's algorithm|LGA]]: Optimal code book with 4 vectors;
== References ==
* The original paper describing the algorithm, as an extension to [[Lloyd's algorithm]]:
**Linde, Y., Buzo, A., [[Robert M. Gray|Gray, R.M.]], ''An Algorithm for Vector Quantizer Design'', [[IEEE Transactions on Communications]], vol. 28, pp. 84–94, 1980. ([http://ieeexplore.ieee.org/xpls/abs_all.jsp?&arnumber=1094577 Link])
==External links==
* http://www.data-compression.com/vq.html#lbg
{{DEFAULTSORT:Linde-Buzo-Gray algorithm}}
[[Category:Data clustering algorithms]]
[[Category:Machine learning algorithms]]
[[Category:Neural networks]]
{{algorithm-stub}}
|