CS 5043: HW1

Assignment notes:

Data Set

The hw1_dataset.pkl file contains the data set for this assignment. This file contains one python object, a dictionary, that has two properties: 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

Grading


andrewhfagg -- gmail.com

Last modified: Sun Feb 2 00:11:33 2020