Week6_1Advice for Applying Machine Learning

Week6_1Advice for Applying Machine Learning

第 1 题

You train a learning algorithm, and find that it has unacceptably high error on the test set. You plot the learning curve, and obtain the figure below. Is the algorithm suffering from high bias, high variance, or neither?
6_1
* High bias
* High variance
* Neither

*     答案: 1 high bias *
* 看刚开始的这一段,high bias(欠拟合)时, Jtrain(θ) J t r a i n ( θ ) 会很大,. 正确 **
* 看刚开始的这一段,high variance(过拟合)时, Jtrain(θ) J t r a i n ( θ ) 会比较小.从这个地方就可以区分是 high bias 还是 high variance **


第 2 题

Suppose you have implemented regularized logistic regression to classify what object is in an image (i.e., to do object
recognition). However, when you test your hypothesis on a new set of images, you find that it makes unacceptably large
errors with its predictions on the new images. However, your hypothesis performs well (has low error) on the
training set. Which of the following are promising steps to take? Check all that apply.

  • Try adding polynomial features.
  • Get more training examples.
  • Try using a smaller set of features.
  • Use fewer training examples.

*     答案: 2 3 high variance *
* 用正则化的logistic 回归算法去做图像识别, 训练样本拟合的很好,但是在真正测试时却发现误差很大 *
* 过拟合, 可以增加样本或者减小特征数量 *
* 过拟合, 补充选项中没有的 λ λ ,这儿的 λ λ 太小导致对 θ θ 惩罚的不够,可以增大 λ λ *


第 3 题

Suppose you have implemented regularized logistic regression

to predict what items customers will purchase on a web

shopping site. However, when you test your hypothesis on a new

set of customers, you find that it makes unacceptably large

errors in its predictions. Furthermore, the hypothesis

performs poorly on the training set. Which of the

following might be promising steps to take? Check all that

apply.

  • Try to obtain and use additional features.
  • Try adding polynomial features.
  • Try using a smaller set of features.
  • Try increasing the regularization parameter λ λ .

*     答案: 1 2 high bias *
* 用正则化的logistic 回归算法去预测顾客在购物网站上要买什么东西, 真正去预测时发现误差很大, 同时训练样本本身就拟合的不好 *
* 欠拟合, 增加特征数量 *


第 4 题

Which of the following statements are true? Check all that apply.

  • Suppose you are training a regularized linear regression model. The recommended way to choose what value of regularization parameter λ λ to use is to choose the value of λ λ which gives the lowest cross validation error.
  • Suppose you are training a regularized linear regression model. The recommended way to choose what value of regularization parameter λ λ to use is to choose the value of λ λ which gives the lowest test set error.
  • Suppose you are training a regularized linear regression model.The recommended way to choose what value of regularization parameter λ λ to use is to choose the value of λ λ which gives the lowest training set error.
  • The performance of a learning algorithm on the training set will typically be better than its performance on the test set.

*     答案: 1 4 *
* 选项2: sigmoid是最后一步, 同时是先 Theta1*x, 再sigmoid(z) **


第 5 题

第 5 个问题
Which of the following statements are true? Check all that apply.

  • When debugging learning algorithms, it is useful to plot a learning curve to understand if there is a high bias or high variance problem.
  • If a learning algorithm is suffering from high variance, adding more training examples is likely to improve the test error.
  • We always prefer models with high variance (over those with high bias) as they will able to better fit the training set.
  • If a learning algorithm is suffering from high bias, only adding more training examples may not improve the test error significantly.

*     答案: 1 2 4 *
**     当交换 Θ(1) Θ ( 1 ) 中的两行时,实际上就是交换了 a(2)2 a 2 ( 2 ) a(2)3 a 3 ( 2 ) ,
原先是 a(2)10.3 a 1 ( 2 ) ∗ 0.3 + a(2)2(1.2) a 2 ( 2 ) ∗ ( − 1.2 ) 现在变为$a_2^{(2)}(-1.2)+a_1^{(2)}*0.3$$ 没什么区别
*

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值