Digit Recognizer with Vanilla Artificial Neural Network(My own implementation of ANN)

Train a model to recognize handwritten digits from the MNIST database using a vanilla artificial neural network and compare with TensorFlow

Description

This examples lets you train a handwritten digit recognizer using three different approaches:

The MNIST dataset is used as training data.

Training Parameters

Training Progress

Inference Examples