Logistic Regression

olympus.models.logreg.logistic_regression(input_size, output_size)[source]

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. In regression analysis, logistic regression (or logit regression) is estimating the parameters of a logistic model (a form of binary regression). More on wikipedia.

See also :class`.MLP`