Goals:
Note: the instructions for both parts are the linked PDFs below.
Begin by working through the small stochastic gradient descent (SGD) example (a continuation from Handout 5) with your partner. Make sure that each you understand the steps and the algorithm (explaining a concept to another person can help solidify your own understanding).
Lab 3 introduction (pair work)
Find your git repo for this lab assignment by navigating to your lab03 directory:
$ cd cs360/lab03/
You should have the following folders/files:
PolynomialRegression.py, run_regression.pyregression_train.csv, regression_test.csv (in the data folder)writeup.tex or README.md (choose one format for your writeup)