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

https://github.com/winterwind/kmeansproject

A short two-part project that uses kmeans for clustering and image compression
https://github.com/winterwind/kmeansproject

compression data-science image-compression jupyter-notebook kmeans kmeans-clustering kmeans-image-compression machine-learning matplotlib matplotlib-pyplot pandas pyplot python seaborn sklearn

Last synced: 12 months ago
JSON representation

A short two-part project that uses kmeans for clustering and image compression

Awesome Lists containing this project

README

          

# KMeansProject
A short two-part project that uses kmeans for clustering and image compression

## Task 1
This is the clustering part; it includes [the .csv file](Task1/housing.csv) from which the data were drawn along with the map of California used for the backdrop of the clustering.

## Task 2
This the compression part; it includes the images used, both [pre-compression](Task2/beach.bmp) and [post-compression](Task2/beach_compressed_k1.bmp).