Quiz 2
Registry Synced

Logistic Regression

97 words
1 min read

Reading compass

Now · Model

Logistic Regression

Model

log(p1p)=β0+β1x1++βkxk\log\left(\frac{p}{1-p}\right) = \beta_0 + \beta_1 x_1 + \cdots + \beta_k x_k p=eβ0+β1x1+1+eβ0+β1x1+p = \frac{e^{\beta_0 + \beta_1 x_1 + \cdots}}{1 + e^{\beta_0 + \beta_1 x_1 + \cdots}}

Maximum Likelihood Estimation

Likelihood: L(β)=i:yi=1pii:yi=0(1pi)L(\beta) = \prod_{i: y_i=1} p_i \prod_{i: y_i=0} (1-p_i) Maximized using IRLS (iteratively reweighted least squares).

Model Evaluation

Document outline

Keep your place and jump directly to a heading.

Table of Contents
System Normal // Awaiting Context

Intelligence Hub

Navigate the knowledge graph to generate context. The Hub adapts dynamically to surface backlinks, related notes, and metadata insights.