EM algorithm
Notebook
Example Notebook: Kerasy.examples.EM.ipynb
EM algorithm
class kerasy.ML.EM.BaseEMmodel(K, random_state=None)
KMeans
class kerasy.ML.EM.KMeans(K, random_state=None)
Gaussian Mixture model
class kerasy.ML.EM.MixedGaussian(K, random_state=None)