Check the subslide down below by pressing the down arrow on the keyboard or the navigation panel.
Based on Wikipedia, logistic regression is a statistical model that in its basic form uses a logistic function to model a binary dependent variable, although many more complex extensions exist.
Logistic regression model is commonly used for classification problem in machine learning. Press the arrow down to see the formula.
The following is the formula of the logistic regression:
$$\textit{l} = \log\frac{p}{1-p} = \beta_0 + \beta_1 x_1 + \beta_2 x_2 + ... + \beta_m x_m$$where $\textit{l}$ is the log odds model and $\beta_i$ is the parameter or the coefficient of independent variable $x_i$.