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
- Host: GitHub
- URL: https://github.com/dsdatsme/ml-ex7
- Owner: DSdatsme
- Created: 2017-08-28T12:04:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-28T19:09:00.000Z (almost 8 years ago)
- Last Synced: 2025-02-12T12:55:19.268Z (4 months ago)
- Language: Matlab
- Size: 10.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.