yes or no question where outputs are discrete
You could use this: hθ(x) = θTx
a function that represents hypothesis that satifies 0 < hθ(x) < 1
hθ(x) =g(θTx) where g(z) = 1 / (1 + e-z)
hθ(x) = 1 / (1 + -eθTx)
hθ(x) = estimated probability that y = 1
g(z) > 0.5 when z > 0
hθ(x) = g(θ0 + θ1x1 + θ2x2)
non-linear decision boundaries
Linear Regression:
For Logistic Regression:
underfitting
overfitting
How to solve the overfitting problem
Small values for parameters
Regularization term which includes lambda