Skip to content

Commit 9e327e1

Browse files
author
Alexander Ororbia
committed
minor edit to gmm/bmm docs
1 parent 131591e commit 9e327e1

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

ngclearn/utils/density/bmm.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

ngclearn/utils/density/gmm.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)