MMiDS 3.6: Self-Assessment Quiz

What is the primary goal of logistic regression?

Which loss function is commonly used in logistic regression?

What is the relationship between maximizing the likelihood function and minimizing the cross-entropy loss in logistic regression?

Which of the following is the correct expression for the sigmoid function, denoted by \( \sigma(z) \) in the text?

Which of the following is the correct formula for the logistic regression objective function (cross-entropy loss)?

Which of the following is the correct gradient of the logistic regression objective function?

What is the purpose of standardizing the input features in the airline customer satisfaction dataset example?

Which of the following is true about the convergence of gradient descent for logistic regression?

Which of the following is a valid reason for adding a column of 1's to the feature matrix in logistic regression?