TensorFlow.js: MNIST Autoencoder
This examples lets you train a MNIST Autoencoder using a Fully Connected Neural Network (also known as a DenseNet) in written in Tfjs
You can select the structure for the DenseNet and see the performance of the model.
The MNIST dataset is used as training data.
Set latent space dimension to 2 for 2d Exploration of the latent space. Otherwise set it high for accurate autoencoding
Visualization scale determines the scale of 2d pane