Bivariate Poisson Regression with Expectation-Maximisation

Modeling correlated count data using bivariate Poisson regression with EM algorithm. Handle overdispersion and correlation in count models.

October 1, 2022 · 3164 words · Jack Medley

MIP Knights

Solving the knight’s tour problem using Mixed Integer Programming. Explore combinatorial optimization with constraint programming techniques.

April 1, 2022 · 1286 words · Jack Medley

Huber Regression

Robust regression using Huber loss function. Handle outliers and improve model stability with robust statistical methods.

November 28, 2020 · 1435 words · Jack Medley

The EM Algorithm Part 1: Gaussian Mixture Models

Part 1: Introduction to EM algorithm with Gaussian Mixture Models. Learn expectation-maximization for unsupervised clustering and density estimation.

May 7, 2020 · 2466 words · Jack Medley