Digit-Recognizer This repository contains Python code to recognize Handwritten-Digits with LeNet-style neural network using Tensorflow2. The Dataset used to train the Neural Network is taken from Kaggle.com. Requirements: Tensorflow Numpy Pandas Matplotlib