Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 294 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 294 Bytes

MNIST_Linear_Classifier

This is my implementation of Linear Classifier on MNIST dataset from scratch, inspired by PyTorch interface, using only numpy as external library. Achieves accuracy of 88%.

Loss curves