Binary Classification and Decision Boundary Analysis using Logistic Regression
Logistic regression is primarily used for which type of task?
Logistic regression belongs to which category of machine learning?
In logistic regression, the linear combination z is passed through which activation function to obtain a probability?
The output range of the sigmoid function σ(z) = 11 + e−z is:
In the linear equation z = w · x + b, what role does the bias term b play?
Why is the default classification threshold in logistic regression set at 0.5?
Which loss function is minimised during the training of a logistic regression model?
What is the key property of the sigmoid function that makes it suitable for gradient-based optimisation in logistic regression?
What does the log-odds (logit) represent in logistic regression?
In logistic regression, what is the effect of applying L2 regularization (Ridge penalty) on the weight coefficients?