Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 581 Bytes

File metadata and controls

7 lines (5 loc) · 581 Bytes

MACHINE LEARNING ALGORITHMS

LOGISTIC REGRESSION

  • Logistic Regression is a supervised learning algorithm which models the probabilities for classification problems. It is a statistical model which uses a logistic function to model a binary dependent variable. It is efficient method for binary and linear classification problems.
  • Implementation of Logistic Regression

Image