Math Problem Statement

Logistic regression.pdf

568.09 KB

Evaluate the log likelihood function for the data X=45, label (Y)=0, predicted probability is 0.95.

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Log-likelihood
Binary Logistic Regression
Probability Theory

Formulas

LL(β) = Y * log(ŷ) + (1 - Y) * log(1 - ŷ)
ŷ = Predicted probability
Y = Actual label

Theorems

Log-Loss Function
Maximum Likelihood Estimation

Suitable Grade Level

Undergraduate level (Statistics or Data Science)