Skip to content

Commit

Permalink
added README
Browse files Browse the repository at this point in the history
  • Loading branch information
internaut committed Jan 10, 2016
1 parent 792ac6a commit ab372c2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Python Implementation for Linde-Buzo-Gray / Generalized Lloyd Algorithm

This is a small set of Python functions that implement the
[Generalized-Lloyd or Linde-Buzo-Gray Algorithm](http:https://en.wikipedia.org/wiki/Linde%96Buzo%96Gray_algorithm)
for vector quantization. It allows clustering of vectors of any dimension. This is helpful for example for
image classification when using the SIFT or SURF algorithms where you can cluster the feature vectors. It might
be also useful if you want to cluster a large amount of points on a map.

See also: http:https://mkonrad.net/projects/gen_lloyd.html

The repository also contains an IPython notebook to visualize how this algorithm works.

The source-code is provided under [Apache License 2.0](http:https://www.apache.org/licenses/LICENSE-2.0).

0 comments on commit ab372c2

Please sign in to comment.