Starting from:
$30

$27

Homework 6 Implement the FSA variable selection method

Homework 6
1. Implement the FSA variable selection method for linear models and binary classification with the logistic loss, as described in the slides. Use the parameters s =
0.0001, µ = 30, Niter = 500. Take special care to normalize each column of the
X matrix to have zero mean and variance 1 and to use the same mean and standard
deviation that you used for normalizing the train set also for normalizing the test set.
a) Using the Gisette data, train a FSA classifier on the training set, starting with
β
(0) = 0 to select k ∈ {10, 30, 100, 300, 500} features. Plot the training loss
vs iteration number for k = 30. Report in a table the misclassification errors
on the training and test set for the models obtained for all these k. Plot the
misclassification error on the training and test set vs k. (4 points)
b) Repeat point a) on the dexter dataset. (2 points)
c) Repeat point a) on the madelon dataset. (3 points)
1

More products