We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2df8ca commit 7ee8a89Copy full SHA for 7ee8a89
Autoencoder/README.md
@@ -5,13 +5,15 @@
5
6
## Features
7
8
+- `Autoencoder is densenet layered with batchnorm layers and multiple skip connections`
9
+
10
- `Select the structure for the DenseNet and see the performance of the model. `
11
12
- `Sample autoencoded MNIST Digits can be seen`
13
14
- `2D Visualize the encoded space of the autoencoder, see the decoded digit for the corresponding latent point`
15
-- `Autoencode your digit drawing`
16
+- `Autoencode your own digit drawing`
17
18
## Installation and execution
19
0 commit comments