Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 888 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 888 Bytes

Assignment3

k-means & expectation-maximization clustering for Anuran data:
python km_gmm_anuran.py

k-means & expectation-maximization for cover type data:
python km_gmm_coverType.py

PCA followed by k-means clustering (Anuran):
python Clustering_PCA.py

ICA followed by k-means clustering (Anuran):
python Clustering_ICA.py

Randomized Projection followed by k-means clustering (Anuran):
python Clustering_RP.py

PCA followed by k-means clustering (cover type):
python Clustering_PCA_coverType.py

ICA followed by k-means clustering (cover type):
python Clustering_ICA_coverType.py

Randomized Projection followed by k-means clustering (cover type):
python Clustering_RP_coverType.py

Anuran data in csv form:
Frogs_MFCCs.csv