Assignment PDF. Due on July 18, 2017.
- Written solutions are in
math.pdf
. - Programming solutions are in the
Code
folder.- Linear Regression is in
regression.py
. - Nearest Neighbor is in
neighbor.py
.
- Linear Regression is in
- Datasets are in the
Others
folder.regression.py
referencesdetroit.mat
.neighbor.py
references several files in this folder.
- Run
regression.py
standalone for the first programming part. The comments should guide you through what's going on. neighbor.py
is incomplete.
Updated on July 19, 2017 by Karan Varindani.