DecodeAI
← Question Bank

Machine Learning

Probabilistic Modeling

Interview questions on Probabilistic Modeling.

13 questions

Maximum Likelihood Estimation

Q1. Explain frequentist vs. Bayesian statistics.

Sign in to bookmark

Maximum Likelihood Estimation

Q2. How can we estimate the parameters of a given probability distribution?

Sign in to bookmark

Maximum Likelihood Estimation

Q3. What is the main assumption of MAP and MLE?

Sign in to bookmark

Maximum Likelihood Estimation

Q4. How is likelihood different than probability?

Sign in to bookmark

Maximum Likelihood Estimation

Q5. Write the mathematical expression of likelihood?

Sign in to bookmark

Maximum Likelihood Estimation

Q7. Describe how to analytically find the MLE of a likelihood function?

Sign in to bookmark

Maximum Likelihood Estimation

Q8. What is the term used to describe the first derivative of the log-likelihood function?

Sign in to bookmark

Maximum Likelihood Estimation

Q9. What is the relationship between the likelihood function and the log-likelihood function?

Sign in to bookmark

Maximum Likelihood Estimation

Q10. What is likelihood function of the independent identically distributed (i.i.d) random variables:

Sign in to bookmark

X1,,XnX_1,··· ,X_n where Xibinomial(n,p)X_i ∼ binomial(n, p), i[1,n]∀i ∈ [1,n], and where p is the parameter of interest?

Maximum Likelihood Estimation

Q11. How can we derive the maximum likelihood estimator (MLE) of the i.i.d samples $X_1, · · · , X_n$ introduced in above question?

Sign in to bookmark

Maximum Likelihood Estimation

Q12. Derive the maximum likelihood estimator of an exponential distribution.

Sign in to bookmark

Maximum Likelihood Estimation

Q13. A lot of machine learning models aim to approximate probability distributions. Let’s say P is the distribution of the data and Q is the distribution learned by our model. How do measure how close Q is to P?

Sign in to bookmark