Skip to content

The MNIST dataset, contained in mnist-original.mat (matlab format), consists of 70,000 digitized handwritten digits and their labels. I classified them using 2 different classifiers, a stochastic gradient descent classifier called SGDClassifier and a logistic regression classifier called LogisticRegression.

Notifications You must be signed in to change notification settings

zhanggaofeng1120/Classification-of-Handwritten-digits

Repository files navigation

Classification-of-Handwritten-digits

The MNIST dataset, contained in mnist-original.mat (matlab format), consists of 70,000 digitized handwritten digits and their labels. I classified them using 2 different classifiers, a stochastic gradient descent classifier called SGDClassifier (we will talk about this in class) and a logistic regression classifier called LogisticRegression.

About

The MNIST dataset, contained in mnist-original.mat (matlab format), consists of 70,000 digitized handwritten digits and their labels. I classified them using 2 different classifiers, a stochastic gradient descent classifier called SGDClassifier and a logistic regression classifier called LogisticRegression.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages