CS 5043: HW1

Assignment notes:

Linear Network

In class, we developed an implementation of gradient descent for a linear network in raw TensorFlow. The notebook that we developed was posted on Canvas. The code that we developed and the math on the board deviated in a couple of subtle ways. I have a full derivation that is consistent with the code.

For this homework, we will exercise your math, Python and TensorFlow skills. There are two parts to be done in sequence:

Data Set

For the example in class, we predicted the zero'th column of the torque matrix from the neural data. For this homework, we will use the one'th column of the theta matrix. This corresponds to the position of the elbow (measured in radians).

Part 1: Bias Term

Add a bias term to our linear model (this is another paramter, just like the weights):

Steps:

Execution:

Generating the report:


Part 2: Regularization

Add a regularization term to the learning algorithm:

Steps:

Execution:

Generating the report:


What to Hand-In


Notes


andrewhfagg -- gmail.com

Last modified: Mon Feb 4 12:17:12 2019