E5934 Homework 1 Solved

30.00 $

Category:

Description

Rate this product

The aim of this exercise is to familiarize students with the initial stages of typical image classification pipelines as well as provide an opportunity to enhance proficiency in writing code with the NumPy API for Python.

Please ensure that you have installed Anaconda Python (version 3.7) in your computer as well as the Jupyter Notebook, a web-based interactive Python interpreter that allows users to type and run Python code in a web browser.

Getting ready

Download homework.zip from LumiNUS and unzip it. It consists of folders HW1 and data. To begin the homework, start the Jupyter Notebook server and proceed to complete HW1/HW1.ipynb according to the instructions provided.

USPS Dataset

For this homework assignment, we will use the USPS dataset. The US Postal (USPS) handwritten digit dataset is derived from a project on recognizing handwritten digits on envelopes. The digits were downscaled to 16×16 pixels and 1:1 scaled. The training set has 7291 samples, and the test set has 2007 samples. You can download the  USPS dataset from here.

  • HW1-dfp49j.zip