carlfeynman commited on
Commit
20565e4
1 Parent(s): 9271cfa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -1,3 +1,25 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ ### Applying Variational Autoencoders to Fashion-MNIST Data
5
+ [Auto-Encoding Variational Bayes (Paper)](https://arxiv.org/abs/1312.6114)
6
+
7
+ #### Fashion-MNIST Dataset
8
+ ##### Reconstruction
9
+ ![reconstruction](assets/reconstruction.png)
10
+ ##### Original
11
+ ![original](assets/original.png)
12
+
13
+ ##### Generated Samples
14
+ ![generated_sample_output](assets/generated_sample_output.png)
15
+
16
+ #### CIFAR-10 dataset output (Blurry)
17
+ ![cifar-10](assets/cifar_10_output.png)
18
+
19
+ #### Model Info
20
+ * Model: VAE
21
+ * Training Notebook: vae.ipynb
22
+ * Model: model.pth
23
+
24
+ #### Training output and logs
25
+ [Weights & Biases](https://wandb.ai/carlfeynman/vae/reports/VAE-Fashion-MNIST-Runs--Vmlldzo1NDgyNDAy)