Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 313 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 313 Bytes

logistic_regression

This project involves the implementation of efficient and effective Logistic Regression (FROM SCRATCH) classifiers on MNIST data set. The MNIST data comprises of digital images of several digits ranging from 0 to 9. Each image is 28 x 28 pixels. Thus, the data set has 10 levels of classes.