吴恩达Machine Learning week 3 review答案: Regularization

来源:互联网 发布:中国人才流失 知乎 编辑:程序博客网 时间:2024/06/07 03:10

1]You are training a classification model with logistic

regression. Which of the following statements are true? Check

all that apply.

Adding many new features to the model helps prevent overfitting on the training set.

Adding a new feature to the model always results in equal or better performance on the training set.

Introducing regularization to the model always results in equal or better performance on the training set.

Introducing regularization to the model always results in equal or better performance on examples not in the training set.

1
point
2。

Suppose you ran logistic regression twice, once with λ=0, and once with λ=1. One of the times, you got

parameters θ=[26.2965.41], and the other time you got

θ=[2.751.32]. However, you forgot which value of

λ corresponds to which value of θ. Which one do you

think corresponds to λ=1?

θ=[26.2965.41]

θ=[2.751.32]

1
point
3。

Which of the following statements about regularization are

true? Check all that apply.【B和C不确定】

【错的】Using a very large value of λ cannot hurt the performance of your hypothesis; the only reason we do not set λ to be too large is to avoid numerical problems.

Consider a classification problem. Adding regularization may cause your classifier to incorrectly classify some training examples (which it had correctly classified when not using regularization, i.e. when λ=0).

Using too large a value of λ can cause your hypothesis to overfit the data; this can be avoided by reducing λ.

【错的】Because logistic regression outputs values 0hθ(x)1, its range of output values can only be "shrunk" slightly by regularization anyway, so regularization is generally not helpful for it.

1
point
4。

In which one of the following figures do you think the hypothesis has overfit the training set?

Figure:

Figure:

Figure:

Figure:

1
point
5。

In which one of the following figures do you think the hypothesis has underfit the training set?

Figure:

Figure:

Figure:

Figure:



阅读全文
0 0
原创粉丝点击