Poulami2515 / Handwritten-digits-classification-using-logistic-regression-

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handwritten-digits-classification-using-logistic-regression-

A logistic regression model is trained to identify handwritten digits from the MNIST dataset. The dataset consists of 28px by 28px grayscale images of handwritten digits (0 to 9) and labels for each image indicating which digit it represents.

It's quite challenging to improve the accuracy of a logistic regression model beyond approximately 87%, since the model assumes a linear relationship between pixel intensities and image labels.

About


Languages

Language:Jupyter Notebook 100.0%