CS 5043: HW1

Objectives:

Assignment notes:


Class Github Repository

The class gihub repository is available here: https://github.com/ahfagg/aml_2021.git

An up-to-date copy is kept on OSCER at: /home/fagg/aml_2021

This repository contains:


Data Set

The dataset is available in the Github repository and is called hw1_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("hw1_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 HW1 section of Gradescope (enter via Canvas) that contains:

Grading


andrewhfagg -- gmail.com

Last modified: Fri Feb 12 01:16:18 2021