Skip to content

Repository files navigation

PyTorch DEC/IDEC (2022)

Rewritten Deep Embedded Clustering (DEC) and Improved DEC (IDEC) algorithms from keras to the current version of pytorch. Obtained code was implemented then for the purposes of text feature extraction. (See this paper and this repo for details). See .ipynb notebook for full code and plots.

Original papers:

Results

Perfomance of the algortihms was tested on the MNIST. For both DEC and IDEC cluster accuracy achieves around 85% (Hungarian algorithm, see scipy desc) and highly depends on accuracy of initially generated centroids (kmeans on the encoder outputs)

DEC

dec

IDEC

idec

Code references

About

Rewritten Deep Embedded Clustering (DEC) and Improved DEC (IDEC) algorithms for the current version of pytorch

Topics

Resources

Stars

8 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages