File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -65,9 +65,6 @@ class BMM: ## Bernoulli mixture model (mixture-of-Bernoullis)
6565 learning algorithm and leverages full covariance matrices in the component
6666 multivariate Bernoulli distributions.
6767
68- Note this is a (JAX) wrapper model that houses the sklearn implementation for learning.
69- The sampling process has been rewritten to utilize GPU matrix computation.
70-
7168 Args:
7269 K: the number of components/latent variables within this BMM
7370
Original file line number Diff line number Diff line change @@ -106,9 +106,6 @@ class GMM: ## Gaussian mixture model (mixture-of-Gaussians)
106106 learning algorithm and leverages full covariance matrices in the component
107107 multivariate Gaussians.
108108
109- Note this is a (JAX) wrapper model that houses the sklearn implementation for learning.
110- The sampling process has been rewritten to utilize GPU matrix computation.
111-
112109 Args:
113110 K: the number of components/latent variables within this GMM
114111
You can’t perform that action at this time.
0 commit comments