Decision Boundary
2018-04-05 00:00
|
Source
Tags :
Logistic Regression
machine learning
Decision Boundary
-intuition for hypothesis for logistic regression.
approach(asynthosing) at 1
so as a classification between 0 and 1,
we get hypothesis >= 0.5 for y = 1
and hypothesis < 0.5 for y = 0
so that's for prediction, next hypothesis calculation to make prediction