q1) a. Measure the precision (P) and recall (R) on the cross validation set and choose the value of threshold which maximizes 2 * (PR)/(P + R) b. Measure the precision (P) and recall (R) on the test set and choose the value of threshold which maximizes 2 * (PR)/(P + R) c. Measure the precision (P) and recall (R) on the cross validation set and choose the value of threshold which maximizes (P + R)/2 d. Measure the precision (P) and recall (R) on the test set and choose the value of threshold which maximizes (P + R)/2
q1)
a. Measure the precision (P) and recall (R) on the cross validation set and choose the value of threshold which maximizes 2 * (PR)/(P + R)
b. Measure the precision (P) and recall (R) on the test set and choose the value of threshold which maximizes 2 * (PR)/(P + R)
c. Measure the precision (P) and recall (R) on the cross validation set and choose the value of threshold which maximizes (P + R)/2
d. Measure the precision (P) and recall (R) on the test set and choose the value of threshold which maximizes (P + R)/2
q2) Consider the model selection procedure where we choose the degree of polynomials, d,
by using the cross validation set. For the final model (with parameters theta), we might generally expect Jcv (theta) to be lower than Jtest (theta) because
a)The parameter, d, has been fit to the cross validation set.
b)The parameter, d, has been fit to the test set.
c)The cross validation set is usually smaller than the test set.
d)The cross validation set is usually larger than the test set.
Step by step
Solved in 4 steps with 5 images