Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 229 Bytes

File metadata and controls

5 lines (4 loc) · 229 Bytes

mnist-digit-recognition

This repository builds two solutions for MNIST handwritten digit recognition. (1) Create a 1 hidden layer neural network from scratch using Numpy (2) Create 1 hidden layer neural network using PyTorch