Suppose that you have trained a logistic regression classifier, and it outputs on a new example x a prediction hθ(x) = 0.7. This means (check all that apply):
Our estimate for P(y=0|x;θ) is 0.7.
Our estimate for P(y=1|x;θ) is 0.7.
Our estimate for P(y=0|x;θ) is 0.3.
Our estimate for P(y=1|x;θ) is 0.3.

Respuesta :

The prediction hθ(x) = 0.7 means that the probability of the example having a value of y=1 is 0.7 (or 70%). Our estimate for P(y=0|x;θ) is 0.3. and Our estimate for P(y=1|x;θ) is 0.7.

The prediction hθ(x) = 0.7 means that the probability of the example having a value of y=1 is 0.7 (or 70%). This means that the probability of the example having a value of y=0 is 0.3 (or 30%). Therefore, our estimate for P(y=0|x;θ) is 0.3 and our estimate for P(y=1|x;θ) is 0.7.

The logistic regression classifier is a supervised learning algorithm used for binary classification. It is used to estimate the probability of an example belonging to one of two classes, typically 0 or 1. The output of the classifier, hθ(x), is a value between 0 and 1, which is interpreted as the probability of the example belonging to class 1. In the given case, the output of the classifier is hθ(x) = 0.7, which implies that the probability of the example belonging to class 1 is 0.7 (or 70%) and the probability of the example belonging to class 0 is 0.3 (or 30%). Thus, our estimate for P(y=0|x;θ) is 0.3 and our estimate for P(y=1|x;θ) is 0.7.

Learn more about probability here

https://brainly.com/question/11234923

#SPJ4