LeeDoYup / AnoGAN-tf

Unofficial Tensorflow Implementation of AnoGAN (Anomaly GAN)
MIT License
270 stars 92 forks source link

About t-SNE embedding #34

Open vickichen97 opened 5 years ago

vickichen97 commented 5 years ago

Recently I am learning about embedding, could I ask about the implementations of t-SNE embedding on the feature representation of the last convolution layer of the discriminator in your research.Thanks a lot!

LeeDoYup commented 4 years ago

I didn't implement it. However, after get the features, use can use sklearn.manifold.TSNE (https://scikit-learn.org/stable/modules/generated/sklearn.manifold.TSNE.html)