Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 388 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 388 Bytes

MNIST 99.50%

Played around with MNIST until i got >99.50% accuracy. The model I used is a beefier LeNet with Dropout and Batch Normalization. Rand Augment was used to combat overfitting and increase overall accuracy.

Neural network architecture (BeefyLeNet):

Model Schema