MNIST Analysis

Published

May 31, 2020

Implementation of a small size convolutional neural network using Keras API and Naive Bayes classifier for recognition of handwritten digits using the MNIST dataset. The obtained accuracy is 99%.

Challenge:

Kaggle Challenge

Code:

  1. Naive Bayes Colab Notebook
  2. CNN Colab Notebook