eriklindernoren / Keras-GAN

Keras implementations of Generative Adversarial Networks.
MIT License
9.19k stars 3.14k forks source link

unsupervised image classification / clustering #236

Open ramdhan1989 opened 4 years ago

ramdhan1989 commented 4 years ago

can this repo be used to cluster images without any label information ?

salilsaxena commented 4 years ago

The type of concept you are referring is called Auto-encoders. Here is the paper.

Yes GAN and Auto-encoders in some way have similar concepts, but Auto-encoders is different concept. A simple paper can be found here.

I hope you find what you are looking for. :)