13,272 views
2 2 votes

The dataset of pass/fail in an exam for 5 students is given in the table below. If we use Logistic Regression as the classifier and assume the model suggested by the optimizer will become the following for Odds of passing a course:

$\log (Odds) = -64 + 2 \times hours$

1) How to calculate the probability of Pass for the student who studied 33 hours? 

2) At least how many hours the student should study that makes sure will pass the course with the probability of more than 95%?

50% Accept Rate Accepted 31 answers out of 62 questions

1 Answer

Best answer
1 1 vote

Please watch the following video for response to this problem:

Related questions

3 3 votes
1 answers 1 answer
7.8k
7.8k views
tofighi asked Feb 3, 2020
7,789 views
How to solve this problem?https://i.imgur.com/8urywpf.jpgQ1) Complete the ? sectionsQ2) Accuracy of system if threshold = 0.5?Q3) Accuracy of system if threshold = 0.95?
3 3 votes
1 answers 1 answer
7.4k
7.4k views
tofighi asked Mar 18, 2019
7,446 views
The dataset of pass/fail in an exam for 5 students is given in the table below. If we use Logistic Regression as the classifier and assume the model suggested by the opti...
2 2 votes
2 2 answers
10.5k
10.5k views
tofighi asked Jun 5, 2019
10,483 views
The hypothesis (model) of Logistic Regression which is a binary classifier ( $y =\{0,1\} $) is given in the equation below:Hypothesis$S(z)=P(y=1 | x)=h_{\theta}(x)=\frac{...
3 3 votes
2 answers 2 answers
8.4k
8.4k views
tofighi asked Apr 4, 2019
8,401 views
The scatter plot of Iris Dataset is shown in the figure below. Assume Softmax Regression is used to classify Iris to Setosa, Versicolor, or Viriginica using just petal le...
1 1 vote
1 answers 1 answer
4.9k
4.9k views
tofighi asked Feb 18, 2020
4,918 views
Assuming we have a linear regression equation and some data points (sample), how can we calculate residual error for each data point, and total cost based on the metrics ...