Mathematics Behind Logistic Regression

What is Logistic regression? Logistic regression is a simple classification algorithm where the output or the dependent variable is categorical. For example: To classify an email into the spam or not spam To predict whether a patient has cancer or not Logistic regression uses a logistic function for this purpose and hence the name. This … Continue reading Mathematics Behind Logistic Regression