Logistic Regression - Hypothesis Representation
Linear regression: hθ(x)=θTx
Want 0<=hθ(x)<=1
Logistic regression: hθ(x)=g(θTx) where g(z)=11+e−z (sigmoid/logistic function)
Resources:
- https://www.coursera.org/learn/machine-learning/supplement/AqSH6/hypothesis-representation
Comments
Post a Comment