brendenc commited on
Commit
124254e
·
1 Parent(s): 3d849b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -43,3 +43,9 @@ The author of the example encourages toying with both the number and size of the
43
 
44
  ## Reconstruction
45
  Below, we can see a few examples of MNIST digits being reconstructed after passing through our model.
 
 
 
 
 
 
 
43
 
44
  ## Reconstruction
45
  Below, we can see a few examples of MNIST digits being reconstructed after passing through our model.
46
+ ![Reconstructed](reconstruct.png)
47
+
48
+
49
+ ## Discrete Latent Space
50
+ Below, we can see a few examples of MNIST digits being mapped to a discrete latent space.
51
+ ![Discrete](discrete.png)