Caesar AI Atlas

Generalized Linear Model

Caesar AI Atlas Definition

A generalized linear model is a statistical model that extends linear regression to response variables with non-normal distributions. It connects a linear predictor to an expected outcome through a link function and is used for tasks such as logistic or Poisson regression.

Other Definitions

Generalized Linear Model Source

A generalization of least squares regression models, which are based on Gaussian noise, to other types of models based on other types of noise, such as Poisson noise or categorical noise. Examples of generalized linear models include: - logistic regression - multi-class regression - least squares regression The parameters of a generalized linear model can be found through convex optimization. Generalized linear models exhibit the following properties: - The average prediction of the optimal least squares regression model is equal to the average label on the training data. - The average probability predicted by the optimal logistic regression model is equal to the average label on the training data. The power of a generalized linear model is limited by its features. Unlike a deep model, a generalized linear model cannot "learn new features."

Related Terms