Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 893 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 893 Bytes

Clustering

This work experiments with three clustering techniques in Python, including one from either hierarchical and partitional techniques.

Installation

$ pip3 install -r requirements.txt

Running

Custom hyperparameters in a textfile i.e. "./configs/config.txt".

$ python3 experiments.py ./configs/config.txt

A results folder will contain a timestamp directory with the latest results.

Datasets

Techniques

  • Hierarchical: Agglomerative Clustering
  • Partitional: K-Means
  • Partitional: Gaussian Mixture

Report

Clustering-Alonso.pdf