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 approach 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. So write the code by defining the path of 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

Put Your Data To Work 52 Tips And Techniques For Effectively Managing Your Database

Authors: Wes Trochlil

1st Edition

0880343079, 978-0880343077

More Books

Students also viewed these Databases questions

Question

Which personal relationships influenced you the most?

Answered: 1 week ago

Question

What were your most important educational experiences?

Answered: 1 week ago

Question

How was your life influenced by those events?

Answered: 1 week ago