Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 325 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 325 Bytes

MNIST classifier

Used to teach myself how to make a simple image classifier.

It includes:

  • a pytorch approach

    • a simple dense neural net with ReLU
  • a tensorflow approach

    • extending the simple dense neural net with convolutional layers for feature extraction
    • includes a gui to test your own drawn digits