In this chapter, we are going to learn how machine learning can be applied to computer vision projects, using a couple of different Python modules. We will also create and train a support vector machine that will actually perform our digit classification.
In this chapter, we will be covering the following topics:
- Acquiring and processing MNIST digit data
 - Creating and training a support vector machine
 - Applying the support vector machine to new data
 - Introducing TensorFlow with digit classification
 - Evaluating the results