Logistic Regression Algorithm in Practice
Introduction
Logistic regression is a statistical model which is extensively used in binary classification tasks. The name logistic because it uses a logistic function to do the classification. The logistic function is also known as cross-entropy. Be...
msameeruddin.hashnode.dev9 min read