CS 5043: HW0

Executing Deep Network Experiments on the Supercomputer

Objectives:

Assignment notes:


Data Set

The data sets for this class are available on the supercomputer in the directory /home/fagg/datasets/. You do not need to keep copies of these data sets in your own home directory on the supercomputer (in fact, it is a bad idea).

For this homework assignment, we will be using hw0_dataset.pkl. This file contains one python object, a dictionary, that has two keys: ins and outs. Both are numpy arrays. The following code snippet will load the data into your python environment:

with open("hw0_dataset.pkl", "rb") as fp:
     foo = pickle.load(fp)
where foo is the dictionary.

Notes:


Part 1: Network Training


Part 2: Multiple Runs


Hints


Expectations


What to Hand-In

Submit a zip file to the HW0 section of Gradescope (enter via Canvas) that contains:

Grading


andrewhfagg -- gmail.com

Last modified: Wed Jan 29 01:23:44 2025