Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 383 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 383 Bytes

LeNet

A LeNet Model predicting with the following results

Total test samples: 10000
Correctly Predicted Samples: 9883
Falsely Predicted Samples: 117
Overall Accuracy: 98.83%
Overall Error: 1.17%

A 100% accuracy could ofcourse be achieved with a more modern model but that was not the scope of this project.

The Model was implemented using Pytorch.