Logistic Regression: Gradient DescentGradient Descent is a process that occurs when trying to find the minimal cost on a Cost Function graph. The process utilizes 3 features…Dec 22, 2020Dec 22, 2020
Logistic Regression: The Cost FunctionWhat is the Cost Function? The Cost Function measures the performance of a model by quantifying the error between predicted values and…Dec 22, 2020Dec 22, 2020
Logistic Regression: The BasicsLogistic Regression is a mathematical model used to estimate the probability (y_hat) of an event occurring. It is used on binary data in…Dec 22, 2020Dec 22, 2020