Skip to content

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

Notifications You must be signed in to change notification settings

grokhi/pytorch_DEC_IDEC_2022

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

Watchers

Forks

Releases

No releases published

Packages

No packages published