An open API service indexing awesome lists of open source software.

https://github.com/dsdatsme/ml-ex7

Machine Learning Exercise 7
https://github.com/dsdatsme/ml-ex7

Last synced: 2 months ago
JSON representation

Machine Learning Exercise 7

Awesome Lists containing this project

README

        

# ML-EX7
Machine Learning Exercise 7

## K-means Clustering & Principal Component Analysis(PCA)

Implementing the K-means clustering algorithm and apply it to compress an image.
Initial part is a test data for 2D dataset and
latter contains compression of 24bit color representation of an image to
16bit compressed color image representation.