Path: blob/master/examples/vision/ipynb/mnist_convnet.ipynb
3236 views
Kernel: Python 3
Simple MNIST convnet
Author: fchollet
Date created: 2015/06/19
Last modified: 2020/04/21
Description: A simple convnet that achieves ~99% test accuracy on MNIST.
Setup
In [0]:
Prepare the data
In [0]:
Build the model
In [0]:
Train the model
In [0]:
Evaluate the trained model
In [0]: