merve HF staff commited on
Commit
36f7a10
1 Parent(s): 4f93e3c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
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
+