angusturner / generative_models

Generative Modelling Experiments
GNU General Public License v3.0
40 stars 8 forks source link

Scaling Gaussian Mixture Models to large datasets #2

Closed theneotopia closed 2 years ago

theneotopia commented 3 years ago

Hi Angus, have you ever tried to fit a Gaussian Mixture Model to a large dataset, which all data can not be loaded in memory at once. Is EM algorithm plausible in batch training setting or if there is a way to fit a GMM in gradient descend? Thanks.