ML from Scratch — Episode 3: Logistic Regression
What is Logistic Regression?
Logistic regression is a ML model that predicts an output in the range of 0 to 1
— interpreted as the probability of belonging to a class.
Hypothesis Function
We use the
adityand.hashnode.dev1 min read