Starting from:

$25.99

E5934-Deep Learning: Homework 1 Solved

Introduction
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 16x16 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.

More products