[Keras] Use CNN to build a simple classifier to MNIST
Last Updated on 2021-05-02 by Clay
Introduction
Mnist is a classical database of handwritten digits. The number in it have [0-9]. Today I will note how to use Keras to build a CNN classifier to classify numbers.
Read More »[Keras] Use CNN to build a simple classifier to MNIST