Question: For this assignment you are to practice image processing, computer vision, and knowledge-creation to try to classify MNIST pictures of handwritten digits 0-9 using Python

For this assignment you are to practice image processing, computer vision, and knowledge-creation to try to classify MNIST pictures of handwritten digits 0-9 using Python with Numpy and Scikit Image. Specifically, you are to:

1) Read one image of each digit from the dataset and invert it using only the Numpy library.

2) Use some feature-based approaches of your own, or one we will discuss in class, to try to classify the digits. You man *NOT* use any machine-learning technique, we'll discuss those later. Here we are trying to see if we can find a set of features, and to see how far they take us. We are also learning to use Python and the libraries.

3) The MNIST images are used , that have subdirectories, 0,1,2... contain the images for 0's, 1's, 2's respectively. Use glob.glob for testing images

4) Choose a subset of the provided images to develop your algorithm, but save, say 20% of each to test your final result.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!