General Concepts
← Question BankSign in to bookmark Sign in to bookmark Sign in to bookmark Sign in to bookmark Sign in to bookmark Sign in to bookmark Sign in to bookmark
Machine Learning
Linear Methods For Classification
Interview questions on Linear Methods For Classification.
8 questions
All subtopicsGeneral ConceptsOdds and Log-oddsThe SigmoidTruly Understanding Logistic RegressionThe Logit Function and Entropy
Sign in to bookmark
General Concepts
Q2. Define the term **odds of success** both qualitatively and formally. Give a numerical example that stresses the relation between probability and odds of an event occurring.
General Concepts
Q3. Answer the following:
- Define what is meant by the term "interaction", in the context of a logistic regression predictor variable.
- What is the simplest form of an interaction? Write its formulae.
- What statistical tests can be used to attest to the significance of an interaction term?
General Concepts
Q4. **True or False**: In machine learning terminology, unsupervised learning refers to the mapping of input covariates to a target response variable that is attempted to be predicted when the labels are known.
General Concepts
Q5. **Complete the following sentence**: In the case of logistic regression, the response variable is the log of the odds of being classified in `[...]`.
General Concepts
Q6. Describe how in a logistic regression model, a transformation to the response variable is applied to yield a probability distribution. Why is it considered a more informative representation of the response?
General Concepts
Q7. Complete the following sentence: Minimizing the negative log-likelihood also means
maximizing the [...] of selecting the [...] class.
General Concepts
Q8. Assume the probability of an event occurring is `p = 0.1`.
- What are the
oddsof the event occurring? - What are the
log oddsof the event occurring? - Construct the
probabilityof the event as a ratio that equals 0.1