MaxHalford / maxhalford.github.io

:house_with_garden: Personal website
https://maxhalford.github.io
MIT License
13 stars 5 forks source link

blog/matrix-inverse-mini-batch/ #22

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Matrix inverse mini-batch updates • Max Halford

The inverse covariance matrix, also called precision matrix, is useful in many places across the field of statistics. For instance, in machine learning, it is used for Bayesian regression and mixture modelling. What’s interesting is that any batch model which uses a precision matrix can be turned into an online model. That is, provided the precision matrix can be estimated in a streaming fashion. For instance, scikit-learn’s elliptic envelope method could have an online variant with a partial_fit method.

https://maxhalford.github.io/blog/matrix-inverse-mini-batch/

smastelini commented 2 years ago

Nice article, Max! This sounds like the future! Gaussian Process also comes to my mind :)