Skip to content

maco668/Assignment3

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages