Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- lstm
|
4 |
+
license:
|
5 |
+
- cc0.0
|
6 |
+
---
|
7 |
+
|
8 |
+
## Keras Implementation of Convolutional Neural Networks for MNIST 1️⃣2️⃣3️⃣
|
9 |
+
This repo contains the model and the notebook [on Simple MNIST convnet](https://keras.io/examples/vision/mnist_convnet/).
|
10 |
+
|
11 |
+
Full credits to: [François Chollet](https://github.com/fchollet)
|
12 |
+
|
13 |
+
|