CS 5043: HW0

Executing DL Experiments on the Supercomputer

Objectives:

Assignment notes:


Data Set

All data sets for the class are available on the supercomputer in the directory /home/fagg/aml_2022_datasets/. You do not need to keep copies of these datasets in your own home directory on the supercomputer.

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. The following code snippet will load the data into your python environment:

fp = open("hw0_dataset.pkl", "rb")
foo = pickle.load(fp)
fp.close()

Notes:


Part 1: Network


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: Fri Feb 4 00:46:29 2022