Assignment 1
The assignment
DATASETS
You can load the data with the commands load a1_regression and load a1_classification in MATLAB.
UPDATES
- You are NOT required to implement the Perceptron algorithm.
- For logistic regression, you may use the simpler two-class form introduced in class: p(y=1|x) = 1/(1+e-w'x-b))
- See the bulletin board for additional tips regarding the assignment.