Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 214 Bytes

File metadata and controls

8 lines (6 loc) · 214 Bytes

Handwritten_Digits_Classification

Uses a Neural Network to Classify the Handwritten Digits

Used the mnist data to train a model with:

  • No Hidden Layer
  • 1 Hidden Layer

Gives 97% accuracy; run through 5 epochs