Machine Learning-week 3

?Question 1

Suppose that you have trained a logistic regression classifier, and it outputs on a new examplex a prediction hθ(x) = 0.7. This means (check all that apply):

Our estimate forP(y=1|x;θ) is 0.7.

Our estimate forP(y=0|x;θ) is 0.3.

Our estimate forP(y=1|x;θ) is 0.3.

Our estimate forP(y=0|x;θ) is 0.7.

Solution

Our estimate for P(y=1|x;θ) is 0.7. T hθ(x)is preciselyP(y=1|x;θ) , so each is 0.7. Our estimate for P(y=0|x;θ) is 0.3. T Since we must have P(y=0|x;θ) = 1?P(y=1|x;θ) , the former is 1?0.7=0.3 . Our estimate for P(y=1|x;θ) is 0.3. F hθ(x) gives P(y=1|x;θ) , not 1?P(y=1|x;θ) . Our estimate for P(y=0|x;θ) is 0.7. F hθ(x) is P(y=1|x;θ) , not P(y=0|x;θ)

Question2?

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

1.? J(θ) will be a convex function, so gradient descent should converge to the global minimum.

2. CORRECT Adding polynomial features (e.g., instead using hθ(x)=g(θ0+θ1x1+θ2x2+θ3x21+θ4x1x2+θ5x22) ) could increase how well we can fit the training data.

3. The positive and negative examples cannot be separated using a straight line. So, gradient descent will fail to converge.

4. WRONG Because the positive and negative examples cannot be separated using a straight line, linear regression will perform as well as logistic regression on this data.

1,4 not correct


Question 3

For logistic regression, the gradient is given by ??θjJ(θ)=1m∑mi=1(hθ(x(i))?y(i))x(i)j. Which of these is a correct gradient descent update for logistic regression with a learning rate of α? Check all that apply.

θ:=θ?α1m∑mi=1(θTx?y(i))x(i).

CORRECT θj:=θj?α1m∑mi=1(hθ(x(i))?y(i))x(i)j (simultaneously update for all j).

θj:=θj?α1m∑mi=1(hθ(x(i))?y(i))x(i) (simultaneously update for all j).

CORRECT θj:=θj?α1m∑mi=1(11+e?θTx(i)?y(i))x(i)j (simultaneously update for all j).

Suppose you have the following training set, and fit a logistic regression classifier hθ(x)=g(θ0+θ1x1+θ2x2) .

4.

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

CORRECT The sigmoid function g(z)=11+e?z is never greater than one (>1).

CORRECT The cost function J(θ) for logistic regression trained with m≥1 examples is always greater than or equal to zero.

For logistic regression, sometimes gradient descent will converge to a local minimum (and fail to find the global minimum). This is the reason we prefer more advanced optimization algorithms such as fminunc (conjugate gradient/BFGS/L-BFGS/etc).

WRONG Linear regression always works well for classification if you classify by using a threshold on the prediction made by linear regression.

%-----------------------%

CORRECT The one-vs-all technique allows you to use logistic regression for problems in which each y(i) comes from a fixed, discrete set of values.

For logistic regression, sometimes gradient descent will converge to a local minimum (and fail to find the global minimum). This is the reason we prefer more advanced optimization algorithms such as fminunc (conjugate gradient/BFGS/L-BFGS/etc).

CORRECT The cost function J(θ) for logistic regression trained with m≥1 examples is always greater than or equal to zero.

Since we train one classifier when there are two classes, we train two classifiers when there are three classes (and we do one-vs-all classification).

%===================================================%

5.

Suppose you train a logistic classifier hθ(x)=g(θ0+θ1x1+θ2x2). Suppose θ0=?6,θ1=1,θ2=0. Which of the following figures represents the decision boundary found by your classifier?

WRONG% 1 | 0 vertical

Figure:

right

% 0 | 1 vertical

Figure:

% 0 | 1 horizontal

Figure:

% 1 | 0 horizontal

Figure

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務。

相關閱讀更多精彩內(nèi)容

  • 沒有理性的人生,只有理性的片刻,雖保持理性,那是因為誘惑還沒達到,在高于預期的利益誘惑面前,人都是感性的,都會不堪...
    諫追閱讀 293評論 0 0
  • Elasticsearch 單機多節(jié)點 下載Elasticsearch安裝包(本文實驗環(huán)境版本為5.5.1) 將安...
    程序員七哥閱讀 3,473評論 0 7
  • 1Q84如果讓杜拉斯來寫,大概200多頁就能說完整個故事了。 第一部的前兩章就有種棄書的念頭,拖沓,無比拖沓冗長的...
    貓須Alice閱讀 1,269評論 0 3
  • 智能手機,WiFI、4G網(wǎng)絡遍布,攝像頭無處不在,各種設備都帶著智能系統(tǒng)。年終、每月、每周每天告訴你吃、穿、用、玩...
    挖泥巴閱讀 1,701評論 0 51

友情鏈接更多精彩內(nèi)容