Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 203 Bytes

File metadata and controls

4 lines (3 loc) · 203 Bytes

digit classifier

Digit Classifier using Logistic Regression (One vs All)

The logistic regression model has been coded from scratch using Python's numpy library. The model achieves an accuracy of 96%.