Which of the following can address overfitting?
√ Collect more training data.
× Remove a random set of training examples.
√ Apply regularization.
√ Select a subset of the more relevant features.You fit logistic regression with polynomial features to a dataset, and your model looks like this. What would you conclude? (Pick one)
× The model has high bias (underfit). Thus, adding data is likely to help.
√ The model has high variance (overfit). Thus, adding data is likely to help.
× The model has high bias (underfit). Thus, adding data is, by itself, unlikely to help much.
× The model has high variance (overfit). Thus, adding data is, by itself, unlikely to help much.
Suppose you have a regularized linear regression model. If you increase the regularization parameter
λ
λ, what do you expect to happen to the parameters
w
1
,
w
2
,
.
.
.
,
w
n
w_1, w_2, …, w_n
w1,w2,…,wn?
√ This will reduce the size of the parametersw
1
,
w
2
,
.
.
.
,
w
n
w_1, w_2, …, w_n
w1,w2,…,wn.
× This will increase the size of the parametersw
1
,
w
2
,
.
.
.
,
w
n
w_1, w_2, …, w_n
w1,w2,…,wn.
原文地址:https://blog.csdn.net/weixin_46258766/article/details/134583780
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。
如若转载,请注明出处:http://www.7code.cn/show_17795.html
如若内容造成侵权/违法违规/事实不符,请联系代码007邮箱:suwngjj01@126.com进行投诉反馈,一经查实,立即删除!