diff --git a/README.md b/README.md index 9e75be6..8c04145 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,15 @@ # Python AutoEncoder from scratch using Numpy +
+
+ Latent-space of the MNIST dataset +
+ Latent-space representation of the MNIST dataset using Variational Autoencoder +
+
+
## Usage diff --git a/media/latent-space.png b/media/latent-space.png new file mode 100644 index 0000000..1ef57b3 Binary files /dev/null and b/media/latent-space.png differ