Skip to content

๐Ÿ“Š Experiments with three clustering techniques.

Notifications You must be signed in to change notification settings

j1nma/clustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

16 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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