Train a model to autoencode handwritten digits from the MNIST database using the tf.layers api. The MNIST dataset is used as training data.
This examples lets you train a MNIST Autoencoder using a Fully Connected Neural Network (also known as a DenseNet).
-You can select the structure for the DenseNet and see the performance of the model.
-You can also 2d Visualize the encoded space
-You can also autoencode your drawing
Sample website: https://r7ohan.000webhostapp.com/Others/proj2/index.html