File size: 321 Bytes
36f7a10
 
 
 
2a37926
36f7a10
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
tags:
- lstm
license:
- cc0-1.0
---

## Keras Implementation of Convolutional Neural Networks for MNIST 1️⃣2️⃣3️⃣
This repo contains the model and the notebook [on Simple MNIST convnet](https://keras.io/examples/vision/mnist_convnet/).

Full credits to: [François Chollet](https://github.com/fchollet)