CS 5043 HW1: Training Shallow Models

Objectives

Assignment Notes


Data Set

We are using the BMI data set that we discussed in class. It is available on the supercomputer at:
/home/fagg/datasets/bmi/bmi_dataset.pkl

This is a 200MB file - please do not make local copies of the file (you don't need to). You are welcome to copy the file to other machines, if you wish. Two requirements:

The data set contains both neural and arm movement data (the latter being, theta, dtheta, ddtheta and torque). In addition, there is a "time" channel that is a time stamp for each sample. Arm movement variables are two degrees of freedom, corresponding to the shoulder and elbow, respectively. Each sample of the neural data already contains the the action potential history of each neuron over 20 recent time slices.

The data are already partitioned into 20 folds for us. Each fold contains multiple blocks of contiguous-time samples. So, if one were to plot theta as a function of time, you would see the motion of the arm over time (with gaps). Across the folds, it is safe to assume that the data are independent of one-another.


Provided Code

We are providing the following code (tar):


Part 1: Network


Part 2: Multiple Runs

Hints


Expectations

Think about what the curve shapes should look like before you generate them.

Looking Forward

For the next homework, we will be experimenting with deeper networks and with varying hyper-parameter choices. As you write your code, think about how to structure it (and your results data structures) so that you can handle variations in other hyper-parameters.


What to Hand-In

A single zip file that contains:

Grading


andrewhfagg -- gmail.com

Last modified: Sun Feb 18 21:12:57 2024