1 / 3

Generalized Linear Models and the IRLS Algorithm: An Introduction to Exponential Family Distributions

This lecture explores generalized linear models (GLMs) and the Iterated Reweighted Least Squares (IRLS) algorithm, focusing on the exponential family of distributions. Key topics include moments and canonical parameter representation, the sufficiency of T(x) regarding parameters, and maximum likelihood estimation (MLE) using moment averages. The session covers the conditional mean in relation to GLMs, the application of canonical link functions that simplify MLE, and the practical implementation of online gradient descent. An illustrative example using logistic regression is included.

len-vincent
Download Presentation

Generalized Linear Models and the IRLS Algorithm: An Introduction to Exponential Family Distributions

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Lecture 8 Generalized Linear Models & Iterated Reweighted Least Squares (IRLS) Algorithm

  2. Exponential Family • Moments & canonical parameters representation for EFD. • Sufficiency: T(x) is all there is to know about parameters. • ML estimation: moments are simply average SS. • Generalized Linear Models for discriminative Supervised L. - p(Y|X) = expFamDistr. - conditional mean = f(z) f = link func. or response func. - z = a’*x (linear) • Canonical link function gives simple MLE problem (linear in x) • Online gradient descent algorithm.

  3. IRLS • Do Newton-Ralphson iterations. • Updates become like solving a weighted least squares problem, with weights changing at each iteration. • example: logistic regression • demo_LogReg

More Related