Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Microsoft Visual Basic 2017 For Windows Web And Database Applications

Authors: Corinne Hoisington

1st Edition

1337102113, 978-1337102117

More Books

Students also viewed these Databases questions

Question

In an Excel Pivot Table, how is a Fact/Measure Column repeated?

Answered: 1 week ago