Skip to content

jakubmonhart/supervised-clustering-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This implementation contains PyTorch code for 4 models solving Supervised Clustering:

  • Deep Amortized Clustering --- src/dac.py
  • Attention Based Clustering --- src/atbc.py
  • Multiple Instance Learning model --- src/mil.py
  • Permutation Equivariance Model --- src/permequi.py

Scripts for running individual models on individual datasets are in the folder scripts/ . Only the Circles and MoG datasets are available.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages