lab05_1_Logistic_Regression

▷ Classification


▷ Logistic vs Linear

What is the difference between logistic and lenear?


▷ Hypothesis Representation

When using linear regression we did $h_Θ(x) = (Θ^TX)$
But start with binary classification, Y is only 0 or 1
So we need new funtion

graph


▷ Dicision boundary