jadhavhninad / Sparse_autoencoder

Implementing sparse autoencoder for MNIST data classification using keras and tensorflow
23 stars 12 forks source link

latent space #2

Open rojinsafavi opened 5 years ago

rojinsafavi commented 5 years ago

Hello, Is there a way to look at the latent space?

jadhavhninad commented 5 years ago

line 176 in sparseae_semiSupervisedLearning.py should enable you to do that.

Regards, Ninad