Maths behind ML Algorithms (Logistic Regression and gradient descent)
Author(s): Atharv Tembhurnikar Originally published on Towards AI. Logistic Regression is a supervised machine learning algorithm used for classification problems. Unlike linear regression which predicts continuous values it predicts the probability that an input belongs to a specific class. → It is …