日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

Machine Learning week 6 quiz: Advice for Applying Machine Learning

發布時間:2025/3/21 编程问答 49 豆豆
生活随笔 收集整理的這篇文章主要介紹了 Machine Learning week 6 quiz: Advice for Applying Machine Learning 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

Advice for Applying Machine Learning

5?試題

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?

Neither

High variance

High bias

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.

Use fewer training examples.

Get more training examples.

Try using a smaller set of features.

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 evaluating the hypothesis on a cross validation set rather than the test set.

Use fewer training examples.

Try decreasing the regularization parameter?λ.

Try adding polynomial features.

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?training 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?test set?error.

The performance of a learning algorithm on the training set will typically be better than its performance on the test set.

5.?

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

A model with more parameters is more prone to overfitting and typically has higher variance.

If a neural network has much lower training error than test error, then adding more layers will help bring the test error down because we can fit the test set better.

If a learning algorithm is suffering from high bias, only adding more training examples may?not?improve the test error significantly.

When debugging learning algorithms, it is useful to plot a learning curve to understand if there is a high bias or high variance problem.

總結

以上是生活随笔為你收集整理的Machine Learning week 6 quiz: Advice for Applying Machine Learning的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。