Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- convnet
|
4 |
+
- mnist
|
5 |
+
license:
|
6 |
+
- cc0-1.0
|
7 |
+
---
|
8 |
+
|
9 |
+
## Keras Implementation of PixelCNN on MNIST 🔢
|
10 |
+
|
11 |
+
This repo contains the model [PixelCNN](https://keras.io/examples/generative/pixelcnn/).
|
12 |
+
|
13 |
+
Sample images generated:
|
14 |
+
|
15 |
+
<img src="https://i.ibb.co/RDWbJBM/image.png" width="120" height='120'> <img src="https://i.ibb.co/kGPTDDb/104c083f-68e4-4d10-8b37-a242a7f10dd6.png" width="120" height='120'> <img src="https://i.ibb.co/9Wqqhyc/indir-5.png" width="120" height='120'> <img src="https://i.ibb.co/x7yh5py/indir-6.png" width="120" height='120'>
|
16 |
+
|
17 |
+
Full credits to author: [ADMoreau](https://github.com/ADMoreau)
|
18 |
+
|