MNIST: Handwritten Digits Dataset
Practice and compare simple logistic regression with support vector machines.
We'll cover the following...
We’ll explore the available kernel options in SVMs and compare their performance against each other and against simple logistic regression. We are going to work with three different datasets. Let’s perform the required imports first.
Let's move on to our first dataset.
The data
The Modified National Institute of Standards and Technology (MNIST) database of handwritten digits (
The MNIST dataset is widely used and deeply understood. CNN ...