Logistic Regression

Classification of y{0,1}

p(y|x,θ)=Ber(y|σ(wTx+b))

  • logit a: wTx+b
  • sigmoid:

σ(a)=11+ea=p(y=1|x,θ)